.dim-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;z-index:2000}.dim-modal{width:650px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 15px rgba(0,0,0,.15);animation:fadeIn .2s ease-in-out}.dim-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:2px solid #e0e0e0;margin-bottom:20px}.dim-header h2{margin:0;font-size:20px;font-weight:600}.dim-close-btn{background:none;border:none;font-size:24px;cursor:pointer}.dim-section{margin-top:20px}.dim-section label{font-weight:600;margin-bottom:8px;display:block}.dim-work-options{display:flex;gap:15px}.dim-option-card{padding:60px;border-radius:10px;border:1px solid #ccc;cursor:pointer;width:48%;text-align:center;font-size:16px;transition:.2s}.dim-option-card.active{border-color:#6a0dad;color:#6a0dad;background:#f3e8ff}.dim-feelings{display:flex;flex-wrap:wrap;gap:12px}.dim-time-input{display:flex;align-items:center;gap:8px}.dim-time-input input{width:50px;padding:6px;border:1px solid #ccc;border-radius:6px;text-align:center}.dim-time-input select{padding:6px;border-radius:6px}.dim-footer{margin-top:28px;display:flex;justify-content:flex-end;gap:12px}.dim-cancel{background:rgba(0,0,0,0);border:none;font-size:14px;color:#555;cursor:pointer}.dim-submit{padding:10px 20px;background:#5b04c1;color:#fff;border-radius:6px;border:none;font-size:15px;cursor:pointer}.dim-submit:hover{background:#4c47f7}@keyframes fadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.dim-feeling-item{cursor:pointer;padding:6px 10px;border-radius:6px;padding-left:5px}.dim-feeling-item .emoji{padding-left:5px}.dim-clock-icon{font-size:18px;color:#666;cursor:pointer}.required{color:red}.dim-cancel{color:#5b04c1}.error-text{color:red;font-size:13px;margin-top:5px}.dim-submit.disabled,.dim-submit:disabled{background:#c8c8c8 !important;color:#777 !important;cursor:not-allowed}.dim-modal.modern{background:#fbf7ff;border-radius:20px;padding:24px;box-shadow:0 20px 60px rgba(139,61,255,.15)}.modern-header{border-bottom:1px solid #eee;padding-bottom:16px;margin-bottom:20px}.modern-header h2{font-size:20px;color:#1f1f1f}.modern-header .sub-text{font-size:14px;color:#6f6f6f}.work-card-wrapper{display:flex;gap:16px}.work-card{flex:1;padding:22px;border-radius:16px;background:#fff;border:2px solid #e6d9ff;text-align:center;cursor:pointer;position:relative;transition:all .25s ease}.work-card .icon{font-size:32px;margin-bottom:6px}.work-card span{color:#1f1f1f;font-weight:500}.work-card.active{background:#f5e9ff;border-color:#8b3dff}.work-card .check{position:absolute;top:10px;right:12px;color:#22c55e;font-size:14px}.mood-pill-wrapper{display:flex;flex-wrap:wrap;gap:10px}.mood-pill{padding:8px 14px;border-radius:999px;background:#f3f3f3;color:#1f1f1f;font-size:14px;cursor:pointer;transition:all .2s ease}.mood-pill span{margin-right:4px}.mood-pill.active{background:#8b3dff;color:#fff}.time-input-modern{display:flex;align-items:center;gap:8px}.time-input-modern input,.time-input-modern select{width:56px;padding:8px;border-radius:8px;border:1px solid #ddd;text-align:center;font-size:14px}.time-input-modern select{width:64px}.time-input-modern .clock-icon{color:#8b3dff;cursor:pointer;font-size:16px}.modern-footer{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.skip-btn{background:none;border:none;color:#8b3dff;font-size:14px;cursor:pointer}.start-day-btn{padding:12px 28px;border-radius:30px;border:none;font-weight:600;font-size:14px;color:#fff;cursor:pointer;background:linear-gradient(90deg, #7c5cff, #d84dff);box-shadow:0 8px 24px rgba(139,61,255,.35)}.start-day-btn.disabled{opacity:.6;cursor:not-allowed}.work-card .check{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.modern-header h2{font-size:18px;font-weight:600}.modern-header .sub-text{font-size:13px}.dim-section h4{font-size:15px;font-weight:500;margin-bottom:10px}.mood-pill{font-size:13px;padding:7px 12px}.mood-pill span{font-size:14px}.time-input-modern input,.time-input-modern select{font-size:13px;padding:7px}.start-day-btn{font-size:14px;padding:11px 26px}.skip-btn{font-size:13px}
.modal.fade.show{display:block !important;position:fixed;top:0;left:0;z-index:1050;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0;background-color:rgba(0,0,0,.5)}.modal-dialog.modal-xl.modal-dialog-centered{position:relative;width:auto;margin:1.75rem auto;pointer-events:none;display:flex;align-items:center;min-height:calc(100% - 3.5rem)}@media(min-width: 992px){.modal-dialog.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-dialog.modal-xl{max-width:1140px}}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:var(--vz-modal-bg, #fff);background-clip:padding-box;border:1px solid var(--vz-border-color, #dee2e6);border-radius:.3rem !important;outline:0}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:24px 30px 20px 30px;border-bottom:1px solid #dee2e6;border-top-right-radius:calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px)}.modal-header .d-flex{width:100%}.modal-title{margin-bottom:0;line-height:1.5;color:#40518a;margin-right:15px}.modal-title.h4{font-size:18px;font-weight:700}.btn-close{--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27red%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e");opacity:unset;padding:.625rem .625rem;margin:-0.625rem auto -0.625rem -0.625rem;background:rgba(0,0,0,0);border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{opacity:1}.add-btn{padding:5px 7px;border-radius:5px;background-color:#40518a;color:var(--theme-white, #ffffff);border:1px solid #40518a;font-family:var(--font-normal, inherit);font-weight:bold;height:30px;display:flex;align-items:center;gap:5px;cursor:pointer;transition:all .3s ease}.add-btn:hover{background-color:#34406f;border-color:#34406f}.add-btn:disabled{opacity:.6;cursor:not-allowed}.add-btn svg{width:14px;height:14px}.modal-body{position:relative;flex:1 1 auto;padding:20px 20px 0px 20px;max-height:400px;overflow-y:auto}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.table{width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table-bordered{border:1px solid #dee2e6}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-hover>tbody>tr:hover>*{color:var(--vz-body-color, #212529);background-color:var(--vz-table-hover-bg, rgba(0, 0, 0, 0.075))}.modal-content .table-hover>tbody>tr[style*="--bs-table-bg"]:hover{background-color:var(--bs-table-bg) !important}.modal-content .table-hover>tbody>tr[style*="--bs-table-bg"]:hover>*{background-color:var(--bs-table-bg) !important;color:#212529 !important}.table.align-middle{vertical-align:middle !important}.table.mb-0{margin-bottom:0 !important}.table thead{background-color:#f4f6fc;position:sticky;top:0px;z-index:1}.table thead th{border-bottom:2px solid #dee2e6;padding:.75rem;vertical-align:bottom;font-weight:700}.table thead th[style*="width: 50px"]{width:50px}.table tbody td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6;line-height:1.6;min-height:48px}.modal-content .table.table-bordered.table-hover tbody tr[style*="--bs-table-bg"]{background-color:var(--bs-table-bg) !important}.modal-content .table.table-bordered.table-hover tbody tr[style*="--bs-table-bg"] td{background-color:var(--bs-table-bg) !important}.modal-content .table tbody tr[style*="--bs-table-bg"]{background-color:var(--bs-table-bg) !important}.modal-content .table tbody tr[style*="--bs-table-bg"] td{background-color:var(--bs-table-bg) !important}table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg: #FFF6DE"],table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg:#FFF6DE"]{--bs-table-bg: #FFF6DE !important;background-color:#fff6de !important}table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg: #FFF6DE"] td,table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg:#FFF6DE"] td{background-color:#fff6de !important}table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg: #ffcccc"],table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg:#ffcccc"]{--bs-table-bg: #ffcccc !important;background-color:#fcc !important}table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg: #ffcccc"] td,table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg:#ffcccc"] td{background-color:#fcc !important}table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg: #E1F8E0"],table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg:#E1F8E0"]{--bs-table-bg: #E1F8E0 !important;background-color:#e1f8e0 !important}table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg: #E1F8E0"] td,table.table.table-bordered.table-hover tbody tr[style*="--bs-table-bg:#E1F8E0"] td{background-color:#e1f8e0 !important}.modal-content .table tbody tr[style*="--bs-table-bg: #FFF6DE"],.modal-content .table tbody tr[style*="--bs-table-bg:#FFF6DE"]{--bs-table-bg: #FFF6DE !important;background-color:#fff6de !important}.modal-content .table tbody tr[style*="--bs-table-bg: #FFF6DE"] td,.modal-content .table tbody tr[style*="--bs-table-bg:#FFF6DE"] td{background-color:#fff6de !important}.modal-content .table tbody tr[style*="--bs-table-bg: #ffcccc"],.modal-content .table tbody tr[style*="--bs-table-bg:#ffcccc"]{--bs-table-bg: #ffcccc !important;background-color:#fcc !important}.modal-content .table tbody tr[style*="--bs-table-bg: #ffcccc"] td,.modal-content .table tbody tr[style*="--bs-table-bg:#ffcccc"] td{background-color:#fcc !important}.modal-content .table tbody tr[style*="--bs-table-bg: #E1F8E0"],.modal-content .table tbody tr[style*="--bs-table-bg:#E1F8E0"]{--bs-table-bg: #E1F8E0 !important;background-color:#e1f8e0 !important}.modal-content .table tbody tr[style*="--bs-table-bg: #E1F8E0"] td,.modal-content .table tbody tr[style*="--bs-table-bg:#E1F8E0"] td{background-color:#e1f8e0 !important}.status-ending-soon{--bs-table-bg: #ffcccc;background-color:#fcc}.status-completed-not-updated{--bs-table-bg: #FFF6DE;background-color:#fff6de}.status-extended{--bs-table-bg: #E1F8E0;background-color:#e1f8e0}.modal-content .table-hover tbody tr[style*="--bs-table-bg"]:hover{background-color:var(--bs-table-bg) !important;filter:brightness(0.95)}.modal-content .table-hover tbody tr[style*="--bs-table-bg"]:hover td{background-color:var(--bs-table-bg) !important}.modal-content .table-hover tbody tr.status-ending-soon:hover,.modal-content .table-hover tbody tr.status-completed-not-updated:hover,.modal-content .table-hover tbody tr.status-extended:hover{background-color:var(--bs-table-bg) !important;filter:brightness(0.95)}.modal-content .table-hover tbody tr.status-ending-soon:hover td,.modal-content .table-hover tbody tr.status-completed-not-updated:hover td,.modal-content .table-hover tbody tr.status-extended:hover td{background-color:var(--bs-table-bg) !important}.modal-content .table.table-hover>tbody>tr[style*="--bs-table-bg"]:hover>*{color:#212529 !important;background-color:var(--bs-table-bg) !important}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:20px;border-top:unset;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background-color:#5a6268;border-color:#545b62}.d-flex{display:flex !important}.justify-content-between{justify-content:space-between !important}.align-items-center{align-items:center !important}.w-100{width:100% !important}.text-center{text-align:center !important}.text-muted{color:#6c757d !important}.mb-0{margin-bottom:0 !important}.modal-backdrop{display:none !important}@media(max-width: 991.98px){.modal-dialog.modal-xl{max-width:100%;margin:.5rem}}@media(max-width: 575.98px){.modal-header{padding:15px 20px}.modal-body{padding:15px}.add-btn{padding:4px 6px;font-size:.875rem;height:28px}.modal-title.h4{font-size:1.25rem}}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
}
.Toastify__toast {
  --y: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
  overflow: hidden;
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed=false] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos=top] {
  top: 0;
}
.Toastify__toast--stacked[data-pos=bot] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden=true] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
/* sr-only utility class for accessibility */
.react-datepicker__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

h2.react-datepicker__current-month {
  padding: 0;
  margin: 0;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: rgb(165.75, 165.75, 165.75);
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:not([aria-disabled=true]):hover,
.react-datepicker__month-text:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
.react-datepicker__year-text:not([aria-disabled=true]):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
  background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
  background-color: rgb(207, 82.9642857143, 0);
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:not([aria-disabled=true]):hover, .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover, .react-datepicker__day--in-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: rgb(186.25, 217.0833333333, 241.25);
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDateDisplay{
  display: flex;
  justify-content: space-between;
}

.rdrDateDisplayItem{
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }

.rdrDateDisplayItem input{
    text-align: inherit
  }

.rdrDateDisplayItem input:disabled{
      cursor: default;
    }

.rdrDateDisplayItemActive{}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between;
}

.rdrMonthAndYearPickers{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdrMonthPicker{}

.rdrYearPicker{}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrPprevButton {}

.rdrNextButton {}

.rdrMonths{
  display: flex;
}

.rdrMonthsVertical{
  flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div{
  display: flex;
  flex-direction: row;
}

.rdrMonth{
  width: 27.667em;
}

.rdrWeekDays{
  display: flex;
}

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center;
}

.rdrDays{
  display: flex;
  flex-wrap: wrap;
}

.rdrDateDisplayWrapper{}

.rdrMonthName{}

.rdrInfiniteMonths{
  overflow: auto;
}

.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
    outline: none;
  }

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: #FF0000;
  }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span{
    color: #1d2429;
  }

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}

.rdrInRange{}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}

.rdrDayHovered{}

.rdrDayActive{}

.rdrDateRangePickerWrapper{
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDefinedRangesWrapper{}

.rdrStaticRanges{
  display: flex;
  flex-direction: column;
}

.rdrStaticRange{
  font-size: inherit;
}

.rdrStaticRangeLabel{}

.rdrInputRanges{}

.rdrInputRange{
  display: flex;
}

.rdrInputRangeInput{}

.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplayWrapper{
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay{
  margin: 0.833em;
}

.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }

.rdrDateDisplayItemActive{
  border-color: currentColor;
}

.rdrDateDisplayItemActive input{
    color: #7d888d
  }

.rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers{
  font-weight: 600;
}

.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width=%279px%27 height=%276px%27 viewBox=%270 0 9 6%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27><g id=%27Artboard%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27translate%28-636.000000, -171.000000%29%27 fill-opacity=%270.368716033%27><g id=%27input%27 transform=%27translate%28172.000000, 37.000000%29%27 fill=%27%230E242F%27 fill-rule=%27nonzero%27><g id=%27Group-9%27 transform=%27translate%28323.000000, 127.000000%29%27><path d=%27M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z%27 id=%27arrow%27></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }

.rdrMonthAndYearPickers select:hover{
      background-color: rgba(0,0,0,0.07);
    }

.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}

.rdrNextPrevButton:hover{
    background: #E1E7F0;
  }

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    transform: translate(-3px, 0px);
  }

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    transform: translate(-3px, 0px);
  }

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    transform: translate(3px, 0px);
  }

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
  }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}

.rdrDay:focus {
    outline: 0;
  }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
  }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
      background: #fff;
    }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
        }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected{
  left: 2px;
  right: 2px;
}

.rdrInRange{}

.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected{
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }

.rdrDayEndOfMonth .rdrInRange,  .rdrDayEndOfMonth .rdrStartEdge,  .rdrDayEndOfWeek .rdrInRange,  .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }

.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}

.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
    }

.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges{
  padding: 10px 0;
}

.rdrInputRange{
  align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
    border-color: rgb(180, 191, 196);
    outline: 0;
    color: #333;
  }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive{
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    filter: grayscale(100%) opacity(60%);
  }

.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
}
.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #efefef;
}
.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;
}
.tribute-container li.highlight {
  background: #ddd;
}
.tribute-container li span {
  font-weight: bold;
}
.tribute-container li.no-match {
  cursor: default;
}
.tribute-container .menu-highlighted {
  font-weight: bold;
}
@charset "UTF-8";
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}
@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-dialogs {
  position: relative;
}
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}
trix-editor .attachment {
  position: relative;
}
trix-editor .attachment:hover {
  cursor: default;
}
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}
trix-editor .trix-button-group {
  display: inline-flex;
}
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
trix-editor .trix-button--remove:hover {
  border-color: #333;
}
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}
trix-editor .attachment__metadata-container {
  position: relative;
}
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}
.trix-content li {
  margin-left: 1em;
}
.trix-content [dir=rtl] li {
  margin-right: 1em;
}
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}
.trix-content img {
  max-width: 100%;
  height: auto;
}
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}
.trix-content .attachment__caption {
  text-align: center;
}
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/4c257e79efcdd99f42a7.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/0c730ed50545d466fdbb.eot);
    src: url(/0c730ed50545d466fdbb.eot?#iefix) format('embedded-opentype'), url(/b51df43fc64d052a8f07.woff) format('woff'), url(/8bb2bfc6bceb757e8366.ttf) format('truetype'), url(/90e0d52ce6906158165d.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Statutory Compliance Modal Styles */
.statutory-compliance-modal .modal-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 24px;
}

.statutory-compliance-modal .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.statutory-compliance-modal .modal-body {
  padding: 24px;
  max-height: 70vh;
  overflow-y: auto;
}

.statutory-compliance-modal .sr-modal-section {
  margin-bottom: 24px;
}

.statutory-compliance-modal .sr-modal-section:last-child {
  margin-bottom: 0;
}

.statutory-compliance-modal .sr-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.statutory-compliance-modal .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.statutory-compliance-modal .form-control {
  font-size: 14px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 8px 12px;
  height: 40px;
}

.statutory-compliance-modal .form-control:focus {
  border-color: #1f94ff;
  box-shadow: 0 0 0 0.2rem rgba(31, 148, 255, 0.15);
}

.statutory-compliance-modal .form-control.is-invalid {
  border-color: #dc3545;
}

.statutory-compliance-modal .is-invalid-select > div {
  border-color: #dc3545 !important;
}

.statutory-compliance-modal .error-text {
  font-size: 12px;
  margin-top: 4px;
}

.statutory-compliance-modal .sr-add-link {
  color: #1f94ff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.statutory-compliance-modal .sr-add-link:hover {
  text-decoration: underline;
}

.statutory-compliance-modal .sr-radio-group {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}

.statutory-compliance-modal .sr-radio-group .form-check {
  margin-bottom: 0;
}

.statutory-compliance-modal .sr-radio-group .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  cursor: pointer;
}

.statutory-compliance-modal .sr-radio-group .form-check-label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  margin-left: 8px;
}

.statutory-compliance-modal .form-check-input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.statutory-compliance-modal .form-check-label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  margin-left: 8px;
}

.statutory-compliance-modal .sr-modal-footer {
  border-top: 1px solid #e0e0e0;
  padding: 16px 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.statutory-compliance-modal .sr-cancel-btn {
  color: #1f94ff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 16px;
}

.statutory-compliance-modal .sr-cancel-btn:hover {
  color: #0d7ce8;
  background-color: transparent;
  text-decoration: none;
}

.statutory-compliance-modal .sr-save-btn {
  background-color: #d3d3d3;
  border: none;
  color: #fff;
  padding: 8px 24px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

.statutory-compliance-modal .sr-save-btn:not(:disabled) {
  background-color: #1f94ff;
}

.statutory-compliance-modal .sr-save-btn:not(:disabled):hover {
  background-color: #0d7ce8;
}

.statutory-compliance-modal .sr-save-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.statutory-compliance-modal .sr-reset-btn {
  color: #6b7280;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 16px;
  margin-right: auto;
}

.statutory-compliance-modal .sr-reset-btn:hover {
  color: #4b5563;
  background-color: transparent;
  text-decoration: none;
}

/* Disabled form controls */
.statutory-compliance-modal .form-control:disabled {
  background-color: #f3f4f6;
  cursor: not-allowed;
  opacity: 0.7;
}

/* Disabled react-select */
.statutory-compliance-modal .css-1pahdxg-control[class*="is-disabled"],
.statutory-compliance-modal .css-1pahdxg-control[class*="is-disabled"] > div {
  background-color: #f3f4f6 !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}

/* React Select Customizations */
.statutory-compliance-modal .css-control,
.statutory-compliance-modal .css-1s2u09g-control,
.statutory-compliance-modal .css-1pahdxg-control {
  min-height: 40px;
  border-color: #d0d0d0;
  font-size: 14px;
}

.statutory-compliance-modal .css-control:hover,
.statutory-compliance-modal .css-1s2u09g-control:hover {
  border-color: #1f94ff;
}

.statutory-compliance-modal .css-1okebmr-indicatorSeparator {
  display: none;
}

/* Compliance Cycles Table */
.statutory-compliance-modal .compliance-cycles-table {
  margin-top: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.statutory-compliance-modal .compliance-cycles-table .table {
  margin-bottom: 0;
  font-size: 14px;
}

.statutory-compliance-modal .compliance-cycles-table thead th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #e0e0e0;
  padding: 12px;
  font-size: 14px;
}

.statutory-compliance-modal .compliance-cycles-table tbody td {
  padding: 8px 12px;
  vertical-align: middle;
}

.statutory-compliance-modal .compliance-cycles-table .form-control {
  height: 32px;
  font-size: 13px;
  padding: 4px 8px;
}

.statutory-compliance-modal .compliance-cycles-table .btn-link {
  font-size: 16px;
  padding: 0;
  line-height: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .statutory-compliance-modal .modal-body {
    padding: 16px;
  }

  .statutory-compliance-modal .sr-modal-footer {
    padding: 12px 16px;
  }

  .statutory-compliance-modal .sr-radio-group {
    gap: 16px;
  }

  .statutory-compliance-modal .compliance-cycles-table {
    overflow-x: auto;
  }

  .statutory-compliance-modal .compliance-cycles-table .form-control {
    min-width: 120px;
  }
}


.view-details-modal .modal-dialog{max-width:90%}.view-details-modal .modal-header{border-bottom:1px solid #e0e0e0;padding:20px 24px}.view-details-modal .modal-title{font-size:20px;font-weight:600;color:#000}.view-details-modal .modal-body{padding:24px;max-height:80vh;overflow-y:hidden;overflow-x:hidden;display:flex;flex-direction:column}.view-details-modal .details-section{margin-bottom:24px;flex-shrink:0}.view-details-modal .detail-row{display:flex;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.view-details-modal .detail-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.view-details-modal .detail-item{display:flex;gap:12px;width:100%}.view-details-modal .detail-label{font-size:14px;font-weight:600;color:#000;min-width:200px;flex-shrink:0}.view-details-modal .detail-value{font-size:14px;color:#333}.view-details-modal .cycles-section{margin-top:16px;display:flex;flex-direction:column;flex:1;min-height:0}.view-details-modal .cycles-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-shrink:0}.view-details-modal .cycles-header h6{font-size:16px;font-weight:600;color:#000;margin:0}.view-details-modal .financial-year-dropdown{min-width:220px}.view-details-modal .financial-year-dropdown .form-select{font-size:14px;font-weight:500;color:#374151;border:1px solid #e5e7eb;border-radius:8px;padding:8px 36px 8px 14px;height:40px;background-color:#fff;cursor:pointer}.view-details-modal .financial-year-dropdown .form-select:hover{border-color:#40518a}.view-details-modal .financial-year-dropdown .form-select:focus{border-color:#40518a;box-shadow:0 0 0 3px rgba(64,81,138,.15);outline:none}.view-details-modal .cycles-table-container{flex:1;min-height:0;max-height:400px;overflow-y:auto;overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px}.view-details-modal .cycles-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff}.view-details-modal .cycles-table thead{position:sticky;top:0;z-index:100;background:#f8fafc}.view-details-modal .cycles-table thead tr{border-bottom:2px solid #e5e7eb}.view-details-modal .cycles-table th{padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:#111827;white-space:nowrap;background:#f8fafc;position:sticky;top:0}.view-details-modal .cycles-table tbody tr{border-bottom:1px solid #e0e0e0}.view-details-modal .cycles-table tbody tr:hover{background-color:#f8f9fa}.view-details-modal .cycles-table td{padding:12px 16px;font-size:13px;color:#333}.view-details-modal .compliance-status-list{min-width:140px}.view-details-modal .status-item{display:flex;align-items:center;gap:8px}.view-details-modal .status-dot{width:10px;height:10px;border-radius:50%}.view-details-modal .status-text{font-weight:500;font-size:13px}.view-details-modal .view-cycle-btn{background:rgba(0,0,0,0);border:1px solid #d0d0d0;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666}.view-details-modal .view-cycle-btn:hover{background-color:#f0f8ff;border-color:#1f94ff;color:#1f94ff}.view-details-modal .no-cycles{padding:40px;text-align:center;color:#999}.cycle-details-modal .modal-dialog{max-width:90%}.cycle-details-modal .modal-body{max-height:80vh;overflow-y:auto}.cycle-details-modal .cycle-details-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:16px;padding:20px;background:#f8f9fa;border-radius:8px}.cycle-details-modal .documents-table-container{max-height:400px;overflow-y:auto;overflow-x:auto;border:1px solid #e0e0e0;border-radius:6px}.cycle-details-modal .documents-table thead{position:sticky;top:0;background:#f8f9fa;z-index:10}.cycle-details-modal .documents-table th,.cycle-details-modal .documents-table td{padding:12px 16px}@media(max-width: 768px){.view-details-modal .modal-body{padding:16px}.cycles-table-container{max-height:300px}}
.hrms-wrap .dashboard-wrap .upload-media-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;backdrop-filter:blur(4px);animation:fadeIn .2s ease-in-out;overflow-y:auto;-webkit-overflow-scrolling:touch}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hrms-wrap .dashboard-wrap .upload-media-modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);overflow:hidden;animation:slideUp .3s ease-out}.hrms-wrap .dashboard-wrap .upload-media-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.hrms-wrap .dashboard-wrap .upload-media-modal__title{font-size:20px;font-weight:600;color:#111827;margin:0}.hrms-wrap .dashboard-wrap .upload-media-modal__close{background:none;border:none;color:#6b7280;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;width:32px;height:32px}.hrms-wrap .dashboard-wrap .upload-media-modal__close:hover{background-color:#f3f4f6;color:#111827}.hrms-wrap .dashboard-wrap .upload-media-modal__close svg{width:16px;height:16px}.hrms-wrap .dashboard-wrap .upload-media-modal__content{padding:40px 24px;overflow-y:auto;flex:1}.hrms-wrap .dashboard-wrap .upload-media-modal__upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:60px 20px;text-align:center;cursor:pointer;transition:all .2s;background-color:#f9fafb;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hrms-wrap .dashboard-wrap .upload-media-modal__upload-area.is-dragging{border-color:#3b82f6;background-color:#eff6ff}.hrms-wrap .dashboard-wrap .upload-media-modal__upload-icon-wrapper{position:relative;margin-bottom:20px;display:flex;flex-direction:column;align-items:center}.hrms-wrap .dashboard-wrap .upload-media-modal__upload-icon{width:auto;height:60px;object-fit:contain}.hrms-wrap .dashboard-wrap .upload-media-modal__upload-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 16px 0}.hrms-wrap .dashboard-wrap .upload-media-modal__upload-link{background:none;border:none;color:#40518a;font-size:14px;font-weight:500;cursor:pointer;text-decoration:underline;padding:0;transition:color .2s}.hrms-wrap .dashboard-wrap .upload-media-modal__upload-link:hover{color:#40518a}.hrms-wrap .dashboard-wrap .upload-media-modal__files-preview{display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:16px;width:100%}.hrms-wrap .dashboard-wrap .upload-media-modal__file-item{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1;background-color:#f3f4f6}.hrms-wrap .dashboard-wrap .upload-media-modal__file-preview{width:100%;height:100%;object-fit:cover}.hrms-wrap .dashboard-wrap .upload-media-modal__file-remove{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.6);border:none;border-radius:50%;color:#fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.hrms-wrap .dashboard-wrap .upload-media-modal__file-remove:hover{background:rgba(0,0,0,.8)}.hrms-wrap .dashboard-wrap .upload-media-modal__file-remove svg{width:14px;height:14px}.hrms-wrap .dashboard-wrap .upload-media-modal__add-more{border:2px dashed #d1d5db;border-radius:8px;background:#fff;color:#6b7280;font-size:14px;font-weight:500;padding:20px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;aspect-ratio:1;min-height:150px}.hrms-wrap .dashboard-wrap .upload-media-modal__add-more:hover{border-color:#40518a;color:#40518a;background-color:#f0f4ff}.hrms-wrap .dashboard-wrap .upload-media-modal__add-more svg{width:32px;height:32px;font-size:32px}.hrms-wrap .dashboard-wrap .upload-media-modal__add-more span{font-size:14px;font-weight:500}.hrms-wrap .dashboard-wrap .upload-media-modal__footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.hrms-wrap .dashboard-wrap .upload-media-modal__next-button{background-color:#40518a;color:#fff;border:none;border-radius:8px;padding:10px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;min-width:120px}.hrms-wrap .dashboard-wrap .upload-media-modal__next-button:hover:not(:disabled){background-color:#40518a;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.hrms-wrap .dashboard-wrap .upload-media-modal__next-button:active:not(:disabled){transform:translateY(0)}.hrms-wrap .dashboard-wrap .upload-media-modal__next-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.hrms-wrap .dashboard-wrap .upload-media-modal__form-field{margin-bottom:1rem}.hrms-wrap .dashboard-wrap .upload-media-modal__form-label{display:block;font-weight:500;color:#111827;margin-bottom:.5rem;font-size:14px}.hrms-wrap .dashboard-wrap .upload-media-modal__upload-hint{font-size:12px;color:#6b7280;margin:.5rem 0 0 0}.hrms-wrap .dashboard-wrap .upload-media-modal__upload-icon-svg{font-size:48px;color:#6b7280}.hrms-wrap .dashboard-wrap .upload-media-modal__files-preview.document-mode{grid-template-columns:1fr;gap:12px}.hrms-wrap .dashboard-wrap .upload-media-modal__file-item.document-item{aspect-ratio:auto;min-height:auto;padding:20px;background-color:#f9fafb;border:1px solid #e5e7eb}.hrms-wrap .dashboard-wrap .upload-media-modal__document-preview{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px}.hrms-wrap .dashboard-wrap .upload-media-modal__document-preview .document-icon{font-size:48px;color:#6b7280}.hrms-wrap .dashboard-wrap .upload-media-modal__document-preview .document-name{font-size:14px;color:#111827;font-weight:500;margin:0;word-break:break-word;text-align:center}.hrms-wrap .dashboard-wrap .upload-media-modal__cycle-display{padding:.5rem .75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;font-size:14px;color:#111827}.hrms-wrap .dashboard-wrap .upload-media-modal .react-select__option--is-disabled{opacity:.5;cursor:not-allowed;background-color:#f3f4f6;color:#9ca3af}.hrms-wrap .dashboard-wrap .upload-media-modal__cancel-button{background:none;border:none;color:#6b7280;font-size:16px;font-weight:500;cursor:pointer;padding:10px 24px;border-radius:8px;transition:all .2s}.hrms-wrap .dashboard-wrap .upload-media-modal__cancel-button:hover:not(:disabled){background-color:#f3f4f6;color:#111827}.hrms-wrap .dashboard-wrap .upload-media-modal__cancel-button:disabled{opacity:.5;cursor:not-allowed}
.document-verification-modal .modal-dialog{max-width:900px}.document-verification-modal .modal-header{border-bottom:1px solid #e0e0e0;padding:20px 24px}.document-verification-modal .modal-header .modal-title{font-size:20px;font-weight:600;color:#000}.document-verification-modal .modal-body{padding:24px;max-height:70vh;overflow-y:auto}.document-verification-modal .verification-section{margin-bottom:24px}.document-verification-modal .verification-section:last-child{margin-bottom:0}.document-verification-modal .verification-section .section-title{font-size:16px;font-weight:600;color:#000;margin-bottom:12px}.document-verification-modal .document-preview{display:flex;align-items:center;gap:16px;padding:16px;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.document-verification-modal .document-preview .document-icon-wrapper{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;border:1px solid #e0e0e0;flex-shrink:0}.document-verification-modal .document-preview .document-icon-wrapper .document-icon{font-size:32px;color:#6366f1}.document-verification-modal .document-preview .document-info{flex:1}.document-verification-modal .document-preview .document-info .document-title{font-size:16px;font-weight:600;color:#000;margin:0 0 4px 0}.document-verification-modal .document-preview .document-info .document-meta{font-size:13px;color:#666;margin:2px 0}.document-verification-modal .document-preview .download-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#666;cursor:pointer;transition:all .2s ease;flex-shrink:0}.document-verification-modal .document-preview .download-btn:hover{background:#f7fafc;border-color:#cbd5e0;color:#4a5568}.document-verification-modal .action-select{width:100%}.document-verification-modal .action-select .react-select__control{border:1px solid #e0e0e0;border-radius:6px;min-height:42px}.document-verification-modal .action-select .react-select__control:hover{border-color:#cbd5e0}.document-verification-modal .action-select .react-select__control--is-focused{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.document-verification-modal .remark-input{border:1px solid #e0e0e0;border-radius:6px;padding:12px;font-size:14px;resize:vertical}.document-verification-modal .remark-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1);outline:none}.document-verification-modal .remark-input::placeholder{color:#a0aec0}.document-verification-modal .remark-history-table{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.document-verification-modal .remark-history-table .table{margin:0;width:100%}.document-verification-modal .remark-history-table .table thead{background:#f8f9fa}.document-verification-modal .remark-history-table .table thead th{padding:12px 16px;font-size:13px;font-weight:600;color:#000;border-bottom:2px solid #e0e0e0;white-space:nowrap}.document-verification-modal .remark-history-table .table tbody tr{border-bottom:1px solid #e0e0e0}.document-verification-modal .remark-history-table .table tbody tr:last-child{border-bottom:none}.document-verification-modal .remark-history-table .table tbody tr:hover{background:#f8f9fa}.document-verification-modal .remark-history-table .table tbody tr td{padding:12px 16px;font-size:13px;color:#333;vertical-align:middle}.document-verification-modal .remark-history-table .table tbody tr td.remarks-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:grab}.document-verification-modal .remark-history-table .action-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap}.document-verification-modal .verification-footer{border-top:1px solid #e0e0e0;padding:16px 24px;display:flex;justify-content:space-between}.document-verification-modal .verification-footer .reset-btn{color:#666;text-decoration:none;padding:10px 24px;font-weight:500}.document-verification-modal .verification-footer .reset-btn:hover{color:#000;text-decoration:none}.document-verification-modal .verification-footer .submit-btn{background:#6366f1;border:none;color:#fff;padding:10px 24px;border-radius:6px;font-weight:600;transition:all .2s ease}.document-verification-modal .verification-footer .submit-btn:hover:not(:disabled){background:#4f46e5}.document-verification-modal .verification-footer .submit-btn:disabled{opacity:.6;cursor:not-allowed}
.on-hold-details-modal .modal-dialog{border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.12)}.on-hold-details-modal .modal-content{border:1px solid #e5e7eb;border-radius:12px}.on-hold-details-modal .modal-header{border-bottom:1px solid #e5e7eb;padding:20px 24px;background:linear-gradient(180deg, #fafbfc 0%, #fff 100%)}.on-hold-details-modal .modal-title-inner{display:flex;align-items:center;font-size:18px;font-weight:600;color:#111827}.on-hold-details-modal .modal-title-inner .title-badge{display:inline-flex;align-items:center;gap:10px;padding:6px 12px;background:#fef3c7;color:#92400e;border-radius:8px;font-size:15px}.on-hold-details-modal .modal-title-inner .title-icon{font-size:14px;opacity:.9}.on-hold-details-modal .modal-body{padding:24px;color:#374151;font-size:15px;line-height:1.6;background:#fff}.on-hold-details-modal .requirement-name-block{margin-bottom:20px;padding:14px 16px;background:#f8fafc;border-radius:8px;border-left:4px solid #40518a}.on-hold-details-modal .requirement-name-block .requirement-label{display:block;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.02em;margin-bottom:4px}.on-hold-details-modal .requirement-name-block .requirement-name{font-size:15px;font-weight:600;color:#111827}.on-hold-details-modal .on-hold-details-content{display:flex;flex-direction:column;gap:16px}.on-hold-details-modal .detail-card{padding:16px 18px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}.on-hold-details-modal .detail-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px rgba(64,81,138,.06)}.on-hold-details-modal .detail-card-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.on-hold-details-modal .detail-icon{color:#40518a;font-size:16px;opacity:.9}.on-hold-details-modal .detail-card-title{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.02em}.on-hold-details-modal .detail-card-value{margin:0;font-size:15px;color:#374151;line-height:1.55;padding-left:26px}.on-hold-details-modal .detail-card-value.reason-text{white-space:pre-wrap;word-break:break-word}.on-hold-details-modal .no-details{margin:0;padding:20px;text-align:center;color:#6b7280;font-size:14px;background:#f9fafb;border-radius:8px}.on-hold-details-modal .modal-footer{border-top:1px solid #e5e7eb;padding:16px 24px;background:#fafbfc}.on-hold-details-modal .on-hold-modal-btn-close{min-width:100px;padding:8px 20px;font-size:14px;font-weight:600;border-radius:8px;border:none;background:#40518a;color:#fff;transition:background-color .2s ease,transform .05s ease}.on-hold-details-modal .on-hold-modal-btn-close:hover{background:#2e3a5a;color:#fff}.on-hold-details-modal .on-hold-modal-btn-close:active{transform:scale(0.98)}
.statutory-compliance-container{padding:20px 30px;height:calc(100vh - 80px);max-height:calc(100vh - 80px);display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.statutory-compliance-container .statutory-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-shrink:0}.statutory-compliance-container .statutory-title{font-size:22px;font-weight:600;color:#2d3748;margin:0}.statutory-compliance-container .statutory-actions{display:flex;gap:9px;align-items:center}.statutory-compliance-container .statutory-tabs-container{background:#fff;border-radius:8px;padding:0;margin-bottom:20px;box-shadow:0 1px 3px rgba(0,0,0,.1);display:block !important;visibility:visible !important;width:100%;position:relative;z-index:1}.statutory-compliance-container .statutory-tabs-container .statutory-view-tabs{border-bottom:1px solid #e5e7eb;padding:0 20px;display:flex !important;flex-direction:row !important;list-style:none;margin:0;border:none;background:rgba(0,0,0,0)}.statutory-compliance-container .statutory-tabs-container .statutory-view-tabs.nav-tabs{border-bottom:1px solid #e5e7eb}.statutory-compliance-container .statutory-tabs-container .statutory-view-tabs .nav-item{display:block;margin:0}.statutory-compliance-container .statutory-tabs-container .statutory-view-tabs .statutory-tab-link,.statutory-compliance-container .statutory-tabs-container .statutory-view-tabs .nav-link{padding:15px 20px;color:#6b7280 !important;font-weight:500;border:none !important;border-bottom:3px solid rgba(0,0,0,0) !important;transition:all .2s ease;cursor:pointer;display:block;text-decoration:none;background:rgba(0,0,0,0) !important;margin:0}.statutory-compliance-container .statutory-tabs-container .statutory-view-tabs .statutory-tab-link:hover,.statutory-compliance-container .statutory-tabs-container .statutory-view-tabs .nav-link:hover{color:#1d94ff !important;background-color:rgba(0,0,0,0) !important;border-bottom-color:#1d94ff !important;text-decoration:none}.statutory-compliance-container .statutory-tabs-container .statutory-view-tabs .statutory-tab-link.active,.statutory-compliance-container .statutory-tabs-container .statutory-view-tabs .statutory-tab-link[aria-selected=true],.statutory-compliance-container .statutory-tabs-container .statutory-view-tabs .nav-link.active,.statutory-compliance-container .statutory-tabs-container .statutory-view-tabs .nav-link[aria-selected=true]{color:#1d94ff !important;background-color:rgba(0,0,0,0) !important;border-bottom-color:#1d94ff !important;font-weight:600}.statutory-compliance-container .statutory-calendar-wrapper{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1);min-height:600px;height:auto;width:100%;display:block}.statutory-compliance-container .statutory-calendar-wrapper .statutory-calendar-tab{padding:0;background:rgba(0,0,0,0);width:100%}.statutory-compliance-container .statutory-calendar-wrapper .statutory-calendar-tab .statutory-calendar-tab-content{padding:0;width:100%}.statutory-compliance-container .statutory-calendar-wrapper .calendar-points-container{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:24px;padding:16px 20px}.statutory-compliance-container .statutory-calendar-wrapper .left-content-wrap{width:100%;display:block}.statutory-compliance-container .statutory-calendar-wrapper .edit-profile-content{width:100%;display:block}.statutory-compliance-container .statutory-calendar-wrapper .calendar-container{position:relative;background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);width:100%;min-height:500px;height:auto;max-height:none}.statutory-compliance-container .export-btn{display:flex;justify-content:center;align-items:center;height:42px;width:35px;background-color:#fff;color:#40508a;font-size:19px;margin-right:.5rem;border-radius:5px;border:1px solid #40508a;border-width:1px}.statutory-compliance-container .export-btn:hover{background:#f7fafc;color:#1f94ff;border:1px solid #1f94ff}.statutory-compliance-container .show-all-btn{background:#48bb78;color:#fff;border:none;padding:10px 20px;border-radius:6px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:600;font-size:14px;box-shadow:0 2px 4px rgba(72,187,120,.3);transition:all .2s ease}.statutory-compliance-container .show-all-btn:hover{background:#38a169;box-shadow:0 4px 6px rgba(72,187,120,.4)}.statutory-compliance-container .create-statutory-btn{background:#40508a;color:#fff;border:none;padding:10px 20px;border-radius:6px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:600;font-size:14px;box-shadow:0 2px 4px rgba(99,102,241,.3);transition:all .2s ease}.statutory-compliance-container .create-statutory-btn:hover{background:#40508a;box-shadow:0 4px 6px rgba(99,102,241,.4)}.statutory-compliance-container .statutory-filters-card{padding-bottom:20px;max-width:80%;flex-shrink:0}.statutory-compliance-container .filters-row{display:grid;grid-template-columns:.2fr .7fr .7fr .7fr .7fr .7fr .7fr auto;gap:12px;align-items:start}.statutory-compliance-container .filter-item{display:flex;flex-direction:column}.statutory-compliance-container .filter-item:first-child{margin-top:1px}.statutory-compliance-container .filter-label{font-size:13px;font-weight:500;color:#2d3748;margin-bottom:6px}.statutory-compliance-container .date-range-wrapper{position:relative;width:100%}.statutory-compliance-container .custom-date-input{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;background-color:#fff;cursor:pointer;font-size:14px;color:#2d3748;transition:all .2s ease;min-height:40px;gap:8px}.statutory-compliance-container .custom-date-input:hover{border-color:#cbd5e0;background:#f7fafc}.statutory-compliance-container .custom-date-input .calendar-icon{color:#718096;font-size:14px}.statutory-compliance-container .custom-date-input .date-input-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111217}.statutory-compliance-container .custom-date-input .chevron-icon{color:#a0aec0;font-size:12px;transition:transform .2s ease}.statutory-compliance-container .react-datepicker{border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);font-family:inherit}.statutory-compliance-container .react-datepicker__header{background-color:#fff;border-bottom:1px solid #e2e8f0;border-radius:8px 8px 0 0;padding:0}.statutory-compliance-container .react-datepicker__month-container{float:left}.statutory-compliance-container .react-datepicker__month{margin:.4rem;text-align:center}.statutory-compliance-container .react-datepicker__day-names{display:flex;justify-content:space-around;margin-bottom:.5rem;padding:0 .5rem}.statutory-compliance-container .react-datepicker__day-name{color:#718096;font-weight:500;font-size:12px;width:2.5rem;line-height:2.5rem}.statutory-compliance-container .react-datepicker__day{width:2.5rem;line-height:2.5rem;margin:.2rem;border-radius:6px;color:#2d3748;font-size:14px}.statutory-compliance-container .react-datepicker__day:hover{background-color:#f7fafc;border-radius:6px}.statutory-compliance-container .react-datepicker__day.react-datepicker__day--selected,.statutory-compliance-container .react-datepicker__day.react-datepicker__day--in-range{background-color:#6366f1;color:#fff}.statutory-compliance-container .react-datepicker__day.react-datepicker__day--in-selecting-range{background-color:#e0e7ff;color:#6366f1}.statutory-compliance-container .react-datepicker__day.react-datepicker__day--range-start,.statutory-compliance-container .react-datepicker__day.react-datepicker__day--range-end{background-color:#6366f1;color:#fff}.statutory-compliance-container .custom-calendar-header{padding:12px;display:flex;justify-content:center;align-items:center}.statutory-compliance-container .calendar-navigation{display:flex;align-items:center;gap:8px;width:100%;justify-content:space-between}.statutory-compliance-container .nav-button{background:rgba(0,0,0,0);border:1px solid #e2e8f0;border-radius:4px;padding:4px 8px;cursor:pointer;color:#4a5568;font-size:12px;transition:all .2s ease}.statutory-compliance-container .nav-button:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.statutory-compliance-container .nav-button:disabled{opacity:.5;cursor:not-allowed}.statutory-compliance-container .month-year-label{font-weight:600;font-size:14px;color:#2d3748;min-width:150px;text-align:center}.statutory-compliance-container .date-picker-footer{display:flex !important;justify-content:space-between;gap:8px;padding:12px;background:#fff;border-top:1px solid #e2e8f0;border-radius:0 0 8px 8px;margin-top:0;z-index:1001;position:relative}.statutory-compliance-container .react-datepicker__popper .date-picker-footer{display:flex !important;justify-content:space-between;gap:8px;padding:12px;background:#fff;border-top:1px solid #e2e8f0;border-radius:0 0 8px 8px;margin-top:0;z-index:1001;position:relative}.statutory-compliance-container .react-datepicker .date-picker-footer{display:flex !important;justify-content:space-between;gap:8px;padding:12px;background:#fff;border-top:1px solid #e2e8f0;border-radius:0 0 8px 8px;margin-top:0;z-index:1001;position:relative}.statutory-compliance-container .reset-btn,.statutory-compliance-container .apply-btn{flex:1;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid #e2e8f0}.statutory-compliance-container .reset-btn{background:#fff;color:#718096}.statutory-compliance-container .reset-btn:hover{background:#f7fafc;border-color:#cbd5e0}.statutory-compliance-container .apply-btn{background:#6366f1;color:#fff;border-color:#6366f1}.statutory-compliance-container .apply-btn:hover{background:#4f46e5;border-color:#4f46e5}.statutory-compliance-container .react-datepicker{display:flex !important;flex-direction:row !important}.statutory-compliance-container .react-datepicker__month-container{display:inline-block !important;float:none !important}.statutory-compliance-container .react-datepicker__popper{z-index:1000}.statutory-compliance-container .react-datepicker__popper .react-datepicker{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important}.statutory-compliance-container .react-datepicker__month-container+.react-datepicker__month-container{margin-left:0 !important}.statutory-compliance-container .emp-search-bar{width:100%}.statutory-compliance-container .emp-search-input{position:relative;display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;transition:all .2s ease;height:41px}.statutory-compliance-container .emp-search-input:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.statutory-compliance-container .emp-search-input input{border:none;outline:none;flex:1;font-size:14px;color:#111217;background:rgba(0,0,0,0);padding:0 12px;height:100%}.statutory-compliance-container .emp-search-input input::placeholder{color:#d3d3d3 !important;opacity:1}.statutory-compliance-container .emp-search-icon{color:#d3d3d3;margin-right:8px;font-size:14px}.statutory-compliance-container .search-btn{background:#d2d2d2;color:#7e7e7e;border:1px solid #e2e8f0;padding:10px 16px;border-radius:6px;font-weight:500;font-size:14px;cursor:not-allowed;transition:all .2s ease;white-space:nowrap}.statutory-compliance-container .search-btn:hover:not(:disabled){background:rgba(195,195,195,.9764705882);border-color:#cbd5e0}.statutory-compliance-container .search-btn:disabled{opacity:.6;cursor:not-allowed}.statutory-compliance-container .search-btn.enabled{background:#40508a;color:#fff;border-color:#40508a;cursor:pointer}.statutory-compliance-container .search-btn.enabled:hover{background:#40508a;border-color:#40508a}.statutory-compliance-container .reset-filter-btn{background:#d2d2d2;color:#7e7e7e;border:1px solid #e2e8f0;padding:10px 16px;border-radius:6px;font-weight:500;font-size:14px;cursor:not-allowed;transition:all .2s ease;white-space:nowrap}.statutory-compliance-container .reset-filter-btn:hover:not(:disabled){background:rgba(195,195,195,.9764705882);border-color:#cbd5e0}.statutory-compliance-container .reset-filter-btn:disabled{opacity:.6;cursor:not-allowed}.statutory-compliance-container .reset-filter-btn.enabled{background:#40508a;color:#fff;border-color:#40508a;cursor:pointer}.statutory-compliance-container .reset-filter-btn.enabled:hover{background:#344875;border-color:#344875}.statutory-compliance-container .reset-filter-btn svg{font-size:16px}.statutory-compliance-container .verified-by-select-wrap{width:150px}.statutory-compliance-container .verified-by-select-wrap .verified-by-async-select{width:100%}.statutory-compliance-container .verified-by-select-wrap .react-select__control{min-height:40px;height:42px;padding:0 12px 0 10px;border:1px solid #e2e8f0;border-radius:6px;background-color:#fff;font-size:14px;color:#111217;transition:all .2s ease;box-shadow:none;cursor:pointer;overflow:hidden}.statutory-compliance-container .verified-by-select-wrap .react-select__control:hover{border-color:#cbd5e0;background:#f7fafc}.statutory-compliance-container .verified-by-select-wrap .react-select__control.react-select__control--is-focused{border-color:#cbd5e0;background:#f7fafc;box-shadow:none}.statutory-compliance-container .verified-by-select-wrap .react-select__value-container{padding:10px !important;height:100%}.statutory-compliance-container .verified-by-select-wrap .react-select__value-container.react-select__value-container--verified-by{padding:0 2px;display:flex;align-items:center;min-width:0;overflow:hidden}.statutory-compliance-container .verified-by-select-wrap .react-select__value-container.react-select__value-container--verified-by>*{min-width:0;overflow:hidden;display:block}.statutory-compliance-container .verified-by-select-wrap .react-select__value-container:not(.react-select__value-container--verified-by) .react-select__input-container{min-width:120px}.statutory-compliance-container .verified-by-select-wrap .react-select__placeholder{color:#2d3748}.statutory-compliance-container .verified-by-select-wrap .react-select__input-container{height:100%;color:#111217;margin:0;padding:0}.statutory-compliance-container .verified-by-select-wrap .react-select__multi-value{background:#e2e8f0;border-radius:4px}.statutory-compliance-container .verified-by-select-wrap .react-select__multi-value__label{color:#2d3748;font-size:13px}.statutory-compliance-container .verified-by-select-wrap .react-select__indicator-separator{display:none}.statutory-compliance-container .verified-by-select-wrap .react-select__dropdown-indicator{color:#a0aec0;padding:8px}.statutory-compliance-container .verified-by-select-wrap .react-select__dropdown-indicator:hover{color:#718096}.statutory-compliance-container .verified-by-select-wrap .react-select__dropdown-indicator svg{width:12px;height:12px}.statutory-compliance-container .verified-by-select-wrap .react-select__menu{border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);z-index:1000;margin-top:4px}.statutory-compliance-container .verified-by-select-wrap .react-select__menu-list{max-height:280px;padding:4px}.statutory-compliance-container .verified-by-select-wrap .react-select__option{padding:10px 12px;font-size:14px;color:#2d3748;border-radius:4px;margin:2px 0;cursor:pointer}.statutory-compliance-container .verified-by-select-wrap .react-select__option:hover{background-color:#f7fafc}.statutory-compliance-container .verified-by-select-wrap .react-select__option.react-select__option--is-focused{background-color:#f7fafc}.statutory-compliance-container .verified-by-select-wrap .react-select__option.react-select__option--with-checkbox{display:flex;align-items:center}.statutory-compliance-container .verified-by-select-wrap .react-select__option.react-select__option--with-checkbox .filter-checkbox{margin-right:8px;width:16px;height:16px;accent-color:#6366f1;cursor:pointer;flex-shrink:0}.statutory-compliance-container .verified-by-select-wrap .react-select__option.react-select__option--with-checkbox .filter-option-label{flex:1}.statutory-compliance-container .verified-by-select-wrap .react-select__option.react-select__option--with-checkbox .filter-option-label--truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.statutory-compliance-container .verified-by-select-wrap .react-select__value-container--verified-by .filter-dropdown-text,.statutory-compliance-container .verified-by-select-wrap .react-select__value-container--verified-by .filter-dropdown-text--truncate{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111217;font-size:14px;max-width:100px}.statutory-compliance-container .filter-dropdown{position:relative;width:100%}.statutory-compliance-container .filter-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;background-color:#fff;cursor:pointer;font-size:14px;color:#2d3748;transition:all .2s ease;min-height:40px}.statutory-compliance-container .filter-dropdown-header:hover{border-color:#cbd5e0;background:#f7fafc}.statutory-compliance-container .filter-dropdown-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111217}.statutory-compliance-container .filter-dropdown-arrow{color:#a0aec0;transition:transform .2s ease;margin-left:8px;font-size:12px}.statutory-compliance-container .filter-dropdown-arrow.open{transform:rotate(180deg)}.statutory-compliance-container .filter-dropdown-content{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);z-index:1000;max-height:280px;overflow-y:auto}.statutory-compliance-container .filter-dropdown-options{padding:4px}.statutory-compliance-container .filter-dropdown-option{display:flex;align-items:center;padding:10px 12px;cursor:pointer;transition:background-color .15s ease;font-size:14px;color:#2d3748;border-radius:4px;margin:2px 0}.statutory-compliance-container .filter-dropdown-option:hover{background-color:#f7fafc}.statutory-compliance-container .filter-checkbox{margin-right:8px;width:16px;height:16px;accent-color:#6366f1;cursor:pointer}.statutory-compliance-container .filter-radio{margin-right:8px;width:16px;height:16px;accent-color:#6366f1;cursor:pointer}.statutory-compliance-container .filter-option-label{flex:1}.statutory-compliance-container .filter-dropdown-actions{display:none;gap:8px;padding:12px;border-top:1px solid #e2e8f0;background:#f7fafc}.statutory-compliance-container .filter-btn{flex:1;padding:8px 12px;border:1px solid #e2e8f0;border-radius:4px;font-size:13px;cursor:pointer;transition:all .2s ease;font-weight:600}.statutory-compliance-container .filter-btn-clear{background:#fff;color:#718096}.statutory-compliance-container .filter-btn-clear:hover{background:#edf2f7;border-color:#cbd5e0}.statutory-compliance-container .filter-btn-apply{background:#6366f1;color:#fff;border-color:#6366f1}.statutory-compliance-container .filter-btn-apply:hover{background:#4f46e5}.statutory-compliance-container .statutory-table-card{border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0;max-height:100%;background:#fff}.statutory-compliance-container .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;min-height:0;position:relative;max-height:100%;margin:0px}.statutory-compliance-container .statutory-table{width:100%;min-width:1280px;border-collapse:separate;border-spacing:0;font-size:14px;display:table}.statutory-compliance-container .statutory-table thead{background:#dbdbdb;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:90}.statutory-compliance-container .statutory-table th{padding:14px 16px;text-align:left;font-weight:600;font-size:15px;color:#2f2f2f;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;max-width:200px;line-height:1.4;position:sticky;top:0;background:#dbdbdb;box-shadow:0 2px 2px -1px rgba(0,0,0,.1)}.statutory-compliance-container .statutory-table th.th-sno{width:80px}.statutory-compliance-container .statutory-table th:nth-child(9){min-width:120px}.statutory-compliance-container .statutory-table th:nth-child(10){min-width:160px}.statutory-compliance-container .statutory-table th:nth-child(11){min-width:220px;text-align:center;padding-left:8px}.statutory-compliance-container .statutory-table tbody{display:table-row-group}.statutory-compliance-container .statutory-table tbody tr.main-row{background:#fff;border-bottom:1px solid #e2e8f0;transition:background-color .15s ease;display:table-row}.statutory-compliance-container .statutory-table tbody tr.main-row:hover{background:#f7fafc}.statutory-compliance-container .statutory-table tbody tr.main-row.expanded{background:#f0f9ff;border-bottom:none}.statutory-compliance-container .statutory-table td{padding:14px 16px;font-size:13px;color:#2d3748;vertical-align:middle;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;max-width:200px}.statutory-compliance-container .statutory-table td.td-sno{position:relative;width:80px}.statutory-compliance-container .statutory-table td:nth-child(9){min-width:120px}.statutory-compliance-container .statutory-table td:nth-child(10){text-align:center;padding:14px 1px;min-width:160px;max-width:200px}.statutory-compliance-container .statutory-table td:nth-child(11){text-align:left;padding:8px 14px 8px 4px;min-width:220px;max-width:none}.statutory-compliance-container .expand-icon{position:absolute;left:16px;color:#6366f1;cursor:pointer;opacity:0;transition:opacity .2s ease;font-size:12px}.statutory-compliance-container .expand-icon.visible{opacity:1}.statutory-compliance-container .sno-text{margin-left:20px}.statutory-compliance-container .status-badge-wrapper{display:flex;align-items:center;gap:8px}.statutory-compliance-container .compliance-status-list{border-radius:6px;padding:0;min-width:140px;max-width:200px;overflow:hidden}.statutory-compliance-container .status-item{display:flex;align-items:center;gap:12px;transition:background-color .15s ease}.statutory-compliance-container .status-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;display:inline-block}.statutory-compliance-container .status-text{font-weight:500;font-size:14px;line-height:1.5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.statutory-compliance-container .on-hold-view-more{display:inline-block;color:#40518a;font-size:13px;font-weight:500;cursor:pointer;padding:2px 0;transition:color .2s ease}.statutory-compliance-container .on-hold-view-more:hover{color:#2e3a5a;text-decoration:underline}.statutory-compliance-container .on-hold-view-more-icon{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;color:#40518a;font-size:14px;cursor:pointer;padding:4px 6px;border-radius:4px;transition:color .2s ease,background-color .2s ease;vertical-align:middle}.statutory-compliance-container .on-hold-view-more-icon:hover{color:#2e3a5a;background-color:#f0f2f8}.statutory-compliance-container .action-column{position:relative;display:flex;align-items:center;justify-content:center;min-height:32px}.statutory-compliance-container .default-action-icon{color:#718096;font-size:14px;padding:0px;border-radius:4px;transition:all .2s ease;cursor:pointer}.statutory-compliance-container .default-action-icon:hover{background:#f7fafc;color:#4a5568}.statutory-compliance-container .action-icons{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-wrap:nowrap;gap:8px;align-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:all .2s ease;z-index:10}.statutory-compliance-container .action-icons.visible{opacity:1;visibility:visible;pointer-events:auto}.statutory-compliance-container .action-icon-btn{background:rgba(0,0,0,0);border:1px solid #9cbae1;color:#718096;width:32px;min-width:32px;height:32px;border-radius:6px;display:flex;flex-shrink:0;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:14px;pointer-events:auto;position:relative;z-index:11}.statutory-compliance-container .action-icon-btn:hover{background:#f7fafc;border-color:#cbd5e0;color:#4a5568;transform:translateY(-1px)}.statutory-compliance-container .action-icon-btn.edit-btn:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.statutory-compliance-container .action-icon-btn.view-btn:hover{background:#f0f9ff;border-color:#06b6d4;color:#06b6d4}.statutory-compliance-container .action-icon-btn.delete-btn:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.statutory-compliance-container .action-icon-btn.document-btn:hover{background:#f0f9ff;border-color:#3b82f6;color:#3b82f6}.statutory-compliance-container .action-icon-btn.hold-btn:hover{background:#fef3c7;border-color:#f59e0b;color:#f59e0b}.statutory-compliance-container .action-icon-btn.resume-btn:hover{background:#d1fae5;border-color:#10b981;color:#10b981}.statutory-compliance-container .history-row.on-hold-cycle{background-color:#fef9e7 !important}.statutory-compliance-container .history-row.on-hold-cycle:hover{background-color:#fef3c7 !important}.statutory-compliance-container .action-dropdown-toggle{background:rgba(0,0,0,0) !important;border:none !important;padding:4px 8px !important;color:#718096 !important;box-shadow:none !important}.statutory-compliance-container .action-dropdown-toggle:hover{background:#f7fafc !important;color:#4a5568 !important}.statutory-compliance-container .action-dropdown-toggle::after{display:none !important}.statutory-compliance-container .action-dropdown-toggle:focus{box-shadow:none !important}.statutory-compliance-container .dropdown-menu{border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-radius:6px;padding:4px;font-size:14px}.statutory-compliance-container .dropdown-item{padding:8px 12px;border-radius:4px;font-size:13px;color:#2d3748}.statutory-compliance-container .dropdown-item:hover:not(.disabled-item){background:#f7fafc}.statutory-compliance-container .dropdown-item.disabled-item{opacity:.5;cursor:not-allowed;color:#a0aec0}.statutory-compliance-container .dropdown-item.disabled-item:hover{background:rgba(0,0,0,0)}.statutory-compliance-container .history-header-row{background:#edf2f7;border-bottom:1px solid #cbd5e0}.statutory-compliance-container .history-header-row th{padding:17px 16px;text-align:left;font-weight:600;font-size:12px;color:#4a5568;border-bottom:none;z-index:99}.statutory-compliance-container .history-row{background:rgba(0,0,0,0);border-bottom:1px solid #e2e8f0}.statutory-compliance-container .history-row:last-of-type{border-bottom:1px solid #cbd5e0}.statutory-compliance-container .history-row td{padding:12px 16px;font-size:13px;color:#4a5568}.statutory-compliance-container .history-row td.remarks-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:grab}.statutory-compliance-container .history-status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;white-space:nowrap}.statutory-compliance-container .history-actions-group{display:flex;align-items:center;gap:8px}.statutory-compliance-container .history-action-btn{background:rgba(0,0,0,0);border:1px solid #cbd5e0;color:#718096;padding:6px 10px;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:13px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:0}.statutory-compliance-container .history-action-btn:hover{background:#f7fafc;border-color:#a0aec0;color:#4a5568}.statutory-compliance-container .history-action-btn.document-verify-btn{color:#40508a}.statutory-compliance-container .history-action-btn.document-verify-btn:hover:not(:disabled){background:#f0f4ff;border-color:#1f94ff;color:#1f94ff}.statutory-compliance-container .history-action-btn.document-verify-btn.disabled-btn,.statutory-compliance-container .history-action-btn.document-verify-btn:disabled{opacity:.5;cursor:not-allowed;color:#a0aec0;border-color:#e2e8f0}.statutory-compliance-container .history-action-btn.document-verify-btn.disabled-btn:hover,.statutory-compliance-container .history-action-btn.document-verify-btn:disabled:hover{background:rgba(0,0,0,0);border-color:#e2e8f0;color:#a0aec0}.statutory-compliance-container .history-loading{text-align:center;padding:40px}.statutory-compliance-container .no-history{text-align:center;padding:40px;color:#a0aec0;font-size:13px}.statutory-compliance-container .statutory-pagination-wrapper{padding:16px 20px;border-top:1px solid #e2e8f0;background:#fff;flex-shrink:0}.statutory-compliance-container .paginate-bar{display:flex;justify-content:space-between;align-items:center}.statutory-compliance-container .paginate-bar .text-item{font-size:14px;color:#718096;font-weight:500}.statutory-compliance-container .loader-container{display:flex;justify-content:center;align-items:center;min-height:400px;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);flex-shrink:0}@media(max-width: 1400px){.statutory-compliance-container .filters-row{grid-template-columns:2fr 1.5fr 1.5fr 1.5fr 1.5fr auto;gap:12px}.statutory-compliance-container .statutory-table th{max-width:150px;font-size:12px}.statutory-compliance-container .statutory-table td{max-width:150px;font-size:12px;padding:10px 12px}}@media(max-width: 1200px){.statutory-compliance-container .filters-row{grid-template-columns:repeat(3, 1fr);gap:12px}.statutory-compliance-container .statutory-table th{max-width:120px;font-size:11px;padding:8px 10px}.statutory-compliance-container .statutory-table td{max-width:120px;font-size:11px;padding:8px 10px}}@media(max-width: 992px){.statutory-compliance-container{padding:16px 20px}.statutory-compliance-container .filters-row{grid-template-columns:repeat(2, 1fr)}.statutory-compliance-container .statutory-table th{max-width:100px;font-size:10px;padding:6px 8px}.statutory-compliance-container .statutory-table td{max-width:100px;font-size:10px;padding:6px 8px}}@media(max-width: 768px){.statutory-compliance-container{padding:12px 16px}.statutory-compliance-container .statutory-header{flex-direction:column;gap:16px;align-items:stretch}.statutory-compliance-container .statutory-title{font-size:20px}.statutory-compliance-container .statutory-actions{justify-content:space-between}.statutory-compliance-container .create-statutory-btn{flex:1;justify-content:center}.statutory-compliance-container .filters-row{grid-template-columns:1fr}.statutory-compliance-container .table-wrapper{overflow-x:auto;margin:0px;-webkit-overflow-scrolling:touch}.statutory-compliance-container .statutory-table{min-width:800px}.statutory-compliance-container .statutory-table th{max-width:80px;font-size:9px;padding:4px 6px}.statutory-compliance-container .statutory-table td{max-width:80px;font-size:9px;padding:4px 6px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.statutory-compliance-container .paginate-bar{flex-direction:column;gap:12px;align-items:center}.statutory-compliance-container .paginate-bar .text-item{text-align:center}}@media(max-width: 480px){.statutory-compliance-container{padding:10px 12px}.statutory-compliance-container .statutory-title{font-size:18px}.statutory-compliance-container .export-btn{width:36px;height:36px}.statutory-compliance-container .create-statutory-btn{padding:8px 16px;font-size:13px}.statutory-compliance-container .statutory-filters-card{padding:12px}.statutory-compliance-container .pagination .page-item a{min-width:32px;height:32px;padding:0 8px;font-size:13px}}.statutory-compliance-container .date-btn{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;background-color:#fff;cursor:pointer;font-size:14px;color:#2d3748;transition:all .2s ease;min-height:40px;white-space:nowrap;width:100%}.statutory-compliance-container .date-btn .date-icon{display:flex;align-items:center;flex-shrink:0}.statutory-compliance-container .date-btn .date-icon .font-20{font-size:16px;color:#40508a}.statutory-compliance-container .date-btn .date-text{white-space:nowrap;flex:1;text-align:left;margin-left:8px}.statutory-compliance-container .date-btn:hover{border-color:#cbd5e0;background:#f7fafc}.statutory-compliance-container .filter-item .date-popover{position:absolute;top:calc(100% + 8px) !important;left:-40% !important;background:#fff;border-radius:12px;padding:12px;box-shadow:0px 4px 18px rgba(0,0,0,.18);z-index:9999;transform-origin:top right;display:flex;flex-direction:column;overflow:hidden;min-width:450px;min-height:450px;width:450px;height:550px}@media(max-width: 768px){.statutory-compliance-container .filter-item .date-popover{width:90vw;max-width:450px;height:auto;min-height:320px;max-height:80vh;right:0}}@media(max-width: 480px){.statutory-compliance-container .filter-item .date-popover{width:95vw;right:0}}.statutory-compliance-container .date-popover .rdrCalendarWrapper{width:100% !important;transform:scale(1);transform-origin:top right;flex:1;min-height:0;overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch}.statutory-compliance-container .date-popover .rdrMonths.rdrMonthsHorizontal{box-shadow:0px 4px 16px rgba(0,0,0,.2) !important;background:#fff !important;border-radius:8px !important;padding:12px !important;margin:8px 0 !important;position:relative !important;z-index:1 !important;overflow:visible !important}.statutory-compliance-container .date-popover .modal-header{font-weight:600;font-size:14px;padding:24px 0px 20px 9px;border-bottom:1px solid #dee2e6;display:flex;justify-content:flex-start;gap:0}.statutory-compliance-container .date-popover .modal-header span{flex:1;display:flex;justify-content:flex-start;align-items:center}.statutory-compliance-container .date-popover .modal-footer-date-range{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}.statutory-compliance-container .date-popover .reset-btn-my-leave{background:rgba(0,0,0,0);border:none;color:#3e3a9f;font-weight:600;cursor:pointer;padding:8px 16px;font-size:14px}.statutory-compliance-container .date-popover .reset-btn-my-leave:hover{color:#2d2a7a}.statutory-compliance-container .date-popover .apply-btn{background:#3e3a9f;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.statutory-compliance-container .date-popover .apply-btn:hover{background:#2d2a7a}.statutory-completed{background-color:rgba(72,187,120,.22) !important;border:1px solid rgba(56,161,105,.5) !important;color:#276749 !important;border-radius:4px !important}.statutory-processing{background-color:rgba(66,153,225,.22) !important;border:1px solid rgba(49,130,206,.5) !important;color:#2c5282 !important;border-radius:4px !important}.statutory-not-started{background-color:rgba(26,32,44,.18) !important;border:1px solid rgba(45,55,72,.5) !important;color:#1a202c !important;border-radius:4px !important}.statutory-on-hold{background-color:rgba(236,201,75,.3) !important;border:1px solid rgba(214,158,46,.5) !important;color:#744210 !important;border-radius:4px !important}.statutory-due-soon{background-color:rgba(246,173,85,.3) !important;border:1px solid rgba(237,137,54,.5) !important;color:#744210 !important;border-radius:4px !important;font-weight:600 !important}.statutory-overdue{background-color:rgba(252,129,129,.28) !important;border:1px solid rgba(245,101,101,.5) !important;color:#742a2a !important;border-radius:4px !important;font-weight:600 !important}.statutory-alert-date{background-color:rgba(66,153,225,.22) !important;border:1px solid rgba(49,130,206,.5) !important;color:#2c5282 !important;border-radius:4px !important}.statutory-due-date{background-color:rgba(246,173,85,.3) !important;border:1px solid rgba(237,137,54,.5) !important;color:#744210 !important;border-radius:4px !important;font-weight:600 !important}.statutory-completed.bullets{background-color:rgba(72,187,120,.35);border:1px solid rgba(56,161,105,.6)}.statutory-processing.bullets{background-color:rgba(66,153,225,.35);border:1px solid rgba(49,130,206,.6)}.statutory-not-started.bullets{background-color:rgba(26,32,44,.35);border:1px solid rgba(45,55,72,.6)}.statutory-on-hold.bullets{background-color:rgba(236,201,75,.45);border:1px solid rgba(214,158,46,.6)}.statutory-due-soon.bullets{background-color:rgba(246,173,85,.45);border:1px solid rgba(237,137,54,.6)}.statutory-overdue.bullets{background-color:rgba(252,129,129,.4);border:1px solid rgba(245,101,101,.6)}.statutory-alert-date.bullets{background-color:rgba(66,153,225,.35);border:1px solid rgba(49,130,206,.6)}.statutory-due-date.bullets{background-color:rgba(246,173,85,.45);border:1px solid rgba(237,137,54,.6)}.calendar-points-container{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:24px;padding:16px 20px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e2e8f0}.calendar-points{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#2d3748}.calendar-points .bullets{width:16px;height:16px;border-radius:50%;display:inline-block;flex-shrink:0}.calendar-container{position:relative;background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e5e7eb;min-height:600px;height:auto;max-height:none}.calendar-container .fc{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:rgba(0,0,0,0)}.calendar-container .fc-header-toolbar{margin-bottom:24px;padding-bottom:0;border:none;display:flex;align-items:center;justify-content:space-between}.calendar-container .fc-toolbar-chunk{display:flex;align-items:center;gap:8px}.calendar-container .fc-toolbar-title{font-size:28px;font-weight:600;color:#111827;margin:0;text-align:center;flex:1}.calendar-container .fc-button{background-color:rgba(0,0,0,0) !important;border:none !important;color:#374151 !important;padding:8px 12px !important;border-radius:6px !important;font-weight:500 !important;font-size:16px !important;min-width:36px !important;height:36px !important;display:flex !important;align-items:center !important;justify-content:center !important;transition:all .2s ease !important;box-shadow:none !important}.calendar-container .fc-button:hover:not(:disabled){background-color:#f3f4f6 !important;color:#111827 !important}.calendar-container .fc-button:focus{box-shadow:none !important;outline-offset:2px !important}.calendar-container .fc-button:disabled{opacity:.4;cursor:not-allowed}.calendar-container .fc-button .fc-icon{font-size:18px;vertical-align:middle}.calendar-container .fc-today-button{background-color:#3b82f6 !important;border:none !important;color:#fff !important;padding:8px 16px !important;border-radius:6px !important;font-weight:500 !important;font-size:14px !important;min-width:auto !important;height:36px !important}.calendar-container .fc-today-button:hover:not(:disabled){background-color:#2563eb !important}.calendar-container .fc-today-button:disabled{opacity:.6}.calendar-container .fc-col-header{background-color:rgba(0,0,0,0) !important;border:none !important}.calendar-container .fc-col-header-cell{padding:12px 8px !important;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border:none !important;background:rgba(0,0,0,0) !important}.calendar-container .fc-scrollgrid{border:1px solid #e5e7eb !important;border-radius:8px;overflow:hidden;background:#fff}.calendar-container .fc-scrollgrid-section{border:none !important}.calendar-container .fc-theme-standard td,.calendar-container .fc-theme-standard th{border-color:#e5e7eb !important;border-width:1px !important}.calendar-container .fc-daygrid-day{padding:6px;transition:background-color .15s ease;background:#fff;min-height:100px}.calendar-container .fc-daygrid-day:hover{background-color:#f9fafb}.calendar-container .fc-daygrid-day-frame{min-height:90px}.calendar-container .fc-daygrid-day-number{font-size:15px;font-weight:500;color:#374151;padding:8px;text-align:left}.calendar-container .fc-day-today{background-color:rgba(0,0,0,0) !important}.calendar-container .fc-day-today .fc-daygrid-day-number{background-color:#6366f1;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin:4px}.calendar-container .fc-day-other .fc-daygrid-day-number{color:#d1d5db}.calendar-container .fc-event{border:none !important;border-radius:4px !important;padding:6px 8px !important;margin:3px 2px !important;font-size:12px !important;font-weight:500 !important;cursor:pointer !important;pointer-events:auto !important;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05);line-height:1.4;position:relative;z-index:1}.calendar-container .fc-event:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.calendar-container .fc-event:hover{opacity:.85;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.calendar-container .fc-event-main{padding:0}.calendar-container .fc-event-title{padding:0 !important;font-weight:500;white-space:normal;word-wrap:break-word;line-height:1.4;display:block;width:100%;overflow:hidden;text-overflow:ellipsis;cursor:pointer !important;pointer-events:auto !important;position:relative;z-index:2}.calendar-container .fc-event-title span{display:block;width:100%;color:inherit;font-size:inherit;line-height:inherit}.calendar-container .fc-event-title-container{padding:0}.calendar-container .fc-event.statutory-completed{background-color:rgba(72,187,120,.22) !important;color:#276749 !important;border:1px solid rgba(56,161,105,.45) !important}.calendar-container .fc-event.statutory-completed .fc-event-title span{color:#276749 !important}.calendar-container .fc-event.statutory-overdue{background-color:rgba(252,129,129,.28) !important;color:#742a2a !important;border:1px solid rgba(245,101,101,.45) !important}.calendar-container .fc-event.statutory-overdue .fc-event-title span{color:#742a2a !important}.calendar-container .fc-event.statutory-processing{background-color:rgba(66,153,225,.22) !important;color:#2c5282 !important;border:1px solid rgba(49,130,206,.45) !important}.calendar-container .fc-event.statutory-processing .fc-event-title span{color:#2c5282 !important}.calendar-container .fc-event.statutory-on-hold{background-color:rgba(236,201,75,.3) !important;color:#744210 !important;border:1px solid rgba(214,158,46,.45) !important}.calendar-container .fc-event.statutory-on-hold .fc-event-title span{color:#744210 !important}.calendar-container .fc-event.statutory-not-started{background-color:rgba(26,32,44,.18) !important;color:#1a202c !important;border:1px solid rgba(45,55,72,.45) !important}.calendar-container .fc-event.statutory-not-started .fc-event-title span{color:#1a202c !important}.calendar-container .fc-event.statutory-due-soon,.calendar-container .fc-event.statutory-due-date{background-color:rgba(246,173,85,.3) !important;color:#744210 !important;border:1px solid rgba(237,137,54,.45) !important}.calendar-container .fc-event.statutory-due-soon .fc-event-title span,.calendar-container .fc-event.statutory-due-date .fc-event-title span{color:#744210 !important}.calendar-container .fc-event.statutory-alert-date{background-color:rgba(66,153,225,.22) !important;color:#2c5282 !important;border:1px solid rgba(49,130,206,.45) !important}.calendar-container .fc-event.statutory-alert-date .fc-event-title span{color:#2c5282 !important}.calendar-container .fc-daygrid-event{pointer-events:auto !important;cursor:pointer !important}.calendar-container .fc-event-main{pointer-events:auto !important;cursor:pointer !important}.calendar-container .loader-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:8px;backdrop-filter:blur(2px)}.calendar-container .fc-scrollgrid-sync-table{border-collapse:separate;border-spacing:0}.calendar-container .fc-daygrid-body{border:none !important}@media(max-width: 768px){.calendar-container{padding:16px}.calendar-container .fc-toolbar-title{font-size:20px}.calendar-container .fc-button{padding:6px 10px !important;font-size:14px !important;min-width:32px !important;height:32px !important}.calendar-container .fc-today-button{padding:6px 12px !important;font-size:12px !important;height:32px !important}.calendar-container .calendar-points-container{padding:12px;gap:12px}.calendar-container .calendar-points{font-size:12px}.calendar-container .fc-daygrid-day{min-height:80px}.calendar-container .fc-daygrid-day-frame{min-height:70px}}
.leave-ticket-wrapper{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:15px;margin-top:20px;flex-shrink:0}.leave-card{background:#fff;padding:18px;border-radius:8px;border:1px solid #e5e5e5;box-shadow:0px 2px 6px rgba(0,0,0,.05);transition:.2s ease-in-out}.leave-card:hover{box-shadow:0px 3px 8px rgba(0,0,0,.12)}.leave-card .top-row{display:flex;justify-content:space-between;align-items:center}.leave-card .top-row .count{font-size:22px;font-weight:700;color:#222}.leave-card .top-row .icon{width:30px;height:30px;object-fit:contain;opacity:.8}.leave-card .label{margin-top:8px;font-size:14px;color:#666}.pending{color:#d6a106 !important}.approved{color:#0cae38 !important}.rejected{color:#d64545 !important}.cancelled{color:#5b4caf !important}.total{color:#40518a !important}.normal{color:#0cae38 !important}.optional{color:#d6a106 !important}.icon-placeholder{width:30px;height:30px;background:#f0f0f0;border-radius:4px;opacity:.6}
.skeleton-wrapper{display:flex;gap:16px;flex-wrap:wrap}.skeleton-card{width:300px;padding:16px;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:12px}.skeleton{background:linear-gradient(90deg, #e3e3e3 0%, #f5f5f5 50%, #e3e3e3 100%);background-size:200% 100%;animation:shimmer 1.4s infinite ease-in-out;border-radius:8px}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.skeleton-count{width:40px;height:28px}.skeleton-icon{width:32px;height:32px;border-radius:50%}.skeleton-label{width:70%;height:12px}
.leave-balance-bg{background-color:#f5f5f5 !important;padding:10px 20px 20px 20px;width:100%;max-width:100%;box-sizing:border-box;min-height:calc(100vh - 60px);display:flex;flex-direction:column}.font-600{font-weight:600}.font-size-18{font-size:18px}.font-size-12{font-size:12px}.leave-content-wrapper{display:flex;flex-direction:column;flex:1;min-height:0}.justify-between{display:flex;justify-content:space-between}.margin-20{margin:20px 0px}.w-75{width:75%}.flex{display:flex}
.leave-modal-wrapper{display:flex;justify-content:space-between;align-items:center;background:#f2f2f2;padding:12px 5px;border-radius:6px;flex-shrink:0}.tabs-section{display:flex;gap:10px}.tabs-section .tab{padding:10px 20px;border-radius:4px 4px 0 0;background:#fff;cursor:pointer;font-size:14px;color:#555;border-bottom:2px solid rgba(0,0,0,0);transition:.2s ease}.tabs-section .tab.active{background:#f0eeff;color:#333;border-bottom:3px solid #3e3a9f;font-weight:500}.apply-leave-btn{background:#3e3a9f;color:#fff;border:none;padding:10px 22px;border-radius:8px;cursor:pointer;font-size:14px;transition:.2s ease}.apply-leave-btn:hover{background:#2f2a87}.right-controls{display:flex;align-items:center;gap:12px;margin-left:auto}.date-filter{background:#fff;border:1px solid #ddd;padding:8px 12px;border-radius:8px;display:flex;align-items:center;gap:8px}.date-filter input{border:none;outline:none;background:rgba(0,0,0,0);font-size:14px}.date-filter i{font-size:16px;color:#444}.employee-search-wrapper{position:relative}.employee-input{padding:8px 12px;border:1px solid #ddd;border-radius:6px;width:220px}.employee-dropdown{position:absolute;top:42px;width:100%;background:#fff;border:1px solid #ddd;border-radius:6px;z-index:11;max-height:200px;overflow-y:auto}.employee-option{padding:8px 12px;cursor:pointer}.employee-option:hover{background:#f3f4f6}
.leave-table-wrapper{margin-top:15px;background:#fff;border-radius:6px;flex:1;min-height:450px;height:800px;display:flex;flex-direction:column;overflow:visible;position:relative;width:100% !important;max-width:100% !important;box-sizing:border-box !important;min-width:0 !important;padding-bottom:12px !important}.leave-table-wrapper.loading-state{background:#f5f5f5 !important}.leave-table-wrapper.loading-state .leave-table-scroll{background:104% #f5f5f5 !important}.leave-table-wrapper.loading-state .leave-table{background:#f5f5f5 !important}.leave-table-scroll{flex:1 1 auto;overflow-y:auto !important;overflow-x:auto !important;min-height:0;-webkit-overflow-scrolling:touch;padding-bottom:0;position:relative;background:#fff;width:100% !important;max-width:100% !important;box-sizing:border-box !important;min-width:0 !important}.leave-table{width:100%;border-collapse:collapse;font-size:14px;table-layout:auto;background:#fff;box-sizing:border-box !important;min-width:0 !important}@media(min-width: 801px){.leave-table .leave-table .mobile-label,.leave-table .leave-table span.mobile-label,.leave-table .mobile-label{display:none !important}}.leave-table th,.leave-table td{word-wrap:break-word;overflow-wrap:break-word}.leave-table thead{background:#e5e5e5;position:sticky;top:0;z-index:10}.leave-table thead th{padding:6px 10px;color:#555;font-weight:900;font-family:var(--font-regular-sans) !important;text-align:left;background:#e5e5e5;position:relative}.leave-table tbody{background-color:#fff !important}.leave-table tbody:has(.loading-cell){background-color:#f5f5f5 !important}.leave-table tbody:has(.no-data-cell){background-color:rgba(0,0,0,0) !important}.leave-table tbody tr{border-bottom:1px solid #e9e9e9;background-color:#fff !important;transition:background-color .2s ease}.leave-table tbody tr:has(.no-data-cell){background-color:rgba(0,0,0,0) !important;border:none !important}.leave-table tbody tr:nth-child(even){background-color:#fff !important}.leave-table tbody tr:nth-child(odd){background-color:#fff !important}.leave-table tbody tr.expand-row{background-color:#f9f9f9 !important}.leave-table tbody tr.expand-row:hover{background-color:#f5f5f5 !important}.leave-table tbody tr.expand-row:hover td{background-color:#f5f5f5 !important}.leave-table tbody tr.expand-row td{background-color:#f9f9f9 !important;color:#666;font-size:11px}.leave-table tbody tr:has(.loading-cell){border:none !important;background-color:#f5f5f5 !important}.leave-table tbody tr:has(.loading-cell) td{background-color:#f5f5f5 !important;border:none !important;padding:0 !important}.leave-table tbody tr:hover:not(:has(.loading-cell)){background-color:#f9f9f9 !important}.leave-table tbody tr:hover:not(:has(.loading-cell)) td{background-color:#f9f9f9 !important}.leave-table tbody tr td{padding:4px 10px;color:#444;font-size:11px;font-family:var(--font-regular-sans);background-color:#fff !important;transition:background-color .2s ease}.leave-table tbody tr td.no-data-cell{background-color:rgba(0,0,0,0) !important;border:none !important;padding:0 !important}.leave-table .status-dot{display:inline-block !important;width:12px !important;height:12px !important;min-width:12px !important;min-height:12px !important;max-width:12px !important;max-height:12px !important;border-radius:50% !important;margin-right:6px;flex-shrink:0 !important;flex-grow:0 !important;aspect-ratio:1/1 !important;overflow:hidden !important;box-sizing:border-box !important;padding:0 !important;border:none !important}.leave-table .status-text{font-weight:600}.leave-table .status-badge{transition:all .2s ease;white-space:nowrap;text-transform:capitalize}.leave-table .status-badge:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.leave-table .status-dot.pending,.leave-table .status-text.pending{color:#d6a106;background:#d6a106}.leave-table .status-dot.approved,.leave-table .status-text.approved{color:#0cae38;background:#0cae38}.leave-table .status-dot.rejected,.leave-table .status-text.rejected{color:#d64545;background:#d64545}.leave-table .status-dot.cancelled,.leave-table .status-text.cancelled{color:#5b4caf;background:#5b4caf}.leave-table .view-btn{width:32px;height:32px;border-radius:6px;background:#f6f0ff;color:#4a3f9f;border:1px solid #ddd;cursor:pointer;display:flex;align-items:center;justify-content:center}.leave-table .view-btn:hover{background:#ece6ff}.leave-table .action-col{text-align:center !important;vertical-align:middle !important}.leave-table .action-col .view-btn{display:inline-flex;align-items:center;justify-content:center}.leave-table .no-data{text-align:center;padding:30px;color:#777}.loading-cell{background-color:#f5f5f5 !important;padding:0 !important;height:400px;border:none !important}.loading-cell .loading-text{padding:30px;text-align:center;font-size:24px;font-weight:500;color:#666;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;min-height:400px;width:100%}.leave-table tbody:has(.loading-cell){background-color:#f5f5f5 !important}.leave-table tbody:has(.loading-cell) tr:has(.loading-cell){border:none !important;background-color:#f5f5f5 !important}.leave-table tbody:has(.loading-cell) tr:has(.loading-cell) td{background-color:#f5f5f5 !important;border:none !important;padding:0 !important}.no-data-cell{background-color:rgba(0,0,0,0) !important;padding:0 !important;border:none !important}.no-data-cell .no-data-text{padding:30px;text-align:center;font-size:16px;color:#777;background-color:rgba(0,0,0,0)}.leave-table tbody:has(.no-data-cell){background-color:rgba(0,0,0,0) !important}.leave-table tbody:has(.no-data-cell) tr:has(.no-data-cell){border:none !important;background-color:rgba(0,0,0,0) !important}.leave-table tbody:has(.no-data-cell) tr:has(.no-data-cell) td{background-color:rgba(0,0,0,0) !important;border:none !important;padding:0 !important}.leave-table-wrapper:has(.leave-table tbody .no-data-cell){background:rgba(0,0,0,0) !important}.leave-table-wrapper:has(.leave-table tbody .no-data-cell) .leave-table-scroll{background:rgba(0,0,0,0) !important}.leave-table-wrapper:has(.leave-table tbody .no-data-cell) .leave-table{background:rgba(0,0,0,0) !important}.hrms-wrap .paginate-bar.leave-pagination{position:fixed !important;bottom:0 !important;left:220px !important;width:calc(100% - 220px) !important;display:flex !important;justify-content:space-between !important;padding:0px 30px !important;background-color:#fff !important;height:35px !important;z-index:99 !important;border-top:1px solid #e9e9e9 !important;box-sizing:border-box !important}.hrms-wrap .paginate-bar.leave-pagination .text-item{font-size:13px !important;color:#535353 !important;padding-top:10px !important}.hrms-wrap .paginate-bar.leave-pagination .pagination{display:flex !important;border-radius:30px !important;gap:5px !important;justify-content:space-between !important;padding:5px 10px 5px 10px !important;margin:0px !important}.hrms-wrap .paginate-bar.leave-pagination .page-item{min-width:28px !important;max-width:28px !important;min-height:28px !important;max-height:28px !important;width:28px !important;height:28px !important;display:flex !important;justify-content:center !important;align-items:center !important;color:#8d8d8d !important;font-size:13px !important;cursor:pointer !important;padding:0 !important;margin:0 !important;position:relative !important}.hrms-wrap .paginate-bar.leave-pagination .page-item a{display:flex !important;width:100% !important;height:100% !important;align-items:center !important;justify-content:center !important;padding:0 !important;margin:0 !important;text-decoration:none !important;color:inherit !important;cursor:pointer !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important}.hrms-wrap .paginate-bar.leave-pagination .disabled{pointer-events:none !important;opacity:.6 !important;cursor:not-allowed !important}.hrms-wrap .paginate-bar.leave-pagination .active{background-color:#40518a !important;padding:0 !important;border-radius:4px !important;color:#fff !important;min-width:28px !important;max-width:28px !important;min-height:28px !important;max-height:28px !important;width:28px !important;height:28px !important}.hrms-wrap .paginate-bar.leave-pagination .prev-link{color:#000 !important;font-weight:bold !important;background-color:#e5e5e5 !important;padding:0 !important;margin:0 !important;border-radius:4px !important;font-size:11px !important;display:flex !important;min-width:28px !important;max-width:28px !important;min-height:28px !important;max-height:28px !important;width:28px !important;height:28px !important;align-items:center !important;justify-content:center !important;text-decoration:none !important;cursor:pointer !important;position:relative !important}.hrms-wrap .paginate-bar.leave-pagination .next-link{background-color:#e5e5e5 !important;color:#000 !important;padding:0 !important;font-size:11px !important;border-radius:4px !important;font-weight:bold !important;min-width:28px !important;max-width:28px !important;min-height:28px !important;max-height:28px !important;width:28px !important;height:28px !important;display:flex !important;width:100% !important;height:100% !important;align-items:center !important;justify-content:center !important;text-decoration:none !important;cursor:pointer !important}.hrms-wrap.collapsed .paginate-bar.leave-pagination{width:calc(100% - 85px) !important;left:85px !important}@media screen and (max-width: 768px){.hrms-wrap .paginate-bar.leave-pagination{left:0 !important;width:100% !important}.hrms-wrap.collapsed .paginate-bar.leave-pagination{left:0 !important;width:100% !important}}@media(max-width: 1076px)and (min-width: 963px){.leave-table-wrapper{margin-top:10px;width:100% !important;max-width:100% !important;overflow-x:visible !important}.leave-table-wrapper .leave-table-scroll{overflow-x:auto !important;-webkit-overflow-scrolling:touch;font-size:11px !important;width:100% !important;max-width:100% !important}.leave-table-wrapper .leave-table{min-width:550px !important;font-size:11px !important;width:auto !important;table-layout:auto !important}.leave-table-wrapper .leave-table th,.leave-table-wrapper .leave-table td{font-size:11px !important;padding:5px 8px;white-space:nowrap}.leave-table-wrapper .paginate-bar.leave-pagination{padding:8px 12px !important;font-size:11px !important}}@media(max-width: 962px)and (min-width: 801px){.leave-table-wrapper{margin-top:10px;width:100%;max-width:100%;overflow-x:visible}.leave-table-wrapper .leave-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:11px !important;width:100%}.leave-table-wrapper .leave-table{min-width:600px;font-size:11px !important;width:auto;table-layout:auto}.leave-table-wrapper .leave-table th,.leave-table-wrapper .leave-table td{font-size:11px !important;padding:5px 8px;white-space:nowrap}.leave-table-wrapper .paginate-bar.leave-pagination{padding:8px 12px !important;font-size:11px !important}}@media(max-width: 874px)and (min-width: 769px){.leave-table-wrapper{margin-top:8px;width:100%;max-width:100%;overflow-x:visible}.leave-table-wrapper .leave-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:10px !important;width:100%}.leave-table-wrapper .leave-table{min-width:500px;font-size:10px !important;width:auto;table-layout:auto}.leave-table-wrapper .leave-table th,.leave-table-wrapper .leave-table td{font-size:10px !important;padding:4px 6px;white-space:nowrap}.leave-table-wrapper .paginate-bar.leave-pagination{padding:6px 10px !important;font-size:10px !important}}@media(max-width: 768px){.leave-table-wrapper{margin-top:8px;width:100%;max-width:100%;overflow-x:visible}.leave-table-wrapper .leave-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:10px !important;width:100%}.leave-table-wrapper .leave-table{min-width:500px;font-size:10px !important;width:auto;table-layout:auto}.leave-table-wrapper .leave-table th,.leave-table-wrapper .leave-table td{font-size:10px !important;padding:4px 6px;white-space:nowrap}.leave-table-wrapper .paginate-bar.leave-pagination{padding:6px 10px !important;font-size:10px !important;flex-wrap:wrap;gap:4px}}@media(max-width: 576px){.leave-table-wrapper{margin-top:6px;width:100%;max-width:100%;overflow-x:visible}.leave-table-wrapper .leave-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:9px !important;width:100%}.leave-table-wrapper .leave-table{min-width:450px;font-size:9px !important;width:auto;table-layout:auto}.leave-table-wrapper .leave-table th,.leave-table-wrapper .leave-table td{font-size:9px !important;padding:3px 5px;white-space:nowrap}.leave-table-wrapper .paginate-bar.leave-pagination{padding:5px 8px !important;font-size:9px !important}}@media(max-width: 800px){.leave-table-wrapper .leave-table-scroll .leave-table tbody tr td span.mobile-label,.leave-table-wrapper .leave-table tbody tr td span.mobile-label,.leave-table-wrapper .leave-table tbody tr td .mobile-label,.leave-table tbody tr td span.mobile-label,.leave-table tbody tr td .mobile-label,.leave-table .mobile-label,span.mobile-label,.mobile-label{display:flex !important;visibility:visible !important;opacity:1 !important;width:auto !important;height:auto !important;min-width:130px !important;max-width:none !important;position:relative !important;z-index:10 !important}.leave-table-wrapper{margin-top:10px;width:100% !important;max-width:100% !important;overflow-x:visible !important;display:flex !important;flex-direction:column !important;min-height:450px !important;height:auto !important}.leave-table-wrapper .leave-table-scroll{overflow-x:visible !important;overflow-y:visible !important;width:100% !important;flex:1 1 auto !important;margin-bottom:0 !important}.leave-table-wrapper .leave-table{display:block !important;width:100% !important;border-collapse:separate !important;border-spacing:0 !important}.leave-table-wrapper .leave-table thead{display:none !important}.leave-table-wrapper .leave-table tbody{display:block !important;width:100% !important}.leave-table-wrapper .leave-table tbody tr{display:block !important;width:100% !important;margin-bottom:20px !important;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;border:1px solid #e2e8f0 !important;border-left:4px solid #6366f1 !important;border-radius:16px !important;padding:20px !important;box-shadow:0 2px 8px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04) !important;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1) !important;position:relative !important;overflow:hidden !important}.leave-table-wrapper .leave-table tbody tr::before{content:"" !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;height:3px !important;background:linear-gradient(90deg, #6366f1 0%, #8b5cf6 50%, #a78bfa 100%) !important;opacity:0 !important;transition:opacity .3s ease !important}.leave-table-wrapper .leave-table tbody tr:hover{box-shadow:0 8px 16px rgba(99,102,241,.12),0 4px 8px rgba(0,0,0,.08) !important;transform:translateY(-2px) !important;border-left-color:#8b5cf6 !important}.leave-table-wrapper .leave-table tbody tr:hover::before{opacity:1 !important}.leave-table-wrapper .leave-table tbody tr:last-child{margin-bottom:0 !important}.leave-table-wrapper .leave-table tbody tr td{display:flex !important;align-items:center !important;justify-content:space-between !important;width:100% !important;padding:12px 0 !important;text-align:left !important;border:none !important;font-size:14px !important;white-space:normal !important;color:#1e293b !important;border-bottom:1px solid #f1f5f9 !important;position:relative !important;flex-wrap:nowrap !important}.leave-table-wrapper .leave-table tbody tr td:last-of-type:not(.action-col){border-bottom:none !important}.leave-table-wrapper .leave-table tbody tr td>span.mobile-label,.leave-table-wrapper .leave-table tbody tr td span.mobile-label,.leave-table-wrapper .leave-table tbody tr td .mobile-label{font-weight:700 !important;color:#475569 !important;display:flex !important;align-items:center !important;font-size:12px !important;text-transform:uppercase !important;letter-spacing:.8px !important;margin-right:16px !important;min-width:130px !important;flex-shrink:0 !important;background:linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%) !important;padding:6px 12px !important;border-radius:6px !important;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif !important;white-space:nowrap !important;order:1 !important;visibility:visible !important;opacity:1 !important;height:auto !important;width:auto !important;content:normal !important;border:1px solid rgba(0,0,0,0) !important}.leave-table-wrapper .leave-table tbody tr td .mobile-value{flex:1 !important;text-align:right !important;color:#0f172a !important;font-weight:600 !important;font-size:14px !important;order:2 !important}.leave-table-wrapper .leave-table tbody tr td.status-cell{display:flex !important;align-items:center !important;justify-content:space-between !important}.leave-table-wrapper .leave-table tbody tr td.status-cell .mobile-label{margin-right:16px !important}.leave-table-wrapper .leave-table tbody tr td.status-cell .status-badge{text-align:right !important;font-weight:600 !important;font-size:12px !important;padding:5px 12px !important;border-radius:12px !important;display:inline-flex !important;align-items:center !important;gap:6px !important;text-transform:capitalize !important}.leave-table-wrapper .leave-table tbody tr td.status-cell .status-text{text-align:right !important;font-weight:600 !important;font-size:13px !important;padding:4px 10px !important;border-radius:6px !important;background:#f8fafc !important;display:inline-flex !important;align-items:center !important;gap:6px !important}.leave-table-wrapper .leave-table tbody tr td.status-cell .status-content{display:inline-flex !important;align-items:center !important;gap:6px !important}.leave-table-wrapper .leave-table tbody tr td.status-cell .status-dot{margin-right:0 !important;width:8px !important;height:8px !important;min-width:8px !important;min-height:8px !important;max-width:8px !important;max-height:8px !important;border-radius:50% !important;display:inline-block !important;flex-shrink:0 !important;flex-grow:0 !important;aspect-ratio:1/1 !important;overflow:hidden !important;box-sizing:border-box !important;padding:0 !important;border:none !important;line-height:0 !important;vertical-align:middle !important}.leave-table-wrapper .leave-table tbody tr td.action-col{padding-top:16px !important;border-top:2px solid #e2e8f0 !important;margin-top:12px !important;padding-bottom:0 !important;display:flex !important;align-items:center !important;justify-content:space-between !important}.leave-table-wrapper .leave-table tbody tr td.action-col .mobile-label{margin-right:16px !important}.leave-table-wrapper .leave-table tbody tr td.action-col .view-btn{margin-left:auto !important;margin-right:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:40px !important;height:40px !important;border-radius:10px !important;background:linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;color:#fff !important;border:none !important;cursor:pointer !important;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1) !important;flex-shrink:0 !important;box-shadow:0 2px 4px rgba(99,102,241,.3) !important}.leave-table-wrapper .leave-table tbody tr td.action-col .view-btn:hover{background:linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%) !important;transform:translateY(-2px) scale(1.05) !important;box-shadow:0 4px 12px rgba(99,102,241,.4) !important}.leave-table-wrapper .leave-table tbody tr td.action-col .view-btn:active{transform:translateY(0) scale(0.98) !important}.leave-table-wrapper .leave-table tbody tr td.action-col .view-btn svg{width:18px !important;height:18px !important;display:block !important;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) !important}.leave-table-wrapper .paginate-bar.leave-pagination{padding:20px !important;font-size:13px !important;margin-top:20px !important;border-top:2px solid #e2e8f0 !important;position:relative !important;bottom:auto !important;flex-shrink:0 !important;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;border-radius:0 0 16px 16px !important;box-shadow:0 -2px 8px rgba(0,0,0,.04) !important}}@media(max-width: 500px){.leave-table-wrapper .leave-table tbody tr{padding:14px !important;margin-bottom:12px !important;border-radius:10px !important}.leave-table-wrapper .leave-table tbody tr td{font-size:13px !important;padding:8px 0 !important}.leave-table-wrapper .leave-table tbody tr td:before{font-size:10px !important;min-width:100px !important}.leave-table-wrapper .leave-table tbody tr td.action-col .view-btn{width:32px !important;height:32px !important}.leave-table-wrapper .leave-table tbody tr td.action-col .view-btn svg{width:14px !important;height:14px !important}.leave-table-wrapper .paginate-bar.leave-pagination{padding:12px !important;font-size:12px !important}}.row-danger td{color:red !important}.action-col{display:flex;justify-content:center;gap:8px}.view-btn,.approve-btn,.reject-btn{border:none;padding:6px 8px;border-radius:4px;cursor:pointer;font-size:14px}.view-btn{background:#eef2ff;color:#4f46e5}.approve-btn{background:#e6f9f0;color:#0f9d58}.reject-btn{background:#fdeaea;color:#d93025}.approve-btn:hover{background:#c9f2e0}.reject-btn:hover{background:#f9caca}
.ld-overlay{position:fixed;inset:0;background:rgba(0,0,0,.25);display:flex;justify-content:center;align-items:center;z-index:999}.ld-modal{width:720px;background:#fff;border-radius:14px;padding:0;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.15);animation:fadeIn .15s ease-out}.ld-header{display:flex;justify-content:space-between;align-items:center;padding:22px 26px 16px}.ld-header h2{font-size:20px;font-weight:600;margin:0;color:#333}.ld-close{background:#f3f3f3;border:none;width:34px;height:34px;display:flex;justify-content:center;align-items:center;border-radius:6px;cursor:pointer}.ld-close:hover{background:#e7e7e7}.ld-divider{border-bottom:1px solid #e2e2e2}.ld-body{padding:22px 30px}.ld-row{display:flex;margin-bottom:14px;align-items:flex-start}.ld-label{width:180px;font-weight:600;color:#444;font-size:15px}.ld-value{color:#555;font-size:15px}.ld-footer{display:flex;justify-content:flex-end;padding:18px 28px 26px}.ld-ok-btn{background:#463c9c;color:#fff;border:none;padding:10px 32px;border-radius:8px;font-size:15px;cursor:pointer}.ld-ok-btn:hover{background:#3b3188}.ld-response-box{margin-top:16px;display:flex;flex-direction:column;gap:6px}.ld-response-box textarea{min-height:90px;padding:10px;border-radius:6px;border:1px solid #d1d5db;resize:vertical;font-size:14px}.ld-footer{display:flex;justify-content:flex-end;gap:10px}.ld-approve-btn{background:#16a34a;color:#fff;padding:8px 14px;border-radius:6px;border:none;cursor:pointer}.ld-reject-btn{background:#dc2626;color:#fff;padding:8px 14px;border-radius:6px;border:none;cursor:pointer}.ld-approve-btn:hover{background:#15803d}.ld-reject-btn:hover{background:#b91c1c}
.apply-leave-overlay{position:fixed;inset:0;background:rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center;z-index:999}.apply-leave-modal{background:#fff;width:750px;border-radius:12px;padding:22px;box-shadow:0 5px 20px rgba(0,0,0,.15);animation:fadeIn .2s ease-in-out}.modal-header-apply{display:flex;justify-content:space-between;align-items:center;padding:0px 15px}.modal-header-apply h3{font-size:20px;font-weight:600}.modal-header-apply .close-btn{background:#f3f3f3;border:none;padding:6px;border-radius:6px;cursor:pointer}.modal-body{margin-top:5px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:14px;margin-bottom:6px}.form-group label span{color:red}.form-group input,.form-group select,.form-group textarea{padding:6px 12px;border-radius:6px;border:1px solid #e2e8f0;font-size:12px;background-color:#fff !important;cursor:pointer;transition:border-color .2s ease}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#888}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#dc3545}.form-group select{background-color:#fff !important;appearance:none;-webkit-appearance:none;-moz-appearance:none}.form-group .custom-dropdown{position:relative;width:100%;background-color:rgba(0,0,0,0)}.form-group .custom-dropdown .custom-dropdown-select{padding:6px 12px;border-radius:6px;border:1px solid #e2e8f0;font-size:12px;background-color:#fff !important;background:#fff !important;cursor:pointer;display:flex;justify-content:space-between;align-items:center;min-height:auto;transition:border-color .2s ease;color:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;user-select:none}.form-group .custom-dropdown .custom-dropdown-select:hover{border-color:#888;background-color:#fff !important;background:#fff !important}.form-group .custom-dropdown .custom-dropdown-select:active,.form-group .custom-dropdown .custom-dropdown-select:focus{background-color:#fff !important;background:#fff !important}.form-group .custom-dropdown .custom-dropdown-select .placeholder{color:#718096;font-size:12px;font-weight:500;background-color:rgba(0,0,0,0) !important;background:rgba(0,0,0,0) !important}.form-group .custom-dropdown .custom-dropdown-select .selected-value{color:#000;font-size:12px;font-weight:500;background-color:rgba(0,0,0,0) !important;background:rgba(0,0,0,0) !important}.form-group .custom-dropdown .custom-dropdown-select .dropdown-arrow{font-size:10px;color:#666;transition:transform .2s;flex-shrink:0}.form-group .custom-dropdown .custom-dropdown-input{width:100%;padding:6px 12px;border-radius:6px;border:1px solid #e2e8f0;font-size:12px;background-color:#fff !important;color:#000;outline:none;box-sizing:border-box;min-height:auto;transition:border-color .2s ease;font-family:inherit}.form-group .custom-dropdown .custom-dropdown-input:hover{border-color:#888;background-color:#fff !important}.form-group .custom-dropdown .custom-dropdown-input:focus{border-color:#888;background-color:#fff !important}.form-group .custom-dropdown .custom-dropdown-input::placeholder{color:#718096;font-size:12px;font-weight:500;background-color:rgba(0,0,0,0) !important;background:rgba(0,0,0,0) !important}.form-group .custom-dropdown.dropdown-open .custom-dropdown-select{border-color:#888}.form-group .custom-dropdown.error .custom-dropdown-select{border-color:#dc3545}.form-group .custom-dropdown .custom-dropdown-menu{position:absolute;top:100%;left:0;right:0;box-sizing:border-box;list-style-type:none;padding:0;border-radius:6px;border:1px solid #e2e8f0;margin-top:4px;max-height:210px;overflow-y:auto;scroll-behavior:smooth;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);z-index:999}.form-group .custom-dropdown .custom-dropdown-menu .custom-dropdown-option{color:#000;font-size:12px;padding:6px 12px;font-weight:normal;cursor:pointer;background-color:#fff;transition:background-color .2s ease}.form-group .custom-dropdown .custom-dropdown-menu .custom-dropdown-option:hover{background-color:#f5f5f5}.form-group .custom-dropdown .custom-dropdown-menu .custom-dropdown-option.selected{background-color:#f5f5f5;color:#000}.form-group .custom-dropdown .custom-dropdown-menu .custom-dropdown-option.no-results{color:#a0aec0;cursor:default;font-style:italic;text-align:center;background-color:#fff}.form-group .error-message{color:#dc3545;font-size:12px;margin-top:4px;min-height:18px}.form-group.full{grid-column:1/-1}.modal-footer-apply{margin-top:20px;display:flex;justify-content:flex-end;gap:15px;padding-right:20px}.modal-footer-apply .cancel{background:rgba(0,0,0,0);border:none;color:#3e3a9f;cursor:pointer;font-size:14px;padding:10px 22px}.modal-footer-apply .apply{background:#3e3a9f;color:#fff;padding:10px 22px;border:none;border-radius:6px;cursor:pointer;font-size:14px}.modal-footer-apply .apply:disabled{opacity:.6;cursor:not-allowed}.modal-footer-apply .apply:hover:not(:disabled){background:#2f2a87}.leave-table-container{width:100%;flex:1;min-height:450px;overflow:visible}.date-popover{position:absolute;top:300px !important;right:50px !important;background:#fff;border-radius:12px;padding:12px;box-shadow:0px 4px 18px rgba(0,0,0,.18);z-index:9999;transform-origin:top right;display:flex;flex-direction:column;overflow:hidden;min-width:450px;min-height:450px;width:450px;height:450px}@media(max-width: 768px){.date-popover{width:90vw;max-width:450px;height:auto;min-height:320px;max-height:80vh}}@media(max-width: 480px){.date-popover{width:95vw;right:2.5vw !important}}.date-popover .rdrCalendarWrapper{width:100% !important;transform:scale(1);transform-origin:top right;flex:1;min-height:0;overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch}.date-popover .rdrMonths.rdrMonthsHorizontal{box-shadow:0px 4px 16px rgba(0,0,0,.2) !important;background:#fff !important;border-radius:8px !important;padding:12px !important;margin:8px 0 !important;position:relative !important;z-index:1 !important;overflow:visible !important}.modal-header{font-weight:600;font-size:14px;padding:24px 0px 20px 9px;border-bottom:1px solid #dee2e6;display:flex;justify-content:flex-start;gap:0}.modal-header span{flex:1;display:flex;justify-content:flex-start;align-items:center}.modal-footer-date-range{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}.reset-btn-my-leave{background:rgba(0,0,0,0);border:none;color:#3e3a9f;font-weight:600;cursor:pointer}.apply-btn{background:#3e3a9f;color:#fff;border:none;padding:6px 18px;border-radius:6px;cursor:pointer;font-weight:600}.right-controls{position:relative}.date-btn{background:#fff;border:1px solid #bbb;padding:6px 12px;border-radius:8px;display:flex;align-items:center;gap:8px;cursor:pointer}.calendar-icon{font-size:16px;color:#6a4ee9}
.holidays-filter-container{display:flex;align-items:center;gap:12px;margin:0}.leave-modal-wrapper .holidays-filter-container{margin:0}.filter-box{background:#fff;border:none !important;padding:10px 16px;border-radius:10px;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#333;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.04)}.filter-box:hover{border:none !important;box-shadow:0 4px 8px rgba(64,81,138,.12);transform:translateY(-1px)}.filter-box:active{border:none !important;transform:translateY(0);box-shadow:0 2px 4px rgba(64,81,138,.08)}.filter-box .rmdp-input,.filter-box input.rmdp-input,.filter-box .rmdp-wrapper input,.filter-box .holidays-date-picker input{border:none !important;outline:none !important;box-shadow:none !important;background:rgba(0,0,0,0) !important;padding:0 !important;margin:0 !important;pointer-events:none !important;cursor:default !important}.filter-box .rmdp-input-container{pointer-events:none !important;cursor:default !important}.filter-box .date-icon{pointer-events:auto !important;cursor:pointer !important}.filter-box span{font-size:14px}.filter-box i{font-size:18px;color:#444}.filter-box .date-icon{color:#40518a !important;cursor:pointer !important}.filter-box .date-icon svg{color:#40518a !important;fill:#40518a !important}.filter-box .date-icon .font-20{color:#40518a !important}.holidays-filter-container .filter-box,.filter-box,.filter-box .rmdp-wrapper,.filter-box .rmdp-input-container,.filter-box input,.filter-box .rmdp-input,.holidays-date-picker input,.holidays-date-picker .rmdp-input,.rmdp-wrapper input{border:none !important;outline:none !important;box-shadow:none !important}.holidays-filter-container .filter-box:focus,.holidays-filter-container .filter-box:active,.holidays-filter-container .filter-box:hover,.filter-box:focus,.filter-box:active,.filter-box:hover,.filter-box .rmdp-wrapper:focus,.filter-box .rmdp-wrapper:active,.filter-box .rmdp-wrapper:hover,.filter-box .rmdp-input-container:focus,.filter-box .rmdp-input-container:active,.filter-box .rmdp-input-container:hover,.filter-box input:focus,.filter-box input:active,.filter-box input:hover,.filter-box .rmdp-input:focus,.filter-box .rmdp-input:active,.filter-box .rmdp-input:hover,.holidays-date-picker input:focus,.holidays-date-picker input:active,.holidays-date-picker input:hover,.holidays-date-picker .rmdp-input:focus,.holidays-date-picker .rmdp-input:active,.holidays-date-picker .rmdp-input:hover,.rmdp-wrapper input:focus,.rmdp-wrapper input:active,.rmdp-wrapper input:hover{border:none !important;outline:none !important;box-shadow:none !important}.rmdp-month-picker .rmdp-day-picker{display:grid !important;grid-template-columns:repeat(3, 1fr) !important;gap:10px 12px !important;padding:16px 12px !important;width:100% !important;box-sizing:border-box !important}.rmdp-month-picker .rmdp-day{padding:10px 6px !important;margin:0 !important;min-width:0 !important;width:100% !important;text-align:center !important;box-sizing:border-box !important;font-size:13px !important;line-height:1.4 !important;display:flex !important;align-items:center !important;justify-content:center !important;transition:all .2s ease !important}.rmdp-month-picker .rmdp-day span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;padding:8px 4px !important;box-sizing:border-box !important;vertical-align:middle !important;border-radius:8px !important;transition:all .2s ease !important}.rmdp-container .rmdp-month-picker .rmdp-day-picker{gap:10px 14px !important;padding:16px 12px !important}.rmdp-container .rmdp-month-picker .rmdp-day{padding:10px 4px !important;display:flex !important;align-items:center !important;justify-content:center !important;transition:all .2s ease !important}.rmdp-container .rmdp-month-picker .rmdp-day span{font-size:12px !important;padding:8px 4px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;vertical-align:middle !important;border-radius:8px !important;transition:all .2s ease !important}body>.rmdp-wrapper,body>div>.rmdp-wrapper,body>.rmdp-container,body>div>.rmdp-container,.rmdp-wrapper,.rmdp-container{z-index:2147483647 !important;position:absolute !important}body>.rmdp-wrapper .rmdp-calendar,body>div>.rmdp-wrapper .rmdp-calendar,body>.rmdp-container .rmdp-calendar,body>div>.rmdp-container .rmdp-calendar,.rmdp-wrapper .rmdp-calendar,.rmdp-container .rmdp-calendar{border-radius:12px !important;box-shadow:0 8px 24px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08) !important;border:1px solid rgba(64,81,138,.1) !important;overflow:hidden !important;transition:all .3s ease !important;animation:fadeInScale .2s ease-out !important;z-index:2147483647 !important;position:relative !important}.rmdp-calendar,.rmdp-year-picker,.rmdp-month-picker,.rmdp-container,.rmdp-wrapper{z-index:2147483647 !important;position:relative !important}div.rmdp-wrapper,div.rmdp-container,.rmdp-wrapper,.rmdp-container{z-index:2147483647 !important}@keyframes fadeInScale{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}.rmdp-header{padding:16px 12px 12px 12px !important;background:linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%) !important;border-bottom:1px solid rgba(64,81,138,.1) !important}.rmdp-header .rmdp-header-values{color:#40518a !important;font-weight:600 !important;font-size:15px !important;transition:color .2s ease !important}.rmdp-header .rmdp-arrow{border-color:#40518a !important}.rmdp-header .rmdp-arrow:hover{background-color:#f0f0ff !important;box-shadow:0 0 0 1px #40518a !important}.holidays-date-picker .rmdp-year-picker .rmdp-header .rmdp-header-values{font-size:15px !important;font-weight:600 !important;color:#40518a !important;position:relative !important;font-size:0 !important}.holidays-date-picker .rmdp-year-picker .rmdp-header .rmdp-header-values[data-year-range]::after{content:attr(data-year-range) !important;font-size:15px !important;font-weight:600 !important;color:#40518a !important;display:inline-block !important;position:relative !important;z-index:10 !important}.holidays-date-picker .rmdp-year-picker .rmdp-header .rmdp-header-values:not([data-year-range]){font-size:15px !important}.holidays-date-picker .rmdp-year-picker .rmdp-year.rmdp-selected span,.holidays-date-picker .rmdp-year-picker .rmdp-year.rmdp-selected span *,.rmdp-day.rmdp-selected span:not(.highlight),.rmdp-day.rmdp-selected span:not(.highlight):hover,.rmdp-year-picker .rmdp-year.rmdp-selected span,.rmdp-year-picker .rmdp-year.rmdp-selected span *,.rmdp-month-picker .rmdp-day.rmdp-selected span{background:linear-gradient(135deg, #40518a 0%, #4d5fa0 100%) !important;color:#fff !important;box-shadow:0 4px 12px rgba(64,81,138,.35),0 2px 4px rgba(64,81,138,.2) !important;border-radius:8px !important;font-weight:600 !important;transform:scale(1.05) !important;transition:all .2s ease !important}.rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover,.rmdp-year-picker .rmdp-year:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover,.rmdp-month-picker .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover{background-color:#f0f0ff !important;color:#40518a !important;border-radius:8px !important;transform:translateY(-2px) !important;box-shadow:0 4px 8px rgba(64,81,138,.15) !important;transition:all .2s ease !important}.rmdp-day.rmdp-today span{background-color:#e8eaf6 !important;color:#40518a !important;border:2px solid #40518a !important;border-radius:8px !important;font-weight:600 !important;box-shadow:0 2px 6px rgba(64,81,138,.15) !important}.rmdp-day.rmdp-selected.rmdp-today span{background-color:#40518a !important;color:#fff !important;border:1px solid #40518a !important}.holidays-date-picker .rmdp-year-picker .rmdp-day-picker{padding:16px 12px !important;gap:8px !important}.holidays-date-picker .rmdp-year-picker .rmdp-year span{border-radius:8px !important;padding:10px 8px !important;transition:all .2s ease !important}.holidays-date-picker .rmdp-year-picker .rmdp-year span:hover{background-color:#f0f0ff !important;color:#40518a !important;transform:translateY(-2px) !important;box-shadow:0 4px 8px rgba(64,81,138,.15) !important}.holidays-date-picker .rmdp-year-picker .rmdp-year.rmdp-selected span,.holidays-date-picker .rmdp-year-picker .rmdp-year.rmdp-selected span *{background:linear-gradient(135deg, #40518a 0%, #4d5fa0 100%) !important;color:#fff !important;box-shadow:0 4px 12px rgba(64,81,138,.35),0 2px 4px rgba(64,81,138,.2) !important;font-weight:600 !important;transform:scale(1.05) !important}.rmdp-year-picker .rmdp-day-picker{padding:16px 12px !important;gap:8px !important}.rmdp-year-picker .rmdp-year span{border-radius:8px !important;padding:10px 8px !important;transition:all .2s ease !important}.rmdp-year-picker .rmdp-year span:hover{background-color:#f0f0ff !important;color:#40518a !important;transform:translateY(-2px) !important;box-shadow:0 4px 8px rgba(64,81,138,.15) !important}.rmdp-year-picker .rmdp-year.rmdp-current-year:not(.rmdp-selected) span{background-color:#f5f5f5 !important;border:2px solid #40518a !important;color:#40518a !important;font-weight:600 !important}.rmdp-year-picker .rmdp-year.rmdp-selected span,.rmdp-year-picker .rmdp-year.rmdp-selected span *{background:linear-gradient(135deg, #40518a 0%, #4d5fa0 100%) !important;color:#fff !important;box-shadow:0 4px 12px rgba(64,81,138,.35),0 2px 4px rgba(64,81,138,.2) !important;font-weight:600 !important;transform:scale(1.05) !important;border:none !important}.rmdp-year-picker .rmdp-year.rmdp-current-year.rmdp-selected span{background:linear-gradient(135deg, #40518a 0%, #4d5fa0 100%) !important;color:#fff !important;border:none !important}.rmdp-year-picker .rmdp-year.rmdp-selected span,.rmdp-year-picker .rmdp-year.rmdp-selected span *{color:#fff !important}.rmdp-month-picker .rmdp-day{display:flex !important;align-items:center !important;justify-content:center !important}.rmdp-month-picker .rmdp-day span{display:inline-flex !important;align-items:center !important;justify-content:center !important;vertical-align:middle !important}.rmdp-month-picker .rmdp-day span:hover{background-color:#f0f0ff !important;color:#40518a !important}.rmdp-month-picker .rmdp-day.rmdp-selected span{background-color:#40518a !important;color:#fff !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;vertical-align:middle !important}.rmdp-week-day{color:#40518a !important;font-weight:600 !important;font-size:12px !important;padding:8px 4px !important;text-transform:uppercase !important;letter-spacing:.5px !important}.rmdp-day.rmdp-disabled span{color:#ccc !important;opacity:.5}.rmdp-footer{border-top:1px solid #e5e5e5}.rmdp-footer button{color:#40518a !important}.rmdp-footer button:hover{background-color:#f0f0ff !important}.rmdp-container{z-index:1000 !important}.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span .rmdp-day.rmdp-selected span,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span .rmdp-year.rmdp-selected span,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span .rmdp-year.rmdp-selected span *,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span * .rmdp-day.rmdp-selected span,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span * .rmdp-year.rmdp-selected span,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span * .rmdp-year.rmdp-selected span *,.rmdp-wrapper .rmdp-day.rmdp-selected span,.rmdp-wrapper .rmdp-year.rmdp-selected span,.rmdp-wrapper .rmdp-year.rmdp-selected span *,.rmdp-wrapper * .rmdp-day.rmdp-selected span,.rmdp-wrapper * .rmdp-year.rmdp-selected span,.rmdp-wrapper * .rmdp-year.rmdp-selected span *{background:linear-gradient(135deg, #40518a 0%, #4d5fa0 100%) !important;color:#fff !important;box-shadow:0 4px 12px rgba(64,81,138,.35),0 2px 4px rgba(64,81,138,.2) !important}.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span .rmdp-year:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span * .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span * .rmdp-year:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover,.rmdp-wrapper .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover,.rmdp-wrapper .rmdp-year:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover,.rmdp-wrapper * .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover,.rmdp-wrapper * .rmdp-year:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover{background-color:#f0f0ff !important;color:#40518a !important}.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span .rmdp-day.rmdp-today span,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span * .rmdp-day.rmdp-today span,.rmdp-wrapper .rmdp-day.rmdp-today span,.rmdp-wrapper * .rmdp-day.rmdp-today span{background-color:#e8eaf6 !important;border:1px solid #40518a !important}.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span .rmdp-header-values,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span * .rmdp-header-values,.rmdp-wrapper .rmdp-header-values,.rmdp-wrapper * .rmdp-header-values{color:#40518a !important}.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span .rmdp-week-day,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span * .rmdp-week-day,.rmdp-wrapper .rmdp-week-day,.rmdp-wrapper * .rmdp-week-day{color:#40518a !important}.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span .rmdp-arrow,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span * .rmdp-arrow,.rmdp-wrapper .rmdp-arrow,.rmdp-wrapper * .rmdp-arrow{border-color:#40518a !important}.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span .rmdp-arrow:hover,.holidays-date-picker .rmdp-wrapper .rmdp-year-picker .rmdp-year.rmdp-selected span * .rmdp-arrow:hover,.rmdp-wrapper .rmdp-arrow:hover,.rmdp-wrapper * .rmdp-arrow:hover{background-color:#f0f0ff !important}
:root {
  --rmdp-primary-teal: #009688;
  --rmdp-secondary-teal: #00796b;
  --rmdp-shadow-teal: #26a69a;
  --rmdp-today-teal: #1de9b6;
  --rmdp-hover-teal: #4db6ac;
  --rmdp-deselect-teal: #00695c;
}

.teal .rmdp-wrapper {
  border: 1px solid var(--rmdp-secondary-teal);
  box-shadow: 0 0 5px var(--rmdp-secondary-teal);
}

.teal .rmdp-panel-body li {
  background-color: var(--rmdp-primary-teal);
  box-shadow: 0 0 2px var(--rmdp-secondary-teal);
}

.teal .rmdp-week-day {
  color: var(--rmdp-primary-teal);
}

.teal .rmdp-day.rmdp-deactive {
  color: var(--rmdp-secondary-teal);
}

.teal .rmdp-range {
  background-color: var(--rmdp-primary-teal);
  box-shadow: 0 0 3px var(--rmdp-shadow-teal);
}

.teal .rmdp-arrow {
  border: solid var(--rmdp-primary-teal);
  border-width: 0 2px 2px 0;
}

.teal .rmdp-arrow-container:hover {
  background-color: var(--rmdp-primary-teal);
  box-shadow: 0 0 3px var(--rmdp-secondary-teal);
}

.teal .rmdp-panel-body::-webkit-scrollbar-thumb {
  background: var(--rmdp-primary-teal);
}

.teal .rmdp-day.rmdp-today span {
  background-color: var(--rmdp-today-teal);
}

.teal .rmdp-rtl .rmdp-panel {
  border-left: unset;
  border-right: 1px solid var(--rmdp-secondary-teal);
}

.teal .rmdp-day.rmdp-selected span:not(.highlight) {
  background-color: var(--rmdp-primary-teal);
  box-shadow: 0 0 3px var(--rmdp-shadow-teal);
}

.teal .rmdp-day:not(.rmdp-day-hidden) span:hover {
  background-color: var(--rmdp-hover-teal) !important;
}

.teal .b-deselect {
  color: var(--rmdp-deselect-teal);
  background-color: white;
}

.teal .rmdp-action-button {
  color: var(--rmdp-primary-teal);
}

.teal .rmdp-button:not(.rmdp-action-button) {
  background-color: var(--rmdp-primary-teal);
}

.teal .rmdp-button:not(.rmdp-action-button):hover {
  background-color: var(--rmdp-deselect-teal);
}

.holidays-page-wrapper{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.holidays-table-container{width:100%;min-width:400px;margin-top:15px;background:#fff;border-radius:10px;overflow:visible;border:1px solid #e5e5e5;flex:1 1 auto;min-height:400px;display:flex;flex-direction:column;max-height:100%;position:relative;z-index:0}.holidays-table-container.loading-state{background:#f5f5f5 !important}.holidays-table-container.loading-state .holidays-table{background:#f5f5f5 !important}.holidays-table{width:100%;min-width:400px;border-collapse:collapse;table-layout:fixed;background:#fff;display:table;height:100%;border-radius:10px;overflow:hidden}.holidays-table tbody{background:#fff;display:table-row-group}.holidays-table tbody tr{background:#fff}.holidays-table th,.holidays-table td{padding:11px 10px;text-align:left;font-size:11px;font-family:var(--font-regular-sans);border-bottom:1px solid #efefef;color:#333}.holidays-table th{background:#d5d5d5;font-weight:900;color:#333;font-family:var(--font-regular-sans) !important;font-size:14px !important;position:sticky;top:0;z-index:0 !important;display:table-cell;visibility:visible;isolation:isolate}.holidays-table th:hover,.holidays-table thead:hover th,.holidays-table thead tr:hover th{z-index:0 !important}.holidays-table tbody tr:hover{background:#f5f7fb;cursor:pointer}.holidays-table .no-data{text-align:center;padding:20px;font-size:14px;color:#666}.loading-cell{background-color:#f5f5f5 !important;padding:0 !important;height:400px;border:none !important}.loading-cell .loading-text{padding:30px;text-align:center;font-size:24px;font-weight:500;color:#666;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;min-height:400px;width:100%}.no-data-cell{background-color:#f5f5f5 !important;padding:0 !important;border:none !important}.no-data-cell .no-data-text{padding:30px;text-align:center;font-size:18px;color:#888;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;min-height:200px;width:100%}.holidays-table tbody:has(.loading-cell){background-color:#f5f5f5 !important}.holidays-table tbody:has(.loading-cell) tr:has(.loading-cell){border:none !important;background-color:#f5f5f5 !important}.holidays-table tbody:has(.loading-cell) tr:has(.loading-cell) td{background-color:#f5f5f5 !important;border:none !important;padding:0 !important}.holidays-table thead{display:table-header-group !important;visibility:visible !important}.holidays-table thead tr{display:table-row !important;visibility:visible !important}.holidays-table tbody:has(.no-data-cell){background-color:#f5f5f5 !important}.holidays-table tbody:has(.no-data-cell) tr:has(.no-data-cell){border:none !important;background-color:#f5f5f5 !important}.holidays-table tbody:has(.no-data-cell) tr:has(.no-data-cell) td{background-color:#f5f5f5 !important;border:none !important;padding:0 !important}.entries{font-size:14px;color:#555}.pagination{display:flex;align-items:center;gap:6px;margin-top:10px}.page-arrow{padding:6px 12px;border-radius:6px;border:1px solid #dcdcdc;background:#fff;color:#444;cursor:pointer;transition:.2s}.page-arrow:hover:not(:disabled){background:#f3f3f3}.page-arrow:disabled{opacity:.4;cursor:not-allowed}.page-item{padding:6px 12px;border-radius:6px;border:1px solid #dcdcdc;background:#fff;cursor:pointer;font-size:14px;transition:.2s;min-width:34px;text-align:center}.page-item:hover{background:#f3f3f3}.page-item.active{background:#4c47f7;color:#fff;border-color:#4c47f7}.hrms-wrap .holidays-table-container .paginate-bar.leave-pagination{position:fixed !important;bottom:0 !important;left:220px !important;width:calc(100% - 220px) !important;display:flex !important;justify-content:space-between !important;padding:0px 30px !important;background-color:#fff !important;height:35px !important;z-index:99 !important;border-top:1px solid #e9e9e9 !important;box-sizing:border-box !important}.hrms-wrap .holidays-table-container .paginate-bar.leave-pagination .text-item{font-size:13px !important;color:#535353 !important;padding-top:10px !important}.hrms-wrap .holidays-table-container .paginate-bar.leave-pagination .pagination{display:flex !important;border-radius:30px !important;gap:5px !important;justify-content:space-between !important;padding:5px 10px 5px 10px !important;margin:0px !important}.hrms-wrap .holidays-table-container .paginate-bar.leave-pagination .page-item{min-width:28px !important;max-width:28px !important;min-height:28px !important;max-height:28px !important;width:28px !important;height:28px !important;display:flex !important;justify-content:center !important;align-items:center !important;color:#8d8d8d !important;font-size:13px !important;cursor:pointer !important;padding:0 !important;margin:0 !important;position:relative !important}.hrms-wrap .holidays-table-container .paginate-bar.leave-pagination .page-item a{display:flex !important;width:100% !important;height:100% !important;align-items:center !important;justify-content:center !important;padding:0 !important;margin:0 !important;text-decoration:none !important;color:inherit !important;cursor:pointer !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important}.hrms-wrap .holidays-table-container .paginate-bar.leave-pagination .disabled{pointer-events:none !important;opacity:.6 !important;cursor:not-allowed !important}.hrms-wrap .holidays-table-container .paginate-bar.leave-pagination .active{background-color:#40518a !important;padding:0 !important;border-radius:4px !important;color:#fff !important;min-width:28px !important;max-width:28px !important;min-height:28px !important;max-height:28px !important;width:28px !important;height:28px !important}.hrms-wrap .holidays-table-container .paginate-bar.leave-pagination .prev-link{color:#000 !important;font-weight:bold !important;background-color:#e5e5e5 !important;padding:0 !important;margin:0 !important;border-radius:4px !important;font-size:11px !important;display:flex !important;min-width:28px !important;max-width:28px !important;min-height:28px !important;max-height:28px !important;width:28px !important;height:28px !important;align-items:center !important;justify-content:center !important;text-decoration:none !important;cursor:pointer !important;position:relative !important}.hrms-wrap .holidays-table-container .paginate-bar.leave-pagination .next-link{background-color:#e5e5e5 !important;color:#000 !important;padding:0 !important;margin:0 !important;font-size:11px !important;border-radius:4px !important;font-weight:bold !important;display:flex !important;min-width:28px !important;max-width:28px !important;min-height:28px !important;max-height:28px !important;width:28px !important;height:28px !important;align-items:center !important;justify-content:center !important;text-decoration:none !important;cursor:pointer !important;position:relative !important}.hrms-wrap.collapsed .holidays-table-container .paginate-bar.leave-pagination{width:calc(100% - 85px) !important;left:85px !important}@media screen and (max-width: 768px){.hrms-wrap .holidays-table-container .paginate-bar.leave-pagination{left:0 !important;width:100% !important}.hrms-wrap.collapsed .holidays-table-container .paginate-bar.leave-pagination{left:0 !important;width:100% !important}}

.leave-cal-container{width:100%;background-color:#fff;padding:21px 21px 40px 21px;border-radius:10px;box-shadow:0px 2px 10px rgba(0,0,0,.1)}.fc{background:#fff !important;font-family:Inter,sans-serif}.fc-toolbar-title{font-size:28px;font-weight:600;color:#111}.fc .fc-prev-button,.fc .fc-next-button{background:none !important;border:1px solid #ccc !important;border-radius:6px !important;color:#333 !important;padding:4px 8px !important}.fc .fc-prev-button:hover,.fc .fc-next-button:hover{background-color:#f5f5f5 !important}.fc-col-header{background-color:#f4efff !important;border:none !important}.fc-col-header-cell{padding:15px 0 !important;font-size:15px;color:#333}.fc-scrollgrid,.fc-theme-standard td,.fc-theme-standard th{border:none !important}.fc-daygrid-day-number{font-size:18px;padding-right:8px;color:#222}.fc-event{border-radius:6px;padding:4px 6px !important;background-color:#dfe7f0 !important;border:none !important;color:#1a2433 !important;font-size:12px}.fc-event.holiday{background-color:#8fd3ff !important;color:#004f73 !important}.fc-event.leave{background-color:#ff99b3 !important;color:#700020 !important}.fc-event{border:none !important}.fc-daygrid-week{margin-bottom:8px}.fc .fc-daygrid-day-bottom{font-size:.85em;margin:0 16px;text-align:center}.fc-button-group{font-size:smaller;display:flex;gap:8px}.fc-event.rejected-leave .fc-event-main{background-color:#e74a3b !important;color:#fff !important;border:none !important;border-radius:5px !important;text-align:center}.fc-event.pending-leave .fc-event-main{background-color:#f6c23e !important;color:#000 !important;border:none !important;border-radius:5px !important;text-align:center}.fc-event.approved-leave .fc-event-main{background-color:#2ecc71 !important;color:#fff !important;border:none !important;border-radius:5px !important;text-align:center}.fc-event.holiday .fc-event-main{background-color:#3498db !important;color:#fff !important;border:none !important;border-radius:5px !important;text-align:center}.fc-button{font-size:12px !important}.fc-event.pending-leave{background:#ffaf0e !important;border:none !important;color:#000}.fc-event.holiday{background:#3b82f6 !important;color:#fff !important}.fc-event.rejected-leave{background-color:#fa887e !important;border:none !important;color:#000}.fc-event.approved-leave{background-color:#25ff81 !important;border:none !important;border-color:rgba(0,0,0,0) !important;color:#fff !important;font-size:10px !important;overflow:hidden !important}.fc-event.approved-leave .fc-event-title{font-size:10px !important;color:#fff !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;max-width:100% !important;width:100% !important;display:block !important}.fc-event.approved-leave .fc-event-main{background-color:#2ecc71 !important;color:#fff !important;overflow:hidden !important;max-width:100% !important}.fc-more-link,.fc-daygrid-more-link{font-size:11px !important;font-weight:500 !important;color:#666 !important;padding:2px 4px !important;border-radius:4px !important;background-color:#f0f0f0 !important;cursor:pointer !important;text-decoration:none !important;display:inline-block !important;margin-top:2px !important;float:none !important}.fc-more-link:hover,.fc-daygrid-more-link:hover{background-color:#e0e0e0 !important;color:#333 !important}.fc-popover{border-radius:8px !important;box-shadow:0 4px 12px rgba(0,0,0,.15) !important;border:1px solid #e0e0e0 !important}.fc-popover-header{padding:10px 12px !important;background-color:#f8f9fa !important;border-bottom:1px solid #e0e0e0 !important;font-weight:600 !important;font-size:13px !important}.fc-popover-body{padding:8px !important;max-height:300px !important;overflow-y:auto !important}.calendar-more-tooltip{position:absolute;z-index:10000;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:12px;min-width:250px;max-width:350px;max-height:400px;overflow-y:auto}.calendar-more-tooltip::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #e0e0e0}.calendar-more-tooltip::after{content:"";position:absolute;top:-7px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #fff}.calendar-more-tooltip .tooltip-header{font-weight:600;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e0e0e0;font-size:14px;color:#333}.calendar-more-tooltip .tooltip-event-item{padding:8px 10px;border-radius:6px;font-size:12px;cursor:pointer;transition:opacity .2s}.calendar-more-tooltip .tooltip-event-item:hover{opacity:.8}.modal-dialog-scrollable .modal-body{max-height:60vh !important;overflow-y:auto !important;overflow-x:hidden !important}.modal-dialog-scrollable .modal-content{max-height:80vh !important;display:flex !important;flex-direction:column !important}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0 !important}.leave-cal-container .fc-daygrid-event,.leave-cal-container .fc-event{background:rgba(0,0,0,0) !important;border:0 !important;padding:0 !important;margin:2px 8px 0 !important;box-shadow:none !important}.leave-cal-container .fc-daygrid-event .fc-event-main,.leave-cal-container .fc-event .fc-event-main{border-radius:4px !important;padding:6px 10px !important;text-align:center !important;font-size:12px !important;font-weight:600 !important;line-height:1.1 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.leave-cal-container .fc-event .fc-event-title{font-size:12px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.leave-cal-container .fc-event.approved-leave .fc-event-main{background-color:#00b929 !important;color:#fff !important}.leave-cal-container .fc-event.pending-leave .fc-event-main{background-color:#f2b718 !important;color:#111 !important}.leave-cal-container .fc-event.rejected-leave .fc-event-main{background-color:#ef173a !important;color:#fff !important}.leave-cal-container .fc-event.holiday .fc-event-main{background-color:#0e94db !important;color:#fff !important}.leave-cal-container .fc-event.wfh-leave .fc-event-main{background-color:#7c3aed !important;color:#fff !important}
.leave-ledger-wrapper{width:350px;background:#fff;border-radius:8px;padding:20px;box-shadow:0px 2px 10px rgba(0,0,0,.1)}.leave-ledger-wrapper .ledger-title{background:#5a4efc;color:#fff;padding:10px 15px;border-radius:6px;font-size:16px;font-weight:600;text-align:center;margin-bottom:18px}.leave-ledger-wrapper .ledger-list{display:flex;flex-direction:column;gap:12px}.leave-ledger-wrapper .ledger-item{display:flex;align-items:center;background:#f8f9fa;padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500}.leave-ledger-wrapper .ledger-dot{width:12px;height:12px;border-radius:50%;display:inline-block;margin-right:10px}.leave-ledger-wrapper .ledger-text{color:#333}.leave-ledger-main{padding:0px 10px}
.calendar-skeleton-wrapper{background:#fff;border-radius:10px;padding:20px}.skeleton-header{height:36px;width:220px;border-radius:6px;margin-bottom:20px}.skeleton-body{display:flex;gap:20px}.skeleton-calendar{flex:3}.skeleton-row{display:grid;grid-template-columns:repeat(7, 1fr);gap:8px;margin-bottom:10px}.skeleton-cell{height:70px;border-radius:6px;background:#e5e7eb}.skeleton-ledger{flex:1;background:#f9fafb;border-radius:10px;padding:15px}.skeleton-ledger-title{height:34px;border-radius:6px;margin-bottom:16px}.skeleton-ledger-item{height:32px;border-radius:6px;margin-bottom:12px}.shimmer{background:linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 37%, #e5e7eb 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}@keyframes shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}
.timeline-no-sidebar .main-parent{display:flex;flex-direction:column;height:100vh}.timeline-no-sidebar .rightpm-wrap{flex:1;overflow-y:auto;background-color:#f3f4f6}.timeline-no-sidebar .dashboard-wrap{width:100%;height:100%}.timeline-no-sidebar .timeline-dashboard-wrap{background-color:#f3f4f6;min-height:100vh}.timeline-no-sidebar .timeline-dashboard-content{width:100%;height:100%}.timeline-no-sidebar .navbar-wrap{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%}.timeline-no-sidebar .navbar-wrap .navbar-toggle{display:none !important}.timeline-no-sidebar .navbar-left{flex:1}.timeline-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.main1-timeline{display:flex;width:100%;min-height:100vh;background-color:#f9fafb;position:relative}.main1-timeline .right-timeline{flex:1;width:100%;min-width:0;margin-left:0;display:flex;flex-direction:column;gap:10px;background-color:#f3f2f2;box-sizing:border-box;transition:margin-left .3s ease;height:calc(100vh - 60px);overflow:hidden}@media(max-width: 1024px){.main1-timeline .right-timeline{margin-left:0}}@media(max-width: 768px){.main1-timeline .right-timeline{margin-left:0}}.main1-timeline .right-timeline .timeline-header-section{flex-shrink:0;z-index:9;position:relative;width:100%;display:block;height:75px;min-height:75px;max-height:75px;overflow:hidden}@media(max-width: 768px){.main1-timeline .right-timeline .timeline-header-section{height:70px;min-height:70px;max-height:70px}}.main1-timeline .right-timeline .timeline-visualization-section{flex-shrink:0;z-index:8;position:relative;width:100%;display:block;padding:0px 20px;margin:0;clear:both;background-color:#f3f2f2;margin-top:0;margin-bottom:0;overflow:visible}@media(max-width: 768px){.main1-timeline .right-timeline .timeline-visualization-section{margin-top:0;margin-bottom:0;padding:0px 15px}}.main1-timeline .right-timeline .timeline-content-section{flex:1;min-height:0;padding:20px;padding-top:0;overflow-y:auto;overflow-x:hidden;width:100%;position:relative;margin-top:0;min-height:0}@media(min-width: 1400px){.main1-timeline .right-timeline .timeline-content-section{width:89%}}@media(max-width: 768px){.main1-timeline .right-timeline .timeline-content-section{padding:15px}}@media(max-width: 640px){.main1-timeline .right-timeline .timeline-content-section{padding:10px}}.main1-timeline .left-timeline{position:fixed;width:220px;height:100vh;z-index:99;background-color:#fff;color:#374151;padding:20px 0 0 0;overflow-y:auto;border-right:1px solid #e5e7eb;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.main1-timeline .left-timeline .profile-timeline{padding:20px 15px;text-align:center;margin-bottom:20px}.main1-timeline .left-timeline .profile-timeline .circle-img{width:80px;height:80px;border-radius:50%;margin:0 auto 15px;background-size:cover;background-position:center;background-color:#e5e7eb;border:2px solid #f3f4f6}.main1-timeline .left-timeline .profile-timeline h6{color:#111827;margin:0 0 5px 0;font-weight:600;font-size:16px;line-height:1.4}.main1-timeline .left-timeline .profile-timeline h6 a{color:#111827;text-decoration:none}.main1-timeline .left-timeline .profile-timeline h6 a:hover{color:#4f46e5}.main1-timeline .left-timeline .profile-timeline .designation{color:#6b7280;font-size:13px;margin:0;font-weight:400}.main1-timeline .left-timeline .times{padding:20px 15px;font-size:14px;text-align:center;margin-bottom:20px}.main1-timeline .left-timeline .times .font20{font-size:32px;font-weight:700;color:#10b981;display:block;margin-bottom:10px;line-height:1.2;font-family:"SF Mono","Monaco","Courier New",monospace}.main1-timeline .left-timeline .times .font-mono{font-family:"SF Mono","Monaco","Courier New",monospace}.main1-timeline .left-timeline .times>div{font-size:13px;color:#6b7280;margin-top:10px}.main1-timeline .left-timeline .times>div span:first-child{color:#4b5563}.main1-timeline .left-timeline .times>div .font-mono{color:#374151;font-weight:500}.main1-timeline .left-timeline hr{border:none;border-top:1px solid #e5e7eb;margin:20px 15px}.main1-timeline .left-timeline .timeline-tabs{margin:0;padding:0 10px;list-style:none}.main1-timeline .left-timeline .timeline-tabs .target-head{font-size:11px;margin:15px 15px 10px 15px;color:#9ca3af;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.main1-timeline .left-timeline .timeline-tabs li{list-style:none;margin-bottom:5px}.main1-timeline .left-timeline .timeline-tabs li a{color:#4b5563;margin:0 5px;display:flex;align-items:center;padding:10px 15px;border-radius:8px;text-decoration:none;transition:all .2s ease;font-size:14px;font-weight:400}.main1-timeline .left-timeline .timeline-tabs li a i,.main1-timeline .left-timeline .timeline-tabs li a svg{margin-right:10px;font-size:16px}.main1-timeline .left-timeline .timeline-tabs li a:hover{color:#4f46e5;background-color:#f3f4f6}.main1-timeline .left-timeline .timeline-tabs li.active a{background-color:#4f46e5;color:#fff;font-weight:500;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.main1-timeline .parent-card-timeline{position:relative;z-index:9;width:100%;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);background:#fff;border-bottom:1px solid #e5e7eb;box-sizing:border-box}.main1-timeline .parent-card-timeline .timeline-top{padding:0 20px;background:#fff}.main1-timeline .parent-card-timeline .timeline-top .d-set-between{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.main1-timeline .parent-card-timeline .timeline-top .d-set-between h5{font-size:20px;font-weight:600;color:#111827;margin:0;text-transform:uppercase}.main1-timeline .parent-card-timeline .timeline-top .width-issue{display:flex;gap:10px;align-items:center}.main1-timeline .parent-card-timeline .timeline-top .width-issue input[type=date]{padding:10px 15px;border:1px solid #d1d5db;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;color:#374151}.main1-timeline .parent-card-timeline .timeline-top .width-issue input[type=date]:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.main1-timeline .parent-card-timeline .timeline-top .width-issue .btn{padding:10px 15px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:all .2s ease;white-space:nowrap}.main1-timeline .parent-card-timeline .timeline-top .width-issue .btn i,.main1-timeline .parent-card-timeline .timeline-top .width-issue .btn svg{font-size:16px}.main1-timeline .parent-card-timeline .timeline-top .width-issue .btn.btn-styles{background-color:#4f46e5;color:#fff}.main1-timeline .parent-card-timeline .timeline-top .width-issue .btn.btn-styles:hover{background-color:#4338ca;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.main1-timeline .parent-card-timeline .timeline-top .width-issue .btn.btn-warning{background-color:#f59e0b;color:#fff}.main1-timeline .parent-card-timeline .timeline-top .width-issue .btn.btn-warning:hover{background-color:#d97706;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.main1-timeline .parent-card-timeline .timeline-top .width-issue .btn.btn-info{background-color:#3b82f6;color:#fff}.main1-timeline .parent-card-timeline .timeline-top .width-issue .btn.btn-info:hover{background-color:#2563eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.main1-timeline .parent-card-timeline .user-timeline{padding:0 20px;background:#fff}.main1-timeline .parent-card-timeline .user-timeline .card-heading{padding:15px 0}.main1-timeline .parent-card-timeline .user-timeline .card-heading .card-title span{font-size:13px;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.5px}.main1-timeline .parent-card-timeline .user-timeline .card-heading .card-title span i{margin-left:5px}.main1-timeline .parent-card-timeline .user-timeline .card-body{margin-top:20px;padding-bottom:15px;height:62px}.main1-timeline .timeline-spacer{height:200px}.timeline{padding:8px 0;border-radius:16px;margin:0;background:linear-gradient(180deg, #e5e7eb 0%, #f3f4f6 100%);box-shadow:inset 0 1px 3px rgba(0,0,0,.1);position:relative;height:10px}.timeline .day-started{height:18px;position:absolute;top:-5px;width:2px;background-color:#10b981;box-shadow:0 0 4px rgba(16,185,129,.5)}.timeline .now{height:23px;background-color:#10b981;width:2px;position:relative;top:-15px}.timeline .now::before{content:"";background-color:#10b981;height:21px;width:20px;position:absolute;border-radius:50%;left:-11px;top:-14px;box-shadow:0 0 0 4px rgba(16,185,129,.2);animation:pulse 2s infinite}.timeline .work-log-tm{position:absolute;height:10px;top:3px;border-radius:16px;cursor:pointer;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}@keyframes pulse{0%,100%{box-shadow:0 0 0 4px rgba(16,185,129,.2)}50%{box-shadow:0 0 0 8px rgba(16,185,129,.1)}}.inner-parent-timeline .parent-line{overflow:hidden;box-sizing:border-box;width:101%;display:flex;margin-top:5px}.inner-parent-timeline .parent-line .hour{display:inline-block;text-align:center}.inner-parent-timeline .parent-line .hour span{white-space:nowrap;display:inline-block;width:18px;overflow:hidden;font-family:"SF Mono","Monaco",monospace;font-size:11px;color:#6b7280;font-weight:500}.targets-parent{margin-top:0;padding-bottom:20px}.targets-parent .card{margin-bottom:20px;border:none;border-radius:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);background:#fff;overflow:hidden}.targets-parent .card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.targets-parent .card.my-card{background:#fff}.targets-parent .card-heading{padding:15px 20px;border-bottom:1px solid #e5e7eb;background-color:#fff}.targets-parent .card-heading .card-title{display:flex;justify-content:space-between;align-items:center}.targets-parent .card-heading .card-title span{font-size:14px;font-weight:600;text-transform:uppercase;color:#374151;letter-spacing:.5px}.targets-parent .card-heading .card-title .btn{padding:5px 15px;border-radius:8px;font-size:12px;font-weight:500;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:all .2s ease}.targets-parent .card-heading .card-title .btn i{font-size:14px}.targets-parent .card-heading.bb{border-bottom:1px solid #e5e7eb}.targets-parent .card-heading.bg-red-a400{background-color:#ef4444;color:#fff}.targets-parent .card-heading.bg-red-a400 .card-title span{color:#fff}.targets-parent .card-heading.bg-teal-a700{background-color:#0d9488;color:#fff}.targets-parent .card-heading.bg-teal-a700 .card-title span{color:#fff}.targets-parent .card-heading.bg-teal-800{background-color:#115e59;color:#fff}.targets-parent .card-heading.bg-teal-800 .card-title span{color:#fff}.targets-parent .card-body{padding:20px}.targets-parent .card-body.p0{padding:0}.targets-parent .list-group{margin-bottom:0;padding:15px}.targets-parent .list-group-item{border:0;border-left:4px solid #d1d5db;border-radius:8px;padding:15px;margin-bottom:10px;transition:background-color .2s ease,box-shadow .2s ease;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.targets-parent .list-group-item:hover{background-color:#f3f4f6;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.targets-parent .list-group-item.highlighted{box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border-left-color:#4f46e5;background-color:#fff}.targets-parent .list-group-item.highlighted:hover{background-color:#f3f4f6}.targets-parent .list-group-item.list-group-item-info{background-color:#fff;border-left-color:#3b82f6}.targets-parent .list-group-item.list-group-item-info.highlighted{background-color:rgba(254,243,199,.5);border-left-color:#f59e0b}.targets-parent .list-group-item .target-log{display:inline-block;margin:10px 0;padding:4px 10px;border-radius:8px;background:rgba(79,70,229,.1);color:#4f46e5;text-transform:uppercase;font-size:10px;font-weight:600;letter-spacing:.5px}.targets-parent .list-group-item .a-control-sm{display:inline-block;margin-right:10px;font-size:14px;color:#374151}.targets-parent .list-group-item .a-control-sm a{color:#4f46e5;text-decoration:none;font-weight:600}.targets-parent .list-group-item .a-control-sm a:hover{text-decoration:underline}.targets-parent .list-group-item .play-btn{margin-left:5px;color:#10b981;cursor:pointer;transition:all .2s ease}.targets-parent .list-group-item .play-btn:hover{transform:scale(1.1)}.targets-parent .list-group-item .span-hold-left{float:right;margin-top:5px}.targets-parent .list-group-item .text-soft{color:#6b7280;font-size:11px}.targets-parent .list-group-item .first-log-span-control{font-size:15px;color:#374151;font-weight:500;display:block;margin-bottom:5px}.targets-parent .list-group-item .span-hold{float:right;font-size:12px;color:#6b7280;margin-top:5px}.user-timeline-right .card .card-heading .card-title span{font-size:14px;font-weight:600;text-transform:uppercase;color:#374151}.user-timeline-right .card .card-body input.form-control{border:1px solid #d1d5db;border-radius:8px;padding:10px 15px;font-size:14px;color:#374151;transition:all .2s ease}.user-timeline-right .card .card-body input.form-control:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.user-timeline-right .card .card-body input.form-control::placeholder{color:#9ca3af}.mda-form-group{position:relative;margin-bottom:15px}.mda-form-group.float-label .mda-form-control label{position:absolute;top:10px;left:15px;color:#6b7280;font-size:12px;transition:all .3s ease;pointer-events:none;background:#fff;padding:0 4px}.mda-form-group.float-label .mda-form-control input:focus~label,.mda-form-group.float-label .mda-form-control input:not(:placeholder-shown)~label,.mda-form-group.float-label .mda-form-control select:focus~label{top:-8px;left:10px;font-size:11px;color:#4f46e5;font-weight:500}.mda-form-control{position:relative}.mda-form-control input,.mda-form-control select{width:100%;padding:10px 15px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;transition:all .2s ease;color:#374151}.mda-form-control input:focus,.mda-form-control select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.mda-form-control input::placeholder,.mda-form-control select::placeholder{color:#9ca3af}.mda-form-control select{cursor:pointer}.mda-form-control .mda-form-control-line{position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#4f46e5;transition:width .3s ease}.mda-form-control input:focus+.mda-form-control-line,.mda-form-control select:focus+.mda-form-control-line{width:100%}.card .card-body form{display:flex;gap:10px;align-items:flex-end;margin-bottom:20px}.card .card-body form .col-md-2,.card .card-body form .col-md-9,.card .card-body form .col-md-1{padding:0 5px}.card .card-body form .col-md-2{flex:0 0 20%}.card .card-body form .col-md-9{flex:1}.card .card-body form .col-md-1{flex:0 0 auto}.card .card-body form .add-btn{padding:10px 15px;background-color:#49418c !important;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.card .card-body form .add-btn:hover:not(:disabled){background-color:#3d3675 !important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.card .card-body form .add-btn:disabled{background-color:#7870b4 !important;color:#fff !important;opacity:1 !important;cursor:not-allowed;font-weight:500 !important}.card .card-body form .add-btn span{margin-right:5px}.list-group-item.list-group-item-info{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#fff;border-radius:8px;margin-bottom:10px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border-left:4px solid #3b82f6}.list-group-item.list-group-item-info.running{background-color:rgba(254,243,199,.5);border-left-color:#f59e0b}.list-group-item.list-group-item-info.highlighted{background-color:rgba(254,243,199,.5);border-left-color:#f59e0b}.list-group-item.list-group-item-info .first-log-span-control{flex:1;font-size:15px;color:#374151;font-weight:500;margin-right:15px}.list-group-item.list-group-item-info .span-hold{font-size:12px;color:#6b7280;margin-right:15px}.list-group-item.list-group-item-info .btn{padding:5px 10px;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;margin-left:5px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px}.list-group-item.list-group-item-info .btn.btn-sm{font-size:14px}.list-group-item.list-group-item-info .btn.btn-info{background-color:#3b82f6;color:#fff}.list-group-item.list-group-item-info .btn.btn-info:hover{background-color:#2563eb}.list-group-item.list-group-item-info .btn.btn-warning{background-color:#f59e0b;color:#fff}.list-group-item.list-group-item-info .btn.btn-warning:hover{background-color:#d97706}.list-group-item.list-group-item-info .btn.btn-danger{background-color:#ef4444;color:#fff}.list-group-item.list-group-item-info .btn.btn-danger:hover{background-color:#dc2626}.list-group-item.list-group-item-info .btn.btn-success{background-color:#10b981;color:#fff}.list-group-item.list-group-item-info .btn i{font-size:14px}.d-set-between{display:flex;justify-content:space-between;align-items:center}.font-mono{font-family:"SF Mono","Monaco","Courier New",monospace}.font20{font-size:20px}.font12{font-size:12px}.font13{font-size:13px}.fs-14{font-size:14px}.fs-15{font-size:15px}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-dark{color:#111827}.text-opacity-50{opacity:.5}.text-opacity-75{opacity:.75}.text-muted{color:#6b7280}.text-soft{color:#9ca3af}.text-center{text-align:center}.text-right{text-align:right}.mb-0{margin-bottom:0}.mt-0{margin-top:0}.m0{margin:0}.mt-2{margin-top:10px}.mt-10{margin-top:10px}.mb-sm{margin-bottom:10px}.ml-5{margin-left:5px}.mr-sm{margin-right:10px}.p-0{padding:0}.p0{padding:0}.ptb-15{padding-top:15px;padding-bottom:15px}.ptb-10{padding-top:10px;padding-bottom:10px}.p-sm{padding:10px}.pull-right{float:right}.br-25{border-radius:25px}.btn-sm{padding:5px 15px;font-size:12px}.btn-xs{padding:3px 8px;font-size:11px}.btn-primary{background-color:#4f46e5;color:#fff;border:none}.btn-primary:hover{background-color:#4338ca}.btn-success{background-color:#10b981;color:#fff;border:none}.btn-success:hover{background-color:#059669}.btn-danger{background-color:#ef4444;color:#fff;border:none}.btn-danger:hover{background-color:#dc2626}.btn-info{background-color:#3b82f6;color:#fff;border:none}.btn-info:hover{background-color:#2563eb}.btn-warning{background-color:#f59e0b;color:#fff;border:none}.btn-warning:hover{background-color:#d97706}.btn-styles{background-color:#4f46e5;color:#fff}.white-text{color:#fff}.center-align{text-align:center}.text-md{font-size:14px}.d-none-sm-tr{display:block}.d-none-640-up{display:none}@media(max-width: 640px){.d-none-640-up{display:block}.main1-timeline .left-timeline{display:none}.main1-timeline .right-timeline{margin-left:0;width:100%}.main1-timeline .right-timeline .parent-card-timeline{margin-left:0}.tab-mobile{display:flex;list-style:none;padding:0;margin:0;border-bottom:1px solid #e5e7eb;background:#fff}.tab-mobile li{flex:1}.tab-mobile li a{display:block;padding:10px;text-align:center;text-decoration:none;color:#4b5563;border-bottom:2px solid rgba(0,0,0,0);transition:all .2s ease}.tab-mobile li a:hover{color:#4f46e5}.tab-mobile li.active a{border-bottom-color:#4f46e5;color:#4f46e5;font-weight:500}}.tab-content{padding:0}.tab-pane{display:none}.tab-pane.active{display:block}.tab-pane.fade{opacity:0;transition:opacity .15s linear}.tab-pane.fade.active{opacity:1}.datepicker-container{position:relative}.datepicker-container input[type=date]{padding:10px 15px;border:1px solid #d1d5db;border-radius:8px;background:#fff;cursor:pointer;font-size:14px}.datepicker-container input[type=date]:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.circle-img{border-radius:50%;background-size:cover;background-position:center;background-color:#e5e7eb}.fa,.ion{margin-right:5px}.clearfix::after{content:"";display:table;clear:both}.m-n1{margin:-5px}.mt-n3{margin-top:-15px}.margin-top-20px{margin-top:20px}.pl-0{padding-left:0}.w-100-t-center{width:auto}.btn-width{min-width:auto}.fw-semibold{font-weight:600}.fw-normal{font-weight:400}.font-bold{font-weight:700}.d-block-sm{display:inline-block}.play-2{padding:5px 10px}.expected-hours-picker{display:grid;grid-template-columns:52px 14px 52px;gap:0 6px;row-gap:2px;align-items:center;justify-content:start;width:fit-content}.expected-hours-picker .expected-hours-picker__row{display:contents}.expected-hours-picker .expected-hours-picker__row--arrows,.expected-hours-picker .expected-hours-picker__row--boxes,.expected-hours-picker .expected-hours-picker__row--labels{display:contents}.expected-hours-picker .expected-hours-picker__arrow{width:52px;height:28px;background:rgba(0,0,0,0);border:none;padding:2px;cursor:pointer;display:flex;align-items:center;justify-content:center}.expected-hours-picker .expected-hours-picker__arrow:focus{outline:none}.expected-hours-picker .expected-hours-picker__arrow img{display:block;width:18px;height:18px;min-width:18px;min-height:18px;object-fit:contain;flex-shrink:0;color:#374151}.expected-hours-picker .expected-hours-picker__arrow--down img{transform:rotate(180deg)}.expected-hours-picker .expected-hours-picker__arrow:hover img{color:#111827}.expected-hours-picker .expected-hours-picker__sep{font-size:14px;font-weight:600;color:#374151;text-align:center;width:14px}.expected-hours-picker .expected-hours-picker__sep[aria-hidden=true]{visibility:hidden}.expected-hours-picker .expected-hours-picker__box{width:52px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;display:flex;align-items:center;justify-content:center;min-height:32px;padding:4px 2px;box-sizing:border-box}.expected-hours-picker .expected-hours-picker__box .expected-hours-picker__input{width:100%;border:none;border-radius:0;background:rgba(0,0,0,0);font-size:14px;font-weight:600;color:#111827;text-align:center;padding:0;-moz-appearance:textfield}.expected-hours-picker .expected-hours-picker__box .expected-hours-picker__input::-webkit-outer-spin-button,.expected-hours-picker .expected-hours-picker__box .expected-hours-picker__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.expected-hours-picker .expected-hours-picker__box.expected-hours-picker__box--ampm{cursor:pointer;user-select:none}.expected-hours-picker .expected-hours-picker__box.expected-hours-picker__box--ampm:hover{background:#f3f4f6}.expected-hours-picker .expected-hours-picker__box.expected-hours-picker__box--ampm .expected-hours-picker__ampm{font-size:14px;font-weight:600;color:#111827}.expected-hours-picker .expected-hours-picker__label{font-size:11px;color:#6b7280;text-align:center;width:52px}.expected-hours-error-msg{margin-top:8px;font-size:.875rem;color:#dc3545;font-weight:500}.add-target-modal-footer{justify-content:flex-end !important}.work-report-modal-footer{justify-content:flex-end !important}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loading-spinner{animation:spin .8s linear infinite}.pending-expanded{margin-top:15px;padding-top:15px;border-top:1px solid rgba(0,0,0,.1)}.pending-section-title{color:#000 !important;font-weight:600;margin-bottom:8px;font-size:14px}.pending-sub-list{list-style:none;padding:0;margin:0 0 15px 0}.pending-sub-list .pending-sub-item{color:#fff !important;padding:8px 0;font-size:14px}.pending-sub-list .pending-sub-item .log-time{color:#fff !important;opacity:.9;margin-left:8px}
.timeline-sidebar{position:fixed;top:2.75rem;left:0;width:100%;max-width:13.5rem;height:calc(100vh - 2.75rem);background-color:#fff;border-right:none;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);z-index:99;overflow-y:auto;overflow-x:visible;box-sizing:border-box}.timeline-sidebar__container{display:flex;flex-direction:column;height:100%;padding:1.25rem 0rem;gap:1.25rem;overflow-x:visible}.timeline-sidebar__profile{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem .9375rem;margin:-1.25rem 0 -0.75rem 0;background-color:#f0f8fa;border-radius:0}.timeline-sidebar__avatar{width:4rem;height:4rem;min-width:4rem;min-height:4rem;border-radius:50%;background-size:cover;background-position:center;background-color:#e5e7eb;border:2px solid #f3f4f6;margin-bottom:.3125rem;flex-shrink:0}.timeline-sidebar__profile-info{width:100%}.timeline-sidebar__name{margin:0 0 .3125rem 0;font-size:.875rem;font-weight:600;line-height:1.4;color:#4b5563}.timeline-sidebar__name a{color:#4b5563;text-decoration:none;transition:color .2s ease}.timeline-sidebar__name a:hover{color:#4f46e5}.timeline-sidebar__designation{margin:0;font-size:.75rem;font-weight:400;color:#6b7280;line-height:1.4}.timeline-sidebar__timer{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.9375rem 0;border-top:none;border-bottom:none;position:relative}.timeline-sidebar__timer::after{content:"";position:absolute;bottom:0;left:.9375rem;right:.9375rem;height:1px;background-color:#e5e7eb}.timeline-sidebar__timer-display{font-size:1.375rem;font-weight:700;color:#78c06a;font-family:"SF Mono","Monaco","Courier New",monospace;line-height:1.2;margin-bottom:.3125rem;letter-spacing:.02em}.timeline-sidebar__weekly-hours{display:flex;align-items:center;gap:.3125rem;font-size:.875rem}.timeline-sidebar__weekly-label{color:#6b7280;font-weight:500}.timeline-sidebar__weekly-value{color:#374151;font-weight:600;font-family:"SF Mono","Monaco","Courier New",monospace}.timeline-sidebar__targets{flex:1;display:flex;flex-direction:column;min-height:0;overflow-x:visible}.timeline-sidebar__targets-header{display:flex;flex-direction:column;margin-bottom:.9375rem}.timeline-sidebar__targets-title{font-size:.75rem;text-transform:none;color:#374151;font-weight:500;letter-spacing:.05em;padding-left:1.5rem}.timeline-sidebar__tabs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.125rem;flex:1;overflow-y:auto;overflow-x:visible}.timeline-sidebar__tab{list-style:none;margin:0;width:100%}.timeline-sidebar__tab a{display:flex;align-items:center;padding:.625rem .9375rem;padding-left:1.5rem;border-radius:.5rem;text-decoration:none;color:#374151;font-size:.9375rem;font-weight:400;transition:all .2s ease;gap:.625rem;width:100%;box-sizing:border-box}.timeline-sidebar__tab a i{font-size:1.125rem;width:1.125rem;text-align:center;color:#374151}.timeline-sidebar__tab a .timeline-sidebar__tab-icon{width:1.125rem;height:1.125rem;object-fit:contain;flex-shrink:0;filter:brightness(0) opacity(0.7);transition:filter .2s ease}.timeline-sidebar__tab a:hover{color:#4f46e5;background-color:#f3f4f6}.timeline-sidebar__tab.active{position:relative}.timeline-sidebar__tab.active::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-color:#49418c;z-index:0}.timeline-sidebar__tab.active a{background-color:rgba(0,0,0,0);color:#fff;font-size:.9375rem;font-weight:600;border-radius:0;padding-left:1.5rem;position:relative;z-index:1}.timeline-sidebar__tab.active a i{font-size:1.125rem;width:1.125rem;color:#fff}.timeline-sidebar__tab.active a .timeline-sidebar__tab-icon{width:1.125rem;height:1.125rem;filter:brightness(0) invert(1)}@media(max-width: 1024px){.timeline-sidebar{max-width:12rem;top:2.75rem}.timeline-sidebar__container{padding:.9375rem .625rem;gap:.9375rem}.timeline-sidebar__avatar{width:4rem;height:4rem;min-width:4rem;min-height:4rem}.timeline-sidebar__timer-display{font-size:1.75rem}}@media(max-width: 768px){.timeline-sidebar{position:relative;top:0;max-width:100%;width:100%;height:auto;border-right:none;border-bottom:1px solid #e5e7eb}.timeline-sidebar__container{flex-direction:row;padding:.9375rem;gap:1.25rem;align-items:center}.timeline-sidebar__profile{flex-direction:row;text-align:left;gap:.9375rem;flex-shrink:0}.timeline-sidebar__avatar{width:3.5rem;height:3.5rem;min-width:3.5rem;min-height:3.5rem;margin-bottom:0}.timeline-sidebar__timer{flex-direction:row;border-top:none;border-bottom:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:0 1.25rem;gap:.9375rem;flex:1;justify-content:center}.timeline-sidebar__timer-display{font-size:1.5rem;margin-bottom:0}.timeline-sidebar__weekly-hours{flex-direction:row;gap:.3125rem}.timeline-sidebar__targets{flex:0 0 auto}.timeline-sidebar__tabs{flex-direction:row;flex:0 0 auto;overflow-y:visible;overflow-x:auto}.timeline-sidebar__tab{flex-shrink:0}.timeline-sidebar__tab a{white-space:nowrap}}@media(max-width: 640px){.timeline-sidebar__container{flex-direction:column;gap:.9375rem}.timeline-sidebar__profile{flex-direction:column;text-align:center}.timeline-sidebar__avatar{margin-bottom:.625rem}.timeline-sidebar__timer{flex-direction:column;border-left:none;border-right:none;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:.9375rem 0}.timeline-sidebar__timer-display{font-size:1.75rem;margin-bottom:.625rem}.timeline-sidebar__weekly-hours{flex-direction:column}.timeline-sidebar__targets-header{align-items:center}.timeline-sidebar__tabs{flex-direction:column;width:100%}}
.timeline-header-fixed{position:fixed;top:60px;left:14rem;right:0;z-index:9;background:#f3f2f2}@media(max-width: 1024px){.timeline-header-fixed{left:12rem}}@media(max-width: 768px){.timeline-header-fixed{left:0}}.timeline-header-fixed .timeline-header-content{padding:0 20px;background:rgba(0,0,0,0)}.timeline-header-fixed .timeline-header-content .timeline-header-top{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-title h5{font-size:18px;font-weight:600;color:#111827;margin:0;margin-top:-4px;text-transform:none;line-height:1.2}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions{display:flex;gap:10px;align-items:center}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .datepicker-wrapper{display:inline-flex;align-items:center;padding:.375rem 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;gap:5px;height:2rem;min-height:2rem;max-height:2rem;cursor:pointer;position:relative}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .datepicker-wrapper .date-label{color:#4b5563;font-size:.8125rem;font-weight:500;margin-right:5px;white-space:nowrap}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .datepicker-wrapper i{color:#4b5563;font-size:.8125rem}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .datepicker-wrapper .date-input{border:none;background:rgba(0,0,0,0);cursor:pointer;font-size:.8125rem;color:#374151;padding:0;outline:none;width:0;opacity:0;position:absolute;pointer-events:auto;left:0;top:0;height:100%}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .datepicker-wrapper .date-input:focus{outline:none}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .datepicker-wrapper:hover{border-color:#4f46e5}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .datepicker-wrapper:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn{padding:.375rem 10px;border-radius:8px;font-size:.8125rem;font-weight:500;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:all .2s ease;white-space:nowrap;height:2rem;min-height:2rem;max-height:2rem;line-height:1}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn i,.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn svg{font-size:.875rem}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn.btn-primary,.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn.btn-send-report{background-color:#49418c;color:#fff}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn.btn-primary:hover,.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn.btn-send-report:hover{background-color:#3f3782;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn.btn-lunch{background-color:#f59e0b;color:#fff}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn.btn-lunch:hover{background-color:#d97706;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn.btn-info{background-color:#3b82f6;color:#fff}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn.btn-info:hover{background-color:#2563eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.timeline-header-fixed .timeline-header-content .timeline-header-top .timeline-header-actions .btn.btn-sm{padding:5px 15px;font-size:12px}
.timeline-visualization-container{position:relative;width:100%;z-index:8;background:#fff;border-bottom:1px solid #e5e7eb;padding:28px 20px 8px 20px;box-sizing:border-box;margin:0;display:block;clear:both;background-color:#fff}@media(min-width: 1400px){.timeline-visualization-container{width:88.8%}}.user-timeline{padding:0;background:#fff}.user-timeline .card-heading{padding:15px 0}.user-timeline .card-heading .card-title span{font-size:13px;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.5px}.user-timeline .card-heading .card-title span i{margin-left:5px}.user-timeline .card-body{margin-top:0;padding-bottom:0;min-height:auto}.timeline{padding:6px 0;border-radius:16px;margin:0;background:linear-gradient(180deg, #e5e7eb 0%, #f3f4f6 100%);box-shadow:inset 0 1px 3px rgba(0,0,0,.1);position:relative;height:10px;width:100%}.timeline .day-started{height:18px;position:absolute;top:-5px;width:2px;background-color:#10b981;box-shadow:0 0 4px rgba(16,185,129,.5)}.timeline .now{height:23px;background-color:#10b981;width:2px;position:relative;top:-15px}.timeline .now::before{content:"";background-color:#10b981;height:21px;width:20px;position:absolute;border-radius:50%;left:-11px;top:-14px;box-shadow:0 0 0 4px rgba(16,185,129,.2);animation:pulse 2s infinite}.timeline .current-time-handle{position:absolute;width:18px;height:18px;background-color:#1e40af;border:3px solid #fff;border-radius:50%;top:-4px;transform:translateX(-50%);z-index:100;box-shadow:0 3px 10px rgba(0,0,0,.35),0 0 0 2px rgba(30,64,175,.3);pointer-events:auto !important;cursor:pointer;display:flex;align-items:center;justify-content:center}.timeline .current-time-handle .current-time-icon{position:absolute;top:-28px;left:50%;transform:translateX(-50%);width:20px;height:20px;z-index:101;pointer-events:none}.timeline .current-time-handle::before{content:"";position:absolute;width:7px;height:7px;background-color:#3b82f6;border-radius:50%;top:50%;left:50%;transform:translate(-50%, -50%);opacity:.6}.timeline .work-log-tm{position:absolute;height:10px;top:1px;border-radius:16px;cursor:pointer;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);min-width:2px}@keyframes pulse{0%,100%{box-shadow:0 0 0 4px rgba(16,185,129,.2)}50%{box-shadow:0 0 0 8px rgba(16,185,129,.1)}}.inner-parent-timeline .parent-line{overflow:hidden;box-sizing:border-box;width:101%;display:flex;margin-top:5px}.inner-parent-timeline .parent-line .hour{display:inline-block;text-align:center}.inner-parent-timeline .parent-line .hour span{white-space:nowrap;display:inline-block;width:18px;overflow:hidden;font-family:"SF Mono","Monaco",monospace;font-size:11px;color:#6b7280;font-weight:500}.clearfix::after{content:"";display:table;clear:both}.timeline-tooltip{background-color:rgba(0,0,0,.85);color:#fff;padding:6px 10px;border-radius:4px;font-size:12px;font-weight:500;font-family:"SF Mono","Monaco",monospace;white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.2);pointer-events:none}.timeline-tooltip::before{content:"";position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid rgba(0,0,0,.85)}.timeline-tooltip.current-time-tooltip{background-color:#4f46e5;z-index:10000}.timeline-tooltip.current-time-tooltip::before{border-top-color:#4f46e5}
.user-timeline-right .card{margin-bottom:20px;border:none;border-radius:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);background:#fff;overflow:hidden}.user-timeline-right .card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-timeline-right .card .card-heading{padding:8px 20px;border-bottom:1px solid #e5e7eb;background-color:#fff}.user-timeline-right .card .card-heading .card-title{display:flex;justify-content:space-between;align-items:center}.user-timeline-right .card .card-heading .card-title .add-today-target-title{font-size:14px;font-weight:500;text-transform:none;color:#374151;letter-spacing:0}.user-timeline-right .card .card-heading .card-title span{font-size:14px;font-weight:600;text-transform:uppercase;color:#374151;letter-spacing:.5px}.user-timeline-right .card .card-heading .card-title .btn-add-target-header{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:6px 15px;border-radius:8px;background-color:rgba(0,0,0,0);color:#374151;border:1px solid #d1d5db;cursor:pointer;transition:all .2s ease;font-size:13px;font-weight:500;white-space:nowrap}.user-timeline-right .card .card-heading .card-title .btn-add-target-header i{font-size:13px;margin:0;color:#374151}.user-timeline-right .card .card-heading .card-title .btn-add-target-header:hover{color:#4f46e5;border-color:#4f46e5}.user-timeline-right .card .card-heading .card-title .btn-add-target-header:hover i{color:#4f46e5}.user-timeline-right .card .card-heading .card-title .btn-add-target-header.btn-add-target-blue{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.user-timeline-right .card .card-heading .card-title .btn-add-target-header.btn-add-target-blue:hover{background-color:#2563eb;border-color:#2563eb;color:#fff}.user-timeline-right .card .card-heading .card-title .pending-targets-title{font-size:14px;font-weight:600;text-transform:none;color:#374151;letter-spacing:0}.user-timeline-right .card .card-heading .card-title .upcoming-targets-title{font-size:14px;font-weight:600;text-transform:none;color:#374151;letter-spacing:0}.user-timeline-right .card .card-heading.bb{border-bottom:1px solid #e5e7eb}.user-timeline-right .card .card-body{padding:0}.user-timeline-right .card .card-body.p0{padding:0}.user-timeline-right .card .list-group{margin-bottom:0;padding:15px}.user-timeline-right .card .list-group-item{border:0;border-left:4px solid #d1d5db;border-radius:8px;padding:15px;margin-bottom:15px;transition:background-color .2s ease,box-shadow .2s ease;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.user-timeline-right .card .list-group-item:hover:not(.pending-target-item){background-color:#f3f4f6 !important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-timeline-right .card .list-group-item.highlighted{box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border-left-color:#4f46e5;background-color:#fff}.user-timeline-right .card .list-group-item.highlighted:hover{background-color:#f3f4f6 !important}.user-timeline-right .card .list-group-item.pending-target-item{background-color:rgba(252,165,165,.9) !important;background:rgba(252,165,165,.9) !important}.user-timeline-right .card .list-group-item.pending-target-item:hover{background-color:rgba(239,68,68,.9) !important;background:rgba(239,68,68,.9) !important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-timeline-right .card .list-group-item.pending-target-item:hover,.user-timeline-right .card .list-group-item.pending-target-item.highlighted:hover,.user-timeline-right .card .list-group-item.pending-target-item.timeline-highlighted:hover{background-color:rgba(239,68,68,.9) !important;background:rgba(239,68,68,.9) !important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-timeline-right .card .list-group-item.pending-target-item:not(:hover){background-color:rgba(252,165,165,.9) !important;background:rgba(252,165,165,.9) !important}.user-timeline-right .card .list-group-item.upcoming-target-item{background-color:rgba(220,252,231,.6) !important;background:rgba(220,252,231,.6) !important}.user-timeline-right .card .list-group-item.upcoming-target-item:hover{background-color:rgba(187,247,208,.8) !important;background:rgba(187,247,208,.8) !important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-timeline-right .card .list-group-item.upcoming-target-item:not(:hover){background-color:rgba(220,252,231,.6) !important;background:rgba(220,252,231,.6) !important}.user-timeline-right .card .list-group-item.active-target{background-color:rgba(220,252,231,.5) !important;border-left-color:#10b981}.user-timeline-right .card .list-group-item.timeline-highlighted{background-color:var(--highlight-bg-color, white) !important}.user-timeline-right .card .list-group-item.timeline-highlighted:hover{background-color:var(--highlight-bg-color, #f3f4f6) !important}.user-timeline-right .card .list-group-item.timeline-highlighted.active-target{background-color:var(--highlight-bg-color, rgba(220, 252, 231, 0.5)) !important}.user-timeline-right .card .list-group-item .target-log{display:inline-block;margin:10px 0;padding:4px 10px;border-radius:8px;background:rgba(79,70,229,.1);color:#4f46e5;text-transform:uppercase;font-size:10px;font-weight:600;letter-spacing:.5px}.user-timeline-right .card .list-group-item .a-control-sm{display:inline-block;margin-right:10px;font-size:14px;color:#374151}.user-timeline-right .card .list-group-item .a-control-sm a{color:#4f46e5;text-decoration:none;font-weight:600}.user-timeline-right .card .list-group-item .a-control-sm a:hover{text-decoration:underline}.user-timeline-right .card .list-group-item .play-btn{margin-left:5px;color:#10b981;cursor:pointer;transition:all .2s ease}.user-timeline-right .card .list-group-item .play-btn:hover{transform:scale(1.1)}.user-timeline-right .card .list-group-item .span-hold-left{float:right;margin-top:5px}.user-timeline-right .card .list-group-item .text-soft{color:#6b7280;font-size:11px}.user-timeline-right .card .list-group-item .target-actions{display:flex;gap:15px;align-items:center;float:right}.user-timeline-right .card .list-group-item .target-actions .btn-action{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;transition:all .2s ease;padding:0}.user-timeline-right .card .list-group-item .target-actions .btn-action i{font-size:12px;margin:0}.user-timeline-right .card .list-group-item .target-actions .btn-action.btn-edit{background-color:#3b82f6;color:#fff}.user-timeline-right .card .list-group-item .target-actions .btn-action.btn-edit:hover{background-color:#2563eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-timeline-right .card .list-group-item .target-actions .btn-action.btn-stop{background-color:#ef4444;color:#fff}.user-timeline-right .card .list-group-item .target-actions .btn-action.btn-stop:hover{background-color:#dc2626;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-timeline-right .card .list-group-item .target-actions .btn-action.btn-play{background-color:#10b981;color:#fff}.user-timeline-right .card .list-group-item .target-actions .btn-action.btn-play:hover{background-color:#059669;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.center-align{text-align:center}.text-md{font-size:14px}.text-soft{color:#6b7280}.pull-right{float:right}.text-capitalize{text-transform:capitalize}.text-dark{color:#111827}.text-opacity-75{opacity:.75}.btn{border:none;cursor:pointer;transition:all .2s ease}.btn.btn-sm{padding:5px 15px;font-size:12px}.btn.btn-xs{padding:3px 8px;font-size:11px}.btn.btn-styles{background-color:#4f46e5;color:#fff}.btn.btn-success{background-color:#10b981;color:#fff}.btn.btn-danger{background-color:#ef4444;color:#fff}.br-25{border-radius:25px}.ml-5{margin-left:5px}.mr-sm{margin-right:10px}.mb-0{margin-bottom:0}.mt0{margin-top:0}
.start-working-dialog{max-width:900px}.start-working-body{padding:0}.start-info-bar{font-weight:600;padding:0px 16px;font-size:14px}.recommendations-section{padding:16px}.section-label{display:block;margin-bottom:8px;font-weight:600}.recommendation-tags{display:flex;gap:10px;flex-wrap:wrap}.recommendation-tag{border:1px solid #ddd;background:#fff;padding:6px 14px;border-radius:4px;cursor:pointer}.recommendation-tag:hover{background:#f1f5f9}.start-working-textarea{margin:0 16px 16px}.start-working-footer{display:flex;justify-content:flex-end;gap:10px}.btn-start{background:#49418c !important;border-color:#49418c !important}.btn-start:hover{background:#3c3678 !important;border-color:#3c3678 !important}
.user-timeline-right{position:relative;overflow:visible;z-index:1}.user-timeline-right .card{margin-bottom:20px;border:none;border-radius:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);background:#fff;overflow:visible;position:relative}.user-timeline-right .card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-timeline-right .card .card-heading{padding:15px 20px;border-bottom:1px solid #e5e7eb;background-color:#fff}.user-timeline-right .card .card-heading .card-title span{font-size:14px;font-weight:600;text-transform:uppercase;color:#374151;letter-spacing:.5px;display:block;margin-bottom:5px}.user-timeline-right .card .card-heading .card-title .custom-log-subtitle{margin-top:5px}.user-timeline-right .card .card-heading .card-title .custom-log-subtitle span{font-size:12px;font-weight:400;text-transform:none;letter-spacing:normal;line-height:1.5}.user-timeline-right .card .card-heading.bb{border-bottom:1px solid #e5e7eb}.user-timeline-right .card .card-body{padding:20px;overflow:visible !important;position:relative;z-index:1}.user-timeline-right .card .card-body form{display:flex;gap:10px;align-items:flex-end;margin-bottom:20px;min-height:58px;position:relative;overflow:visible !important;z-index:1}.user-timeline-right .card .card-body form .col-md-2,.user-timeline-right .card .card-body form .col-md-9,.user-timeline-right .card .card-body form .col-md-1{padding:0 5px}.user-timeline-right .card .card-body form .col-md-2{flex:0 0 20%}.user-timeline-right .card .card-body form .col-md-9{flex:1}.user-timeline-right .card .card-body form .col-md-1{flex:0 0 auto}.mda-form-group{position:relative;margin-bottom:0;z-index:1}.mda-form-group.float-label .mda-form-control{position:relative;z-index:1}.mda-form-group.float-label .mda-form-control label{position:absolute;top:10px;left:15px;color:#6b7280;font-size:12px;transition:all .3s ease;pointer-events:none;background:#fff;padding:0 4px;z-index:1}.mda-form-group.float-label .mda-form-control input:focus~label,.mda-form-group.float-label .mda-form-control input:not(:placeholder-shown)~label,.mda-form-group.float-label .mda-form-control select:focus~label,.mda-form-group.float-label .mda-form-control input.has-value~label,.mda-form-group.float-label .mda-form-control .searchable-select-input.has-value~label{top:-8px;left:10px;font-size:11px;color:#4f46e5;font-weight:500}.mda-form-control{position:relative}.mda-form-control input,.mda-form-control select{width:100%;padding:10px 15px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;transition:all .2s ease;color:#374151}.mda-form-control input:focus,.mda-form-control select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.mda-form-control input::placeholder,.mda-form-control select::placeholder{color:#9ca3af}.mda-form-control.searchable-select-wrapper.has-error .searchable-select-input.border-danger,.mda-form-control.searchable-select-wrapper.has-error input.searchable-select-input.border-danger,.mda-form-control.searchable-select-wrapper.has-error .form-control.searchable-select-input.border-danger{border-color:#dc3545 !important;border-width:1px !important;border-style:solid !important;box-shadow:0 0 0 3px rgba(220,53,69,.1) !important}.mda-form-control.searchable-select-wrapper.has-error .searchable-select-input.border-danger:focus,.mda-form-control.searchable-select-wrapper.has-error input.searchable-select-input.border-danger:focus,.mda-form-control.searchable-select-wrapper.has-error .form-control.searchable-select-input.border-danger:focus{border-color:#dc3545 !important;box-shadow:0 0 0 3px rgba(220,53,69,.2) !important;outline:none !important}.mda-form-control.searchable-select-wrapper.has-error .searchable-select-input.border-danger:hover,.mda-form-control.searchable-select-wrapper.has-error input.searchable-select-input.border-danger:hover,.mda-form-control.searchable-select-wrapper.has-error .form-control.searchable-select-input.border-danger:hover{border-color:#dc3545 !important}.mda-form-control .mda-form-control.searchable-select-wrapper.has-error input.searchable-select-input.border-danger,.mda-form-control .mda-form-control.searchable-select-wrapper.has-error .form-control.searchable-select-input.border-danger,.mda-form-control .searchable-select-input.border-danger,.mda-form-control input.searchable-select-input.border-danger,.mda-form-control .form-control.searchable-select-input.border-danger{border-color:#dc3545 !important;border-width:2px !important;border-style:solid !important;box-shadow:0 0 0 3px rgba(220,53,69,.25) !important;background-color:#fff5f5 !important}.mda-form-control .mda-form-control.searchable-select-wrapper.has-error input.searchable-select-input.border-danger:focus,.mda-form-control .mda-form-control.searchable-select-wrapper.has-error .form-control.searchable-select-input.border-danger:focus,.mda-form-control .searchable-select-input.border-danger:focus,.mda-form-control input.searchable-select-input.border-danger:focus,.mda-form-control .form-control.searchable-select-input.border-danger:focus{border-color:#dc3545 !important;border-width:2px !important;box-shadow:0 0 0 3px rgba(220,53,69,.3) !important;outline:none !important;background-color:#fff5f5 !important}.mda-form-control .mda-form-control.searchable-select-wrapper.has-error input.searchable-select-input.border-danger:hover,.mda-form-control .mda-form-control.searchable-select-wrapper.has-error .form-control.searchable-select-input.border-danger:hover,.mda-form-control .searchable-select-input.border-danger:hover,.mda-form-control input.searchable-select-input.border-danger:hover,.mda-form-control .form-control.searchable-select-input.border-danger:hover{border-color:#dc3545 !important;border-width:2px !important;background-color:#fff5f5 !important}.mda-form-control select{cursor:pointer}.mda-form-control .mda-form-control-line{position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#4f46e5;transition:width .3s ease}.mda-form-control input:focus+.mda-form-control-line,.mda-form-control select:focus+.mda-form-control-line{width:100%}.mda-form-control .error-message{position:absolute !important;bottom:-22px !important;left:0 !important;font-size:12px !important;line-height:1.4 !important;white-space:nowrap !important;color:#dc3545 !important;font-weight:500 !important;margin-top:4px !important;display:block !important;visibility:visible !important;opacity:1 !important;z-index:10 !important;pointer-events:none !important}.mda-form-control .error-message::before{content:"⚠ " !important;font-size:14px !important;display:inline-block !important;margin-right:4px !important}.mda-form-control.searchable-select-wrapper .error-message{position:absolute !important;bottom:-22px !important;left:0 !important;font-size:12px !important;line-height:1.4 !important;white-space:nowrap !important;color:#dc3545 !important;font-weight:500 !important;margin-top:4px !important;display:block !important;visibility:visible !important;opacity:1 !important;z-index:10 !important}.mda-form-control.searchable-select-wrapper{position:relative;overflow:visible !important;z-index:99999}.mda-form-control.searchable-select-wrapper .searchable-select-input{cursor:text}.mda-form-control.searchable-select-wrapper .searchable-select-dropdown{z-index:99999;position:fixed;box-sizing:border-box;list-style-type:none;padding:8px;border-radius:12px;border:none;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04),0 0 0 1px rgba(0,0,0,.05);margin:0;margin-top:0 !important;backdrop-filter:blur(10px);animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes itemFadeIn{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.searchable-select-dropdown-portal{z-index:999999 !important;position:fixed !important;box-sizing:border-box !important;list-style-type:none !important;padding:8px !important;border-radius:12px !important;border:none !important;overflow-y:auto !important;overflow-x:hidden !important;scroll-behavior:smooth !important;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04),0 0 0 1px rgba(0,0,0,.05) !important;margin:0 !important;backdrop-filter:blur(10px) !important;animation:dropdownFadeIn .2s ease-out !important}.searchable-select-dropdown-portal::-webkit-scrollbar{width:6px !important}.searchable-select-dropdown-portal::-webkit-scrollbar-track{background:rgba(0,0,0,0) !important;border-radius:10px !important}.searchable-select-dropdown-portal::-webkit-scrollbar-thumb{background:linear-gradient(180deg, #cbd5e1 0%, #94a3b8 100%) !important;border-radius:10px !important;transition:all .3s ease !important}.searchable-select-dropdown-portal::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, #94a3b8 0%, #64748b 100%) !important}.searchable-select-dropdown-portal{scrollbar-width:thin !important;scrollbar-color:#cbd5e1 rgba(0,0,0,0) !important}.searchable-select-dropdown-portal .searchable-select-option{color:#334155 !important;font-size:14px !important;padding:12px 16px !important;font-weight:500 !important;cursor:pointer !important;background:rgba(0,0,0,0) !important;border:none !important;border-radius:8px !important;margin-bottom:4px !important;display:flex !important;align-items:center !important;min-height:44px !important;line-height:1.5 !important;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1) !important;position:relative !important;overflow:hidden !important;animation:itemFadeIn .3s ease-out backwards !important;word-break:break-word !important}.searchable-select-dropdown-portal .searchable-select-option span{flex:1 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.searchable-select-dropdown-portal .searchable-select-option::before{content:"" !important;position:absolute !important;left:0 !important;top:50% !important;transform:translateY(-50%) scaleY(0) !important;width:3px !important;height:0 !important;background:linear-gradient(180deg, #4f46e5 0%, #7c3aed 100%) !important;border-radius:0 3px 3px 0 !important;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1) !important}.searchable-select-dropdown-portal .searchable-select-option:last-child{margin-bottom:0 !important}.searchable-select-dropdown-portal .searchable-select-option:hover{background:linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%) !important;color:#4f46e5 !important;transform:translateX(4px) !important;box-shadow:0 4px 6px -1px rgba(79,70,229,.1),0 2px 4px -1px rgba(79,70,229,.06) !important}.searchable-select-dropdown-portal .searchable-select-option:hover::before{transform:translateY(-50%) scaleY(1) !important;height:60% !important}.searchable-select-dropdown-portal .searchable-select-option:active{background:linear-gradient(135deg, #e8f0fe 0%, #dbeafe 100%) !important;transform:translateX(2px) !important;box-shadow:0 2px 4px -1px rgba(79,70,229,.1),0 1px 2px -1px rgba(79,70,229,.06) !important}.searchable-select-dropdown-portal .searchable-select-option.no-results{color:#94a3b8 !important;cursor:default !important;font-style:italic !important;font-weight:400 !important;justify-content:center !important;padding:20px 16px !important;background:rgba(0,0,0,0) !important}.searchable-select-dropdown-portal .searchable-select-option.no-results::before{display:none !important}.searchable-select-dropdown-portal .searchable-select-option.no-results:hover{background:rgba(0,0,0,0) !important;transform:none !important;box-shadow:none !important;color:#94a3b8 !important}.searchable-select-dropdown-portal .searchable-select-option.select-project-option{font-weight:600 !important;color:#4f46e5 !important;border-bottom:2px solid #e5e7eb !important;margin-bottom:6px !important;padding-bottom:14px !important}.searchable-select-dropdown-portal .searchable-select-option.select-project-option:hover{background:linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%) !important;color:#4338ca !important}.add-btn{padding:10px 15px;background-color:#4f46e5;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add-btn:hover:not(:disabled){background-color:#4338ca;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.add-btn:disabled{opacity:.5;cursor:not-allowed}.font12{font-size:12px}.text-dark{color:#111827}.text-opacity-75{opacity:.75}.fw-semibold{font-weight:600}.m0{margin:0}.margin-top-20px{margin-top:20px}.pl-0{padding-left:0}.mb-0{margin-bottom:0}
.user-timeline-right .card{margin-bottom:20px;border:none;border-radius:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);background:#fff;overflow:hidden}.user-timeline-right .card .card-heading{padding:15px 20px;border-bottom:1px solid #e5e7eb;background-color:#fff}.user-timeline-right .card .card-heading .card-title span{font-size:14px;font-weight:600;text-transform:uppercase;color:#374151;letter-spacing:.5px}.user-timeline-right .card .card-heading.bb{border-bottom:1px solid #e5e7eb}.user-timeline-right .card .card-body{padding:20px}.list-group-item.list-group-item-info{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#f9fafb;border-radius:8px;margin-bottom:10px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border-left:4px solid #3b82f6}.list-group-item.list-group-item-info.running{background-color:rgba(254,243,199,.5) !important;border-left-color:#f59e0b !important}.list-group-item.list-group-item-info.timeline-highlighted{background-color:var(--highlight-bg-color, white) !important}.list-group-item.list-group-item-info.timeline-highlighted:hover{background-color:var(--highlight-bg-color, white) !important}.list-group-item.list-group-item-info.timeline-highlighted.running{background-color:var(--highlight-bg-color, rgba(254, 243, 199, 0.5)) !important}.list-group-item.list-group-item-info .first-log-span-control{flex:1;font-size:15px;color:#374151;font-weight:500;margin-right:15px}.list-group-item.list-group-item-info .span-hold{font-size:12px;color:#6b7280;margin-right:15px}.list-group-item.list-group-item-info .btn{padding:5px 10px;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;margin-left:5px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px}.list-group-item.list-group-item-info .btn.btn-sm{font-size:14px}.list-group-item.list-group-item-info .btn.btn-info{background-color:#3b82f6;color:#fff}.list-group-item.list-group-item-info .btn.btn-info:hover{background-color:#2563eb}.list-group-item.list-group-item-info .btn.btn-warning{background-color:#f59e0b;color:#fff}.list-group-item.list-group-item-info .btn.btn-warning:hover{background-color:#d97706}.list-group-item.list-group-item-info .btn.btn-danger{background-color:#ef4444;color:#fff}.list-group-item.list-group-item-info .btn.btn-danger:hover{background-color:#dc2626}.list-group-item.list-group-item-info .btn i{font-size:14px}.text-muted{color:#6b7280}.text-dark{color:#111827}.text-opacity-75{opacity:.75}.fs-15{font-size:15px}.d-block-sm{display:inline-block}.mt-10{margin-top:10px}.mb-0{margin-bottom:0}
.hrms-wrap .dashboard-wrap .social-dashboard-wrap{background-color:#f3f2ef}.hrms-wrap.social-no-sidebar .rightpm-wrap{margin-left:0 !important;width:100% !important}.hrms-wrap.social-no-sidebar .main-parent{margin-left:0 !important;width:100% !important}.hrms-wrap.social-no-sidebar .navbar-wrap{left:0 !important;width:100% !important}
.profile-sidebar{background-color:#fff;border-radius:8px;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.08);overflow:hidden;margin-bottom:10px;position:sticky;top:80px}@media(max-width: 1023px){.profile-sidebar{position:relative;top:0}}.profile-sidebar__banner{height:64px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.profile-sidebar__avatar-wrapper{position:absolute;bottom:-36px;left:50%;transform:translateX(-50%);z-index:1}.profile-sidebar__avatar-container{width:72px;height:72px;border-radius:50%;border:4px solid #fff;overflow:hidden;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15)}.profile-sidebar__avatar-image{width:100% !important;height:100% !important;object-fit:cover}.profile-sidebar__content{padding-top:48px;padding-bottom:16px;padding-left:16px;padding-right:16px;text-align:center}.profile-sidebar__name{font-weight:600;color:#000;font-size:16px;margin-bottom:4px;line-height:1.33;margin:0 0 4px 0}.profile-sidebar__title{color:#666;font-size:12px;line-height:1.43;margin:0}.profile-sidebar__stats{display:flex;align-items:center;justify-content:space-around;padding:12px 16px;border-bottom:1px solid #e0e0e0}.profile-sidebar__stat-item{text-align:center;flex:1}.profile-sidebar__stat-value{font-weight:600;color:#0073b1;font-size:14px;line-height:1.4}.profile-sidebar__stat-label{color:#666;font-size:12px;line-height:1.4;margin-top:2px}.profile-sidebar__stat-divider{width:1px;height:40px;background-color:#e0e0e0}.profile-sidebar__actions{padding:8px 0}.profile-sidebar__action-btn{width:100%;display:flex;align-items:center;gap:8px;padding:8px 16px;background:none;border:none;text-align:left;color:#666;font-size:14px;cursor:pointer;transition:background-color .2s,color .2s}.profile-sidebar__action-btn:hover{background-color:#f3f2ef;color:#000}.profile-sidebar__action-btn svg{width:16px;height:16px;color:#666}.profile-sidebar__action-btn:hover svg{color:#000}
.hrms-wrap .dashboard-wrap .create-post-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;backdrop-filter:blur(4px);animation:fadeIn .2s ease-in-out;overflow-y:auto;-webkit-overflow-scrolling:touch}.hrms-wrap .dashboard-wrap .create-post-modal trix-toolbar .trix-button-group--file-tools{display:none !important}.hrms-wrap .dashboard-wrap .create-post-modal trix-toolbar button[data-trix-action=attachFiles],.hrms-wrap .dashboard-wrap .create-post-modal trix-toolbar .trix-button--icon-attach{display:none !important}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.hrms-wrap .dashboard-wrap .create-post-modal{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);overflow:hidden;animation:slideUp .3s ease-out}.hrms-wrap .dashboard-wrap .create-post-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.hrms-wrap .dashboard-wrap .create-post-modal__title{font-size:20px;font-weight:600;color:#111827;margin:0}.hrms-wrap .dashboard-wrap .create-post-modal__close{background:none;border:none;color:#6b7280;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;width:32px;height:32px}.hrms-wrap .dashboard-wrap .create-post-modal__close:hover{background-color:#f3f4f6;color:#111827}.hrms-wrap .dashboard-wrap .create-post-modal__close svg{width:16px;height:16px}.hrms-wrap .dashboard-wrap .create-post-modal__content{padding:24px;overflow-y:auto;flex:1}.hrms-wrap .dashboard-wrap .create-post-modal__user-profile{display:flex;align-items:center;gap:12px;margin-bottom:16px}.hrms-wrap .dashboard-wrap .create-post-modal__user-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.hrms-wrap .dashboard-wrap .create-post-modal__user-avatar img{width:100% !important;height:100% !important;object-fit:cover}.hrms-wrap .dashboard-wrap .create-post-modal__user-details{display:flex;flex-direction:column;gap:4px}.hrms-wrap .dashboard-wrap .create-post-modal__user-name{font-size:16px;font-weight:600;color:#111827}.hrms-wrap .dashboard-wrap .create-post-modal__user-title{font-size:14px;font-weight:400;color:#6b7280}.hrms-wrap .dashboard-wrap .create-post-modal__text-input{width:100%;border:none;outline:none;font-size:15px;color:#111827;resize:none;margin-bottom:16px;font-family:inherit;line-height:1.5}.hrms-wrap .dashboard-wrap .create-post-modal__text-input::placeholder{color:#9ca3af}.hrms-wrap .dashboard-wrap .create-post-modal__upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:16px;margin-bottom:16px;background-color:#f9fafb}.hrms-wrap .dashboard-wrap .create-post-modal__upload-area.has-files{border:none;background-color:rgba(0,0,0,0);padding:0;margin-bottom:16px}.hrms-wrap .dashboard-wrap .create-post-modal__drop-zone{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}.hrms-wrap .dashboard-wrap .create-post-modal__upload-icon{font-size:48px;color:#6b7280;margin-bottom:12px}.hrms-wrap .dashboard-wrap .create-post-modal__upload-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px 0}.hrms-wrap .dashboard-wrap .create-post-modal__upload-text{font-size:14px;color:#6b7280;margin:0}.hrms-wrap .dashboard-wrap .create-post-modal__files-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:12px;width:100%}.hrms-wrap .dashboard-wrap .create-post-modal__file-item{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1;background-color:#f3f4f6;border:1px solid #e5e7eb;transition:all .2s}.hrms-wrap .dashboard-wrap .create-post-modal__file-item:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.hrms-wrap .dashboard-wrap .create-post-modal__file-item:hover .create-post-modal__file-remove{opacity:1}.hrms-wrap .dashboard-wrap .create-post-modal__file-preview{width:100%;height:100%;object-fit:cover;display:block}.hrms-wrap .dashboard-wrap .create-post-modal__file-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(2px)}.hrms-wrap .dashboard-wrap .create-post-modal__spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.hrms-wrap .dashboard-wrap .create-post-modal__file-error{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(239,68,68,.9);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:500;text-align:center;padding:8px}.hrms-wrap .dashboard-wrap .create-post-modal__file-remove{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.7);border:none;border-radius:50%;color:#fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;opacity:.8;z-index:2}.hrms-wrap .dashboard-wrap .create-post-modal__file-remove:hover{background:rgba(239,68,68,.9);transform:scale(1.1);opacity:1}.hrms-wrap .dashboard-wrap .create-post-modal__file-remove svg{width:12px;height:12px}.hrms-wrap .dashboard-wrap .create-post-modal__add-more{border:2px dashed #d1d5db;border-radius:6px;background:#fff;color:#6b7280;font-size:14px;font-weight:500;padding:20px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;aspect-ratio:1}.hrms-wrap .dashboard-wrap .create-post-modal__add-more:hover{border-color:#3b82f6;color:#3b82f6;background-color:#eff6ff}.hrms-wrap .dashboard-wrap .create-post-modal__add-to-post-section{margin-top:16px}.hrms-wrap .dashboard-wrap .create-post-modal__add-to-post-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hrms-wrap .dashboard-wrap .create-post-modal__add-to-post-label{font-size:14px;font-weight:500;color:#374151}.hrms-wrap .dashboard-wrap .create-post-modal__add-action-button{background:none;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#6b7280}.hrms-wrap .dashboard-wrap .create-post-modal__add-action-button:hover{background-color:#e5e7eb;color:#111827}.hrms-wrap .dashboard-wrap .create-post-modal__add-action-button svg{width:18px;height:18px}.hrms-wrap .dashboard-wrap .create-post-modal__add-action-button.create-post-modal__emoji-button{color:#fbbf24}.hrms-wrap .dashboard-wrap .create-post-modal__emoji-picker-wrapper{position:relative;margin-bottom:12px;border-radius:6px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.hrms-wrap .dashboard-wrap .create-post-modal__emotions-section{margin-top:16px}.hrms-wrap .dashboard-wrap .create-post-modal__emotions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hrms-wrap .dashboard-wrap .create-post-modal__emotion-button{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500;color:#374151}.hrms-wrap .dashboard-wrap .create-post-modal__emotion-button:hover{background-color:#f9fafb;border-color:#d1d5db}.hrms-wrap .dashboard-wrap .create-post-modal__emotion-button.is-selected{background-color:#eff6ff;border-color:#3b82f6;color:#3b82f6}.hrms-wrap .dashboard-wrap .create-post-modal__emotion-emoji{font-size:18px}.hrms-wrap .dashboard-wrap .create-post-modal__emotion-icon{font-size:14px;color:#ef4444;font-weight:bold}.hrms-wrap .dashboard-wrap .create-post-modal__emotion-label{font-weight:500}.hrms-wrap .dashboard-wrap .create-post-modal__footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:12px}.hrms-wrap .dashboard-wrap .create-post-modal__footer-actions{display:flex;align-items:center;gap:8px}.hrms-wrap .dashboard-wrap .create-post-modal__footer-action{background:none;border:none;color:#6b7280;cursor:pointer;padding:8px 12px;display:flex;align-items:center;gap:6px;border-radius:6px;transition:all .2s;font-size:14px;font-weight:500}.hrms-wrap .dashboard-wrap .create-post-modal__footer-action:hover{background-color:#f3f4f6;color:#111827}.hrms-wrap .dashboard-wrap .create-post-modal__footer-action svg{width:16px;height:16px}.hrms-wrap .dashboard-wrap .create-post-modal__separator{color:#d1d5db;font-size:14px}.hrms-wrap .dashboard-wrap .create-post-modal__share-button{background-color:#3b82f6;color:#fff;border:none;border-radius:6px;padding:10px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;min-width:120px}.hrms-wrap .dashboard-wrap .create-post-modal__share-button:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.hrms-wrap .dashboard-wrap .create-post-modal__share-button:active:not(:disabled){transform:translateY(0)}.hrms-wrap .dashboard-wrap .create-post-modal__share-button:disabled{opacity:.5;cursor:not-allowed}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor{margin-bottom:16px}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor trix-editor.trix-content{display:block !important;text-align:left !important;align-items:unset !important;justify-content:unset !important}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor trix-editor.trix-content>*{text-align:left !important}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content{display:block !important;text-align:left !important;align-items:unset !important;justify-content:unset !important}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content p,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content div,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content span,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content h1,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content h2,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content h3,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content h4,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content h5,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content h6{text-align:left !important;display:block}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content span,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content a,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content strong,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content em,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content b,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content i{display:inline;text-align:left !important}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content ul{list-style-type:disc !important;margin:8px 0;padding-left:24px !important}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content ul li{margin-bottom:4px;display:list-item !important;list-style-type:disc !important;list-style-position:outside !important}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content ul ul{list-style-type:circle !important;margin-top:4px;margin-bottom:4px}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content ul ul ul{list-style-type:square !important}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content ol{list-style-type:decimal !important;margin:8px 0;padding-left:24px !important}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content ol li{margin-bottom:4px;display:list-item !important;list-style-type:decimal !important;list-style-position:outside !important}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content ol ol{list-style-type:lower-alpha !important;margin-top:4px;margin-bottom:4px}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content ol ol ol{list-style-type:lower-roman !important}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content .mention,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content .home-comment-profile{display:inline-flex;align-items:center;gap:6px;vertical-align:middle;margin:0 2px;padding:2px 4px;border-radius:4px;font-size:14px !important;line-height:1.5 !important}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content .mention img,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content .home-comment-profile img{width:20px !important;height:20px !important;border-radius:50%;object-fit:cover;flex-shrink:0;display:block}.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content .mention span,.hrms-wrap .dashboard-wrap .create-post-modal__trix-editor .trix-content .home-comment-profile span{color:#374151;font-size:14px !important;line-height:1.5 !important}.hrms-wrap .dashboard-wrap .create-post-modal__content::-webkit-scrollbar{width:6px}.hrms-wrap .dashboard-wrap .create-post-modal__content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.hrms-wrap .dashboard-wrap .create-post-modal__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.hrms-wrap .dashboard-wrap .create-post-modal__content::-webkit-scrollbar-thumb:hover{background:#9ca3af}
.hrms-wrap .dashboard-wrap .create-post-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:16px}.hrms-wrap .dashboard-wrap .create-post-card__content{display:flex;align-items:center;gap:12px}.hrms-wrap .dashboard-wrap .create-post-card__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.hrms-wrap .dashboard-wrap .create-post-card__avatar img{width:100% !important;height:100% !important;object-fit:cover}.hrms-wrap .dashboard-wrap .create-post-card__input-wrapper{flex:1;min-width:0}.hrms-wrap .dashboard-wrap .create-post-card__input{width:100%;padding:10px 16px;border:none;border-radius:20px;font-size:15px;color:#333;background-color:#f5f5f5;outline:none;transition:background-color .2s;cursor:pointer;font-family:inherit}.hrms-wrap .dashboard-wrap .create-post-card__input::placeholder{color:#999}.hrms-wrap .dashboard-wrap .create-post-card__input:focus,.hrms-wrap .dashboard-wrap .create-post-card__input:hover{background-color:#ebebeb}.hrms-wrap .dashboard-wrap .create-post-card__actions-inline{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.hrms-wrap .dashboard-wrap .create-post-card__action-inline{display:flex;align-items:center;gap:6px;background:none;border:none;color:#666;font-size:14px;font-weight:400;cursor:pointer;padding:6px 10px;border-radius:6px;transition:background-color .2s,color .2s;white-space:nowrap}.hrms-wrap .dashboard-wrap .create-post-card__action-inline:hover{background-color:#f5f5f5;color:#333}.hrms-wrap .dashboard-wrap .create-post-card__action-inline svg{width:18px;height:18px;color:#666}.hrms-wrap .dashboard-wrap .create-post-card__action-inline:hover svg{color:#333}.hrms-wrap .dashboard-wrap .create-post-card__action-inline span{line-height:1.2}.hrms-wrap .dashboard-wrap .create-post-card__separator{color:#ccc;font-size:14px;padding:0 4px;user-select:none;font-weight:300}.hrms-wrap .dashboard-wrap .create-post-card__actions{display:none}@media(max-width: 767px){.hrms-wrap .dashboard-wrap .create-post-card__actions-inline{display:none}.hrms-wrap .dashboard-wrap .create-post-card__content{margin-bottom:8px}.hrms-wrap .dashboard-wrap .create-post-card__actions{display:flex;align-items:center;justify-content:space-around;padding-top:12px;border-top:1px solid #e0e0e0;margin-top:12px}.hrms-wrap .dashboard-wrap .create-post-card__action-button{display:flex;align-items:center;gap:8px;background:none;border:none;color:#666;font-size:14px;font-weight:400;cursor:pointer;padding:8px 12px;border-radius:6px;transition:background-color .2s,color .2s;white-space:nowrap}.hrms-wrap .dashboard-wrap .create-post-card__action-button:hover{background-color:#f5f5f5;color:#333}.hrms-wrap .dashboard-wrap .create-post-card__action-button svg{width:20px;height:20px;color:#666}.hrms-wrap .dashboard-wrap .create-post-card__action-button:hover svg{color:#333}.hrms-wrap .dashboard-wrap .create-post-card__action-button span{line-height:1.2}}
.social-post-skeleton{width:100%;margin-top:16px}.social-post-skeleton__item{background-color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:16px;margin-bottom:10px;animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}.social-post-skeleton__header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.social-post-skeleton__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.social-post-skeleton__header-content{flex:1;display:flex;flex-direction:column;gap:8px}.social-post-skeleton__line{height:12px;border-radius:4px;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.social-post-skeleton__line--short{width:33.333%}.social-post-skeleton__line--shorter{width:25%}.social-post-skeleton__line--tiny{width:24px}.social-post-skeleton__line--medium{width:83.333%}.social-post-skeleton__line--small{width:66.666%}.social-post-skeleton__content{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.social-post-skeleton__media{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}.social-post-skeleton__media-item{height:160px;border-radius:4px;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.social-post-skeleton__media-item--large{height:160px}.social-post-skeleton__media-grid{display:grid;grid-template-rows:1fr 1fr;gap:8px}.social-post-skeleton__actions{display:flex;gap:16px}.social-post-skeleton__action-button{height:32px;width:80px;border-radius:4px;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.social-post-skeleton__action-button--wide{width:96px}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:rgba(0,0,0,0);border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5, 25.5, 25.5))}@media(hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width: 768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width: 480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px 10px;left:50%;transform:translateX(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media(max-width: 768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width: 480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width: 768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px hsl(0,0%,10%);cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover: hover)and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{left:20px;right:auto;bottom:auto;width:auto;top:50%;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width: 768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0px;padding:3px}}@media(max-width: 480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:rgba(0,0,0,0);padding:0}@media(max-width: 768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width: 768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover: hover)and (pointer: fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover: hover)and (pointer: fine)and (max-width: 768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media(max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}

.hrms-wrap .dashboard-wrap .social-comments-section{background-color:#fff;border-top:1px solid #f3f4f6;padding:10px 24px;max-height:600px;display:flex;flex-direction:column;margin-top:0px;border-radius:0px 0px 12px 12px}.hrms-wrap .dashboard-wrap .social-comments-section__close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s}.hrms-wrap .dashboard-wrap .social-comments-section__close:hover{color:#111827}.hrms-wrap .dashboard-wrap .social-comments-section__input{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.hrms-wrap .dashboard-wrap .social-comments-section__input-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.hrms-wrap .dashboard-wrap .social-comments-section__input-avatar img{width:100% !important;height:100% !important;object-fit:cover}.hrms-wrap .dashboard-wrap .social-comments-section__input-content{flex:1;display:flex;flex-direction:column;gap:8px;position:relative}.hrms-wrap .dashboard-wrap .social-comments-section__input-user-info{display:flex;align-items:center}.hrms-wrap .dashboard-wrap .social-comments-section__input-user-name{font-size:14px;font-weight:600;color:#111827}.hrms-wrap .dashboard-wrap .social-comments-section__input-wrapper{display:flex;align-items:flex-start;background-color:#f9fafb;border-radius:20px;padding:8px 16px;gap:8px;min-height:40px}.hrms-wrap .dashboard-wrap .social-comments-section__input-wrapper input{flex:1;border:none;background:none;outline:none;font-size:14px;color:#111827;padding:0}.hrms-wrap .dashboard-wrap .social-comments-section__input-wrapper input::placeholder{color:#9ca3af}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor{flex:1;min-width:0;width:100%;display:flex;align-items:center}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor>div{border:none !important;border-radius:0 !important;padding:0 !important;background:rgba(0,0,0,0) !important;box-shadow:none !important;width:100%}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor>div>div:first-child{display:none !important}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor trix-toolbar,.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor #trix-toolbar{display:none !important}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor>div>div:last-child{max-height:120px !important;overflow-y:auto !important;border:none !important;background:rgba(0,0,0,0) !important;padding:0 !important;min-height:24px !important;width:100%}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor trix-editor.trix-content{display:block !important;text-align:left !important;align-items:unset !important;justify-content:unset !important;border:none !important;background:rgba(0,0,0,0) !important;padding:0 !important;min-height:24px !important;max-height:120px !important;overflow-y:auto !important;font-size:14px !important;line-height:1.5 !important;color:#111827 !important;font-family:inherit !important;width:100%}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor trix-editor.trix-content>*{text-align:left !important}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor trix-editor.trix-content:focus{outline:none !important}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content{display:block !important;text-align:left !important;align-items:unset !important;justify-content:unset !important;min-height:24px !important;width:100%}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content p,.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content div{text-align:left !important;display:block;margin:0;padding:0;line-height:1.5}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content span,.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content a,.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content strong,.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content em,.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content b,.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content i{display:inline;text-align:left !important}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content ul{list-style-type:disc !important;margin:8px 0;padding-left:24px !important}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content ul li{margin-bottom:4px;display:list-item !important}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content ol{list-style-type:decimal !important;margin:8px 0;padding-left:24px !important}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content ol li{margin-bottom:4px;display:list-item !important}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content .mention,.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content .home-comment-profile{display:inline-flex;align-items:center;gap:6px;vertical-align:middle;margin:0 2px;padding:2px 4px;border-radius:4px;font-size:14px !important;line-height:1.5 !important}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content .mention img,.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content .home-comment-profile img{width:20px !important;height:20px !important;border-radius:50%;object-fit:cover;flex-shrink:0;display:block}.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content .mention span,.hrms-wrap .dashboard-wrap .social-comments-section__trix-editor .trix-content .home-comment-profile span{color:#374151;font-size:14px !important;line-height:1.5 !important}.hrms-wrap .dashboard-wrap .social-comments-section__emoji-button{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.hrms-wrap .dashboard-wrap .social-comments-section__emoji-button:hover{color:#3b82f6}.hrms-wrap .dashboard-wrap .social-comments-section__emoji-button svg{width:18px;height:18px}.hrms-wrap .dashboard-wrap .social-comments-section__emoji-picker{position:absolute;bottom:100%;right:0;margin-bottom:8px;z-index:1000;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.hrms-wrap .dashboard-wrap .social-comments-section__add-comment-button{align-self:flex-end;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:8px}.hrms-wrap .dashboard-wrap .social-comments-section__add-comment-button:hover:not(:disabled){background-color:#2563eb}.hrms-wrap .dashboard-wrap .social-comments-section__add-comment-button:disabled{opacity:.5;cursor:not-allowed}.hrms-wrap .dashboard-wrap .social-comments-section__list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:0}.hrms-wrap .dashboard-wrap .social-comments-section__list::-webkit-scrollbar{width:6px}.hrms-wrap .dashboard-wrap .social-comments-section__list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.hrms-wrap .dashboard-wrap .social-comments-section__list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.hrms-wrap .dashboard-wrap .social-comments-section__list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.hrms-wrap .dashboard-wrap .social-comments-section__empty{text-align:center;padding:40px 20px;color:#6b7280;font-size:14px}.hrms-wrap .dashboard-wrap .social-comments-section__show-all{padding:16px 0;text-align:center;border-top:1px solid #f3f4f6}.hrms-wrap .dashboard-wrap .social-comments-section__show-all-button{background:none;border:none;color:#3b82f6;font-size:14px;font-weight:500;cursor:pointer;padding:8px 16px;transition:color .2s}.hrms-wrap .dashboard-wrap .social-comments-section__show-all-button:hover:not(:disabled){color:#2563eb;text-decoration:underline}.hrms-wrap .dashboard-wrap .social-comments-section__show-all-button:disabled{opacity:.6;cursor:not-allowed}.hrms-wrap .dashboard-wrap .social-comment-item{padding:16px 0;border-bottom:1px solid #f3f4f6}.hrms-wrap .dashboard-wrap .social-comment-item:last-child{border-bottom:none}.hrms-wrap .dashboard-wrap .social-comment-item--nested{padding-left:52px;border-left:2px solid #e5e7eb;margin-top:12px;padding-top:12px;border-bottom:none}.hrms-wrap .dashboard-wrap .social-comment-item--nested:last-child{border-bottom:none}.hrms-wrap .dashboard-wrap .social-comment-item__content{display:flex;gap:12px}.hrms-wrap .dashboard-wrap .social-comment-item__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.hrms-wrap .dashboard-wrap .social-comment-item__avatar img{width:100% !important;height:100% !important;object-fit:cover}.hrms-wrap .dashboard-wrap .social-comment-item__body{flex:1;display:flex;flex-direction:column;gap:8px}.hrms-wrap .dashboard-wrap .social-comment-item__header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hrms-wrap .dashboard-wrap .social-comment-item__name{font-weight:600;font-size:14px;color:#111827}.hrms-wrap .dashboard-wrap .social-comment-item__date{font-size:12px;color:#6b7280}.hrms-wrap .dashboard-wrap .social-comment-item__edit-button{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s;margin-left:auto}.hrms-wrap .dashboard-wrap .social-comment-item__edit-button:hover{color:#3b82f6}.hrms-wrap .dashboard-wrap .social-comment-item__edit-button svg{width:14px;height:14px}.hrms-wrap .dashboard-wrap .social-comment-item__text{font-size:14px;color:#374151;line-height:1.5}.hrms-wrap .dashboard-wrap .social-comment-item__text p{margin:0}.hrms-wrap .dashboard-wrap .social-comment-item__text p:not(:last-child){margin-bottom:8px}.hrms-wrap .dashboard-wrap .social-comment-item__text div{margin:0}.hrms-wrap .dashboard-wrap .social-comment-item__text ul{list-style-type:disc !important;margin:8px 0 !important;padding-left:24px !important}.hrms-wrap .dashboard-wrap .social-comment-item__text ul li{margin-bottom:4px;display:list-item !important;list-style-type:disc !important;list-style-position:outside !important}.hrms-wrap .dashboard-wrap .social-comment-item__text ul ul{list-style-type:circle !important;margin-top:4px;margin-bottom:4px}.hrms-wrap .dashboard-wrap .social-comment-item__text ul ul ul{list-style-type:square !important}.hrms-wrap .dashboard-wrap .social-comment-item__text ol{list-style-type:decimal !important;margin:8px 0 !important;padding-left:24px !important}.hrms-wrap .dashboard-wrap .social-comment-item__text ol li{margin-bottom:4px;display:list-item !important;list-style-type:decimal !important;list-style-position:outside !important}.hrms-wrap .dashboard-wrap .social-comment-item__text ol ol{list-style-type:lower-alpha !important;margin-top:4px;margin-bottom:4px}.hrms-wrap .dashboard-wrap .social-comment-item__text ol ol ol{list-style-type:lower-roman !important}.hrms-wrap .dashboard-wrap .social-comment-item__actions{display:flex;align-items:center;gap:16px;margin-top:4px}.hrms-wrap .dashboard-wrap .social-comment-item__action-button{display:flex;align-items:center;gap:6px;background:none;border:none;color:#6b7280;font-size:13px;cursor:pointer;padding:4px 0;transition:color .2s}.hrms-wrap .dashboard-wrap .social-comment-item__action-button:hover{color:#3b82f6}.hrms-wrap .dashboard-wrap .social-comment-item__action-button--liked{color:#3b82f6}.hrms-wrap .dashboard-wrap .social-comment-item__action-button svg{width:14px;height:14px}.hrms-wrap .dashboard-wrap .social-comment-item__action-button span{line-height:1}.hrms-wrap .dashboard-wrap .social-comment-item__reply-input{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6}.hrms-wrap .dashboard-wrap .social-comment-item__reply-input input{flex:1;border:1px solid #e5e7eb;border-radius:20px;padding:8px 16px;font-size:14px;outline:none;transition:border-color .2s}.hrms-wrap .dashboard-wrap .social-comment-item__reply-input input:focus{border-color:#3b82f6}.hrms-wrap .dashboard-wrap .social-comment-item__reply-input input::placeholder{color:#9ca3af}.hrms-wrap .dashboard-wrap .social-comment-item__reply-submit{background-color:#3b82f6;color:#fff;border:none;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.hrms-wrap .dashboard-wrap .social-comment-item__reply-submit:hover:not(:disabled){background-color:#2563eb}.hrms-wrap .dashboard-wrap .social-comment-item__reply-submit:disabled{opacity:.5;cursor:not-allowed}.hrms-wrap .dashboard-wrap .social-comment-item__replies{margin-top:12px;display:flex;flex-direction:column;gap:0}
.hrms-wrap .dashboard-wrap .likes-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;backdrop-filter:blur(4px);animation:fadeIn .2s ease-in-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hrms-wrap .dashboard-wrap .likes-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);overflow:hidden;animation:slideUp .3s ease-out}.hrms-wrap .dashboard-wrap .likes-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.hrms-wrap .dashboard-wrap .likes-modal__title{font-size:20px;font-weight:600;color:#111827;margin:0}.hrms-wrap .dashboard-wrap .likes-modal__close-button{background:none;border:none;color:#6b7280;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;width:32px;height:32px}.hrms-wrap .dashboard-wrap .likes-modal__close-button:hover{background-color:#f3f4f6;color:#111827}.hrms-wrap .dashboard-wrap .likes-modal__close-button svg{width:16px;height:16px}.hrms-wrap .dashboard-wrap .likes-modal__content{padding:0;overflow-y:auto;flex:1}.hrms-wrap .dashboard-wrap .likes-modal__loading,.hrms-wrap .dashboard-wrap .likes-modal__empty{padding:40px 24px;text-align:center;color:#6b7280;font-size:14px}.hrms-wrap .dashboard-wrap .likes-modal__list{display:flex;flex-direction:column}.hrms-wrap .dashboard-wrap .likes-modal__item{display:flex;align-items:center;gap:12px;padding:16px 24px;border-bottom:1px solid #f3f4f6;transition:background-color .2s}.hrms-wrap .dashboard-wrap .likes-modal__item:last-child{border-bottom:none}.hrms-wrap .dashboard-wrap .likes-modal__item:hover{background-color:#f9fafb}.hrms-wrap .dashboard-wrap .likes-modal__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.hrms-wrap .dashboard-wrap .likes-modal__avatar img{width:100% !important;height:100% !important;object-fit:cover}.hrms-wrap .dashboard-wrap .likes-modal__user-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.hrms-wrap .dashboard-wrap .likes-modal__user-name{font-size:16px;font-weight:600;color:#111827}.hrms-wrap .dashboard-wrap .likes-modal__user-designation{font-size:14px;color:#6b7280}.likes-modal__content::-webkit-scrollbar{width:6px}.likes-modal__content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.likes-modal__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.likes-modal__content::-webkit-scrollbar-thumb:hover{background:#9ca3af}
.gallery-post-details-panel{position:fixed;top:0;right:0;width:30%;max-width:30%;height:100vh;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-2px 0 10px rgba(0,0,0,.1);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;z-index:10000}@keyframes slideInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}.gallery-post-details-panel__header{padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:flex-end;align-items:center;position:sticky;top:0;background:#fff;z-index:10}.gallery-post-details-panel__close-button{background:none;border:none;cursor:pointer;padding:8px;color:#6b7280;font-size:20px;transition:all .2s;display:flex;align-items:center;justify-content:center;border-radius:4px;width:32px;height:32px;margin-left:auto}.gallery-post-details-panel__close-button:hover{color:#111827;background-color:#f3f4f6}.gallery-post-details-panel__close-button:active{transform:scale(0.95)}.gallery-post-details-panel__close-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.gallery-post-details-panel__close-button svg{width:18px;height:18px}.gallery-post-details-panel__content{flex:1;padding:20px;display:flex;flex-direction:column;gap:20px}.gallery-post-details-panel__user-section{display:flex;align-items:center;gap:12px}.gallery-post-details-panel__avatar-wrapper{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.gallery-post-details-panel__avatar-wrapper img{width:100% !important;height:100% !important;object-fit:cover}.gallery-post-details-panel__user-info{display:flex;flex-direction:column;flex:1;min-width:0}.gallery-post-details-panel__user-name{font-weight:600;color:#111827;font-size:14px;line-height:1.25;margin:0}.gallery-post-details-panel__timestamp{color:#6b7280;font-size:12px;line-height:1.25;margin:0}.gallery-post-details-panel__description{color:#374151;line-height:1.625}.gallery-post-details-panel__description-text{font-size:14px;color:#374151}.gallery-post-details-panel__description-text p{margin-bottom:8px}.gallery-post-details-panel__description-text p:last-child{margin-bottom:0}.gallery-post-details-panel__description-text a{color:#3b82f6;text-decoration:none}.gallery-post-details-panel__description-text a:hover{text-decoration:underline}.gallery-post-details-panel__no-description{color:#9ca3af;font-size:14px;font-style:italic;margin:0}.gallery-post-details-panel__actions{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:20px;border-top:1px solid #f3f4f6}.gallery-post-details-panel__actions-left{display:flex;align-items:center;gap:8px;flex:1}.gallery-post-details-panel__actions-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.gallery-post-details-panel__action-button{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;background:none;border:none;cursor:pointer;padding:8px 16px;border-radius:6px;transition:all .2s ease;color:#666;white-space:nowrap}.gallery-post-details-panel__action-button:hover:not(:disabled){background-color:#f3f4f6;color:#0073b1;transform:translateY(-1px)}.gallery-post-details-panel__action-button:active:not(:disabled){transform:translateY(0)}.gallery-post-details-panel__action-button:disabled{opacity:.6;cursor:not-allowed}.gallery-post-details-panel__action-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.3)}.gallery-post-details-panel__action-button--liked{color:#0073b1;background-color:#e6f2ff}.gallery-post-details-panel__action-button--liked:hover{background-color:#d0e7ff}.gallery-post-details-panel__action-button svg{width:18px;height:18px;flex-shrink:0}.gallery-post-details-panel__action-button span{line-height:1;font-weight:500}@media(min-width: 768px)and (max-width: 1024px){.gallery-post-details-panel__action-button{padding:8px 12px;gap:0}.gallery-post-details-panel__action-button span{display:none}}.gallery-post-details-panel__count-item{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:14px;font-weight:500;padding:4px 8px;border-radius:4px;transition:all .2s ease}.gallery-post-details-panel__count-item--clickable{cursor:pointer}.gallery-post-details-panel__count-item--clickable:hover{color:#3b82f6;background-color:#f3f4f6}.gallery-post-details-panel__count-icon{width:16px;height:16px;color:inherit;flex-shrink:0}.gallery-post-details-panel__count-number{line-height:1;color:inherit;font-weight:600}.gallery-post-details-panel__comments-section{padding-top:20px;border-top:1px solid #f3f4f6}.gallery-post-details-panel__comments-header{margin-bottom:16px}.gallery-post-details-panel__comments-header h5{font-size:16px;font-weight:600;color:#111827;margin:0}.gallery-post-details-panel__comments-list{display:flex;flex-direction:column;gap:16px}.gallery-post-details-panel__no-comments{color:#9ca3af;font-size:14px;font-style:italic;text-align:center;padding:20px;margin:0}.gallery-post-details-panel .social-comments-section{padding:0 !important;border-top:none !important;border-radius:0 !important;margin-top:0 !important}.fancybox__container .fancybox__track{width:70% !important;max-width:70% !important;margin-right:30% !important}.fancybox__container .fancybox__slide{width:100% !important;max-width:100% !important}.fancybox__container .fancybox__content{width:100% !important;max-width:100% !important}.fancybox__container .fancybox__image{width:100% !important;max-width:100% !important}
.hrms-wrap .dashboard-wrap .post-media-gallery__container{display:flex;flex-direction:column;gap:6px;height:500px}.hrms-wrap .dashboard-wrap .post-media-gallery__hero-button{position:relative;display:block;width:100%;height:70%;overflow:hidden;background:none;border:none;cursor:pointer;border-radius:6px;padding:0}.hrms-wrap .dashboard-wrap .post-media-gallery__hero-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.hrms-wrap .dashboard-wrap .post-media-gallery__hero-button img{width:100% !important;height:100% !important;object-fit:cover}.hrms-wrap .dashboard-wrap .post-media-gallery__thumbnail-row{display:flex;flex-direction:row;gap:6px;height:30%}.hrms-wrap .dashboard-wrap .post-media-gallery__thumbnail-button{position:relative;flex:1;overflow:hidden;background:none;border:none;cursor:pointer;border-radius:6px;padding:0}.hrms-wrap .dashboard-wrap .post-media-gallery__thumbnail-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.hrms-wrap .dashboard-wrap .post-media-gallery__thumbnail-button img{width:100% !important;height:100% !important;object-fit:cover}.hrms-wrap .dashboard-wrap .post-media-gallery__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:bold}.hrms-wrap .dashboard-wrap .single-media__button{display:block;width:100%;overflow:hidden;border-radius:6px;background:none;border:none;cursor:pointer;padding:0}.hrms-wrap .dashboard-wrap .single-media__button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.hrms-wrap .dashboard-wrap .single-media__button img{width:100% !important;height:500px !important;object-fit:cover}.hrms-wrap .dashboard-wrap .two-media__grid{display:grid;grid-template-columns:1fr;gap:6px}.hrms-wrap .dashboard-wrap .two-media__button{overflow:hidden;border-radius:6px;background:none;border:none;cursor:pointer;padding:0}.hrms-wrap .dashboard-wrap .two-media__button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.hrms-wrap .dashboard-wrap .two-media__button img{width:100% !important;height:250px !important;object-fit:cover}.hrms-wrap .dashboard-wrap .three-media__grid{display:grid;grid-template-columns:1fr;gap:6px}@media(min-width: 768px){.hrms-wrap .dashboard-wrap .three-media__grid{grid-template-columns:repeat(3, 1fr)}}.hrms-wrap .dashboard-wrap .three-media__hero-button{overflow:hidden;border-radius:6px;background:none;border:none;cursor:pointer;padding:0}@media(min-width: 768px){.hrms-wrap .dashboard-wrap .three-media__hero-button{grid-column:span 2}}.hrms-wrap .dashboard-wrap .three-media__hero-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.hrms-wrap .dashboard-wrap .three-media__hero-button img{width:100% !important;height:500px !important;object-fit:cover}.hrms-wrap .dashboard-wrap .three-media__secondary-grid{display:grid;grid-template-rows:repeat(2, 1fr);gap:6px}.hrms-wrap .dashboard-wrap .three-media__secondary-button{overflow:hidden;border-radius:6px;background:none;border:none;cursor:pointer;padding:0}.hrms-wrap .dashboard-wrap .three-media__secondary-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.hrms-wrap .dashboard-wrap .three-media__secondary-button img{width:100% !important;height:247px !important;object-fit:cover}.hrms-wrap .dashboard-wrap .simple-image-modal{position:fixed;top:0;left:0;width:70%;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center}.hrms-wrap .dashboard-wrap .simple-image-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:-1}.hrms-wrap .dashboard-wrap .simple-image-modal__content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-slide-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-slide{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-image{width:100% !important;height:100% !important;object-fit:contain}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-image img{width:100% !important;height:100% !important;object-fit:contain !important}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-bullets{bottom:20px;z-index:10}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-bullet{background:hsla(0,0%,100%,.5);border:2px solid #fff}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-bullet.active{background:#fff}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-left-nav,.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-right-nav{padding:20px;color:#fff}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-left-nav:hover,.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-right-nav:hover{color:hsla(0,0%,100%,.8)}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-svg{width:30px;height:40px}.hrms-wrap .dashboard-wrap .simple-image-modal .image-gallery-svg:hover{color:hsla(0,0%,100%,.8)}
.hrms-wrap .dashboard-wrap .wall-post{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.05);margin-top:16px;border:1px solid #e5e5e5}.hrms-wrap .dashboard-wrap .wall-post__header{padding:16px;padding-bottom:12px;display:flex;justify-content:space-between}.hrms-wrap .dashboard-wrap .wall-post__user-section{display:flex;align-items:center;gap:12px}.hrms-wrap .dashboard-wrap .wall-post__avatar-wrapper{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0}.hrms-wrap .dashboard-wrap .wall-post__avatar-wrapper img{width:100% !important;height:100% !important;object-fit:cover}.hrms-wrap .dashboard-wrap .wall-post__user-info{display:flex;flex-direction:column}.hrms-wrap .dashboard-wrap .wall-post__user-name{font-weight:600;color:#333;font-size:15px;line-height:1.4;margin:0;margin-bottom:2px}.hrms-wrap .dashboard-wrap .wall-post__feeling{display:flex;align-items:center;gap:4px;color:#999;font-size:13px;margin:0;font-weight:400}.hrms-wrap .dashboard-wrap .wall-post__feeling-name{font-weight:600;color:#999}.hrms-wrap .dashboard-wrap .wall-post__timestamp{color:#999;font-size:13px;line-height:1.4;margin:0;font-weight:400}.hrms-wrap .dashboard-wrap .wall-post__meta-section{position:relative;display:flex;align-items:center;gap:12px;font-size:14px;color:#6b7280}.hrms-wrap .dashboard-wrap .wall-post__menu-button{background:none;border:none;padding:4px 8px;cursor:pointer;border-radius:4px;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.hrms-wrap .dashboard-wrap .wall-post__menu-button:hover{background-color:#f5f5f5}.hrms-wrap .dashboard-wrap .wall-post__menu-icon{color:#999;transition:color .2s;font-size:18px}.wall-post__menu-button:hover .hrms-wrap .dashboard-wrap .wall-post__menu-icon{color:#666}.hrms-wrap .dashboard-wrap .wall-post__dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.15);min-width:140px;z-index:1000;overflow:hidden;border:1px solid #e5e5e5}.hrms-wrap .dashboard-wrap .wall-post__dropdown-item{display:block;width:100%;padding:12px 16px;background:none;border:none;text-align:left;font-size:14px;color:#333;cursor:pointer;transition:background-color .2s;font-family:inherit}.hrms-wrap .dashboard-wrap .wall-post__dropdown-item:hover{background-color:#f5f5f5}.hrms-wrap .dashboard-wrap .wall-post__dropdown-item:first-child{border-bottom:1px solid #f0f0f0}.hrms-wrap .dashboard-wrap .wall-post__content{padding:0 16px 16px 16px;color:#333;line-height:1.6}.hrms-wrap .dashboard-wrap .wall-post__content-text{font-size:14px;max-width:100%;color:#374151}.hrms-wrap .dashboard-wrap .wall-post__content-text p{margin-bottom:8px}.hrms-wrap .dashboard-wrap .wall-post__content-text p:last-child{margin-bottom:0}.hrms-wrap .dashboard-wrap .wall-post__content-text a{color:#3b82f6;text-decoration:none}.hrms-wrap .dashboard-wrap .wall-post__content-text a:hover{text-decoration:underline}.hrms-wrap .dashboard-wrap .wall-post__content-text ul{list-style-type:disc !important;margin:8px 0 !important;padding-left:24px !important}.hrms-wrap .dashboard-wrap .wall-post__content-text ul li{margin-bottom:4px;display:list-item !important;list-style-type:disc !important;list-style-position:outside !important}.hrms-wrap .dashboard-wrap .wall-post__content-text ul ul{list-style-type:circle !important;margin-top:4px;margin-bottom:4px}.hrms-wrap .dashboard-wrap .wall-post__content-text ul ul ul{list-style-type:square !important}.hrms-wrap .dashboard-wrap .wall-post__content-text ol{list-style-type:decimal !important;margin:8px 0 !important;padding-left:24px !important}.hrms-wrap .dashboard-wrap .wall-post__content-text ol li{margin-bottom:4px;display:list-item !important;list-style-type:decimal !important;list-style-position:outside !important}.hrms-wrap .dashboard-wrap .wall-post__content-text ol ol{list-style-type:lower-alpha !important;margin-top:4px;margin-bottom:4px}.hrms-wrap .dashboard-wrap .wall-post__content-text ol ol ol{list-style-type:lower-roman !important}.hrms-wrap .dashboard-wrap .wall-post__content-text .mention,.hrms-wrap .dashboard-wrap .wall-post__content-text .home-comment-profile{display:inline-flex;align-items:center;gap:6px;vertical-align:middle;margin:0 2px}.hrms-wrap .dashboard-wrap .wall-post__content-text .mention img,.hrms-wrap .dashboard-wrap .wall-post__content-text .home-comment-profile img{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}.hrms-wrap .dashboard-wrap .wall-post__content-text .mention span,.hrms-wrap .dashboard-wrap .wall-post__content-text .home-comment-profile span{color:#374151;font-size:14px;line-height:1.5}.hrms-wrap .dashboard-wrap .wall-post__media-container{padding:0 16px 16px 16px}.hrms-wrap .dashboard-wrap .wall-post__actions{padding:12px 16px;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;gap:16px}.hrms-wrap .dashboard-wrap .wall-post__actions-left{display:flex;align-items:center;gap:8px;flex:1}.hrms-wrap .dashboard-wrap .wall-post__actions-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.hrms-wrap .dashboard-wrap .wall-post__action-button{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;background:none;border:none;cursor:pointer;padding:8px 16px;border-radius:6px;transition:all .2s ease;color:#666;white-space:nowrap}.hrms-wrap .dashboard-wrap .wall-post__action-button:hover:not(:disabled){background-color:#f3f4f6;color:#0073b1;transform:translateY(-1px)}.hrms-wrap .dashboard-wrap .wall-post__action-button:active:not(:disabled){transform:translateY(0)}.hrms-wrap .dashboard-wrap .wall-post__action-button:disabled{opacity:.6;cursor:not-allowed}.hrms-wrap .dashboard-wrap .wall-post__action-button--liked{color:#0073b1;background-color:#e6f2ff}.hrms-wrap .dashboard-wrap .wall-post__action-button--liked:hover{background-color:#d0e7ff}.hrms-wrap .dashboard-wrap .wall-post__action-button svg{width:18px;height:18px;flex-shrink:0}.hrms-wrap .dashboard-wrap .wall-post__action-button span{line-height:1;font-weight:500}@media(min-width: 768px)and (max-width: 1024px){.hrms-wrap .dashboard-wrap .wall-post__action-button{padding:8px 12px;gap:0}.hrms-wrap .dashboard-wrap .wall-post__action-button span{display:none}}.hrms-wrap .dashboard-wrap .wall-post__count-item{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:14px;font-weight:500;padding:4px 8px;border-radius:4px;transition:all .2s ease}.hrms-wrap .dashboard-wrap .wall-post__count-item--clickable{cursor:pointer}.hrms-wrap .dashboard-wrap .wall-post__count-item--clickable:hover{color:#3b82f6;background-color:#f3f4f6}.hrms-wrap .dashboard-wrap .wall-post__count-icon{width:16px;height:16px;color:inherit;flex-shrink:0}.hrms-wrap .dashboard-wrap .wall-post__count-number{line-height:1;color:inherit;font-weight:600}.wall_post_user_info_header{display:flex;align-items:center;gap:8px}
.posts-feed__error{background-color:#fff;border-radius:6px;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.08);padding:24px;text-align:center;color:#dc2626;font-size:14px}.posts-feed__empty{background-color:#fff;border-radius:6px;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.08);padding:24px;text-align:center;color:#666;font-size:14px}.posts-feed__load-more{display:flex;justify-content:center;padding:16px 0}
.upcoming-events-card{background-color:#fff;border-radius:6px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);padding:16px}.upcoming-events-card__title{font-weight:600;color:#111827;font-size:16px;margin-bottom:12px}.upcoming-events-card__divider{height:1px;background-color:#e0e0e0;margin-bottom:16px}.upcoming-events-card__section{margin-bottom:24px}.upcoming-events-card__section:last-of-type{margin-bottom:0}.upcoming-events-card__section-title{font-size:14px;font-weight:500;color:#374151;margin-bottom:12px}.upcoming-events-card__event-list{display:flex;flex-direction:column;gap:12px}.upcoming-events-card__event-item{display:flex;align-items:center;gap:12px}.upcoming-events-card__avatar{width:40px;height:40px;border-radius:50%;overflow:visible;flex-shrink:0;position:relative}.upcoming-events-card__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.upcoming-events-card__avatar-badge{position:absolute;bottom:-2px;right:-2px;width:18px;height:18px;background-color:#9b59b6;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.upcoming-events-card__avatar-badge svg{color:#fff;font-size:9px}.upcoming-events-card__event-info{flex:1}.upcoming-events-card__event-name{font-weight:500;color:#111827;font-size:14px;line-height:1.4}.upcoming-events-card__event-date{color:#6b7280;font-size:12px;line-height:1.4;display:flex;align-items:center;gap:6px;margin-bottom:4px}.upcoming-events-card__event-date--today{color:#3b82f6;font-weight:500}.upcoming-events-card__event-date--yesterday{color:#3b82f6;font-weight:500}.upcoming-events-card__date-icon{width:12px;height:12px;color:inherit}.upcoming-events-card__event-message{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:12px;line-height:1.4;margin-top:2px}.upcoming-events-card__message-icon{width:12px;height:12px;color:#6b7280}.upcoming-events-card__view-all{width:100%;text-align:center;color:#666;font-size:14px;font-weight:500;margin-top:16px;padding:8px;background:none;border:none;cursor:pointer;transition:color .2s;border-top:1px solid #e0e0e0;padding-top:12px}.upcoming-events-card__view-all:hover{color:#000}.upcoming-events-card__modal-list{display:flex;flex-direction:column;gap:24px}
.leaderboard-card{background-color:#fff;border-radius:6px;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.08);padding:16px;margin-bottom:10px}.leaderboard-card__title{font-weight:600;color:#111827;font-size:16px;margin-bottom:12px}.leaderboard-card__divider{height:1px;background-color:#e0e0e0;margin-bottom:16px}.leaderboard-card__loading,.leaderboard-card__error,.leaderboard-card__empty{color:#666;font-size:14px;text-align:center;padding:16px 0}.leaderboard-card__list{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.leaderboard-card__item{display:flex;align-items:center;gap:12px}.leaderboard-card__avatar{width:4opx;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#f3f2ef}.leaderboard-card__avatar img{width:100%;height:100%;object-fit:cover}.leaderboard-card__info{flex:1;min-width:0}.leaderboard-card__name{font-weight:500;color:#000;font-size:14px;line-height:1.4}.leaderboard-card__points{color:#666;font-size:12px;line-height:1.4}.leaderboard-card__view-all{width:100%;text-align:center;color:#666;font-size:14px;font-weight:500;padding:8px;background:none;border:none;cursor:pointer;transition:color .2s;border-top:1px solid #e0e0e0;margin-top:8px;padding-top:12px}.leaderboard-card__view-all:hover{color:#000}.leaderboard-card__modal-list{display:flex;flex-direction:column;gap:16px}
.hrms-wrap .dashboard-wrap .pending-tasks-card{background-color:#fff;border-radius:6px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);padding:20px;max-height:600px;display:flex;flex-direction:column}.hrms-wrap .dashboard-wrap .pending-tasks-card__title{font-weight:600;color:#111827;font-size:14px;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.hrms-wrap .dashboard-wrap .pending-tasks-card__divider{height:1px;background-color:#e0e0e0;margin-bottom:16px}.hrms-wrap .dashboard-wrap .pending-tasks-card__loading,.hrms-wrap .dashboard-wrap .pending-tasks-card__error,.hrms-wrap .dashboard-wrap .pending-tasks-card__empty{text-align:center;padding:20px;color:#6b7280;font-size:14px}.hrms-wrap .dashboard-wrap .pending-tasks-card__error{color:#dc2626}.hrms-wrap .dashboard-wrap .pending-tasks-card__list{display:flex;flex-direction:column;gap:16px;overflow-y:auto;max-height:500px;padding-right:4px}.hrms-wrap .dashboard-wrap .pending-tasks-card__list::-webkit-scrollbar{width:6px}.hrms-wrap .dashboard-wrap .pending-tasks-card__list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.hrms-wrap .dashboard-wrap .pending-tasks-card__list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.hrms-wrap .dashboard-wrap .pending-tasks-card__list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.hrms-wrap .dashboard-wrap .pending-tasks-card__item{display:flex;flex-direction:column;gap:6px;padding:12px 0;border-bottom:1px solid #f3f4f6}.hrms-wrap .dashboard-wrap .pending-tasks-card__item:first-child{padding-top:0}.hrms-wrap .dashboard-wrap .pending-tasks-card__item:last-child{border-bottom:none;padding-bottom:0}.hrms-wrap .dashboard-wrap .pending-tasks-card__task-name{color:#3b82f6;font-size:14px;font-weight:500;text-decoration:none;display:flex;align-items:flex-start;gap:8px;line-height:1.6;transition:color .2s;word-break:break-word}.hrms-wrap .dashboard-wrap .pending-tasks-card__task-name:hover{color:#2563eb;text-decoration:underline}.hrms-wrap .dashboard-wrap .pending-tasks-card__task-name span{flex:1}.hrms-wrap .dashboard-wrap .pending-tasks-card__hash-icon{font-size:12px;margin-top:3px;flex-shrink:0}.hrms-wrap .dashboard-wrap .pending-tasks-card__late-info{color:#dc2626;font-size:13px;font-weight:500;padding-left:22px;margin-top:2px}@media(max-width: 768px){.hrms-wrap .dashboard-wrap .pending-tasks-card{padding:16px;max-height:none;margin-bottom:0}.hrms-wrap .dashboard-wrap .pending-tasks-card__title{font-size:13px}.hrms-wrap .dashboard-wrap .pending-tasks-card__list{max-height:400px}.hrms-wrap .dashboard-wrap .pending-tasks-card__item{padding:10px 0;gap:5px}.hrms-wrap .dashboard-wrap .pending-tasks-card__task-name{font-size:13px;gap:6px}.hrms-wrap .dashboard-wrap .pending-tasks-card__late-info{font-size:12px;padding-left:20px}}@media(max-width: 480px){.hrms-wrap .dashboard-wrap .pending-tasks-card{padding:14px;max-height:400px}.hrms-wrap .dashboard-wrap .pending-tasks-card__title{font-size:12px;margin-bottom:10px}.hrms-wrap .dashboard-wrap .pending-tasks-card__divider{margin-bottom:12px}.hrms-wrap .dashboard-wrap .pending-tasks-card__list{gap:12px;max-height:300px}.hrms-wrap .dashboard-wrap .pending-tasks-card__item{padding:8px 0;gap:4px}.hrms-wrap .dashboard-wrap .pending-tasks-card__task-name{font-size:12px;gap:6px}.hrms-wrap .dashboard-wrap .pending-tasks-card__hash-icon{font-size:11px}.hrms-wrap .dashboard-wrap .pending-tasks-card__late-info{font-size:11px;padding-left:18px}.hrms-wrap .dashboard-wrap .pending-tasks-card__footer{font-size:12px}}
.mobile-create-post-button{display:none;position:fixed;bottom:80px;right:16px;background-color:#0073b1;color:#fff;border:none;border-radius:24px;padding:12px 20px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(0,115,177,.4);z-index:999;align-items:center;gap:8px;transition:background-color .2s,transform .2s}@media(max-width: 767px){.mobile-create-post-button{display:flex}}.mobile-create-post-button:hover{background-color:#006399;transform:translateY(-2px)}.mobile-create-post-button:active{transform:translateY(0)}.mobile-create-post-button svg{width:18px;height:18px}
.bottom-navbar{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #e0e0e0;display:flex;justify-content:space-around;align-items:center;padding:8px 0;z-index:1000;box-shadow:0 -2px 8px rgba(0,0,0,.1)}.bottom-navbar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 16px;border:none;background:none;cursor:pointer;transition:all .2s ease;color:#666;flex:1;min-width:0}.bottom-navbar__item:hover{color:#0073b1}.bottom-navbar__item--active{color:#0073b1}.bottom-navbar__item--active .bottom-navbar__icon{transform:scale(1.1)}.bottom-navbar__icon{font-size:20px;transition:transform .2s ease}.bottom-navbar__label{font-size:12px;font-weight:500;white-space:nowrap}@media(min-width: 768px){.bottom-navbar{display:none}}
.leaderboard-view{padding:16px;background-color:#fff;border-radius:6px;margin-bottom:16px}.leaderboard-view__title{font-size:24px;font-weight:600;margin-bottom:20px;color:#000}.leaderboard-view__loading,.leaderboard-view__error,.leaderboard-view__empty{text-align:center;padding:40px 20px;color:#666;font-size:16px}.leaderboard-view__list{display:flex;flex-direction:column;gap:12px}.leaderboard-view__item{display:flex;align-items:center;gap:16px;padding:12px;background-color:#f9f9f9;border-radius:8px;transition:background-color .2s ease}.leaderboard-view__item:hover{background-color:#f3f2ef}.leaderboard-view__rank{font-size:18px;font-weight:600;color:#0073b1;min-width:40px;text-align:center}.leaderboard-view__avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.leaderboard-view__avatar img{width:100% !important;height:100% !important;object-fit:cover}.leaderboard-view__info{flex:1;display:flex;flex-direction:column;gap:4px}.leaderboard-view__name{font-size:16px;font-weight:500;color:#000}.leaderboard-view__points{font-size:14px;color:#666}
.hrms-wrap .dashboard-wrap .events-view{padding:16px;background-color:#fff;border-radius:6px;margin-bottom:16px}.hrms-wrap .dashboard-wrap .events-view__title{font-size:24px;font-weight:600;margin-bottom:20px;color:#000}.hrms-wrap .dashboard-wrap .events-view__loading,.hrms-wrap .dashboard-wrap .events-view__error,.hrms-wrap .dashboard-wrap .events-view__empty{text-align:center;padding:40px 20px;color:#666;font-size:16px}.hrms-wrap .dashboard-wrap .events-view__group{margin-bottom:24px}.hrms-wrap .dashboard-wrap .events-view__group:last-child{margin-bottom:0}.hrms-wrap .dashboard-wrap .events-view__group-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#0073b1}.hrms-wrap .dashboard-wrap .events-view__list{display:flex;flex-direction:column;gap:12px}.hrms-wrap .dashboard-wrap .events-view__item{display:flex;align-items:center;gap:16px;padding:12px;background-color:#f9f9f9;border-radius:8px;transition:background-color .2s ease}.hrms-wrap .dashboard-wrap .events-view__item:hover{background-color:#f3f2ef}.hrms-wrap .dashboard-wrap .events-view__avatar{width:50px;height:50px;border-radius:50%;overflow:visible;flex-shrink:0;position:relative}.hrms-wrap .dashboard-wrap .events-view__avatar img{width:100% !important;height:100% !important;object-fit:cover;border-radius:50%}.hrms-wrap .dashboard-wrap .events-view__avatar-badge{position:absolute;bottom:-2px;right:-2px;width:20px;height:20px;background-color:#9b59b6;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.hrms-wrap .dashboard-wrap .events-view__avatar-badge svg{color:#fff;font-size:10px}.hrms-wrap .dashboard-wrap .events-view__info{flex:1;display:flex;flex-direction:column;gap:4px}.hrms-wrap .dashboard-wrap .events-view__name{font-size:16px;font-weight:500;color:#000}.hrms-wrap .dashboard-wrap .events-view__date{font-size:14px;color:#666;display:flex;align-items:center;gap:6px;margin-bottom:4px}.hrms-wrap .dashboard-wrap .events-view__date-icon{width:14px;height:14px;color:inherit}.hrms-wrap .dashboard-wrap .events-view__message{display:flex;align-items:center;gap:6px;color:#666;font-size:13px;line-height:1.4;margin-top:2px}.hrms-wrap .dashboard-wrap .events-view__message-icon{width:13px;height:13px;color:#666}
.hrms-wrap .dashboard-wrap .profile-view{background-color:#fff;border-radius:8px;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.08);overflow:hidden;margin-bottom:16px}.hrms-wrap .dashboard-wrap .profile-view__banner{height:80px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.hrms-wrap .dashboard-wrap .profile-view__avatar-wrapper{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);z-index:1}.hrms-wrap .dashboard-wrap .profile-view__avatar-container{width:80px;height:80px;border-radius:50%;border:4px solid #fff;overflow:hidden;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15)}.hrms-wrap .dashboard-wrap .profile-view__avatar-image{width:100% !important;height:100% !important;object-fit:cover}.hrms-wrap .dashboard-wrap .profile-view__content{padding-top:52px;padding-bottom:16px;padding-left:20px;padding-right:20px;text-align:center;border-bottom:1px solid #e5e7eb}.hrms-wrap .dashboard-wrap .profile-view__name{font-weight:600;color:#000;font-size:18px;margin-bottom:4px;line-height:1.33;margin:0 0 4px 0}.hrms-wrap .dashboard-wrap .profile-view__title{color:#666;font-size:14px;line-height:1.43;margin:0}.hrms-wrap .dashboard-wrap .profile-view__stats{display:flex;align-items:center;justify-content:space-around;padding:12px 16px;border-bottom:1px solid #e5e7eb;gap:8px}.hrms-wrap .dashboard-wrap .profile-view__stat-item{text-align:center;flex:1}.hrms-wrap .dashboard-wrap .profile-view__stat-value{font-weight:600;color:#0a66c2;font-size:16px;line-height:1.5;margin-bottom:2px}.hrms-wrap .dashboard-wrap .profile-view__stat-label{color:rgba(0,0,0,.6);font-size:12px;line-height:1.33;font-weight:400}.hrms-wrap .dashboard-wrap .profile-view__stat-divider{width:1px;height:32px;background-color:rgba(0,0,0,.08);flex-shrink:0}.hrms-wrap .dashboard-wrap .profile-view__actions{padding:8px 0}.hrms-wrap .dashboard-wrap .profile-view__action-btn{width:100%;display:flex;align-items:center;gap:10px;padding:10px 16px;background:none;border:none;text-align:left;color:rgba(0,0,0,.9);font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.hrms-wrap .dashboard-wrap .profile-view__action-btn:hover{background-color:rgba(0,0,0,.08)}.hrms-wrap .dashboard-wrap .profile-view__action-btn svg{width:16px;height:16px;color:rgba(0,0,0,.6);flex-shrink:0}.hrms-wrap .dashboard-wrap .profile-view__action-btn span{line-height:1.5}.hrms-wrap .dashboard-wrap .profile-view__avatar-skeleton{width:100%;height:100%;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:50%}.hrms-wrap .dashboard-wrap .profile-view__name-skeleton{height:24px;width:50%;margin:0 auto 8px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.hrms-wrap .dashboard-wrap .profile-view__title-skeleton{height:20px;width:70%;margin:0 auto;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}@keyframes loading{0%{background-position:200% 0}100%{background-position:-200% 0}}
.hrms-wrap .dashboard-wrap .social-media-page{background-color:#f3f2ef;min-height:calc(100vh - 70px);padding:24px 20px}.hrms-wrap .dashboard-wrap .social-media-page__container{max-width:1320px;margin:0 auto;padding:0 12px}.hrms-wrap .dashboard-wrap .social-media-page__grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:24px;align-items:start}@media(max-width: 767px){.hrms-wrap .dashboard-wrap .social-media-page__grid--desktop{display:none}}.hrms-wrap .dashboard-wrap .social-media-page__sidebar-left{position:sticky;top:60px;display:flex;flex-direction:column;gap:16px;align-self:flex-start}.hrms-wrap .dashboard-wrap .social-media-page__main-content{display:flex;flex-direction:column}.hrms-wrap .dashboard-wrap .social-media-page__sidebar-left-bottom{margin-top:30px}.hrms-wrap .dashboard-wrap .social-media-page__sidebar-right{position:relative;display:flex;flex-direction:column;gap:10px}.hrms-wrap .dashboard-wrap .social-media-page__mobile-content{display:none}@media(max-width: 767px){.hrms-wrap .dashboard-wrap .social-media-page__mobile-content{display:block}}.hrms-wrap .dashboard-wrap .social-media-page__mobile-pending-tasks{margin-top:16px;margin-bottom:80px}@media(max-width: 1023px){.hrms-wrap .dashboard-wrap .social-media-page__grid{grid-template-columns:1fr;gap:16px}.hrms-wrap .dashboard-wrap .social-media-page__sidebar-left{order:1}.hrms-wrap .dashboard-wrap .social-media-page__main-content{order:3}.hrms-wrap .dashboard-wrap .social-media-page__sidebar-right{order:2;display:grid;grid-template-columns:1fr 1fr;gap:16px}}@media(max-width: 767px){.hrms-wrap .dashboard-wrap .social-media-page{padding:16px 0 70px 0}.hrms-wrap .dashboard-wrap .social-media-page__container{padding:0 8px}.hrms-wrap .dashboard-wrap .social-media-page__grid{gap:12px}.hrms-wrap .dashboard-wrap .social-media-page__sidebar-left{order:1}.hrms-wrap .dashboard-wrap .social-media-page__main-content{order:3}.hrms-wrap .dashboard-wrap .social-media-page__desktop-create-post{display:none}.hrms-wrap .dashboard-wrap .social-media-page__sidebar-right{order:2;display:grid;grid-template-columns:1fr 1fr;gap:12px}}@media(max-width: 767px){.hrms-wrap .dashboard-wrap .social-media-page__desktop-create-post{display:none}}.fancybox__dialog{width:70%}.fancybox__dialog .fancybox__backdrop{width:70%}.fancybox__dialog::backdrop{background-color:rgba(0,0,0,.5);width:70%}
@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.dashboard-skeleton{min-height:100vh;background-color:#f3f2ef;position:relative}.dashboard-skeleton__background{position:absolute;top:0;left:0;right:0;width:100%;height:200px;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;filter:blur(4px);z-index:0}.dashboard-skeleton__background::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(31,41,55,.75);z-index:1}.dashboard-skeleton__container{max-width:1400px;margin:0 auto;padding:20px;position:relative;z-index:1}.dashboard-skeleton__line{height:12px;border-radius:4px;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;margin-bottom:8px}.dashboard-skeleton__line--name{width:200px;height:20px;margin-bottom:8px}.dashboard-skeleton__line--designation{width:150px;height:14px;margin-bottom:6px}.dashboard-skeleton__line--location{width:120px;height:12px;margin-bottom:6px}.dashboard-skeleton__line--time{width:180px;height:12px;margin-bottom:12px}.dashboard-skeleton__line--title{width:150px;height:20px;margin-bottom:16px}.dashboard-skeleton__line--target-text{width:120px;height:14px}.dashboard-skeleton__profile-header{margin-top:20px;margin-bottom:24px}.dashboard-skeleton__profile-card{background:#fff;border-radius:12px;padding:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.1)}.dashboard-skeleton__profile-section{display:flex;align-items:center;gap:20px}.dashboard-skeleton__avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__profile-info{display:flex;flex-direction:column;gap:8px}.dashboard-skeleton__status{display:flex;gap:12px;margin-top:8px}.dashboard-skeleton__status-item{width:120px;height:24px;border-radius:12px;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__stats{display:flex;gap:32px}.dashboard-skeleton__stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}.dashboard-skeleton__stat-value{width:40px;height:32px;border-radius:4px;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__stat-label{width:60px;height:12px;border-radius:4px;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__tabs{display:flex;gap:8px;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.dashboard-skeleton__tab{width:100px;height:36px;border-radius:6px;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__time-summary{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.dashboard-skeleton__time-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dashboard-skeleton__filters{display:flex;gap:12px}.dashboard-skeleton__filter-btn{width:120px;height:36px;border-radius:6px;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__chart{display:flex;gap:16px}.dashboard-skeleton__y-axis{display:flex;flex-direction:column;justify-content:space-between;height:200px;padding-top:20px}.dashboard-skeleton__y-label{width:20px;height:12px;border-radius:4px;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__bars{display:flex;gap:8px;flex:1;align-items:flex-end;height:220px}.dashboard-skeleton__bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.dashboard-skeleton__bar{width:100%;height:60%;border-radius:4px 4px 0 0;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__x-label{width:40px;height:10px;border-radius:4px;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__bottom-section{display:grid;grid-template-columns:1fr 1fr;gap:24px}.dashboard-skeleton__work-done,.dashboard-skeleton__target{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.dashboard-skeleton__work-content{display:flex;gap:24px;align-items:center}.dashboard-skeleton__chart-circle{width:140px;height:140px;border-radius:50%;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__legend{display:flex;flex-direction:column;gap:12px;flex:1}.dashboard-skeleton__legend-item{display:flex;align-items:center;gap:12px}.dashboard-skeleton__legend-color{width:16px;height:16px;border-radius:4px;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__legend-line{flex:1;height:12px;border-radius:4px;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dashboard-skeleton__target-content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px}.dashboard-skeleton__target-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}
.profile-header{position:relative;width:100%;margin-top:85px}.profile-header__content{position:relative;z-index:1;padding:0}.profile-header__card{background:#fff;border-radius:12px 12px 0px 0px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:24px}.profile-header__profile-section{display:flex;align-items:center;gap:20px;flex:1}.profile-header__avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;border:4px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.1);flex-shrink:0}.profile-header__avatar img{width:100%;height:100%;object-fit:cover}.profile-header__info{flex:1}.profile-header__name{font-size:24px;font-weight:600;color:#333;margin:0 0 4px 0}.profile-header__designation{font-size:16px;color:#666;margin:0 0 8px 0}.profile-header__location-time{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:0 0 12px 0}.profile-header__location{font-size:14px;color:#888;margin:0;display:flex;align-items:center;gap:4px}.profile-header__time{font-size:14px;color:#888;margin:0;display:flex;align-items:center;gap:8px}.profile-header__icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.profile-header__icon--location{width:20px;height:20px}.profile-header__icon.status-icon-img{margin-right:4px}.profile-header__status{display:flex;gap:16px;flex-wrap:wrap}.profile-header__status-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#555}.profile-header__status-item .status-icon-img{width:16px;height:16px;margin-right:2px}.profile-header .status-icon--happy{color:#fbbf24}.profile-header .status-icon--available{color:#10b981}.profile-header .status-icon--leave{color:#ef4444}.profile-header .status-icon--not-available{color:#fbbf24;font-size:14px}.profile-header__stats{display:flex;gap:32px;padding-left:24px;border-left:1px solid #e5e7eb}.profile-header__stat-item{text-align:center}.profile-header__stat-value{font-size:32px;font-weight:700;color:#333;margin-bottom:4px}.profile-header__stat-label{font-size:14px;color:#666}@media(max-width: 768px){.profile-header__card{flex-direction:column;align-items:flex-start}.profile-header__stats{width:100%;padding-left:0;padding-top:24px;border-left:none;border-top:1px solid #e5e7eb;justify-content:space-around}}
.navigation-tabs{background:#fff;border-radius:0px 0px 12px 12px;padding:0;margin-bottom:24px;box-shadow:0 2px 4px rgba(0,0,0,.05);overflow:hidden}.navigation-tabs__container{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.navigation-tabs__container::-webkit-scrollbar{display:none}.navigation-tabs__tab{padding:16px 24px;border:none;background:rgba(0,0,0,0);color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border-bottom:3px solid rgba(0,0,0,0);white-space:nowrap;position:relative}.navigation-tabs__tab:hover{color:#2563eb}.navigation-tabs__tab--active{color:#2563eb;border-bottom-color:#2563eb}
.time-summary{background:#fff;border-radius:16px;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.06);margin-bottom:24px}.time-summary__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb;padding-bottom:10px}.time-summary__title{font-size:18px;font-weight:600;color:#111827}.time-summary__filters{display:flex;align-items:center;gap:12px;position:relative}.time-summary__filter-btn{display:flex;align-items:center;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:8px 14px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.time-summary__filter-btn svg{font-size:14px;color:#6b7280}.time-summary__filter-btn:hover{background:#f3f4f6;border-color:#d1d5db}.time-summary .preset-dropdown{position:absolute;top:44px;right:0;background:#fff;border-radius:12px;box-shadow:0 14px 30px rgba(0,0,0,.12);min-width:180px;z-index:1000;padding:6px 0;animation:dropdownFade .18s ease-out}.time-summary .preset-dropdown__item{padding:10px 16px;font-size:14px;color:#374151;cursor:pointer;transition:background .2s ease}.time-summary .preset-dropdown__item:hover{background:#f3f4f6}.time-summary .preset-dropdown__item.active{background:#e0e7ff;color:#1d4ed8;font-weight:600}.time-summary__legend{display:flex;gap:16px;margin-top:16px;flex-wrap:wrap;justify-content:center}.time-summary__legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151}.time-summary__legend-color{width:12px;height:12px;border-radius:4px}@keyframes dropdownFade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 768px){.time-summary__header{flex-direction:column;align-items:flex-start;gap:12px}.time-summary__filters{width:100%;flex-wrap:wrap}.time-summary .preset-dropdown{right:auto;left:0;width:100%}}
.date-popover-dashboard{background:#fff;border-radius:12px;box-shadow:0 12px 28px rgba(0,0,0,.12);padding:16px;min-width:500px;z-index:1000;animation:fadeInScale .2s ease-out}.modal-header{display:flex;justify-content:space-between;font-size:14px;font-weight:600;color:#374151;padding:0 12px 8px;border-bottom:1px solid #e5e7eb;margin-bottom:12px}.modal-footer-date-range{display:flex;justify-content:flex-end;gap:12px;padding-top:12px;border-top:1px solid #e5e7eb;margin-top:8px}.reset-btn-my-leave{background:rgba(0,0,0,0);border:1px solid #d1d5db;color:#374151;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease}.reset-btn-my-leave:hover{background:#f9fafb}.apply-btn{background:#2563eb;border:none;color:#fff;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.apply-btn:hover{background:#1d4ed8}.rdrCalendarWrapper{font-size:13px}.rdrMonth{width:100%}.rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span::after{background:#2563eb}.rdrDaySelected,.rdrDayStartOfRange,.rdrDayEndOfRange{background:#2563eb !important}.rdrInRange{background:rgba(37,99,235,.12)}@keyframes fadeInScale{from{opacity:0;transform:scale(0.98)}to{opacity:1;transform:scale(1)}}
.chart-shimmer{height:260px;padding:20px 10px;background:#fff;border-radius:12px;overflow:hidden}.chart-shimmer__bars{display:flex;align-items:flex-end;height:100%;gap:110px}.chart-shimmer__bar{width:20px;height:100%;border-radius:6px;background:linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 37%, #f3f4f6 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.chart-shimmer__bar:nth-child(odd){height:60%}.chart-shimmer__bar:nth-child(even){height:80%}.chart-shimmer__bar:nth-child(3n){height:40%}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}
.work-done{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 4px rgba(0,0,0,.05);height:100%}.work-done__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.work-done__header-left{display:flex;align-items:center;gap:12px}.work-done__header-right{display:flex;align-items:center;gap:12px}.work-done__filters{display:flex;align-items:center;gap:8px}.work-done__filter-btn{display:flex;align-items:center;gap:6px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.work-done__filter-btn svg{font-size:12px;color:#6b7280}.work-done__filter-btn:hover{background:#f3f4f6;border-color:#d1d5db}.work-done__filter-btn.active{background:#e0e7ff;border-color:#6366f1;color:#4338ca}.work-done__filter-btn.active svg{color:#4338ca}.work-done__icon{font-size:20px;color:#666}.work-done__title{font-size:20px;font-weight:600;color:#333;margin:0}.work-done__download-icon{font-size:18px;color:#3b82f6;cursor:pointer;transition:opacity .2s}.work-done__download-icon:hover{opacity:.7}.work-done__content{display:flex;flex-direction:column;align-items:center;gap:24px;padding:15px}.work-done__chart-container{min-height:200px;width:100%}.work-done__chart-container text{font-weight:normal !important}.work-done__empty-state{min-height:200px;width:100%;display:flex;align-items:center;justify-content:center;text-align:center}.work-done__empty-text{font-size:14px;color:#999;margin-top:20px;display:inline-block}@media(max-width: 768px){.work-done{padding:16px}.work-done__header{flex-direction:column;align-items:flex-start;gap:12px}.work-done__header-right{width:100%;justify-content:space-between;flex-wrap:wrap;gap:8px}.work-done__filters{flex-wrap:wrap}}
.profile-tabs-card{background:#fff;border-radius:16px;padding:16px;min-width:260px;max-width:100%;box-shadow:0 6px 16px rgba(0,0,0,.06)}.profile-tab{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:10px;cursor:pointer;color:#111827;transition:background .2s ease;margin:5px}.profile-tab:hover{background:#f3f4f6}.profile-tab__icon{color:#111827;display:flex}.profile-tab__label{font-size:15px;font-weight:500}.profile-tab.active{background:#4b3f92;color:#fff}.profile-tab.active .profile-tab__icon{color:#fff}
.personal-details-card{background:#fff;border-radius:16px;padding:24px;min-height:50px;max-height:780px;overflow:scroll}.details-section{margin-bottom:32px}.details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}.details-header h4{font-size:16px;font-weight:600}.details-header span{font-size:12px;color:#6b7280}.details-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px 20px}.details-field{display:flex;flex-direction:column}.details-field label{font-size:12px;color:#6b7280;margin-bottom:4px}.details-field input{height:36px;border-radius:6px;border:1px solid #e5e7eb;padding:0 10px;font-size:14px;background:#f9fafb;color:#111827}.details-field select{height:36px;border-radius:6px;border:1px solid #e5e7eb;padding:0 10px;font-size:14px;background:#f9fafb;color:#111827}.flex-time{grid-column:span 3}.flex-time-inputs{display:flex;align-items:center;gap:8px}.flex-time-inputs input,.flex-time-inputs select{width:60px;height:36px;text-align:center}.flex-time-inputs span{font-size:12px;color:#777}.update-btn-wrapper{display:flex;justify-content:flex-end;margin-top:20px}.update-btn-wrapper button{background:#dcdcdc;border:none;padding:8px 24px;border-radius:6px;cursor:pointer;font-weight:500}.update-btn-wrapper button:hover{background:#cfcfcf}.flex-time-inputs{display:flex;align-items:flex-start;gap:12px}.time-separator{font-size:18px;margin-top:22px;color:#374151}.time-box{display:flex;flex-direction:column;align-items:center;width:64px}.time-box input{width:100%;height:36px;text-align:center;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:600;background:#fff;color:#111827}.time-box button{background:rgba(0,0,0,0);border:none;font-size:12px;cursor:pointer;color:#6b7280;padding:2px}.time-box button:hover{color:#111827}.time-label{font-size:11px;color:#6b7280;margin-top:4px}.time-box.period{width:70px}.red{color:red}
.update-password-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 0 0 1px #eee;min-height:50px;max-height:500px;overflow:scroll}.header{display:flex;align-items:center;gap:10px}.header h4{margin:0;font-size:18px;font-weight:600}.divider{height:1px;background:#eee;margin:16px 0}.field{margin-bottom:16px}.field label{display:block;margin-bottom:6px;font-size:14px}.password-input{position:relative}.password-input input{width:100%;height:42px;padding:0 40px 0 12px;border-radius:6px;border:1px solid #ddd}.password-input span{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer}.footer{display:flex;justify-content:flex-end;margin-top:20px}.update-btn{background:#4b3f92;color:#fff;border:none;padding:8px 24px;border-radius:6px;cursor:pointer}.update-btn:disabled{opacity:.6;cursor:not-allowed}.error-text{color:#d32f2f;font-size:13px;margin-top:8px}
.document-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 0 0 1px #eee;min-height:420px;display:flex;flex-direction:column}.document-header{display:flex;justify-content:space-between;align-items:center}.document-header .title{display:flex;align-items:center;gap:10px}.document-header .title h4{margin:0;font-size:18px;font-weight:600}.document-header .title .icon{font-size:20px}.divider{height:1px;background:#eee;margin:16px 0}.document-table{flex:1}.table-head{display:grid;grid-template-columns:1.5fr 1.5fr 1fr 1fr;background:#f5f5f5;padding:12px 16px;border-radius:8px;font-weight:500;font-size:14px}.table-empty{text-align:center;color:#999;font-size:14px;margin-top:80px}.document-footer{display:flex;justify-content:flex-end;margin-top:20px}.update-btn{background:#4b3f92;color:#fff;border:none;padding:8px 24px;border-radius:6px;cursor:pointer}.update-btn:hover{opacity:.9}
.setting-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 0 0 1px #eee;min-height:300px;display:flex;flex-direction:column}.setting-header{display:flex;align-items:center}.setting-header .title{display:flex;align-items:center;gap:10px}.setting-header .title h4{margin:0;font-size:18px}.setting-header .title .icon{font-size:20px}.divider{height:1px;background:#eee;margin:16px 0}.setting-content{flex:1}.setting-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:15px}.switch{position:relative;width:46px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ddd;border-radius:999px;transition:.3s}.slider::before{position:absolute;content:"";height:18px;width:18px;left:3px;top:3px;background-color:#fff;border-radius:50%;transition:.3s}.switch input:checked+.slider{background-color:#00c853}.switch input:checked+.slider::before{transform:translateX(22px)}.setting-footer{display:flex;justify-content:flex-end;margin-top:20px}.update-btn{background:#4b3f92;color:#fff;border:none;padding:8px 24px;border-radius:6px;cursor:pointer}.update-btn:hover{opacity:.9}
.about-card{background:#fff;border-radius:14px;padding:20px 24px;box-shadow:0 4px 14px rgba(0,0,0,.05)}.about-card__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;padding-bottom:12px;margin-bottom:12px}.about-card__title{display:flex;align-items:center;font-size:18px;font-weight:600;color:#111827}.about-card__icon{margin-right:10px;font-size:18px;color:#4f46e5}.about-card__edit-btn{background:#312e81;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;cursor:pointer}.about-card__edit-btn:hover{background:#1e1b4b}.about-card__body{font-size:15px;color:#5b5b5b;line-height:1.6;min-height:50px;max-height:200px;overflow:scroll}.about-card__loading{height:60px;background:linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 37%, #f3f4f6 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:8px}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:0 0}}.about-card__textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px;font-size:14px;resize:none}.about-card__actions{display:flex;gap:8px}.about-card__save-btn{background:#312e81;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;transition:background .2s ease}.about-card__save-btn:hover:not(:disabled){background:#1e1b4b}.about-card__save-btn:disabled{opacity:.6;cursor:not-allowed}.about-card__cancel-btn{background:#ef4444;color:#fff;border:none;padding:6px 12px;border-radius:6px}
.department-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 6px 16px rgba(0,0,0,.06)}.department-header{display:flex;align-items:center;gap:10px;margin-bottom:12px;border-bottom:1px solid #e5e7eb;padding:12px}.department-icon{width:32px;height:32px;border-radius:8px;background:#eef2ff;display:flex;align-items:center;justify-content:center}.department-title{font-size:18px;font-weight:600;margin:0}.department-content{display:flex;flex-wrap:wrap;gap:8px;min-height:50px;max-height:200px;overflow:scroll}.department-pill{background:#eef2ff;color:#3730a3;padding:6px 12px;border-radius:999px;font-size:14px;font-weight:500}.department-empty{font-size:14px;color:#9ca3af}.department-shimmer .shimmer-pill{width:140px;height:28px;border-radius:999px;background:#e5e7eb}
.profile-card{background:#fff;border-radius:16px;padding:20px;max-width:575px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.profile-card__header{display:flex;align-items:center;gap:12px;border-bottom:1px solid #e5e7eb;padding-bottom:12px}.profile-card__header h3{margin:0;font-size:18px;font-weight:600}.profile-card__icon{width:36px;height:36px;border-radius:10px;background:#f3f2ff;display:flex;align-items:center;justify-content:center;color:#5b5bd6}.profile-card hr{border:none;border-top:1px solid #f1f1f1;margin:16px 0}.profile-card__body{display:flex;flex-direction:column;gap:12px;min-height:100px;max-height:300px;overflow:scroll}.profile-row{display:grid;grid-template-columns:140px 1fr;gap:8px}.profile-row__label{font-weight:600;color:#111827}.profile-row__value{color:#6b7280;line-height:1.5}.profile-card__shimmer{display:flex;flex-direction:column;gap:14px}.shimmer-row{height:18px;width:100%;border-radius:6px;background:linear-gradient(90deg, #f0f0f0 25%, #e5e5e5 37%, #f0f0f0 63%);background-size:400% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}.profile-row__value--empty{color:#9ca3af;font-style:italic}
.skills-card{background:#fff;border-radius:16px;padding:20px;max-width:565px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.skills-card__header{display:flex;align-items:center;gap:12px;border-bottom:1px solid #e5e7eb;padding-bottom:20px}.skills-card__header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.skills-card__icon{width:28px;height:28px;border-radius:8px;background:#ecebff}.skills-card hr{border:none;border-top:1px solid #f1f1f1;margin:16px 0}.skills-card__list{display:flex;flex-wrap:wrap;gap:16px;min-height:100px;max-height:300px;overflow:scroll;margin-top:25px}.skill-pill{background:#eef0ff;border-radius:12px;padding:14px 16px;min-width:160px}.skill-pill__name{display:block;font-weight:600;color:#111827;margin-bottom:4px}.skill-pill__yoe{font-size:14px;color:#6b7280}.skills-empty{color:#9ca3af;font-size:14px}.skills-card__shimmer{display:flex;flex-wrap:wrap;gap:16px}.shimmer-skill{width:160px;height:64px;border-radius:12px;background:linear-gradient(90deg, #f0f0f0 25%, #e5e5e5 37%, #f0f0f0 63%);background-size:400% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}.skills-empty-state{text-align:center;padding:24px 16px;color:#6b7280}.skills-empty-state h4{font-size:16px;font-weight:600;color:#111827;margin-bottom:6px}.skills-empty-state p{font-size:14px;line-height:1.4}
.project-listing{width:100%;display:flex;flex-direction:column}.project-grid-container{max-height:400px;overflow-y:auto;overflow-x:hidden;padding-right:8px;margin-bottom:20px}.project-grid-container::-webkit-scrollbar{width:6px}.project-grid-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.project-grid-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.project-grid-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.project-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(230px, 1fr));gap:24px;min-height:50px;padding-top:4px}.project-card{background:#f9f9f9;border-radius:14px;padding:20px;border:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.04);transition:all .2s ease;cursor:pointer;display:block}.project-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.08)}.project-card .project-name{font-size:16px;font-weight:600;margin:10px 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111827}.project-card .project-stories{font-size:14px;color:#6b7280;margin:0}.project-card .project-stories strong{color:#4f46e5;font-weight:600}.project-folder{width:32px;height:32px;border-radius:8px;background:#eef2ff;display:flex;align-items:center;justify-content:center}.project-loading,.project-empty{text-align:center;padding:40px 20px;color:#6b7280;font-size:14px}.project-load-more{display:flex;justify-content:center;margin-top:20px;padding:20px 0}.load-more-btn{background:#4f46e5;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.load-more-btn:hover:not(:disabled){background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px rgba(79,70,229,.3)}.load-more-btn:disabled{opacity:.6;cursor:not-allowed}.view-all-card{background:#f8faff;border:1.5px dashed #c7d2fe;box-shadow:none;display:flex;align-items:center;justify-content:center;text-align:center;transition:all .2s ease}.view-all-card:hover{background:#eef2ff;border-color:#4f46e5;box-shadow:0 6px 16px rgba(79,70,229,.15)}.view-all-content{display:flex;flex-direction:column;align-items:center;gap:6px;color:#4f46e5}.view-all-icon{width:36px;height:36px;border-radius:10px;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}.view-all-text{font-size:14px;font-weight:600}
.assigned-banner{background:#f6f9fc;padding:16px 20px;border-radius:10px;font-size:14px;color:#111827}.assigned-banner strong{display:block;margin-bottom:4px}.link{color:#4f46e5;font-weight:500;text-decoration:none;transition:color .2s ease;cursor:pointer}.link:hover{color:#4338ca;text-decoration:underline}.assigned-empty{padding:24px;text-align:center;color:#9ca3af}
.project-wrapper{background:#fff;border-radius:16px;padding:24px;margin-top:10px}.project-tabs{display:flex;gap:32px;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.project-tabs span{font-size:16px;color:#6b7280;padding-bottom:12px;cursor:pointer;position:relative}.project-tabs .active{color:#111827;font-weight:600}.project-tabs .active::after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#4f46e5}
.team-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 6px 16px rgba(0,0,0,.06);margin-top:10px}.team-card__header{display:flex;align-items:center;gap:10px}.team-card__header h3{font-size:18px;font-weight:600;margin:0}.team-card__icon{width:32px;height:32px;border-radius:8px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.team-list{display:flex;flex-direction:column;gap:16px;margin-top:10px;min-height:50px;max-height:300px;overflow:scroll}.team-member{display:flex;align-items:center;gap:14px;cursor:pointer;transition:opacity .2s ease}.team-member:hover{opacity:.8}.team-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;border:1px solid}.team-info{display:flex;flex-direction:column}.team-name{font-size:15px;font-weight:600;color:#111827}.team-role{font-size:14px;color:#6b7280}.team-empty{text-align:center;padding:24px;color:#9ca3af}.team-shimmer{display:flex;flex-direction:column;gap:16px;margin-top:10px}.team-shimmer-row{display:flex;align-items:center;gap:14px}.shimmer-avatar{width:42px;height:42px;border-radius:50%;background:#e5e7eb}.shimmer-text div{width:120px;height:12px;background:#e5e7eb;border-radius:6px;margin-bottom:6px}
.manager-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 6px 16px rgba(0,0,0,.06);margin-top:10px}.manager-card__header{display:flex;align-items:center;gap:10px;border-bottom:1px solid #e5e7eb;padding-bottom:12px}.manager-card__header h3{font-size:18px;font-weight:600;margin:0}.manager-card__icon{width:32px;height:32px;border-radius:8px;background:#eef2ff;display:flex;align-items:center;justify-content:center}.manager-list{display:flex;flex-direction:column;gap:16px;margin-top:25px;min-height:50px;max-height:300px;overflow:scroll}.manager-item{display:flex;align-items:center;gap:14px;cursor:pointer;transition:opacity .2s ease}.manager-item:hover{opacity:.8}.manager-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1px solid}.manager-info{display:flex;flex-direction:column}.manager-name{font-size:15px;font-weight:600;color:#111827}.manager-designation{font-size:14px;color:#6b7280}.manager-empty{text-align:center;padding:20px;color:#9ca3af}.manager-card__shimmer{display:flex;flex-direction:column;gap:16px}.manager-shimmer-row{display:flex;gap:14px}.shimmer-avatar{width:44px;height:44px;border-radius:50%;background:#e5e7eb}.shimmer-lines div{width:140px;height:12px;background:#e5e7eb;border-radius:6px;margin-bottom:6px}
.calendar-wrapper{background:#fff}.calendar-wrapper .fc-view-harness{max-height:900px;overflow-y:auto}.fc .fc-toolbar.fc-header-toolbar{margin:1.5em}.fc .fc-col-header-cell{background:#e8ecf0;padding:10px 4px}.fc .fc-col-header-cell-cushion{color:#374151;font-size:13px;font-weight:600}.calendar-wrapper.profile-day-info .fc-daygrid .fc-scrollgrid-sync-table,.calendar-wrapper.profile-day-info .fc-daygrid-body .fc-scrollgrid-sync-table{table-layout:fixed !important;width:100% !important}.calendar-wrapper.profile-day-info .fc-daygrid-day{background:#fff;overflow:hidden !important}.calendar-wrapper.profile-day-info .fc-daygrid-day-frame{display:flex !important;flex-direction:column !important;align-items:stretch !important;gap:0 !important;overflow:hidden !important;min-width:0 !important;max-width:100% !important;width:100% !important;box-sizing:border-box !important}.calendar-wrapper.profile-day-info .fc-daygrid-day-number{font-size:15px;font-weight:500;color:#111827;padding:6px 8px}.calendar-wrapper.profile-day-info .fc-day-other .fc-daygrid-day-number{color:#9ca3af}.calendar-wrapper.profile-day-info .fc-daygrid-day-events{display:flex !important;flex-direction:column !important;align-items:stretch !important;margin:0 !important;margin-top:0 !important;margin-bottom:0 !important;width:100% !important;max-width:100% !important;min-width:0 !important;min-height:0 !important;flex-shrink:0 !important;gap:6px !important;row-gap:6px !important;overflow:hidden !important}.calendar-wrapper.profile-day-info .fc-daygrid-day-events>.fc-daygrid-event-harness:not(:first-of-type){display:none !important}.calendar-wrapper.profile-day-info .fc-daygrid-day-events>.fc-daygrid-event:not(:first-of-type){display:none !important}.calendar-wrapper.profile-day-info .fc-daygrid-day-events::before,.calendar-wrapper.profile-day-info .fc-daygrid-day-events::after{display:none !important}.calendar-wrapper.profile-day-info .fc-daygrid-event{margin:0 !important;border:none;border-radius:0;overflow:hidden;width:100% !important;max-width:100% !important;box-sizing:border-box !important}.calendar-wrapper.profile-day-info .fc-daygrid-event-harness::before,.calendar-wrapper.profile-day-info .fc-daygrid-event-harness::after{display:none !important}.calendar-wrapper.profile-day-info .fc-daygrid-event-harness{margin:0 !important}.calendar-wrapper.profile-day-info .fc-daygrid-event-harness-abs{position:relative !important;left:auto !important;right:auto !important;top:auto !important}.calendar-wrapper.profile-day-info .fc-daygrid-event.fc-event-start,.calendar-wrapper.profile-day-info .fc-daygrid-event.fc-event-end{margin-left:0 !important;margin-right:0 !important}.calendar-wrapper.profile-day-info .fc-daygrid-day-bottom{order:999 !important;display:block !important;visibility:visible !important;margin:0 auto !important;margin-top:0 !important;width:92% !important;max-width:92% !important;min-width:0 !important;flex-shrink:0 !important;box-sizing:border-box !important;overflow:hidden !important}.calendar-wrapper.profile-day-info .fc-daygrid-day-events>.fc-daygrid-event-harness,.calendar-wrapper.profile-day-info .fc-daygrid-day-events>.fc-daygrid-event{order:0 !important}.calendar-wrapper.profile-day-info .fc-daygrid-day-bottom::before,.calendar-wrapper.profile-day-info .fc-daygrid-day-bottom::after{display:none !important}.calendar-wrapper.profile-day-info .fc-daygrid-more-link,.calendar-wrapper.profile-day-info .fc-more-link{display:block !important;float:none !important;width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;text-align:center !important;padding:5px 8px !important;margin:0 !important;font-size:13px !important;font-weight:500 !important;color:#4f46e5 !important;background:#eef2ff !important;border-radius:8px !important;cursor:pointer !important;text-decoration:none !important;overflow:hidden !important}.calendar-wrapper.profile-day-info .fc-daygrid-more-link:hover,.calendar-wrapper.profile-day-info .fc-more-link:hover{background:#e0e7ff !important;color:#4338ca !important}.fc-green,.fc-red,.fc-orange,.fc-yellow{background:rgba(0,0,0,0) !important;color:inherit !important}.fc-holiday{background:#3498db !important;color:#fff !important;overflow:hidden}.day-info-event{font-size:13px;line-height:1.3;width:100%;display:flex;flex-direction:column;align-items:stretch}.day-info-event--attendance{display:flex;flex-direction:column;gap:6px}.day-info-event__icon-strip{display:flex;align-items:center;justify-content:center;gap:6px;padding:3px 8px;border-radius:8px;background:#eef2ff;min-height:26px;width:100%}.day-info-event__emoji{font-size:18px}.day-info-event__icon{font-size:16px}.day-info-event__label{padding:5px 8px;border-radius:8px;font-size:12px;font-weight:500;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;box-sizing:border-box}.day-info-event__label--green{background:#22c55e;color:#fff}.day-info-event__label--red{background:#ef4444;color:#fff}.day-info-event__label--orange{background:#f97316;color:#fff}.day-info-event__label--pink{background:#eab308;color:#000}.day-info-event__label--holiday{background:#3498db;color:#fff}.day-info-event--leave .day-info-event__label{background:#eab308;color:#000}.day-info-event--holiday .day-info-event__label{background:#3498db;color:#fff}.day-info-event--holiday .day-info-event__label--holiday{background:#3498db;color:#fff}.modal-dialog-scrollable.day-info-modal .modal-body{max-height:60vh !important;overflow-y:auto !important;overflow-x:hidden !important}.modal-dialog-scrollable.day-info-modal .modal-content{max-height:80vh !important;display:flex !important;flex-direction:column !important}.modal-dialog-scrollable.day-info-modal .modal-header,.modal-dialog-scrollable.day-info-modal .modal-footer{flex-shrink:0 !important}.calendar-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:9999;display:flex;justify-content:center;align-items:center}.calendar-modal{background:#fff;width:440px;max-width:calc(100vw - 24px);max-height:85vh;border-radius:0;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.12)}.calendar-modal__header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#e8ecf0;border-bottom:1px solid #d1d5db}.calendar-modal__title{margin:0;font-size:15px;font-weight:600;color:#374151}.calendar-modal__close{border:none;background:rgba(0,0,0,0);color:#6b7280;font-size:20px;line-height:1;cursor:pointer;padding:4px 6px;border-radius:0}.calendar-modal__close:hover{color:#111827;background:rgba(0,0,0,.06)}.calendar-modal__body{padding:16px;overflow-y:auto;background:#fff;max-height:calc(85vh - 52px)}.calendar-modal__empty{margin:0;color:#6b7280;font-size:14px;text-align:center;padding:24px 0}.calendar-modal__event{padding:0;border-radius:0;margin-bottom:10px;font-size:13px;border-left:4px solid #e5e7eb;background:#f9fafb}.calendar-modal__event:last-child{margin-bottom:0}.calendar-modal__event.fc-yellow{border-left-color:#eab308;background:#fefce8}.calendar-modal__event.fc-green{border-left-color:#22c55e;background:#f0fdf4}.calendar-modal__event.fc-red{border-left-color:#ef4444;background:#fef2f2}.calendar-modal__event.fc-orange{border-left-color:#f97316;background:#fff7ed}.calendar-modal__event.fc-holiday{border-left-color:#3498db;background:#3498db}.calendar-modal__event-row{display:flex;align-items:flex-start;gap:12px;padding:12px 14px}.calendar-modal__event-icon{font-size:18px;line-height:1.2;flex-shrink:0}.calendar-modal__event-main{flex:1;min-width:0}.calendar-modal__event-title{display:block;font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.calendar-modal__event-meta{font-size:12px;color:#6b7280;margin-bottom:2px}.calendar-modal__event-location{font-size:12px;color:#374151;display:flex;align-items:center;gap:6px}.calendar-modal__event-emoji{font-size:14px;line-height:1}
.height-300{height:300px}.awards-card{background:#fff;border-radius:10px;border:1px solid #e5e7eb;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.awards-card__header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.awards-card__icon{width:24px;height:24px;display:block;object-fit:contain;filter:brightness(0) saturate(100%) invert(45%) sepia(40%) saturate(800%) hue-rotate(200deg) brightness(95%) contrast(90%)}.awards-card__title{margin:0;font-size:18px;font-weight:700;color:#111827}.awards-table{width:100%;border-collapse:collapse;font-size:14px;border:none}.awards-table thead tr{background-color:#f5f5f5}.awards-table th{text-align:center;padding:12px 14px;font-weight:600;color:#374151;border:none}.awards-table th:first-child{text-align:center}.awards-table td{text-align:center;padding:12px 14px;color:#374151;border:none}.awards-table td:first-child{text-align:center}.awards-table tbody tr:nth-child(odd){background-color:#fafafa}.awards-table tbody tr:nth-child(even){background-color:#fff}.awards-table tbody tr:hover{background-color:#f5f5f5}.awards-table__empty-row td{text-align:center;padding:24px 12px;vertical-align:middle}.awards-table__empty-title{font-size:16px;font-weight:600;color:#374151;margin-bottom:4px}.awards-table__empty-subtitle{font-size:14px;color:#6b7280}.awards-card.empty{text-align:center;padding:40px}.empty-title{font-size:16px;font-weight:600;color:#374151}.awards-card.empty p{font-size:14px;color:#6b7280;margin-top:4px}.awards-card.loading{text-align:center;color:#6b7280}
.todays-target{background:#fff;border-radius:14px;padding:24px;box-shadow:0 6px 16px rgba(0,0,0,.06);height:100%}.todays-target__title{font-size:20px;font-weight:600;color:#111827;margin-bottom:24px;padding-bottom:28px;border-bottom:1px solid #e5e7eb}.todays-target__empty-card{min-height:220px;border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.todays-target__icon-circle{width:110px;height:110px;border-radius:50%;background:linear-gradient(145deg, #f3f4f6, #e5e7eb);display:flex;align-items:center;justify-content:center}.todays-target__icon-symbol{font-size:46px;color:#9ca3af}.todays-target__empty-text{font-size:16px;color:#6b7280}.todays-target .todays-target__data-card{border-radius:12px;padding:8px;display:flex;flex-direction:column;max-height:430px;overflow-y:auto;box-shadow:inset 0 0 0 1px rgba(0,0,0,.03)}.todays-target .todays-target__row{background:linear-gradient(180deg, #dff5f1, #d4f0eb);display:flex;align-items:center;justify-content:space-between;width:100%;min-height:50px;padding:10px 14px;border-radius:8px;font-size:15px;font-weight:500;color:#0f172a}.todays-target .todays-target__row+.todays-target__row{margin-top:6px}.todays-target .todays-target__row-text{flex:1;margin-right:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.todays-target .todays-target__edit-icon{flex-shrink:0;font-size:14px;color:#334155;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center}.todays-target .todays-target__row:hover{background:linear-gradient(180deg, #cfeee8, #c3e8e1)}.todays-target .todays-target__row-expected-hours{padding-left:5px}
.person-card{display:flex;align-items:center;gap:10px;padding:6px}.person-card img{width:34px;height:34px;border-radius:50%;border:1px solid #d1d5db;object-fit:cover}.person-card .name{font-size:14px;font-weight:500}.person-card .designation{font-size:12px;color:#6b7280}
.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 12px;color:#6b7280;text-align:center}.empty-state .empty-icon{font-size:28px;margin-bottom:8px;opacity:.7}.empty-state p{font-size:13px;margin:0}
@keyframes shimmer{0%{background-position:-450px 0}100%{background-position:450px 0}}.shimmer-card{display:flex;align-items:center;gap:12px;padding:10px}.shimmer-avatar{width:42px;height:42px;border-radius:50%;background:#f6f7f8;background-image:linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);background-size:800px 104px;animation:shimmer 1.2s infinite linear}.shimmer-text{flex:1}.shimmer-line{height:10px;border-radius:4px;margin-bottom:6px;background:#f6f7f8;background-image:linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);background-size:800px 104px;animation:shimmer 1.2s infinite linear}.shimmer-line.short{width:40%}.shimmer-line.long{width:65%}
.org-wrapper{display:flex;gap:16px}.org-column{width:50%;display:flex;flex-direction:column;gap:16px}.org-card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:12px}.org-card h3{margin-bottom:10px;font-size:15px;font-weight:600;background:#f7fafc;padding:8px;border-radius:6px}.org-list{display:flex;flex-direction:column;gap:8px;min-height:50px;max-height:500px;overflow:scroll}.clickable-card{cursor:pointer}.org-node{position:relative}.org-row{display:flex;align-items:center;justify-content:space-between}.expand-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:4px 10px}.org-children{margin-left:32px;padding-left:16px;border-left:1px dashed #dcdcdc}.child-card{margin-top:8px;cursor:pointer}
@keyframes shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}.shimmer{background:linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 37%, #e5e7eb 63%);background-size:400px 100%;animation:shimmer 1.4s ease infinite;border-radius:6px}.org-wrapper{display:flex;gap:16px}.org-column{width:50%;display:flex;flex-direction:column;gap:16px}.org-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.shimmer-title{width:120px;height:18px;margin-bottom:12px}.shimmer-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.shimmer-avatar{width:34px;height:34px;border-radius:50%}.shimmer-text{height:12px;width:70%;border-radius:4px}
.dashboard-page{min-height:100vh;background-color:#f3f2ef;padding:0;position:relative}.dashboard-page .profile-header__background{position:absolute;top:0;left:0;right:0;width:100%;height:200px;background:#374151;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(4px);z-index:0}.dashboard-page .profile-header__background::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.dashboard-page__container{max-width:1600px;margin:0 auto;padding:20px;position:relative;z-index:1}.dashboard-page__bottom-section{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:50px}@media(max-width: 768px){.dashboard-page__bottom-section{grid-template-columns:1fr}}.dashboard-page__bottom-left,.dashboard-page__bottom-right{min-height:300px}
.events-list-skeleton__item{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid #e5e7eb;background-color:#fff}.events-list-skeleton__item:first-child{border-top:none}.events-list-skeleton__item:last-child{border-bottom:none}.events-list-skeleton__date-block{width:70px;height:70px;border-radius:8px;flex-shrink:0;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;box-shadow:0 1px 3px rgba(0,0,0,.1)}.events-list-skeleton__content{display:flex;align-items:center;justify-content:space-between;gap:16px;flex:1}.events-list-skeleton__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.events-list-skeleton__name{height:16px;width:60%;border-radius:4px;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.events-list-skeleton__role{height:14px;width:40%;border-radius:4px;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.events-list-skeleton__event-type{display:flex;align-items:center;gap:8px;flex-shrink:0}.events-list-skeleton__icon{width:18px;height:18px;border-radius:4px;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;flex-shrink:0}.events-list-skeleton__text{height:14px;width:120px;border-radius:4px;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
.events-list__loading,.events-list__error,.events-list__empty{text-align:center;padding:40px 20px;color:#666;font-size:16px}.events-list__item{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid #e5e7eb;transition:background-color .2s;background-color:#fff}.events-list__item:first-child{border-top:none}.events-list__item:last-child{border-bottom:none}.events-list__item:hover{background-color:#f9fafb}.events-list__date-block{width:70px;height:70px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;font-weight:600;text-align:center;padding:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.events-list__date-day{color:#fff;font-size:16px;font-weight:700;line-height:1.2;margin-bottom:4px}.events-list__date-month{color:#fff;font-size:12px;font-weight:600;line-height:1.2;text-transform:uppercase}.events-list__content{display:flex;align-items:center;justify-content:space-between;gap:16px;flex:1}.events-list__info{flex:1;min-width:0}.events-list__name{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}.events-list__role{font-size:14px;color:#6b7280}.events-list__event-type{display:flex;align-items:center;gap:8px;color:#374151;font-size:14px;font-weight:500;flex-shrink:0;white-space:nowrap}.events-list__event-icon{width:18px;height:18px;color:#6b7280;flex-shrink:0}
.social-pagination{display:flex;gap:16px;padding:8px 0;border-top:1px solid #e5e7eb;align-items:center;justify-content:space-between}.social-pagination__info{font-size:14px;color:#6b7280}.social-pagination__info strong{color:#111827;font-weight:500}.social-pagination__controls{display:flex;align-items:center;gap:6px}.social-pagination__arrow,.social-pagination__page,.social-pagination__ellipsis{min-width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;border-radius:6px;transition:all .2s ease}.social-pagination__arrow{background:#fff;border:1px solid #e5e7eb;color:#374151;cursor:pointer;font-size:18px;font-weight:600;padding:0;line-height:1;display:flex;align-items:center;justify-content:center}.social-pagination__arrow:hover:not(.social-pagination__arrow--disabled){background:#f9fafb;border-color:#d1d5db}.social-pagination__arrow--disabled{opacity:.4;cursor:not-allowed}.social-pagination__arrow--next{margin-left:0}.social-pagination__page{background:#fff;border:1px solid #e5e7eb;color:#40518a;cursor:pointer;font-weight:500}.social-pagination__page:hover:not(.social-pagination__page--active){background:#f9fafb;border-color:#d1d5db}.social-pagination__page--active{background:#40518a;border-color:#40518a;color:#fff;font-weight:600;cursor:default}.social-pagination__ellipsis{color:#9ca3af;border:none;background:rgba(0,0,0,0);cursor:default;font-weight:600;letter-spacing:1px}@media(max-width: 768px){.social-pagination__info{font-size:13px}.social-pagination__arrow,.social-pagination__page,.social-pagination__ellipsis{min-width:28px;height:28px;font-size:13px}.social-pagination__arrow{font-size:16px}.social-pagination__controls{gap:4px}}@media(max-width: 480px){.social-pagination{padding:16px 0}.social-pagination__info{font-size:12px}.social-pagination__arrow,.social-pagination__page,.social-pagination__ellipsis{min-width:26px;height:26px;font-size:12px}.social-pagination__arrow{font-size:15px}.social-pagination__controls{gap:3px}}
.hrms-wrap .dashboard-wrap .month-picker{position:relative}.hrms-wrap .dashboard-wrap .month-picker__trigger{background:rgba(0,0,0,0);border:none;color:#40518a;cursor:pointer;padding:6px 12px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;font-size:14px;font-weight:500;border-radius:4px}.hrms-wrap .dashboard-wrap .month-picker__trigger:hover{background:rgba(64,81,138,.1)}.hrms-wrap .dashboard-wrap .month-picker__dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);padding:16px;z-index:1000;min-width:300px;max-width:350px;animation:fadeInDown .2s ease}.hrms-wrap .dashboard-wrap .month-picker__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.hrms-wrap .dashboard-wrap .month-picker__nav-btn{background:rgba(0,0,0,0);border:none;color:#40518a;cursor:pointer;padding:8px 0px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease;font-size:14px}.hrms-wrap .dashboard-wrap .month-picker__nav-btn:hover:not(.hrms-wrap .dashboard-wrap .month-picker__nav-btn--disabled){background:#f3f4f6}.hrms-wrap .dashboard-wrap .month-picker__nav-btn--disabled{opacity:.3;cursor:not-allowed}.hrms-wrap .dashboard-wrap .month-picker__nav-btn svg{width:14px;height:14px}.hrms-wrap .dashboard-wrap .month-picker__year{font-size:16px;font-weight:600;color:#111827}.hrms-wrap .dashboard-wrap .month-picker__months{display:grid;grid-template-columns:repeat(3, 1fr);gap:6px;margin-top:12px}.hrms-wrap .dashboard-wrap .month-picker__month{background:#fff;border:1px solid #e5e7eb;color:#374151;cursor:pointer;padding:10px 6px;border-radius:8px;font-size:13px;font-weight:500;transition:all .2s ease;text-align:center;min-height:38px;display:flex;align-items:center;justify-content:center}.hrms-wrap .dashboard-wrap .month-picker__month:hover:not(.hrms-wrap .dashboard-wrap .month-picker__month--selected):not(.hrms-wrap .dashboard-wrap .month-picker__month--disabled){background:#f9fafb;border-color:#d1d5db}.hrms-wrap .dashboard-wrap .month-picker__month--selected{background:#40518a;border-color:#40518a;color:#fff}.hrms-wrap .dashboard-wrap .month-picker__month--selected:hover{background:#364475;border-color:#364475}.hrms-wrap .dashboard-wrap .month-picker__month--disabled{opacity:.4;cursor:not-allowed;background:#f9fafb;color:#9ca3af}.hrms-wrap .dashboard-wrap .month-picker__month--disabled:hover{background:#f9fafb;border-color:#e5e7eb}.hrms-wrap .dashboard-wrap .month-picker__footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e7eb;gap:8px}.hrms-wrap .dashboard-wrap .month-picker__footer-btn{background:rgba(0,0,0,0);border:none;color:#6b7280;cursor:pointer;padding:8px 12px;font-size:14px;font-weight:500;border-radius:4px;transition:all .2s ease}.hrms-wrap .dashboard-wrap .month-picker__footer-btn:hover{background:#f3f4f6;color:#374151}.hrms-wrap .dashboard-wrap .month-picker__footer-btn--close{color:#40518a;margin-left:auto}.hrms-wrap .dashboard-wrap .month-picker__footer-btn--close:hover{background:rgba(64,81,138,.1);color:#40518a}@keyframes fadeInDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 768px){.hrms-wrap .dashboard-wrap .month-picker__dropdown{right:-10px;min-width:280px;max-width:320px;padding:12px}.hrms-wrap .dashboard-wrap .month-picker__month{font-size:12px;padding:8px 4px;min-height:36px}.hrms-wrap .dashboard-wrap .month-picker__year{font-size:15px}.hrms-wrap .dashboard-wrap .month-picker__trigger{font-size:13px;padding:5px 10px}}@media(max-width: 480px){.hrms-wrap .dashboard-wrap .month-picker__dropdown{position:absolute;right:-10px;min-width:280px;max-width:320px;padding:12px}.hrms-wrap .dashboard-wrap .month-picker__month{font-size:11px;padding:8px 2px;min-height:34px}.hrms-wrap .dashboard-wrap .month-picker__trigger{font-size:12px;padding:4px 8px}}
.leaderboard-list-skeleton__top-three{display:flex;justify-content:center;align-items:flex-end;gap:24px;margin-bottom:0;padding:40px 20px 0;background-color:#fff;border-radius:0;min-height:320px;position:relative}.leaderboard-list-skeleton__podium-item{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;max-width:200px;min-height:300px;justify-content:flex-start}.leaderboard-list-skeleton__podium-item--left{order:1}.leaderboard-list-skeleton__podium-item--center{order:2;transform:translateY(-30px);z-index:2}.leaderboard-list-skeleton__podium-item--right{order:3}.leaderboard-list-skeleton__podium-base{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;z-index:1;background:linear-gradient(180deg, #EFF3FF -59.87%, #40518A 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px 8px 0 0;clip-path:polygon(0% 0%, 100% 0%, 85% 100%, 15% 100%);box-shadow:0 4px 12px rgba(0,0,0,.2)}.leaderboard-list-skeleton__podium-item--left .leaderboard-list-skeleton__podium-base{max-width:158px;height:180px}.leaderboard-list-skeleton__podium-item--center .leaderboard-list-skeleton__podium-base{max-width:171px;height:220px}.leaderboard-list-skeleton__podium-item--right .leaderboard-list-skeleton__podium-base{max-width:158px;height:160px}.leaderboard-list-skeleton__podium-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:0;padding-bottom:0}.leaderboard-list-skeleton__podium-name{height:16px;width:80px;border-radius:4px;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;margin-bottom:12px}.leaderboard-list-skeleton__podium-avatar{width:90px;height:90px;border-radius:50%;border:4px solid #fff;box-shadow:0 4px 8px rgba(0,0,0,.15);margin-bottom:12px;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;z-index:2}.leaderboard-list-skeleton__podium-badge{height:28px;width:60px;border-radius:20px;background:linear-gradient(90deg, #dbeafe 0%, #e0f2fe 50%, #dbeafe 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;margin-bottom:20px;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:2}.leaderboard-list-skeleton__podium-rank{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);width:64px;height:64px;border-radius:50%;background:linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;z-index:3}.leaderboard-list-skeleton__all-users{display:flex;flex-direction:column;gap:0;padding:0}.leaderboard-list-skeleton__user-item{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid #e5e7eb;background-color:#fff}.leaderboard-list-skeleton__user-item:last-child{border-bottom:none}.leaderboard-list-skeleton__user-avatar{width:50px;height:50px;border-radius:50%;flex-shrink:0;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.leaderboard-list-skeleton__user-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.leaderboard-list-skeleton__user-name{height:16px;width:60%;border-radius:4px;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.leaderboard-list-skeleton__user-role{height:14px;width:40%;border-radius:4px;background:linear-gradient(90deg, #f3f4f6 0%, #f9fafb 50%, #f3f4f6 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.leaderboard-list-skeleton__user-score{height:16px;width:50px;border-radius:4px;background:linear-gradient(90deg, #dbeafe 0%, #e0f2fe 50%, #dbeafe 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;flex-shrink:0}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer{display:flex;justify-content:end;align-items:center;gap:20px;padding:16px 24px;background:#eff3ff;width:100%}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-container{display:flex;align-items:center;max-width:350px;transition:all .3s ease}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-container--active{flex:1}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-wrapper{display:flex;align-items:center;background:#fff;border-radius:8px;padding:6px 10px;gap:8px;width:auto;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid rgba(0,0,0,0)}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-wrapper--open{width:100%;border-color:#d1d5db;box-shadow:0 2px 8px rgba(0,0,0,.08)}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-wrapper--open .ledger-filer__search-input{width:100%;opacity:1;padding:4px 8px}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-input{width:0;opacity:0;border:none;padding:0;font-size:14px;color:#374151;background:rgba(0,0,0,0);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);outline:none}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-input::placeholder{color:#9ca3af}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-input:focus{outline:none}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__icon-btn{background:rgba(0,0,0,0);border:none;color:#6b7280;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:16px;border-radius:6px;flex-shrink:0}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__icon-btn:hover{color:#40518a;background:rgba(64,81,138,.1)}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__icon-btn--active{color:#40518a}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__icon-btn svg{width:18px;height:18px}.hrms-wrap .dashboard-wrap .leaderboard-list__loading,.hrms-wrap .dashboard-wrap .leaderboard-list__error{text-align:center;padding:40px 20px;color:#666;font-size:16px;height:70vh}.hrms-wrap .dashboard-wrap .leaderboard-list__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;height:60vh;text-align:center}.hrms-wrap .dashboard-wrap .leaderboard-list__empty-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 10px 30px rgba(102,126,234,.3);animation:bounce 2s infinite}.hrms-wrap .dashboard-wrap .leaderboard-list__empty-icon svg{font-size:36px;color:#fff}.hrms-wrap .dashboard-wrap .leaderboard-list__empty-title{font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px 0}.hrms-wrap .dashboard-wrap .leaderboard-list__empty-message{font-size:16px;color:#718096;margin:0;max-width:400px;line-height:1.6}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.hrms-wrap .dashboard-wrap .leaderboard-list__top-three{display:flex;justify-content:center;align-items:flex-end;gap:24px;margin-bottom:0;padding:40px 20px 0;background:#eff3ff;border-radius:0;min-height:40vh;position:relative;z-index:10}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-item{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;max-width:200px;min-height:300px;justify-content:flex-start;animation:slideUp .8s ease-out forwards;opacity:0;transform:translateY(100px)}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-item--left{order:1;animation-delay:.2s}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-item--center{order:2;z-index:2;animation-delay:.1s;transform:translateY(70px)}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-item--right{order:3;animation-delay:.3s}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-item--left .leaderboard-list__podium-base{max-width:158px;height:180px}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-item--center .leaderboard-list__podium-base{max-width:171px;height:220px}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-item--right .leaderboard-list__podium-base{max-width:158px;height:160px}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-base{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;z-index:1;background:linear-gradient(180deg, #a7b9f7 -176.05%, #eff3ff 100%);border-radius:8px 8px 0 0;box-shadow:0 4px 12px rgba(0,0,0,.1);clip-path:polygon(0% 0%, 100% 0%, 85% 100%, 15% 100%)}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:0;padding-bottom:0}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-content--center{bottom:8px}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-content--left{top:40px}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-content--right{top:60px}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-name{font-size:15px;font-weight:600;color:#2c3e50;text-align:center;max-width:120px;margin-bottom:10px;line-height:1.2}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-name--center{font-size:16px;font-weight:700;max-width:140px;margin-bottom:12px}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-name--left,.hrms-wrap .dashboard-wrap .leaderboard-list__podium-name--right{font-size:14px;font-weight:600}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-avatar{position:relative;width:80px;height:80px;border-radius:50%;overflow:hidden;border:4px solid #fff;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:3}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-avatar img{width:100% !important;height:100% !important;border-radius:50%;object-fit:cover}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-avatar--center{width:75px;height:75px;border:5px solid #fff;box-shadow:0 3px 10px rgba(0,0,0,.12)}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-avatar--left,.hrms-wrap .dashboard-wrap .leaderboard-list__podium-avatar--right{width:75px;height:75px;border:4px solid #fff}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-badge{position:relative;margin-top:-12px;background:#40518a;color:#fff;padding:6px 20px;font-size:14px;font-weight:600;border-radius:16px;z-index:2;text-align:center;min-width:56px;box-shadow:0 4px 8px rgba(0,0,0,.15)}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-badge::before{position:absolute;top:-10px;left:50%;transform:translateX(-50%);width:42px;height:20px;background:#fff;border-radius:0 0 40px 40px}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-badge--center{background:#40518a;font-size:15px;padding:6px 18px;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:10}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-badge--left{background:#40518a;font-size:14px;padding:5px 15px;z-index:10}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-badge--right{background:#40518a;font-size:14px;padding:5px 15px;z-index:10}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-rank{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);font-size:64px !important;font-weight:700;color:#2c3e50;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.1);z-index:3;margin-bottom:0}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-rank--center{font-size:60px !important;font-weight:800;bottom:80px;color:#1a2b3c;text-shadow:0 3px 6px rgba(0,0,0,.15)}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-rank--left{bottom:18px;font-size:56px !important;color:#2c3e50}.hrms-wrap .dashboard-wrap .leaderboard-list__podium-rank--right{bottom:15px;font-size:56px !important;color:#2c3e50}@keyframes slideUp{from{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpCenter{from{opacity:0;transform:translateY(70px)}to{opacity:1;transform:translateY(-30px)}}.hrms-wrap .dashboard-wrap .leaderboard-list__all-users{display:flex;flex-direction:column;gap:0;padding:0;position:relative;z-index:12}.hrms-wrap .dashboard-wrap .leaderboard-list__user-item{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid #e5e7eb;transition:background-color .2s;background-color:#fff;position:relative;z-index:10}.hrms-wrap .dashboard-wrap .leaderboard-list__user-item:last-child{border-bottom:none}.hrms-wrap .dashboard-wrap .leaderboard-list__user-item:hover{background-color:#f9fafb}.hrms-wrap .dashboard-wrap .leaderboard-list__user-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.hrms-wrap .dashboard-wrap .leaderboard-list__user-avatar img{width:100% !important;height:100% !important;object-fit:cover}.hrms-wrap .dashboard-wrap .leaderboard-list__user-info{flex:1;min-width:0}.hrms-wrap .dashboard-wrap .leaderboard-list__user-name{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}.hrms-wrap .dashboard-wrap .leaderboard-list__user-role{font-size:14px;color:#6b7280}.hrms-wrap .dashboard-wrap .leaderboard-list__user-score{font-size:16px;font-weight:600;color:#3b82f6;flex-shrink:0}@media(max-width: 768px){.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer{padding:14px 20px;gap:16px}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-container{max-width:280px}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-wrapper{padding:5px 8px}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-input{font-size:13px}.hrms-wrap .dashboard-wrap .leaderboard-list .leaderboard-list__empty{padding:60px 20px;height:50vh}.hrms-wrap .dashboard-wrap .leaderboard-list .leaderboard-list__empty-icon{width:70px;height:70px;margin-bottom:20px}.hrms-wrap .dashboard-wrap .leaderboard-list .leaderboard-list__empty-icon svg{font-size:32px}.hrms-wrap .dashboard-wrap .leaderboard-list .leaderboard-list__empty-title{font-size:20px;margin-bottom:10px}.hrms-wrap .dashboard-wrap .leaderboard-list .leaderboard-list__empty-message{font-size:14px}}@media(max-width: 480px){.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer{padding:12px 16px;gap:10px;flex-direction:row}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-container{flex:1;max-width:none}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-wrapper{padding:4px 6px}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__search-input{font-size:12px;padding:3px 6px !important}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__icon-btn{padding:5px}.hrms-wrap .dashboard-wrap .leaderboard-list .ledger-filer__icon-btn svg{width:16px;height:16px}.hrms-wrap .dashboard-wrap .leaderboard-list .leaderboard-list__empty{padding:40px 16px;height:40vh}.hrms-wrap .dashboard-wrap .leaderboard-list .leaderboard-list__empty-icon{width:60px;height:60px;margin-bottom:16px}.hrms-wrap .dashboard-wrap .leaderboard-list .leaderboard-list__empty-icon svg{font-size:28px}.hrms-wrap .dashboard-wrap .leaderboard-list .leaderboard-list__empty-title{font-size:18px;margin-bottom:8px}.hrms-wrap .dashboard-wrap .leaderboard-list .leaderboard-list__empty-message{font-size:13px}}
.hrms-wrap .dashboard-wrap .events-leaderboard-page{background-color:#f3f2ef;min-height:calc(100vh - 70px);padding:24px 20px}.hrms-wrap .dashboard-wrap .events-leaderboard-page__container{max-width:1320px;margin:0 auto;padding:0 12px}.hrms-wrap .dashboard-wrap .events-leaderboard-page__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:0;background:#fff;padding:16px 20px 0;border-radius:8px 8px 0 0;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);width:100%;border-bottom:1px solid #e5e7eb}.hrms-wrap .dashboard-wrap .events-leaderboard-page__header-left{display:flex;align-items:center;gap:12px;padding-bottom:12px}.hrms-wrap .dashboard-wrap .events-leaderboard-page__back-button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s;color:#333}.hrms-wrap .dashboard-wrap .events-leaderboard-page__back-button:hover{background-color:#f3f4f6}.hrms-wrap .dashboard-wrap .events-leaderboard-page__back-button svg{width:18px;height:18px}.hrms-wrap .dashboard-wrap .events-leaderboard-page__title{font-size:20px;font-weight:500;color:#111827;margin:0}.hrms-wrap .dashboard-wrap .events-leaderboard-page__header-right{display:flex;align-items:center;gap:16px}.hrms-wrap .dashboard-wrap .events-leaderboard-page__header-icons{display:flex;align-items:center;gap:16px;margin-left:8px;padding-left:16px;border-left:1px solid #e5e7eb}.hrms-wrap .dashboard-wrap .events-leaderboard-page__search-icon,.hrms-wrap .dashboard-wrap .events-leaderboard-page__filter-icon{width:18px;height:18px;color:#6b7280;cursor:pointer;transition:color .2s}.hrms-wrap .dashboard-wrap .events-leaderboard-page__search-icon:hover,.hrms-wrap .dashboard-wrap .events-leaderboard-page__filter-icon:hover{color:#3b82f6}.hrms-wrap .dashboard-wrap .events-leaderboard-page__tabs{display:flex;gap:0;align-items:center}.hrms-wrap .dashboard-wrap .events-leaderboard-page__tab{background:none;border:none;padding:12px 20px;font-size:15px;font-weight:400;color:#9ca3af;cursor:pointer;border-bottom:3px solid rgba(0,0,0,0);transition:all .2s ease;position:relative;outline:none}.hrms-wrap .dashboard-wrap .events-leaderboard-page__tab:hover{color:#3b5998}.hrms-wrap .dashboard-wrap .events-leaderboard-page__tab--active{color:#3b5998;font-weight:500;border-bottom-color:#3b5998}.hrms-wrap .dashboard-wrap .events-leaderboard-page__content{background:#fff;border-radius:0 0 8px 8px;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);padding:0;width:100%;overflow:hidden}@media(max-width: 767px){.hrms-wrap .dashboard-wrap .events-leaderboard-page{padding:16px 0 70px 0}.hrms-wrap .dashboard-wrap .events-leaderboard-page__container{padding:0 8px}}
.edit-visiting-modal__photo-btn {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #f9fafb;
  color: #405189;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
}

.edit-visiting-modal__photo-btn:hover {
  background: #f3f4f6;
}

.edit-visiting-modal__photo-hint-btn {
  border: none;
  background: none;
  padding: 0;
  color: #405189;
  font-size: 0.85rem;
  text-decoration: underline;
}

.edit-visiting-modal__camera {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: grid;
  place-items: center;
}

.edit-visiting-modal__camera-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.52);
  border: 0;
}

.edit-visiting-modal__camera-panel {
  position: relative;
  width: min(90vw, 560px);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  padding: 1rem;
}

.edit-visiting-modal__camera-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

.edit-visiting-modal__camera-video {
  width: 100%;
  max-height: 52vh;
  border-radius: 10px;
  background: #111827;
  object-fit: cover;
}

.edit-visiting-modal__camera-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

/* Global CSS Reset and Base Styles */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
 
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

/* Custom error toast styling - lighter teal color with fit-content width */
.custom-error-toast,
.Toastify__toast--error.custom-error-toast {
  background-color: #2dd4bf !important; /* Lighter teal */
  color: #ffffff !important;
 
  max-width: 100% !important;
  margin: 0 auto !important;
}



.custom-error-toast .Toastify__close-button {
  color: #ffffff !important;
  opacity: 0.9;
}

.custom-error-toast .Toastify__close-button:hover {
  opacity: 1;
}

/* App-specific styles */
.app-container {
  min-height: 100vh;
  background-color: #f8f9fa;
}

/* Sidebar chevron rotation */
.chevron-icon {
  transition: transform 0.3s ease;
}

.chevron-icon.rotate-icon {
  transform: rotate(90deg);
}

/* Profile tooltip backdrop blur */
.profile-tooltip-backdrop {
  animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

/* Ensure popover stays above backdrop */
.fixed-popover {
  z-index: 1050 !important;
}

/* Custom component overrides */
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

@charset "UTF-8";/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw)}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw)}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw)}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw)}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw)}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2386b7fe%27/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem .75rem;overflow:hidden;color:rgba(var(--bs-body-color-rgb),.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>textarea:focus~label::after,.form-floating>textarea:not(:placeholder-shown)~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label::after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1 * var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(-1 * var(--bs-border-width))}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(-1 * var(--bs-border-width))}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-grow:1;flex-basis:0;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child)>.card-header,.card-group>.card:not(:last-child)>.card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-footer,.card-group>.card:not(:last-child)>.card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child)>.card-header,.card-group>.card:not(:first-child)>.card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-footer,.card-group>.card:not(:first-child)>.card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-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,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23212529%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23052c65%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708%27/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708%27/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1 * var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414%27/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transform:translate(0,-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin-top:calc(-.5 * var(--bs-modal-header-padding-y));margin-right:calc(-.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-.5 * var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0%27/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708%27/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#fff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.spinner-border,.spinner-grow{display:inline-block;flex-shrink:0;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y));margin-left:auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10{--bs-link-opacity:0.1}.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25{--bs-link-opacity:0.25}.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50{--bs-link-opacity:0.5}.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75{--bs-link-opacity:0.75}.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100{--bs-link-opacity:1}.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1{text-underline-offset:0.125em!important}.link-offset-1-hover:hover{text-underline-offset:0.125em!important}.link-offset-2{text-underline-offset:0.25em!important}.link-offset-2-hover:hover{text-underline-offset:0.25em!important}.link-offset-3{text-underline-offset:0.375em!important}.link-offset-3-hover:hover{text-underline-offset:0.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0{--bs-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10{--bs-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25{--bs-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50{--bs-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75{--bs-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100{--bs-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
:root{--primary-theme: #40518a;--primary-theme-white: #ffffff;--primary-light-grey: #d2d2d2;--circle-blue: #eff3ff;--text-grey: #777777;--primary-background-white: white;--font-regular: "Pacaembu Trial Regular", sans-serif;--font-normal: "Pacaembu Trial Normal", sans-serif;--font-medium: "Pacaembu Trial Medium", sans-serif;--text-black: #000000;--add-new-btn-bg: #e8f4ff;--add-new-btn-text: #1f94ff;--font-medium-gray: #4a4a4a;--blue-theme: #40518a;--bg-odd:#F4F6FC ;--bg-even: #ffffff;--table-text-theme: #535353;--theme-white: #ffffff;--sidebar-menu-design:white;--border-bottom: white;--font-regular-sans: "Pacaembu Trial Regular", sans-serif;--table-content-theme:#535353}[dark-theme=dark]{--primary-theme: #f0f0f0;--primary-theme-white: #292929;--primary-light-grey: #444444;--primary-background-white: #444444;--circle-blue: #292929;--text-grey: #FFFFFF;--text-black: #ffffff;--add-new-btn-bg: #1f94ff;--add-new-btn-text: #e8f4ff;--font-medium-gray: #FFFFFF;--blue-theme: #40518a;--bg-odd: #343434;--bg-even: #292929;--table-text-theme: white;--theme-white: #ffffff;--sidebar-menu-design:#292929;--border-bottom: #40518a;--primary-Charcoal:#2f2f2f;--text-grey:#2F2F2F}.react-datepicker__header{background-color:#ecedef}.advance-btn{padding:10px 25px;border-radius:5px;background-color:#1d94ff;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.wfh-btn{padding:10px 25px;border-radius:5px;background-color:#40518a;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px;margin-right:1rem}.offered-btn{border:1px solid #1f94ff !important;color:#1f94ff !important;padding:4px !important;width:100%;opacity:1;font-weight:unset !important;font-family:var(--font-normal) !important;padding:10px 25px;border-radius:5px;background-color:#ebf5ff;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.tabs-btn{border:unset !important;color:#f4fbff !important;border-radius:30px !important;padding:10px 25px;border-radius:5px;background-color:#40518a;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:"auto"}.inactive{color:#777 !important;padding:10px 25px;border-radius:5px;background-color:rgba(0,0,0,0);color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card,.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card,.dailyfeed-container .left-content-wrap .edit-profile-content .setting-content .setting-card,.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card,.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card,.left-content-wrap .edit-profile-content .setting-content .setting-card,.advance-setting-content .advance-card{padding:15px 15px;box-shadow:0px 0px 10px rgba(0,0,0,.0784313725);border-radius:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .award-wrap .checkbox-card-wrap,.dailyfeed-container .left-content-wrap .edit-profile-content .role-content .role-wrap .checkbox-card-wrap,.left-content-wrap .edit-profile-content .award-content .award-wrap .checkbox-card-wrap,.left-content-wrap .edit-profile-content .role-content .role-wrap .checkbox-card-wrap{box-shadow:0px 0px 10px rgba(0,0,0,.0784313725);border-radius:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .award-wrap .checkbox-card-wrap .checkbox-card,.dailyfeed-container .left-content-wrap .edit-profile-content .role-content .role-wrap .checkbox-card-wrap .checkbox-card,.left-content-wrap .edit-profile-content .award-content .award-wrap .checkbox-card-wrap .checkbox-card,.left-content-wrap .edit-profile-content .role-content .role-wrap .checkbox-card-wrap .checkbox-card{display:flex;justify-content:space-between;align-items:center;font-weight:bold;padding:11px;font-size:14px;border-radius:10px;column-gap:5px}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .check-input-wrap,.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .award-wrap .check-input-wrap,.dailyfeed-container .left-content-wrap .edit-profile-content .role-content .role-wrap .check-input-wrap,.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .check-input-wrap,.left-content-wrap .edit-profile-content .award-content .award-wrap .check-input-wrap,.left-content-wrap .edit-profile-content .role-content .role-wrap .check-input-wrap{position:relative}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .check-input-wrap svg,.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .award-wrap .check-input-wrap svg,.dailyfeed-container .left-content-wrap .edit-profile-content .role-content .role-wrap .check-input-wrap svg,.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .check-input-wrap svg,.left-content-wrap .edit-profile-content .award-content .award-wrap .check-input-wrap svg,.left-content-wrap .edit-profile-content .role-content .role-wrap .check-input-wrap svg{position:absolute;top:40%;left:50%;transform:translate(-50%, -50%)}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .check-input-wrap input[type=checkbox],.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .award-wrap .check-input-wrap input[type=checkbox],.dailyfeed-container .left-content-wrap .edit-profile-content .role-content .role-wrap .check-input-wrap input[type=checkbox],.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .check-input-wrap input[type=checkbox],.left-content-wrap .edit-profile-content .award-content .award-wrap .check-input-wrap input[type=checkbox],.left-content-wrap .edit-profile-content .role-content .role-wrap .check-input-wrap input[type=checkbox]{width:25px;height:25px;-webkit-appearance:none;-moz-appearance:none;outline:none;border:1px solid #afafaf;border-radius:5px}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .check-input-wrap input[type=checkbox]:checked,.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .award-wrap .check-input-wrap input[type=checkbox]:checked,.dailyfeed-container .left-content-wrap .edit-profile-content .role-content .role-wrap .check-input-wrap input[type=checkbox]:checked,.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .check-input-wrap input[type=checkbox]:checked,.left-content-wrap .edit-profile-content .award-content .award-wrap .check-input-wrap input[type=checkbox]:checked,.left-content-wrap .edit-profile-content .role-content .role-wrap .check-input-wrap input[type=checkbox]:checked{background-color:#1f94ff}.emp-header-wrap .header-text,.profile-header-wrap .header-text,.content-wrap-header .right-content-header .header-text{flex:1;flex-shrink:0;min-width:fit-content}.emp-header-wrap .header-text .breadcrumb,.profile-header-wrap .header-text .breadcrumb,.content-wrap-header .right-content-header .header-text .breadcrumb{margin-bottom:0;font-size:10px;white-space:nowrap}.emp-header-wrap .header-text .breadcrumb .breadcrumb-item,.profile-header-wrap .header-text .breadcrumb .breadcrumb-item,.content-wrap-header .right-content-header .header-text .breadcrumb .breadcrumb-item{white-space:nowrap}.emp-header-wrap .header-text .breadcrumb .breadcrumb-item a,.profile-header-wrap .header-text .breadcrumb .breadcrumb-item a,.content-wrap-header .right-content-header .header-text .breadcrumb .breadcrumb-item a{color:var(--text-grey);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:350px;display:inline-block;vertical-align:bottom}.emp-header-wrap .header-text .breadcrumb .breadcrumb-item.active,.profile-header-wrap .header-text .breadcrumb .breadcrumb-item.active,.content-wrap-header .right-content-header .header-text .breadcrumb .breadcrumb-item.active{color:#5a5555;font-weight:700;white-space:nowrap}.emp-header-wrap .header-text a span,.profile-header-wrap .header-text a span,.content-wrap-header .right-content-header .header-text a span{padding:5px 10px;background:#f0f8ff;margin-right:8px}.emp-header-wrap .header-text a span svg,.profile-header-wrap .header-text a span svg,.content-wrap-header .right-content-header .header-text a span svg{color:var(--blue-theme)}.emp-header-wrap .header-text .first,.profile-header-wrap .header-text .first,.content-wrap-header .right-content-header .header-text .first{font-size:22px;font-family:var(--font-normal);font-weight:600;color:#2f2f2f}.Leave-setting-wrap .profile-header-wrap,.dailyfeed-container .profile-header-wrap,.profile-header-wrap,.content-wrap-header{padding:0px 0px 12px 0px;border-bottom:1px solid #d1d1d1}.profile-header-wrap .right-content-header,.content-wrap-header .right-content-header{display:flex;justify-content:space-between;align-items:center;gap:20px}.profile-header-wrap .right-content-header .header-text,.content-wrap-header .right-content-header .header-text{flex:1 1 auto;min-width:0}.profile-header-wrap .right-content-header .profile-header-img,.content-wrap-header .right-content-header .profile-header-img{flex:0 1 auto;min-width:0}.profile-header-wrap .edit-profile-header,.content-wrap-header .edit-profile-header{display:flex;color:#2f2f2f;align-items:flex-start;justify-content:space-between;gap:20px;width:100%}.profile-header-wrap .edit-profile-header .header-text,.content-wrap-header .edit-profile-header .header-text{flex:0 0 auto;min-width:fit-content;flex-shrink:0;align-self:flex-start}.profile-header-wrap .edit-profile-header .profile-header-img,.content-wrap-header .edit-profile-header .profile-header-img{flex:0 1 auto;min-width:0;max-width:calc(100% - 20px);align-self:flex-start;display:inline-flex;column-gap:0}.profile-header-wrap .edit-profile-header .profile-header-img div:first-child,.content-wrap-header .edit-profile-header .profile-header-img div:first-child{margin-right:0;padding-right:0;max-width:calc(100% - 41.59px);white-space:normal;overflow-wrap:anywhere;flex:0 1 auto;min-width:0}.profile-header-wrap .edit-profile-header .profile-header-img .profile-img-wrap,.content-wrap-header .edit-profile-header .profile-header-img .profile-img-wrap{margin-left:0;flex-shrink:0}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results,.search-wrap .search-input .search-results,.attendance-wrap .emp-header-right .search-bar-wrap .search-input .search-results,.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results,.left-content-wrap .profile-details #details-form .form-field-wrap .search-results{z-index:1;position:absolute;top:100%;left:0%;width:95% !important;list-style-type:none;width:100%;padding:0px;border-radius:5px;border:1px solid var(--primary-light-grey);overflow-y:scroll;max-height:140px;scroll-behavior:smooth}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results li,.search-wrap .search-input .search-results li,.attendance-wrap .emp-header-right .search-bar-wrap .search-input .search-results li,.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results li,.left-content-wrap .profile-details #details-form .form-field-wrap .search-results li{color:var(--primary-theme);font-size:16px;padding:5px 12px;font-weight:bold;cursor:pointer;background-color:var(--primary-theme-white)}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results li.active,.search-wrap .search-input .search-results li.active,.attendance-wrap .emp-header-right .search-bar-wrap .search-input .search-results li.active,.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results li.active,.left-content-wrap .profile-details #details-form .form-field-wrap .search-results li.active{background-color:var(--primary-theme);color:var(--primary-theme-white)}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results li:hover,.search-wrap .search-input .search-results li:hover,.attendance-wrap .emp-header-right .search-bar-wrap .search-input .search-results li:hover,.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results li:hover,.left-content-wrap .profile-details #details-form .form-field-wrap .search-results li:hover{background-color:var(--primary-theme);color:var(--primary-theme-white)}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results .img-data,.search-wrap .search-input .search-results .img-data,.attendance-wrap .emp-header-right .search-bar-wrap .search-input .search-results .img-data,.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results .img-data,.left-content-wrap .profile-details #details-form .form-field-wrap .search-results .img-data{display:flex;align-items:center;gap:15px}.profile-header-wrap .custom-nav-pills{display:block !important;background-color:#f2f2f2;border-radius:30px}.profile-header-wrap .custom-nav-pills .btn-tab-pills{background:none;font-family:"Pacaembu Trial Medium",sans-serif;border:none;border-bottom:none;font-weight:bold;color:gray;padding-left:30px;padding-right:30px}.unlock-request-wrap .dropdown-list,.emp-header-wrap .dropdown-list,.profile-header-wrap .dropdown-list{display:flex;background-color:#fff;border:1px solid #e1e1e1;color:#000;align-items:center;justify-content:space-between;min-width:135px;height:42px;padding:0 12px}.unlock-request-wrap .dropdown-toggle::after,.emp-header-wrap .dropdown-toggle::after,.profile-header-wrap .dropdown-toggle::after{color:gray;border-top:.4em solid;border-right:.4em solid rgba(0,0,0,0);border-left:.4em solid rgba(0,0,0,0)}.unlock-request-wrap .dropdown-menu,.emp-header-wrap .dropdown-menu,.profile-header-wrap .dropdown-menu{max-height:200px;overflow-y:scroll}.search-bar-wrap{display:flex;column-gap:8px;align-items:center;height:2.5rem;border:1px solid var(--primary-light-grey);padding:6px 10px;border-radius:6px;position:relative;background-color:var(--primary-theme-white);transition:border-color .3s ease,box-shadow .3s ease}.search-bar-wrap:hover{border-color:#40518a}.search-bar-wrap:focus-within{border-color:#40518a;box-shadow:0 0 0 2px rgba(64,81,138,.1)}.search-bar-wrap .header-search-type{display:flex;column-gap:6px;align-items:center}.search-bar-wrap .header-search-type img{width:18px;height:18px;cursor:pointer;transition:filter .3s ease,transform .2s ease}.search-bar-wrap .header-search-type img:hover{transform:scale(1.1)}.search-bar-wrap .header-search-type img.active{filter:brightness(0.8) saturate(1.2);transform:scale(1.1);opacity:.8}.search-bar-wrap .header-search-type span{cursor:pointer;color:var(--text-grey);display:flex;align-items:center;justify-content:center;transition:color .3s ease}.search-bar-wrap .header-search-type span:hover{color:#40518a}.search-bar-wrap .header-search-type span .font-20{font-size:14px}.search-bar-wrap .search-input{flex:1;position:relative;min-width:0}.search-bar-wrap .search-input input{border:none;height:2rem;width:100%;font-size:13px;background:rgba(0,0,0,0);color:var(--text-black);font-family:var(--font-regular);outline:none;box-sizing:border-box}.search-bar-wrap .search-input input::placeholder{color:#a0a0a0;font-size:13px;font-weight:400}.search-bar-wrap .search-input input:focus{outline:none}.search-bar-wrap .search-input .search-results{z-index:1000;position:absolute;top:100%;left:0;right:auto;box-sizing:border-box;list-style-type:none;padding:4px;border-radius:6px;border:1px solid var(--primary-light-grey);overflow-y:scroll;max-height:140px;scroll-behavior:smooth;background-color:var(--primary-theme-white);box-shadow:0 4px 8px rgba(0,0,0,.1)}.search-bar-wrap .search-input .search-results li{color:var(--primary-theme);font-size:12px;padding:6px 8px;font-weight:500;cursor:pointer;background-color:var(--primary-theme-white);border-bottom:.5px solid rgba(0,0,0,.1);transition:background-color .2s ease,color .2s ease;border-radius:4px;margin-bottom:2px}.search-bar-wrap .search-input .search-results li:last-child{border-bottom:none;margin-bottom:0}.search-bar-wrap .search-input .search-results li:hover{background-color:#f8f9fa;color:#40518a}.search-bar-wrap .search-input .search-results li.active{background-color:var(--primary-theme);color:var(--primary-theme-white)}.search-bar-wrap .search-input .search-results li.search-list{display:flex;align-items:center;gap:8px}.search-bar-wrap .search-input .search-results li.search-list .profile-picture{width:24px;height:24px;border-radius:50%;flex-shrink:0}.search-bar-wrap .search-input .search-results li.search-list .profile-picture img{width:100%;height:100%;object-fit:cover;border-radius:50%}.search-bar-wrap .search-input .search-results li.search-list div{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[dark-theme=dark] .search-bar-wrap{background-color:var(--primary-background-white);border-color:var(--primary-light-grey)}[dark-theme=dark] .search-bar-wrap:hover{border-color:#40518a}[dark-theme=dark] .search-bar-wrap:focus-within{border-color:#40518a;box-shadow:0 0 0 2px rgba(64,81,138,.1)}[dark-theme=dark] .search-bar-wrap .header-search-type{color:#fff}[dark-theme=dark] .search-bar-wrap .header-search-type span{color:#fff}[dark-theme=dark] .search-bar-wrap .header-search-type span:hover{color:#40518a}[dark-theme=dark] .search-bar-wrap .search-input input{color:#fff;background-color:var(--primary-background-white)}[dark-theme=dark] .search-bar-wrap .search-input input::placeholder{color:#fff}[dark-theme=dark] .search-bar-wrap .search-input .search-results{background-color:var(--primary-background-white);border-color:var(--primary-light-grey)}[dark-theme=dark] .search-bar-wrap .search-input .search-results li{background-color:var(--primary-background-white);color:#fff}[dark-theme=dark] .search-bar-wrap .search-input .search-results li:hover{background-color:#444;color:#40518a}[dark-theme=dark] .search-bar-wrap .search-input .search-results li.active{background-color:var(--primary-theme);color:var(--primary-theme-white)}@media screen and (max-width: 1500px){.search-bar-wrap{column-gap:15px;height:3.5em;width:23em;padding:17px 13px}.search-bar-wrap .search-input input{font-size:.875em}}@media screen and (max-width: 1230px){.search-bar-wrap{column-gap:10px;padding:10px 15px}.search-bar-wrap .header-search-type{column-gap:8px}.search-bar-wrap .header-search-type img{width:18px;height:18px}.search-bar-wrap .header-search-type span .font-20{font-size:14px}.search-bar-wrap .search-input input{font-size:.875em}.search-bar-wrap .search-input input::placeholder{font-size:.875em}.search-bar-wrap .search-input .search-results li{font-size:14px;padding:4px 10px}.search-bar-wrap .search-input .search-results li.search-list{gap:8px}.search-bar-wrap .search-input .search-results li.search-list .profile-picture{width:22px;height:22px}}@media screen and (max-width: 1080px){.search-bar-wrap{column-gap:8px;padding:8px 12px;height:3em}.search-bar-wrap .header-search-type{column-gap:6px}.search-bar-wrap .header-search-type img{width:16px;height:16px}.search-bar-wrap .header-search-type span .font-20{font-size:12px}.search-bar-wrap .search-input input{font-size:.8125em}.search-bar-wrap .search-input input::placeholder{font-size:.8125em}.search-bar-wrap .search-input .search-results{max-height:120px}.search-bar-wrap .search-input .search-results li{font-size:13px;padding:3px 8px}.search-bar-wrap .search-input .search-results li.search-list{gap:6px}.search-bar-wrap .search-input .search-results li.search-list .profile-picture{width:20px;height:20px}}@media screen and (max-width: 768px){.search-bar-wrap{column-gap:6px;padding:6px 10px;height:2.75em}.search-bar-wrap .header-search-type{column-gap:4px}.search-bar-wrap .header-search-type img{width:14px;height:14px}.search-bar-wrap .header-search-type span .font-20{font-size:11px}.search-bar-wrap .search-input input{font-size:.75em}.search-bar-wrap .search-input input::placeholder{font-size:.75em}.search-bar-wrap .search-input .search-results{max-height:100px}.search-bar-wrap .search-input .search-results li{font-size:12px;padding:2px 6px}.search-bar-wrap .search-input .search-results li.search-list{gap:4px}.search-bar-wrap .search-input .search-results li.search-list .profile-picture{width:18px;height:18px}}.search-bar-wrap .header-search-type img{transition:filter .3s ease,transform .2s ease}.search-bar-wrap .header-search-type img:hover{transform:scale(1.1)}.search-bar-wrap .search-input .search-results{animation:slideDown .3s ease-out}.search-bar-wrap .search-input .search-results li{transition:background-color .2s ease,color .2s ease}.search-bar-wrap .search-input .search-results li:hover{transform:translateX(2px)}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-bar-wrap .header-search-type img:focus,.search-bar-wrap .header-search-type span:focus{outline:2px solid #40518a;outline-offset:2px;border-radius:2px}.search-bar-wrap .search-input input:focus{outline:none}.search-bar-wrap.loading .header-search-type img{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}.tooltip .tooltip-inner{background-color:#40518a;color:#fff;font-size:12px;padding:6px 10px;border-radius:4px}.tooltip .tooltip-arrow::before{border-top-color:#40518a}*{font-family:"Pacaembu Trial Medium",sans-serif !important}body{font-family:"Pacaembu Trial Medium",sans-serif !important}::-webkit-scrollbar{display:none}.loader-parent{height:500px}.loader-parent>h2{color:var(--text-black)}a{text-decoration:none}p{margin-bottom:0}input:focus,select:focus{outline:none}.flex-1{flex:1}.f-14{font-size:14px}select:focus-visible{outline:none}.cur-pointer{cursor:pointer}.border-line{border-bottom:1px solid gray;opacity:.5;margin-bottom:20px}.form-check-inline{color:#747474}.checkbox-row{padding:20px 0px}.form-check-input{border:2px solid #747474}.modal-text{padding:10px;color:gray;font-size:1rem}.fade{opacity:1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(7px)}.btn-close{--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27red%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e");opacity:unset}.modal-btn{background-color:#418d48;color:#fff;font-size:17px}.modal-heading{color:var(--unnamed-color-222222);text-align:left;font-weight:500;font-size:20px;color:#222}.modal-header{padding:24px 30px 20px 30px;border-bottom:1px solid #dee2e6}.modal-body{padding:20px 20px 0px 20px}.modal-scroll{max-height:520px;overflow-y:scroll;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#d1d1d1 rgba(0,0,0,0)}.modal-footer{padding:20px;border-top:unset}.group-img img{margin-right:.5rem;width:25px}.name-label{font-family:var(--font-regular);color:var(--table-content-theme)}.custom-table-data .name-label,.custom-table-data .name .name-label{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:100% !important;display:block !important;min-width:0 !important}.list-empl{color:#000;font-size:22px}.chevron{width:25px;height:25px;background-color:#ebf5ff;text-align:center}.list-empl{color:#000;font-size:20px;font-weight:600}.tbl-class{background-color:#f8f9fa;border-bottom:2px solid #fff}.custom-table-parent .custom-table-head-parent{display:flex;padding:12px 10px;background:#dbdbdb;width:100%;opacity:.8;font-weight:900}.custom-table-parent .custom-table-head-parent.on-duty-table-header{padding:12px 24px}@media(min-width: 1010px)and (max-width: 1400px){.custom-table-parent .custom-table-head-parent.on-duty-table-header .custom-table-head{padding:10px 7px}.custom-table-parent .custom-table-head-parent.on-duty-table-header+.custom-table-data-parent .custom-table-data{padding:10px 7px}}.custom-table-parent .custom-table-head-parent .custom-table-head{font-size:14px;color:#333;font-weight:900;font-family:var(--font-regular-sans) !important;opacity:1}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_5{flex:0 0 5%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_10{flex:0 0 10%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_12{flex:0 0 12%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_13{flex:0 0 13%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_15{flex:0 0 15%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_18{flex:0 0 18%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_17{flex:0 0 17%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_20{flex:0 0 20%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_22{flex:0 0 22%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_25{flex:0 0 25%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_30{flex:0 0 30%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_35{flex:0 0 35%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_40{flex:0 0 40%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_45{flex:0 0 45%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_50{flex:0 0 50%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_55{flex:0 0 55%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_60{flex:0 0 60%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_3{flex:0 0 3%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_7{flex:0 0 7%}.custom-table-parent .custom-table-head-parent .custom-table-head.max_width_8{flex:0 0 8%}.custom-table-parent .custom-table-head-parent .padding-left{padding-left:20px}.custom-table-parent .custom-table-data-parent{max-height:calc(100vh - 250px);overflow-y:scroll;overscroll-behavior:contain;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.custom-table-parent .custom-table-data-parent .custome-table-data-child{background:#faf8f8;display:flex;padding:4px 10px;align-items:center;border:1px solid #ededed;flex-wrap:nowrap}.custom-table-parent .custom-table-data-parent .custome-table-data-child.late-attendance-row{border-left:4px solid #e20303 !important;background:#fff5f5 !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child.late-attendance-row .custom-table-data .name{color:#e20303;font-weight:500}.custom-table-parent .custom-table-data-parent .custome-table-data-child.late-attendance-row .custom-table-data:first-child .name{font-weight:600}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data{font-size:14px;font-family:var(--font-regular-sans);color:var(--table-text-theme);overflow-y:auto;min-width:0;overflow:hidden}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .title{display:none}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;line-height:1.2;min-width:0;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.show-name),.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.show-name),.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.full-name),.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.full-name){overflow:hidden !important;min-width:0}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.show-name) .name,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.show-name) .name,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.full-name) .name,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.full-name) .name{overflow:hidden !important;min-width:0}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.show-name) .name>div.show-name,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.show-name) .name>div.show-name,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.full-name) .name>div.show-name,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.full-name) .name>div.show-name{overflow:hidden !important;min-width:0}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.show-name) .name>div.show-name>div:first-child,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.show-name) .name>div.show-name>div:first-child,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.full-name) .name>div.show-name>div:first-child,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.full-name) .name>div.show-name>div:first-child{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:100% !important;display:block !important;min-width:0 !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.show-name) .name>div.full-name,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.show-name) .name>div.full-name,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.full-name) .name>div.full-name,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.full-name) .name>div.full-name{overflow:hidden !important;min-width:0}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.show-name) .name>div.full-name>.name-label,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.show-name) .name>div.full-name>.name-label,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.full-name) .name>div.full-name>.name-label,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.full-name) .name>div.full-name>.name-label{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:100% !important;display:block !important;min-width:0 !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.show-name) .name>div.full-name>div.ml-2,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.show-name) .name>div.full-name>div.ml-2,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.full-name) .name>div.full-name>div.ml-2,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.full-name) .name>div.full-name>div.ml-2{overflow:hidden !important;min-width:0}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.show-name) .name>div.full-name>div.ml-2>div.name-label,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.show-name) .name>div.full-name>div.ml-2>div.name-label,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15:has(.full-name) .name>div.full-name>div.ml-2>div.name-label,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20:has(.full-name) .name>div.full-name>div.ml-2>div.name-label{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:100% !important;display:block !important;min-width:0 !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_25{overflow:visible;min-width:0;max-width:25%;box-sizing:border-box;padding-right:10px;display:flex;align-items:center}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_25 .name{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.4;display:block;max-width:90%;overflow:visible}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_30{overflow:visible;min-width:0;max-width:30%;box-sizing:border-box;padding-right:10px;display:flex;align-items:center}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_30 .name{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.4;display:block;max-width:90%;overflow:visible}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .colon{display:none}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .icon-box{height:19px;width:19px;border-style:solid;border-width:1px;border-radius:4px;align-items:center;position:relative;top:3px;border:1px solid #fff;margin-right:4px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .icon-box .icon-design{color:#fff;font-size:14px;position:absolute;top:2px;left:2px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name .recipient-parent{align-items:baseline}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name .recipient-parent svg{width:10px;height:10px;border:1px solid var(--text-black);border-radius:50%;padding:3px;margin-right:5px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name .recipient-parent .profile-picture{width:23px;height:20px;margin-right:7px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_4{flex:0 0 4%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_5{flex:0 0 5%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_10{flex:0 0 10%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_12{flex:0 0 12%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_13{flex:0 0 13%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .department-column-wrap{white-space:normal !important;overflow:visible !important;text-overflow:unset !important;word-wrap:break-word !important;word-break:break-word !important;display:inline-block !important;width:100% !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15{flex:0 0 15%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15 .branch-cut{width:100% !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;display:block !important;min-width:0 !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_18{flex:0 0 18%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_18{flex:0 0 18%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_17{flex:0 0 17%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20{flex:0 0 20%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_22{flex:0 0 22%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_25{flex:0 0 25%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_30{flex:0 0 30%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_35{flex:0 0 35%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_40{flex:0 0 40%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_45{flex:0 0 45%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_50{flex:0 0 50%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_55{flex:0 0 55%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_60{flex:0 0 60%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_3{flex:0 0 3%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_7{flex:0 0 7%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_8{flex:0 0 8%}.custom-table-parent .custom-table-data-parent .custome-table-data-child.grand-child{background-color:#cbc8c8 !important}.custom-table-parent .customPmDataAableParent{max-height:calc(100vh - 390px)}.custom-table-parent .resignation-table-scroll-fix{max-height:calc(100vh - 250px);overflow-y:scroll;padding-bottom:52px}.content-wrap-header .edit-profile-header{justify-content:space-between}.content-wrap-header .content-header-btn button{padding:10px 25px;border-radius:5px;background-color:#40518a;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.content-wrap{padding:15px 0px 0 5px}.image-upload{justify-content:center;display:flex;align-items:center;width:100%;border-radius:10px;height:250px;font-size:30px;margin-bottom:5px}.image-upload.drag-drop-on-kanban-board{height:100px;border:none}.upload-text{color:#bcbcbc;font-size:17px;text-transform:capitalize}.fa-cloud-arrow-up{color:#1d94ff;font-size:40px}.dropdown .dropdown-export{width:11rem;background-color:#fff;border:1px solid #e1e1e1;color:#bcbcbc;border-radius:5px;align-items:center;justify-content:space-between}.dropdown .btn:hover{background-color:unset;border-color:unset}.bg-odd{background-color:var(--bg-odd) !important}.bg-even{background-color:var(--bg-even) !important}.col-header-0 .col-header-1 .col-header-2{font-family:var(--font-regular)}.edit-box{display:flex;justify-content:center;align-items:center;height:24px;width:22px;background-color:#ebf5ff;color:#1f94ff;font-size:19px;margin-right:.5rem;border-radius:5px;border:solid;border-width:1px;cursor:pointer}.edit-box svg{font-size:10px}.del-box{display:flex;justify-content:center;align-items:center;height:24px;width:22px;background-color:#ffe9e9;color:#f53838;font-size:19px;margin-right:.5rem;border-radius:5px;border:solid;border-width:1px;cursor:pointer}.del-box svg{font-size:10px}.del-box img{height:10px}.view-box{display:flex;justify-content:center;align-items:center;height:24px;width:22px;background-color:#e8edfe;color:#40518a;font-size:19px;margin-right:.5rem;border-radius:5px;border:solid;border-width:1px;cursor:pointer}.view-box svg{font-size:10px}.retro-box{display:flex;justify-content:center;align-items:center;height:24px;width:22px;background-color:#e8edfe;color:#debcee;font-size:19px;margin-right:.5rem;border-radius:5px;border:solid;border-width:1px;cursor:pointer}.retro-box svg{font-size:10px}.proj-box{display:flex;justify-content:center;align-items:center;height:24px;width:22px;background-color:#c4e9c7;color:#e3ffe6;font-size:19px;margin-right:.5rem;border-radius:5px;border:solid 1px #00a81a;border-width:1px;cursor:pointer}.proj-box img{height:10px}.proj-box svg{font-size:10px}.check-box{display:flex;justify-content:center;align-items:center;height:24px;width:22px;background-color:#d8f2dc;color:#00a81a;font-size:19px;margin-right:.5rem;border-radius:5px;border:solid;border-width:1px;cursor:pointer}.check-box svg{font-size:10px}.visit-box{display:flex;justify-content:center;align-items:center;height:24px;width:22px;background-color:#ffebff;color:#710071;font-size:19px;margin-right:.5rem;border-radius:5px;border:"none";border-width:1px;cursor:pointer}.visit-box svg{font-size:10px}.close-box{display:flex;justify-content:center;align-items:center;height:24px;width:22px;background-color:#fff6e5;color:#f9a503;font-size:19px;margin-right:.5rem;border-radius:5px;border:solid;border-width:1px;cursor:pointer}.close-box svg{font-size:10px}.disable-box{display:flex;justify-content:center;align-items:center;height:23px;width:22px;background-color:#eee;color:#878787;font-size:19px;margin-right:.5rem;border-radius:5px;border:"none";border-width:1px;cursor:auto}.disable-box svg{font-size:10px}.export-box{display:flex;justify-content:center;align-items:center;height:42px;width:35px;background-color:#fff;color:#1f94ff;font-size:19px;margin-right:.5rem;border-radius:5px;border:1px solid #1f94ff;border-width:1px;cursor:pointer}.export-resource{display:flex;justify-content:center;align-items:center;height:42px;width:38px;background-color:#eff3ff;color:#eff3ff;font-size:19px;margin-right:.5rem;border-radius:5px;border:none;border-width:1px;cursor:pointer}.client-resource{padding:12px;display:flex;justify-content:center;align-items:center;height:42px;width:auto;background-color:#eff3ff;color:#7c7d80;font-size:19px;margin-right:.5rem;border-radius:5px;border:none;border-width:1px;cursor:pointer}.envelop-box{display:flex;justify-content:center;align-items:center;height:35px;width:35px;background-color:#fff;color:#1f94ff;font-size:19px;margin-right:.5rem;border-radius:5px;border:1px solid #1f94ff;border-width:1px;cursor:pointer}.reload-box{display:flex;justify-content:center;align-items:center;height:35px;width:35px;background-color:#d8f2dc;color:#00a81a;font-size:19px;margin-right:.5rem;border-radius:5px;border:"none";border-width:1px;cursor:pointer}.phone-clr{color:#535353;font-size:13px;font-weight:400}.role-cut{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80px}.offerd-role-cut{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.document-modal{display:flex;flex-wrap:wrap;column-gap:15px}.document-modal .modal-label-font-style{font-family:var(--font-regular) !important}.document-modal .uploaded-file-view{position:relative;flex:1;min-width:0;box-sizing:border-box}.document-modal .uploaded-file-view .image-upload{justify-content:center;display:flex;align-items:center;border-radius:20px;height:165px;font-size:30px;margin-bottom:5px;padding:17px;margin-top:0px !important;cursor:pointer}.document-modal .uploaded-file-view .image-upload img{width:100%;height:100%;object-fit:contain;vertical-align:middle}.document-modal .uploaded-file-view .image-upload .upload_icon{width:50%}.document-modal .uploaded-file-view .action-btn{position:absolute;justify-content:space-between;top:20%;right:10%}.document-modal .uploaded-file-view .action-btn .file-action-box{border-radius:30px;height:30px;width:30px;border:2px solid #fff}.document-modal .uploaded-file-view .action-btn .download-box{background-color:#e2ffe5;color:#418d48}.document-modal .uploaded-file-view .action-btn .download-box a{color:#418d48}.document-modal .uploaded-file-view .action-btn .close-box{background-color:#ffece5;color:#ff4600}.document-modal .uploaded-file-view .action{position:absolute;justify-content:space-between;top:12%;right:21%}.document-modal .uploaded-file-view .action .file-action-box{border-radius:30px;height:30px;width:30px;border:2px solid #fff}.document-modal .uploaded-file-view .action .download-box{background-color:#e2ffe5;color:#418d48}.document-modal .uploaded-file-view .action .download-box a{color:#418d48}.document-modal .uploaded-file-view .action .close-box{background-color:#ffece5;color:#ff4600}.toolTip-icon{display:flex;justify-content:center;align-items:center;color:#40518a;border-radius:25px;background-color:#e8edfe;font-size:14px;width:25px;height:25px}.profile-picture{width:35px;height:35px;margin-right:5px;border-radius:50%}.view-modal .view-label{font-family:var(--font-regular)}.clearance-templates-wrap .custom-table-parent .custom-table-data-parent.clearance-templates-table-data{max-height:calc(100vh - 360px) !important;overflow-y:auto !important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:40px}.exit-interview-list-wrap .custom-table-parent .custom-table-data-parent{max-height:calc(100vh - 330px)}.profile-field-visibility-wrap .custom-table-parent .custom-table-data-parent{max-height:calc(100vh - 400px)}.clearance-requests-wrap .custom-table-parent .custom-table-data-parent.clearance-requests-table-data{max-height:calc(100vh - 390px) !important;overflow-y:auto !important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:160px}.hrms-wrap .paginate-bar{position:fixed;bottom:0;display:flex;justify-content:space-between;padding:0px 30px;width:calc(100% - 260px);background-color:#fff;left:281px;height:35px}.hrms-wrap .paginate-bar .text-item{font-size:13px;color:#535353;padding-top:10px}.hrms-wrap .paginate-bar #container{margin:1rem}.hrms-wrap .paginate-bar ul{list-style-type:none}.hrms-wrap .paginate-bar .items{margin-bottom:1rem}.hrms-wrap .paginate-bar .pagination{display:flex;border-radius:30px;gap:5px;justify-content:space-between;padding:5px 10px 5px 10px;margin:0px}.hrms-wrap .paginate-bar .page-item{min-width:28px;max-width:28px;min-height:28px;max-height:28px;width:28px;height:28px;display:flex;justify-content:center;align-items:center;color:#8d8d8d;font-size:13px;cursor:pointer;padding:0 !important;margin:0 !important;position:relative}.hrms-wrap .paginate-bar .page-item a{display:flex;width:100%;height:100%;align-items:center;justify-content:center;padding:0 !important;margin:0 !important;text-decoration:none;color:inherit;cursor:pointer;position:absolute;top:0;left:0;right:0;bottom:0}.hrms-wrap .paginate-bar .disabled{pointer-events:none;opacity:.6;cursor:not-allowed}.hrms-wrap .paginate-bar .active{background-color:#40518a;padding:0;border-radius:4px;color:#fff;min-width:28px;max-width:28px;min-height:28px;max-height:28px;width:28px;height:28px}.hrms-wrap .paginate-bar .prev-link{color:#000;font-weight:bold;background-color:#e5e5e5;padding:0 !important;margin:0 !important;border-radius:4px;font-size:11px;display:flex;min-width:28px;max-width:28px;min-height:28px;max-height:28px;width:28px;height:28px;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;position:relative}.hrms-wrap .paginate-bar .next-link{background-color:#e5e5e5;color:#000;padding:0 !important;margin:0 !important;font-size:11px;border-radius:4px;font-weight:bold;display:flex;min-width:28px;max-width:28px;min-height:28px;max-height:28px;width:28px;height:28px;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;position:relative}.hrms-wrap.collapsed .paginate-bar{width:calc(100% - 82px);left:89px}.hrms-wrap .leave-pagination{width:calc(100% - 718px)}.hrms-wrap .pmboard-pagination{width:calc(100% - 189px);left:209px}.hrms-wrap.pmboard-pagination{width:calc(100% - 82px);left:89px}.hrms-wrap .tag-pagination{left:0px !important;width:100% !important}.hrms-wrap .edit-tag-pagination{width:calc(75% - 200px) !important}.hrms-wrap.collapsed .leave-pagination{width:calc(100% - 550px);left:83px}.hrms-wrap.collapsed .pmboard-pagination{width:calc(100% - 90px);left:90px}.hrms-wrap.collapsed .tag-pagination{left:0px !important;width:100% !important}.hrms-wrap.collapsed .edit-tag-pagination{width:calc(75% - 77px) !important;left:89px}.advance-setting-content{padding:10px 0px 0px 1px}.advance-setting-content .advance-card{margin-bottom:10px}.advance-setting-content .advance-card .form-switch .form-check-input{padding:12px;width:3em;box-shadow:none}.advance-setting-content .advance-card .form-switch .form-check-input:not(:checked){background-color:#e2e2e2;border:none}.advance-setting-content .advance-card .setting-icon{margin-right:1rem;color:#1f94ff}.advance-setting-content .advance-card .setting-card-title{font-weight:bold}.advance-setting-content .advance-card .setting-card-text{color:var(--text-grey);font-size:16px}.Toastify__toast--info{border-left:6px solid #1f94ff}.Toastify__toast--success{border-left:6px solid green}.Toastify__toast--error{border-left:6px solid red}.Toastify__toast--warning{border-left:6px solid #ffb300}:root{--toastify-color-info: #c9e4fe;--toastify-color-success: #cbeed0;--toastify-color-warning: #fef6df;--toastify-color-error: #ffeeee;--toastify-text-color-info: #1f94ff;--toastify-text-color-success: #007512;--toastify-text-color-warning: #ffb300;--toastify-text-color-error: #ff0000}.Toastify__close-button>svg{color:#000 !important;fill:unset}.Toastify__toast-theme--colored{width:500px;font-size:16px;font-weight:600}.calenderWarp{display:inline-block;position:relative;width:128px !important}.calenderWarp .inputBox{background:rgba(0,0,0,0);width:100% !important;border:1px solid #e1e1e1;color:#bcbcbc;padding:6px;font-size:12px !important;border-radius:5px;height:42px;z-index:1;position:relative}.calendarElement{position:absolute;left:50%;transform:translateX(-50%);top:40px;border:1px solid #ccc;z-index:999}.checkbox{display:flex;align-items:center}.input-checkbox{width:20px;height:20px}.search-results .search-list{display:flex;align-items:center;gap:8px}.search-results .search-list .profile-picture{width:24px;height:24px;border-radius:50%}.search-results .search-list .search-name-text{flex:1;font-size:12px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.4;min-width:0}.label-field .error-field{font-size:12px}.handle-drop{color:gray}.pi-chart{position:relative;width:100%;height:100%}.pi-chart-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;background-color:#fff;border-radius:50%}.checkbox-hide{display:none}.disableBtn{background-color:#f8f8f8;color:#cbcbcb;--bs-btn-border-color: unset !important;font-size:8px !important}.disableBtn.btn:hover{color:#cbcbcb;background-color:#f8f8f8;border-color:unset;border:unset}.leave-btn{width:100px}.css-wsp0cs-MultiValueGeneric{background:#f4fbff}.css-12a83d4-MultiValueRemove{background:#f4fbff}.modalTitle{font-weight:600}.modal-sub-head{font-weight:bold;font-size:15px;color:#505574}.tab-time{color:#007512}.extra-label-field{font-size:13px;color:#1f94ff;font-weight:lighter}.custom-file-upload{cursor:pointer !important}.tag-right-sidebar{height:calc(90vh - 100px)}::-webkit-search-cancel-button,::-webkit-clear-button{-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%2340518A%22%20d%3D%22M128%200c17.7%200%2032%2014.3%2032%2032V64H288V32c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032V64h48c26.5%200%2048%2021.5%2048%2048v48H0V112C0%2085.5%2021.5%2064%2048%2064H96V32c0-17.7%2014.3-32%2032-32zM0%20192H448V464c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48V192zm64%2080v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V272c0-8.8-7.2-16-16-16H80c-8.8%200-16%207.2-16%2016zm128%200v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V272c0-8.8-7.2-16-16-16H208c-8.8%200-16%207.2-16%2016zm144-16c-8.8%200-16%207.2-16%2016v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V272c0-8.8-7.2-16-16-16H336zM64%20400v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V400c0-8.8-7.2-16-16-16H80c-8.8%200-16%207.2-16%2016zm144-16c-8.8%200-16%207.2-16%2016v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V400c0-8.8-7.2-16-16-16H208zm112%2016v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V400c0-8.8-7.2-16-16-16H336c-8.8%200-16%207.2-16%2016z%22%2F%3E%3C%2Fsvg%3E");color:#40518a;cursor:pointer;height:1.5rem;margin-right:0;width:1.5rem}::-webkit-calendar-picker-indicator{color:#40518a;opacity:1;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%2340518A%22%20d%3D%22M128%200c17.7%200%2032%2014.3%2032%2032V64H288V32c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032V64h48c26.5%200%2048%2021.5%2048%2048v48H0V112C0%2085.5%2021.5%2064%2048%2064H96V32c0-17.7%2014.3-32%2032-32zM0%20192H448V464c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48V192zm64%2080v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V272c0-8.8-7.2-16-16-16H80c-8.8%200-16%207.2-16%2016zm128%200v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V272c0-8.8-7.2-16-16-16H208c-8.8%200-16%207.2-16%2016zm144-16c-8.8%200-16%207.2-16%2016v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V272c0-8.8-7.2-16-16-16H336zM64%20400v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V400c0-8.8-7.2-16-16-16H80c-8.8%200-16%207.2-16%2016zm144-16c-8.8%200-16%207.2-16%2016v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V400c0-8.8-7.2-16-16-16H208zm112%2016v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16V400c0-8.8-7.2-16-16-16H336c-8.8%200-16%207.2-16%2016z%22%2F%3E%3C%2Fsvg%3E");width:14px;height:18px;cursor:pointer;border-radius:50%;margin-left:.5rem}::-webkit-calendar-picker-indicator:hover{-webkit-box-shadow:0 0 0 4px rgba(0,0,0,.04);box-shadow:0 0 0 4px rgba(0,0,0,.04)}.react-datepicker__month-container,.react-datepicker__month,.react-datepicker__month-wrapper{overflow:hidden !important}.react-datepicker__month-text,.react-datepicker__year-text{overflow:hidden !important}input[type=date]::-webkit-datetime-edit{overflow:hidden}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none}input[type=date][name=dob]:focus~*{overflow:hidden !important;overscroll-behavior:none !important}input[type=date][name=dob]::-webkit-calendar-picker-indicator:active~*{overflow:hidden !important}body:has(input[type=date][name=dob]:focus){overflow:hidden !important;overscroll-behavior:none !important}input[type=date][name=dob]::shadow{overflow:hidden !important;overscroll-behavior:none !important}.add-branch{position:relative}.branch-tooltip{position:absolute;right:2%;top:2%}.show-more-profile{border-radius:15px;background-color:#ccf1d1;color:#00a81a;padding:3px 7px 3px 7px;font-size:10px;width:75px}.recipient-tooltip{z-index:4;display:flex;flex-direction:column;background-color:#fff;max-height:120px;overflow-y:auto;border-radius:5px;box-shadow:rgba(0,0,0,.35) 0px 5px 15px;padding:0px 10px 0px 10px;scrollbar-width:thin;scrollbar-color:#888 #f5f5f5}.recipient-tooltip::-webkit-scrollbar{width:6px}.recipient-tooltip::-webkit-scrollbar-track{background:#f5f5f5;border-radius:5px}.recipient-tooltip::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px}.recipient-tooltip::-webkit-scrollbar-thumb:hover{background-color:#555}.recipient-tooltip .recipient-parent{display:flex;padding-bottom:4px;padding-top:4px;border-bottom:1px solid #eeecec}.recipient-tooltip .recipient-parent .profile-picture{width:23px;height:20px;margin-right:7px}.recipient-tooltip.additional-visitors-tooltip{max-height:200px;padding:8px 10px}.recipient-tooltip.additional-visitors-tooltip .recipient-parent{gap:8px;padding:6px 8px !important;margin:2px 0;border-bottom:none;border-radius:6px;transition:background-color .15s ease,color .15s ease}.recipient-tooltip.additional-visitors-tooltip .recipient-parent .name-label,.recipient-tooltip.additional-visitors-tooltip .recipient-parent .profile-picture,.recipient-tooltip.additional-visitors-tooltip .recipient-parent svg{color:#374151}.recipient-tooltip.additional-visitors-tooltip .recipient-parent:hover{background-color:#405189 !important}.recipient-tooltip.additional-visitors-tooltip .recipient-parent:hover .name-label,.recipient-tooltip.additional-visitors-tooltip .recipient-parent:hover .profile-picture,.recipient-tooltip.additional-visitors-tooltip .recipient-parent:hover svg{color:#fff}.valid{color:#408d48 !important}.invalid{color:#e74c3c !important}.help-desk-profile{width:100%;border-radius:50%}.slick-next,.slick-next:hover{display:block;background:#000;color:#fff;border-radius:50%;padding:2px}.slick-prev,.slick-prev:hover{display:block;background:#000;color:#fff;border-radius:50%;padding:2px;left:1px !important;z-index:2}.password-toggle-btn{position:absolute;left:83%;top:36%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.password-toggle-btn svg{width:20px;height:20px;color:#1d94ff}.tab-content{height:100% !important}.reset-btn{border:none;color:gray}.modal-content .nav-tabs{display:flex !important;gap:10px;padding-top:10px;padding-left:15px;padding-bottom:10px;border-bottom:1px solid #dee2e6}.modal-content .nav-tabs .nav-item a{color:#000;font-size:18px}.modal-content .nav-tabs .nav-link.active{border:unset !important;border-radius:5px !important;padding:10px 25px;border-radius:5px;background-color:#40518a;color:var(--theme-white);border:none;height:"auto"}.modal-content .nav-tabs .header-content{font-size:20px}.modal-content .nav-tabs .reset-checkbox{position:absolute;right:10%;padding:10px 20px;border-radius:36px;border:1px solid #40518a}.modal-content .nav-tabs .reset-checkbox:hover{cursor:pointer;background-color:#eee}.modal-content .modal-text{padding:.375rem .75rem !important}.Toastify__toast-container{width:unset !important}.react-datepicker__month-read-view--selected-month{color:#000}.react-datepicker__year-read-view--selected-year{color:#000}.tooltip.custom-tooltip{opacity:1 !important}.tooltip.custom-tooltip .arrow::before{border-top-color:#fff !important}.tooltip.custom-tooltip .tooltip-inner{background-color:#fff !important;color:#000 !important;border:1px solid #e0e0e0 !important;box-shadow:0 2px 6px rgba(0,0,0,.1) !important;padding:6px 10px !important;font-size:13px !important}.view-btn{padding:5px 15px !important;font-size:12px !important;width:90px !important}.leave-modal-wrapper{display:flex;justify-content:space-between;align-items:center;background:#f2f2f2;padding:12px 5px;border-radius:6px;flex-shrink:0}.tabs-section{display:flex;gap:10px}.tabs-section .tab{padding:10px 20px;border-radius:4px 4px 0 0;background:#fff;cursor:pointer;font-size:14px;color:#555;border-bottom:2px solid rgba(0,0,0,0);transition:.2s ease}.tabs-section .tab.active{background:#f0eeff;color:#333;border-bottom:3px solid #3e3a9f;font-weight:500}@media screen and (max-width: 800px){.hrms-wrap .dashboard-wrap .inner-wrap.branch-wrap,.inner-wrap.branch-wrap,.content-container{overflow-x:hidden !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important}.custom-table-parent,.hrms-wrap .custom-table-parent,.dashboard-wrap .custom-table-parent,.content-container .custom-table-parent{width:100% !important;max-width:100% !important;box-sizing:border-box !important;overflow-x:hidden !important}.custom-table-parent .custom-table-head-parent,.hrms-wrap .custom-table-parent .custom-table-head-parent,.dashboard-wrap .custom-table-parent .custom-table-head-parent,.content-container .custom-table-parent .custom-table-head-parent{display:none !important}.custom-table-parent .custom-table-data-parent,.hrms-wrap .custom-table-parent .custom-table-data-parent,.dashboard-wrap .custom-table-parent .custom-table-data-parent,.content-container .custom-table-parent .custom-table-data-parent{overflow-x:hidden !important;overflow-y:visible !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;max-height:none !important;padding-bottom:0 !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child{display:block !important;flex-direction:column !important;padding:15px !important;margin-bottom:15px !important;border-radius:8px !important;box-shadow:0 2px 4px rgba(0,0,0,.1) !important;background:#fff !important;background-color:#fff !important;border:1px solid #e0e0e0 !important;flex-wrap:wrap !important;align-items:flex-start !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data{display:flex !important;align-items:center !important;justify-content:space-between !important;padding:8px 0 !important;border-bottom:1px solid #f0f0f0 !important;flex-wrap:wrap !important;gap:8px !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data:last-child,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data:last-child,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data:last-child,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data:last-child{border-bottom:none !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .title,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .title,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .title,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .title{display:inline-block !important;font-weight:600 !important;color:#666 !important;font-size:13px !important;min-width:120px !important;flex-shrink:0 !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .colon,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .colon,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .colon,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .colon{display:inline-block !important;margin:0 8px !important;color:#999 !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name{flex:1 !important;min-width:0 !important;text-align:right !important;font-size:14px !important;color:#333 !important;word-break:break-word !important;overflow-wrap:break-word !important;display:inline-block !important;max-width:100% !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;vertical-align:middle !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action{display:flex !important;gap:10px !important;align-items:center !important;justify-content:flex-end !important;width:100% !important;margin-top:5px !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .edit-box,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .del-box,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .edit-box,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .del-box,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .edit-box,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .del-box,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .edit-box,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .del-box{cursor:pointer !important;padding:5px !important;display:flex !important;align-items:center !important;justify-content:center !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_5,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_7,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_8,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_10,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_12,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_25,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_30,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_35,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_40,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_45,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_50,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_55,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_60,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_5,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_7,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_8,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_10,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_12,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_25,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_30,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_35,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_40,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_45,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_50,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_55,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_60,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_5,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_7,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_8,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_10,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_12,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_25,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_30,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_35,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_40,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_45,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_50,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_55,.dashboard-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_60,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_5,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_7,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_8,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_10,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_12,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_15,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_20,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_25,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_30,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_35,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_40,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_45,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_50,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_55,.content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data.max_width_60{flex:none !important;max-width:100% !important;width:100% !important;min-width:0 !important}.hrms-wrap .paginate-bar:not(.leave-pagination),.hrms-wrap .dashboard-wrap .content-container .paginate-bar:not(.leave-pagination),.content-container .paginate-bar:not(.leave-pagination),.paginate-bar:not(.leave-pagination){position:relative !important;left:0 !important;width:100% !important;max-width:100% !important;bottom:auto !important;padding:10px 15px !important;margin-top:15px !important;background-color:#fff !important;border-top:1px solid #e9e9e9 !important;box-sizing:border-box !important;overflow-x:auto !important;overflow-y:visible !important;height:auto !important;min-height:50px !important;display:flex !important;flex-direction:column !important;gap:10px !important;align-items:center !important;justify-content:center !important}.hrms-wrap .paginate-bar:not(.leave-pagination) .pagination,.hrms-wrap .dashboard-wrap .content-container .paginate-bar:not(.leave-pagination) .pagination,.content-container .paginate-bar:not(.leave-pagination) .pagination,.paginate-bar:not(.leave-pagination) .pagination{overflow:visible !important;margin:0 !important;flex-wrap:wrap !important;justify-content:center !important;gap:5px !important;width:100% !important;max-width:100% !important}.hrms-wrap .paginate-bar:not(.leave-pagination) .text-item,.hrms-wrap .dashboard-wrap .content-container .paginate-bar:not(.leave-pagination) .text-item,.content-container .paginate-bar:not(.leave-pagination) .text-item,.paginate-bar:not(.leave-pagination) .text-item{overflow:visible !important;white-space:nowrap !important;font-size:12px !important;padding:5px 0 !important;text-align:center !important;width:100% !important}.hrms-wrap .paginate-bar:not(.leave-pagination) .d-flex,.hrms-wrap .dashboard-wrap .content-container .paginate-bar:not(.leave-pagination) .d-flex,.content-container .paginate-bar:not(.leave-pagination) .d-flex,.paginate-bar:not(.leave-pagination) .d-flex{width:100% !important;max-width:100% !important;justify-content:center !important;overflow-x:auto !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child,.custom-table-parent .custom-table-data-parent .custome-table-data-child,.custom-table-data-parent .custome-table-data-child,.custome-table-data-child{display:block !important;flex-direction:column !important;padding:12px 10px !important;margin-bottom:15px !important;border-radius:8px !important;box-shadow:0 2px 4px rgba(0,0,0,.1) !important;background:#fff !important;background-color:#fff !important;border:1px solid #e0e0e0 !important;flex-wrap:wrap !important;align-items:flex-start !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data,.custom-table-data-parent .custome-table-data-child .custom-table-data,.custome-table-data-child .custom-table-data{display:flex !important;align-items:center !important;justify-content:space-between !important;padding:8px 0 !important;border-bottom:1px solid #f0f0f0 !important;width:100% !important;max-width:100% !important;height:auto !important;min-height:auto !important;max-height:none !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .title,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .title,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .title,.custom-table-data-parent .custome-table-data-child .custom-table-data .title,.custome-table-data-child .custom-table-data .title{display:inline-block !important;font-weight:600 !important;color:#666 !important;font-size:13px !important;min-width:120px !important;flex-shrink:0 !important;width:auto !important;text-align:left !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .colon,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .colon,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .colon,.custom-table-data-parent .custome-table-data-child .custom-table-data .colon,.custome-table-data-child .custom-table-data .colon{display:inline-block !important;margin:0 8px !important;color:#999 !important;width:auto !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name,.custom-table-data-parent .custome-table-data-child .custom-table-data .name,.custome-table-data-child .custom-table-data .name{flex:1 !important;min-width:0 !important;text-align:right !important;font-size:14px !important;color:#333 !important;word-break:break-word !important;overflow-wrap:break-word !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action,.custom-table-data-parent .custome-table-data-child .custom-table-data .action,.custome-table-data-child .custom-table-data .action{display:flex !important;gap:10px !important;align-items:center !important;justify-content:flex-end !important;width:100% !important;margin-top:5px !important;padding-top:8px !important;border-top:1px solid #f0f0f0 !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .edit-box,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .del-box,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .edit-box,.hrms-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .del-box,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .edit-box,.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .action .del-box,.custom-table-data-parent .custome-table-data-child .custom-table-data .action .edit-box,.custom-table-data-parent .custome-table-data-child .custom-table-data .action .del-box,.custome-table-data-child .custom-table-data .action .edit-box,.custome-table-data-child .custom-table-data .action .del-box{cursor:pointer !important;padding:5px !important;display:flex !important;align-items:center !important;justify-content:center !important}}.gap-3{gap:8px !important}.custom-table-parent .custom-table-data-parent .custome-table-data-child{padding:12px 21px !important}.text-overflow{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:100% !important;display:block !important;min-width:0 !important}.text-overflow-ellipsis{overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;max-width:100% !important}.employee-select-wrapper{position:relative;z-index:40}div[class*=menu][style*="position: fixed"],div[class*=menu][style*="position: absolute"],div[class*=Menu][style*="position: fixed"],div[class*=Menu][style*="position: absolute"]{z-index:50 !important}body>div[class*=menu],body>div[class*=Menu]{z-index:50 !important}[class*=menuPortal]{z-index:50 !important}.navbar-wrap{position:fixed;display:flex;justify-content:space-between;align-items:center;background-color:var(--primary-theme-white);padding:10px 16px;width:calc(100% - 290px);left:290px;height:50px;z-index:100;font-size:14px;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);transition:width .3s ease-in-out,left .3s ease-in-out}.hrms-wrap.collapsed .navbar-wrap:not(.pmboard-navbar-wrap):not(.social-navbar){width:calc(100% - 85px) !important;left:85px !important;transition:width .3s ease-in-out,left .3s ease-in-out !important}.navbar-wrap.social-navbar,.hrms-wrap .navbar-wrap.social-navbar,.hrms-wrap.collapsed .navbar-wrap.social-navbar,.hrms-wrap:not(.collapsed) .navbar-wrap.social-navbar{width:100% !important;left:0 !important;transition:width .3s ease-in-out,left .3s ease-in-out !important}.hrms-wrap.social-no-sidebar .main-parent.social-main-parent,.hrms-wrap:not(.collapsed).social-no-sidebar .main-parent.social-main-parent,.hrms-wrap.collapsed.social-no-sidebar .main-parent.social-main-parent{margin-left:0 !important;width:100% !important}.hrms-wrap.social-no-sidebar .main-parent.social-main-parent .rightpm-wrap,.hrms-wrap:not(.collapsed).social-no-sidebar .main-parent.social-main-parent .rightpm-wrap,.hrms-wrap.collapsed.social-no-sidebar .main-parent.social-main-parent .rightpm-wrap{margin-left:0 !important;width:100% !important}.hrms-wrap.social-no-sidebar .navbar-wrap,.hrms-wrap.social-no-sidebar .navbar-wrap.social-navbar,.hrms-wrap:not(.collapsed).social-no-sidebar .navbar-wrap,.hrms-wrap:not(.collapsed).social-no-sidebar .navbar-wrap.social-navbar,.hrms-wrap.collapsed.social-no-sidebar .navbar-wrap,.hrms-wrap.collapsed.social-no-sidebar .navbar-wrap.social-navbar{width:100% !important;left:0 !important}.navbar-wrap.social-navbar{display:flex;justify-content:space-between;align-items:center}.navbar-wrap.social-navbar .navbar-left.social-left{display:flex;min-width:45%;align-items:center;justify-content:space-between}.navbar-wrap.social-navbar .navbar-left.social-left .social-logo-wrap{display:flex;align-items:center;padding:8px}.navbar-wrap.social-navbar .navbar-left.social-left .social-logo-wrap .social-logo{height:30px;width:auto;object-fit:contain}.navbar-wrap.social-navbar .navbar-center{flex:1;display:flex;max-width:600px;margin:0 auto}@media screen and (max-width: 1165px){.navbar-wrap .navbar-right .nav-right-wrap-child .circle.menu-icon{display:none !important}.navbar-wrap .navbar-right .nav-right-wrap-child .nav-profile-icon{display:block !important}.navbar-left.social-left-gap{display:flex;align-items:center;column-gap:24px}.navbar-left.social-left-gap .navbar-search-wrapper{margin-left:0}}@media screen and (max-width: 1016px){.navbar-wrap .navbar-right .nav-text{display:none !important}}@media screen and (max-width: 770px){.navbar-wrap .navbar-left .search-wrap{display:none !important}}.navbar-wrap .brand-logo-wrap{text-align:center;width:220px;height:70px;border-bottom:1px solid #ececec;margin-bottom:-20px}.navbar-wrap .brand-logo-wrap .main-logo{justify-content:center;display:flex;align-items:center;width:43px;height:50px;border-radius:13px;background-color:#40518a;color:#fff;font-weight:700;margin-right:.8rem}.navbar-wrap .brand-logo-wrap .main-logo img{width:100%;height:100%;object-fit:cover;border-radius:13px}.navbar-wrap .brand-logo-wrap .comp-name{font-size:15px;font-weight:700;color:#2f2f2f;text-transform:capitalize}.navbar-wrap .brand-logo-wrap .user-name{display:flex;justify-content:flex-start;color:#2f2f2f;text-transform:uppercase;font-size:12px}.navbar-wrap .brand-logo-wrap .bottom-logo-line{width:70%;margin-left:20%;border-top:var(--bs-border-width) solid;opacity:.25}.navbar-wrap .navbar-left{display:flex;align-items:center;gap:12px;flex:0 1 auto;max-width:none}.navbar-wrap .navbar-left .navbar-search-wrapper{flex:0 1 auto}.navbar-wrap .navbar-left .navbar-search-wrapper.social-search-offset{display:flex;align-items:center;justify-content:end}.navbar-wrap .navbar-left .navbar-toggle{cursor:pointer;padding:6px;border-radius:6px;transition:background-color .2s ease-in-out;display:flex;align-items:center;justify-content:center;flex-shrink:0}.navbar-wrap .navbar-left .navbar-toggle:hover{background-color:#f1f5f9}.navbar-wrap .navbar-left .navbar-toggle img{width:20px;height:20px}.navbar-wrap .navbar-left .search-bar-wrap{display:flex;column-gap:8px;align-items:center;height:2.5rem;border:1px solid #e2e8f0;padding:6px 10px;border-radius:6px;position:relative;flex:0 1 auto;max-width:280px;min-width:200px;transition:all .2s ease-in-out}.navbar-wrap .navbar-left .search-bar-wrap:focus-within{border-color:#2563eb;background-color:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.navbar-wrap .navbar-left .search-bar-wrap .header-search-type{display:flex;align-items:center;column-gap:6px}.navbar-wrap .navbar-left .search-bar-wrap .header-search-type img{width:18px;height:18px;cursor:pointer;padding:3px;border-radius:3px;transition:all .2s ease-in-out}.navbar-wrap .navbar-left .search-bar-wrap .header-search-type img:hover{background-color:#e2e8f0}.navbar-wrap .navbar-left .search-bar-wrap .header-search-type img.active{background-color:#dbeafe;border:1px solid #2563eb;filter:brightness(1.1) saturate(1.1)}.navbar-wrap .navbar-left .search-bar-wrap .header-search-type span{cursor:pointer;color:#64748b;display:flex;align-items:center}.navbar-wrap .navbar-left .search-bar-wrap .header-search-type span:hover{color:#2563eb}.navbar-wrap .navbar-left .search-bar-wrap .search-input{flex:1;position:relative;min-width:0;overflow:visible}.navbar-wrap .navbar-left .search-bar-wrap .search-input input{border:none;outline:none;width:100%;font-size:13px;background-color:rgba(0,0,0,0);color:#334155;box-sizing:border-box}.navbar-wrap .navbar-left .search-bar-wrap .search-input input::placeholder{color:#94a3b8;font-size:13px}.navbar-wrap .navbar-left .search-bar-wrap .search-input .search-results{position:absolute;top:calc(100% + 8px);left:0;right:auto;box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);max-height:400px;overflow-y:auto;z-index:1000;list-style:none;padding:4px;margin:0}.navbar-wrap .navbar-left .search-bar-wrap .search-input .search-results li{border:none;border-bottom:none;border-top:none}.navbar-wrap .navbar-left .search-bar-wrap .search-input .search-results .search-list{display:flex;align-items:center;padding:6px 8px;cursor:pointer;border-radius:4px;transition:background-color .2s ease-in-out;gap:8px;color:#334155;font-size:15px;border:none;border-bottom:none;border-top:none}.navbar-wrap .navbar-left .search-bar-wrap .search-input .search-results .search-list div{flex:none}.navbar-wrap .navbar-left .search-bar-wrap .search-input .search-results .search-list .profile-picture{width:24px;height:24px;flex-shrink:0}.navbar-wrap .navbar-left .search-bar-wrap .search-input .search-results .search-list .profile-picture img{width:100%;height:100%;border-radius:50%;object-fit:cover}.navbar-wrap .navbar-left .search-bar-wrap .search-input .search-results .search-list .search-name-text{flex:1;font-size:15px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.3;min-width:0}.navbar-wrap .navbar-left .search-bar-wrap .search-input .search-results .search-list:hover,.navbar-wrap .navbar-left .search-bar-wrap .search-input .search-results .search-list.active{background-color:#f1f5f9}.navbar-wrap .navbar-left .search-container{flex:1;max-width:400px;margin-right:16px}.navbar-wrap .navbar-left .search-container .search-input{width:100%;padding:10px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background-color:#f8fafc;transition:all .2s ease-in-out}.navbar-wrap .navbar-left .search-container .search-input:focus{outline:none;border-color:#2563eb;background-color:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.navbar-wrap .navbar-left .search-container .search-input::placeholder{color:#9ca3af}.navbar-wrap .navbar-left .switch-container{display:flex;border:1px solid #e2e8f0;height:36px;border-radius:8px;width:36px;justify-content:center;align-items:center;padding:8px;cursor:pointer;transition:all .2s ease-in-out;flex-shrink:0}.navbar-wrap .navbar-left .switch-container:hover{background-color:#f8fafc;border-color:#cbd5e1}.navbar-wrap .navbar-left .switch-container .switch-icon{width:16px;height:16px;color:#64748b}.navbar-wrap .navbar-right{display:flex;align-items:center;gap:2px;flex-shrink:0}.navbar-wrap .navbar-right .nav-text{padding:4px 8px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease-in-out;border-radius:4px;text-decoration:none;white-space:nowrap}.navbar-wrap .navbar-right .nav-text:hover{color:rgba(64,81,138,.7411764706);font-weight:600}.navbar-wrap .navbar-right .nav-text.active{color:#40518a;font-weight:600;position:relative}.navbar-wrap .navbar-right .nav-text.active::after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:2px;background-color:#f9a503;border-radius:1px}.navbar-wrap .navbar-right .nav-text a{color:inherit;text-decoration:none}.navbar-wrap .navbar-right .nav-right-wrap-child{display:flex;align-items:center;gap:10px}.navbar-wrap .navbar-right .nav-right-wrap-child .circle{width:1.875em;height:1.875em;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;background-color:#eff3ff;border:1px solid #e2e8f0}.navbar-wrap .navbar-right .nav-right-wrap-child .circle img{width:18px;height:18px;object-fit:contain}.navbar-wrap .navbar-right .nav-right-wrap-child .circle img.profile_icon{width:100%;height:100%;object-fit:cover;border-radius:50%}.navbar-wrap .navbar-right .nav-right-wrap-child .nine-grid-dropdown{width:320px;padding:16px;transform:translate3d(4px, 66.5px, 0px) !important;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border:1px solid #e2e8f0}.navbar-wrap .navbar-right .nav-right-wrap-child .dropdown-item{height:80px;display:flex;align-items:center;justify-content:center;white-space:pre-line;font-size:11px;color:#374151;border-radius:8px;transition:background-color .3s ease;padding:12px;margin-bottom:8px}.navbar-wrap .navbar-right .nav-right-wrap-child .dropdown-item:hover{background-color:#f8fafc;color:#2563eb}.navbar-wrap .navbar-right .nav-right-wrap-child .dropdown-item img{width:28px;height:32px;margin-right:8px}.navbar-wrap .navbar-right .nav-right-wrap-child .dropdown-item .item-label{flex:1;text-align:center;font-weight:500}.pmboard-navbar-wrap,.navbar-wrap.pmboard-navbar-wrap,.hrms-wrap .navbar-wrap.pmboard-navbar-wrap,.hrms-wrap .pmboard-navbar-wrap{width:calc(100% - 220px) !important;left:220px !important;transition:width .3s ease-in-out,left .3s ease-in-out !important}.hrms-wrap.collapsed .pmboard-navbar-wrap,.hrms-wrap.collapsed .navbar-wrap.pmboard-navbar-wrap{width:calc(100% - 85px) !important;left:85px !important;transition:width .3s ease-in-out,left .3s ease-in-out !important}.hrms-wrap:not(.collapsed) .sidebar-wrap,.hrms-wrap .sidebar-wrap:not(.collapsed){width:220px}.hrms-wrap.collapsed .sidebar-wrap,.hrms-wrap .sidebar-wrap.collapsed{width:85px !important;transition:width .3s ease-in-out !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap{width:85px !important;max-width:85px !important;min-width:85px !important;padding:15px 10px !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .main2,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .main2{display:none !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .comp-name,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .comp-name{display:none !important}.hrms-wrap.collapsed .sidebar-wrap .sidebar-menu li a,.hrms-wrap .sidebar-wrap.collapsed .sidebar-menu li a{padding-left:12px !important;justify-content:center}.hrms-wrap.collapsed .sidebar-wrap .sidebar-menu li a .side-text,.hrms-wrap .sidebar-wrap.collapsed .sidebar-menu li a .side-text{display:none !important}.hrms-wrap.collapsed .sidebar-wrap .sidebar-menu .submenu,.hrms-wrap .sidebar-wrap.collapsed .sidebar-menu .submenu{display:none !important}.hrms-wrap .rightpm-wrap{margin-left:220px}.hrms-wrap.collapsed .rightpm-wrap{margin-left:85px !important}.hrms-wrap .main-parent.social-main-parent,.hrms-wrap.collapsed .main-parent.social-main-parent,.hrms-wrap:not(.collapsed) .main-parent.social-main-parent{margin-left:0 !important;width:100% !important}@media screen and (max-width: 770px){.hrms-wrap:not(.collapsed) .sidebar-wrap,.hrms-wrap .sidebar-wrap:not(.collapsed){width:220px}.hrms-wrap.collapsed .sidebar-wrap,.hrms-wrap .sidebar-wrap.collapsed{width:85px !important}.pmboard-navbar-wrap,.navbar-wrap.pmboard-navbar-wrap{width:calc(100% - 220px) !important;left:220px !important}.hrms-wrap.collapsed .pmboard-navbar-wrap,.hrms-wrap.collapsed .navbar-wrap.pmboard-navbar-wrap{width:calc(100% - 85px) !important;left:85px !important}.navbar-wrap.social-navbar,.hrms-wrap .navbar-wrap.social-navbar,.hrms-wrap.collapsed .navbar-wrap.social-navbar,.hrms-wrap:not(.collapsed) .navbar-wrap.social-navbar{width:100% !important;left:0 !important}.hrms-wrap .rightpm-wrap{margin-left:220px;width:calc(100% - 220px) !important}.hrms-wrap.collapsed .rightpm-wrap{margin-left:85px !important;width:calc(100% - 85px) !important}}@media screen and (max-width: 1350px){.hrms-wrap:not(.collapsed) .sidebar-wrap,.hrms-wrap .sidebar-wrap:not(.collapsed){width:220px}.hrms-wrap.collapsed .sidebar-wrap,.hrms-wrap .sidebar-wrap.collapsed{width:85px !important}.hrms-wrap .sidebar .sidebar-menu li a{padding:14px 8px;padding-left:30px}.pmboard-navbar-wrap,.navbar-wrap.pmboard-navbar-wrap{width:calc(100% - 220px) !important;left:220px !important}.hrms-wrap.collapsed .pmboard-navbar-wrap,.hrms-wrap.collapsed .navbar-wrap.pmboard-navbar-wrap{width:calc(100% - 85px) !important;left:85px !important}.navbar-wrap.social-navbar,.hrms-wrap .navbar-wrap.social-navbar,.hrms-wrap.collapsed .navbar-wrap.social-navbar,.hrms-wrap:not(.collapsed) .navbar-wrap.social-navbar{width:100% !important;left:0 !important}.hrms-wrap .rightpm-wrap{margin-left:220px}.hrms-wrap.collapsed .rightpm-wrap{margin-left:85px !important}}@media(max-width: 768px){.hrms-wrap:not(.collapsed) .sidebar-wrap,.hrms-wrap .sidebar-wrap:not(.collapsed){width:220px}.hrms-wrap.collapsed .sidebar-wrap,.hrms-wrap .sidebar-wrap.collapsed{width:85px !important}.pmboard-navbar-wrap,.navbar-wrap.pmboard-navbar-wrap{width:calc(100% - 220px) !important;left:220px !important}.hrms-wrap.collapsed .pmboard-navbar-wrap,.hrms-wrap.collapsed .navbar-wrap.pmboard-navbar-wrap{width:calc(100% - 85px) !important;left:85px !important}.navbar-wrap.social-navbar,.hrms-wrap .navbar-wrap.social-navbar,.hrms-wrap.collapsed .navbar-wrap.social-navbar,.hrms-wrap:not(.collapsed) .navbar-wrap.social-navbar{width:100% !important;left:0 !important}.hrms-wrap .rightpm-wrap{margin-left:220px}.hrms-wrap.collapsed .rightpm-wrap{margin-left:85px !important}}.sidebar{position:fixed;top:0;left:0;height:100vh;width:290px;background-color:var(--primary-theme-white);color:#4a4a4a;transition:width .3s ease-in-out;z-index:99;overflow-x:hidden;box-shadow:0px 15px 20px rgba(0,0,0,.2823529412);flex-shrink:0;display:flex;flex-direction:column}.sidebar .brand-logo-wrap{display:flex;align-items:center;width:100%;position:relative;height:120px;padding:30px 22px;background:#fff;z-index:99999;border-bottom:1px solid #ececec}.sidebar .brand-logo-wrap .d-flex{width:100%;min-width:0}.sidebar .brand-logo-wrap .flex-column{flex:1;min-width:0;margin-left:10px}.sidebar .brand-logo-wrap .bottom-logo-line{width:70%;margin-left:20%;border-top:var(--bs-border-width) solid;opacity:.25}.sidebar .brand-logo-wrap .comp-name{font-size:15px;font-weight:700;color:#2f2f2f;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:100%}.sidebar .brand-logo-wrap .user-name{display:flex;justify-content:flex-start;color:#2f2f2f;text-transform:uppercase;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:100%}.sidebar .brand-logo-wrap .main-logo{justify-content:center;display:flex;align-items:center;width:50px;height:50px;border-radius:15px;background-color:#fff;color:#fff;font-weight:700;flex-shrink:0;margin-right:1rem}.sidebar .brand-logo-wrap .main-logo img{width:100%;height:100%;border-radius:25px}.sidebar .bottom-content{position:relative;font-size:15px;color:#40518a;background-color:var(--primary-theme-white);text-align:center;padding:10px;flex-shrink:0}.sidebar .blue-text{color:#405189;font-weight:bold}.sidebar .sidebar-menu{position:relative;font-size:16px;padding-left:0;display:flex;flex-direction:column;overflow-y:auto;padding-bottom:30px;overflow-x:hidden;flex:1}.sidebar .sidebar-menu .submenu{width:100%;list-style:none;padding:0;margin:0;background-color:#f4f6fc}.sidebar .sidebar-menu .submenu .submenu-item{padding-left:10px}.sidebar .sidebar-menu .submenu .sub-active{background-color:#e1e3eb !important}.sidebar .sidebar-menu .submenu .sub-active a{color:#000;font-size:12px;font-weight:800}.sidebar .sidebar-menu .submenu .sub-active a>svg{color:#535353;width:11px;height:11px}.sidebar .sidebar-menu .submenu li:hover{background-color:#e1e3eb !important}.sidebar .sidebar-menu .submenu .sub-nav{color:#605959;font-size:13px;font-weight:bold}.sidebar .sidebar-menu .submenu .sub-nav>svg{color:#7e7e7e;width:11px;height:11px}.sidebar .sidebar-menu .submenu .subToSubMenu{list-style:none;padding:0px;background-color:#40518a 0% 0% no-repeat padding-box}.sidebar .sidebar-menu .submenu .subToSubMenu .submenu-item{padding-left:4px;background-color:#f9f9f9}.sidebar .sidebar-menu .submenu .subToSubMenu>li a{column-gap:10px;color:#8d8d8d;padding:5px 10px;padding-left:109px;font-size:14px;font-weight:bold}.sidebar .sidebar-menu .submenu .subToSubMenu .sub-active{background-color:#e1e3eb !important}.sidebar .sidebar-menu .submenu .subToSubMenu .sub-active a{color:#000 !important;font-size:12px !important;font-weight:800 !important}.sidebar .sidebar-menu .submenu .subToSubMenu li.sub-active{background-color:#e1e3eb !important}.sidebar .sidebar-menu .submenu .subToSubMenu li.sub-active a{color:#000 !important;font-size:12px !important;font-weight:800 !important}.sidebar .sidebar-menu .submenu .subToSubMenu li:hover{background-color:#e1e3eb !important}.sidebar .sidebar-menu .submenu .subToSubMenu li.sub-active:hover{background-color:#e1e3eb !important}.sidebar .sidebar-menu>li a{display:flex;align-items:center;padding:18px 12px;color:var(--font-medium-gray);column-gap:40px;font-family:var(--font-regular);font-size:18px;padding-left:30px;font-weight:600}.sidebar .sidebar-menu>li a img{width:30px}.sidebar .sidebar-menu>li a .side-text{display:flex;justify-content:space-between;width:100%;padding-right:20px;position:relative;align-items:center}.sidebar .sidebar-menu>li a .side-text svg{color:#405189}.sidebar .sidebar-menu>li:hover{background-color:#ebeaea;transition-duration:.35s;transition-property:background;-webkit-transition-property:background;transition-timing-function:ease-in-out}.sidebar .sidebar-menu li.active{font-weight:bold;color:var(--primary-theme-white);background-color:#405189;position:relative}.sidebar .sidebar-menu li.active a{color:var(--primary-theme-white)}.sidebar .sidebar-menu li.active a img{filter:brightness(0) invert(2)}.sidebar .sidebar-menu li.active a .side-text>svg{color:#fff}.header-notification-area{min-width:300px;max-width:420px;width:min(420px,100vw - 100px);height:264px;border:none;background-color:#fff;border-radius:10px;position:absolute;right:20px;top:100%;z-index:1000;padding:5px 8px;box-shadow:0 0px 0px 0 rgba(0,0,0,.2),0 0px 2px 0 rgba(0,0,0,.19);overflow-y:auto;transition:.3s}.header-notification-area.show{opacity:1;display:block}.header-notification-area.hide{opacity:0;display:none}.header-notification-area .profile-notification{display:flex;justify-content:start;border-radius:5px;padding:5px;gap:19px}.header-notification-area .profile-notification .user-image{height:55px;width:55px;flex-shrink:0;margin-top:7px}.header-notification-area .profile-notification .user-image img{border-radius:50% !important;width:100% !important;height:100% !important;object-fit:cover !important;position:static !important}.header-notification-area .profile-notification .notification-content-section .notification-about-section{font-weight:600;font-size:18px;color:#000;font-family:"Pacaembu Trial Medium"}.header-notification-area .profile-notification .notification-content-section .notification-time{color:#bcbcbc;font-size:13px;position:relative;left:3em}.header-notification-area .profile-notification .notification-content-section .description{font-size:16px;margin-top:10px;font-family:sans-serif;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.header-notification-area .profile-notification .notification-content-section .description b{color:#1f94ff}.header-notification-area .profile-notification .notification-content-section .description .truncate{width:257px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-notification-area .profile-notification .notification-content-section .view-notification-button{margin-top:6px;margin-bottom:20px;width:94px;height:29px;background-color:#f0f8ff;border-radius:5px;color:#1f94ff;align-items:center;border:none;font-size:14px}.header-notification-area .empty-notify{display:flex;justify-content:center;margin-top:100px}@media screen and (max-width: 1600px){.sidebar{width:220px}.navbar-wrap:not(.pmboard-navbar-wrap):not(.social-navbar){width:calc(100% - 220px);left:220px}.pmboard-navbar-wrap,.navbar-wrap.pmboard-navbar-wrap{width:calc(100% - 220px) !important;left:220px !important}.hrms-wrap.collapsed .pmboard-navbar-wrap,.hrms-wrap.collapsed .navbar-wrap.pmboard-navbar-wrap{width:calc(100% - 85px) !important;left:85px !important}.navbar-wrap.social-navbar,.hrms-wrap .navbar-wrap.social-navbar,.hrms-wrap.collapsed .navbar-wrap.social-navbar,.hrms-wrap:not(.collapsed) .navbar-wrap.social-navbar{width:100% !important;left:0 !important}.hrms-wrap:not(.collapsed) .sidebar-wrap,.hrms-wrap .sidebar-wrap:not(.collapsed){width:220px}.hrms-wrap.collapsed .sidebar-wrap,.hrms-wrap .sidebar-wrap.collapsed{width:85px !important}}@media screen and (min-width: 1601px){.pmboard-navbar-wrap,.navbar-wrap.pmboard-navbar-wrap,.hrms-wrap .navbar-wrap.pmboard-navbar-wrap,.hrms-wrap .pmboard-navbar-wrap{width:calc(100% - 220px) !important;left:220px !important}.hrms-wrap.collapsed .pmboard-navbar-wrap,.hrms-wrap.collapsed .navbar-wrap.pmboard-navbar-wrap{width:calc(100% - 85px) !important;left:85px !important}.navbar-wrap.social-navbar,.hrms-wrap .navbar-wrap.social-navbar,.hrms-wrap.collapsed .navbar-wrap.social-navbar,.hrms-wrap:not(.collapsed) .navbar-wrap.social-navbar{width:100% !important;left:0 !important}.hrms-wrap:not(.collapsed) .sidebar-wrap,.hrms-wrap .sidebar-wrap:not(.collapsed){width:220px}.hrms-wrap.collapsed .sidebar-wrap,.hrms-wrap .sidebar-wrap.collapsed{width:85px !important}}.emp-header-wrap,.profile-header-wrap{padding:0px 0px clamp(8px,1vw,13px) 0px;width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important}.emp-header-wrap .emp-header-right,.profile-header-wrap .emp-header-right{display:flex;column-gap:clamp(8px,1vw,10px);align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:clamp(8px,1vw,12px);min-height:42px}.emp-header-wrap .emp-header-right .emp-search-parent,.profile-header-wrap .emp-header-right .emp-search-parent{flex:1;min-width:clamp(280px,25vw,340px);max-width:clamp(300px,30vw,400px);height:42px;display:flex;align-items:center}.emp-header-wrap .emp-header-right .emp-search-parent .emp-search-bar,.profile-header-wrap .emp-header-right .emp-search-parent .emp-search-bar{border:.5px solid #e1e1e1;border-radius:clamp(4px,.5vw,5px);height:42px;flex:1;display:flex;align-items:center}.emp-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input,.profile-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input{display:flex;column-gap:clamp(8px,1vw,10px);font-size:clamp(9px,1vw,11px);align-items:center;width:100%;height:100%;padding:0 12px}.emp-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .emp-search-icon,.profile-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .emp-search-icon{color:#222;font-size:clamp(8px,.9vw,10px);display:flex;align-items:center}.emp-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input input,.profile-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input input{width:100%;border:none;font-size:clamp(9px,1vw,11px);padding:0;outline:none;background:rgba(0,0,0,0)}.emp-header-wrap .emp-header-right .emp-btn-parent,.profile-header-wrap .emp-header-right .emp-btn-parent{column-gap:clamp(6px,.8vw,8px);display:flex;align-items:center;flex-wrap:wrap;gap:clamp(6px,.8vw,8px);height:42px}.emp-header-wrap .export button,.profile-header-wrap .export button{border:1px solid #40528a;border-radius:clamp(4px,.5vw,5px);color:#40518a;padding-left:clamp(12px,1.2vw,15px);background-color:var(--primary-theme-white);padding-right:clamp(12px,1.2vw,15px);white-space:nowrap;height:42px;font-size:clamp(8px,.9vw,10px);display:flex;align-items:center;gap:clamp(4px,.5vw,5px)}.emp-header-wrap .export-btn button,.profile-header-wrap .export-btn button{border:1px solid #40528a;border-radius:clamp(4px,.5vw,5px);color:#fff;padding-left:clamp(12px,1.2vw,15px);background-color:#40518a;padding-right:clamp(12px,1.2vw,15px);white-space:nowrap;height:42px;font-size:clamp(8px,.9vw,10px);display:flex;align-items:center;gap:clamp(4px,.5vw,5px)}.emp-header-wrap .add-new-emp svg,.profile-header-wrap .add-new-emp svg{margin-right:clamp(4px,.5vw,5px);font-size:clamp(8px,.9vw,10px)}.emp-header-wrap .add-new-emp,.profile-header-wrap .add-new-emp{background-color:#40518a;color:#fff;border-radius:clamp(4px,.5vw,5px);border:none;white-space:nowrap;height:42px;align-items:center;font-size:clamp(8px,.9vw,10px);font-weight:bold !important;padding:0 clamp(12px,1.2vw,15px);display:flex;align-items:center;gap:clamp(4px,.5vw,5px)}.profile-header-wrap{font-size:.85em}.profile-header-wrap .edit-profile-header{justify-content:space-between}.profile-header-wrap .profile-header-btn .update{padding:10px 25px;border-radius:5px;background-color:#40518a;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px;margin-right:15px}.profile-header-wrap .profile-header-btn .cancel{padding:10px 25px;border-radius:5px;background-color:#e20303;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.profile-header-wrap .profile-header-img{display:flex;column-gap:10px;align-items:center;position:relative;font-weight:600;flex-shrink:1;min-width:0;max-width:100%;overflow:visible;padding-top:0;justify-content:end}.profile-header-wrap .profile-header-img div:first-child{padding:10px 0 10px 0;font-family:var(--font-regular);font-size:9px;white-space:normal;overflow-wrap:anywhere;line-height:1.4;flex:0 1 auto;min-width:0;max-width:calc(100% - 41.59px);box-sizing:border-box;margin-right:0;padding-right:0}.profile-header-wrap .profile-header-img .profile-img-wrap{flex-shrink:0}.profile-header-wrap .profile-header-img .profile-img-wrap{height:41.59px;width:41.59px;border-radius:50%;border:1px solid rgba(31,148,255,.2901960784)}.profile-header-wrap .profile-header-img .profile-img-wrap img{height:100%;width:100%;border-radius:50%}.profile-content-wrap{padding-top:15px}.profile-content-wrap .right-sidebar-wrap{box-shadow:0px 0px 15px rgba(0,0,0,.0784313725);border-radius:20px}.profile-content-wrap .right-sidebar-wrap .right-sidebar{padding:20px 20px}.profile-content-wrap .right-sidebar-wrap .right-sidebar ul{list-style-type:none;margin-bottom:0;padding-left:0}.profile-content-wrap .right-sidebar-wrap .right-sidebar ul li{font-family:var(--font-regular);cursor:pointer;position:relative}.profile-content-wrap .right-sidebar-wrap .right-sidebar ul li>a{color:#747474}.profile-content-wrap .right-sidebar-wrap .right-sidebar ul li.active{font-weight:bold}.profile-content-wrap .right-sidebar-wrap .right-sidebar ul li.active>a{color:#40518a}.profile-content-wrap .right-sidebar-wrap .right-sidebar ul li.active::before{content:"";border-left:5px solid #f9a503;position:absolute;height:100%;left:-19px}.profile-content-wrap .right-sidebar-wrap .right-sidebar ul li:hover{font-weight:bold}.profile-content-wrap .right-sidebar-wrap .right-sidebar ul li:hover>a{color:#40518a}.profile-content-wrap .right-sidebar-wrap .right-sidebar ul li:hover::before{content:"";border-left:5px solid #f9a503;position:absolute;height:100%;left:-19px}.profile-content-wrap .right-sidebar-wrap .right-sidebar ul hr{color:#747474}.left-content-wrap .profile-details::-webkit-scrollbar{display:none}.left-content-wrap .save-btn-wrap{padding:10px 0 20px 0px}.left-content-wrap .save-btn-wrap .save{padding:10px 25px;border-radius:5px;background-color:#418d48;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px;margin-right:15px}.left-content-wrap .save-btn-wrap .reset{padding:10px 25px;border-radius:5px;background-color:#1f94ff;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px;margin-right:15px}.left-content-wrap .profile-details{overflow-y:auto}.left-content-wrap .profile-details #details-form{overflow:hidden}.left-content-wrap .profile-details #details-form .accordion-flush{width:99%;margin:auto}.left-content-wrap .profile-details #details-form .accordion-flush .custom-accordion-item{border-radius:10px;margin-bottom:10px;box-shadow:0px -1px 4px 0px #e7e5e5}.left-content-wrap .profile-details #details-form .accordion-flush .custom-accordion-item .accordion-header .accordion-button{border-radius:10px;border-bottom:1px solid #e7e5e5;background-color:#fff;align-items:center}.left-content-wrap .profile-details #details-form .accordion-flush .custom-accordion-item .accordion-header .accordion-button:focus{box-shadow:unset}.left-content-wrap .profile-details #details-form .accordion-flush .custom-accordion-item .accordion-header .accordion-button:not(.collapsed){color:unset;box-shadow:unset;border-radius:10px 10px 0 0}.left-content-wrap .profile-details #details-form .accordion-flush .custom-accordion-item .accordion-body{padding:30px 15px 30px 15px}.left-content-wrap .profile-details #details-form .profile-pic{column-gap:20px}.left-content-wrap .profile-details #details-form .profile-pic .profile-img-parent{height:200px;flex:1;box-shadow:0px 0px 8px rgba(0,0,0,.0588235294);border-radius:10px}.left-content-wrap .profile-details #details-form .profile-pic .profile-img-parent img{height:100%;width:100%;object-fit:contain}.left-content-wrap .profile-details #details-form .profile-pic .update-pic{display:flex;flex-direction:column;justify-content:end;flex:2}.left-content-wrap .profile-details #details-form .profile-pic .update-pic .profile-pic-text{font-weight:bold;font-size:16px}.left-content-wrap .profile-details #details-form .profile-pic .image-input{cursor:pointer;border-radius:5px;padding:10px 12px;background:#f0f8ff;display:inline-block;color:#1f94ff;width:100%;display:flex;justify-content:space-between;align-items:center;position:relative}.left-content-wrap .profile-details #details-form .profile-pic .image-input input[type=file]{position:absolute;top:-1000px;opacity:0;width:100%}.left-content-wrap .profile-details #details-form .profile-pic .image-input span{color:#1f94ff;font-weight:bold;font-size:14px}.left-content-wrap .profile-details #details-form .profile-pic .img-desc{color:var(--text-grey);font-size:14px}.left-content-wrap .profile-details #details-form .details-title{padding-bottom:15px 0}.left-content-wrap .profile-details #details-form .details-title span:first-child{font-family:var(--font-normal);font-weight:bold;margin-right:10px}.left-content-wrap .profile-details #details-form .form-field-wrap{position:relative}.left-content-wrap .profile-details #details-form .form-field-wrap label{position:absolute;top:-12px;left:16px;background-color:#fff;border-radius:5px;font-size:14px;font-family:var(--font-regular)}.left-content-wrap .profile-details #details-form .form-field-wrap .react-select__control{padding:0px !important;width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;font-size:14px}.left-content-wrap .profile-details #details-form .form-field-wrap input,.left-content-wrap .profile-details #details-form .form-field-wrap select,.left-content-wrap .profile-details #details-form .form-field-wrap textarea{width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;padding:12px;font-size:14px}.left-content-wrap .profile-details #details-form .form-field-wrap .branch-link{color:#1f94ff}.left-content-wrap .profile-details #details-form .form-field-wrap .branch-link:hover{cursor:pointer;color:blue}.left-content-wrap .profile-details #details-form .form-field-wrap .form-errors{display:block;font-size:.875rem;color:#dc3545;margin-top:4px;font-weight:500;line-height:1.5}.left-content-wrap .profile-details #details-form .form-field-wrap .form-errors::before{content:"⚠ ";margin-right:4px;font-weight:600}.left-content-wrap .profile-details #details-form .form-field-wrap .input-error{border:2px solid #dc3545 !important;background-color:#fff5f5 !important;box-shadow:0 0 0 .2rem rgba(220,53,69,.25) !important}.left-content-wrap .profile-details #details-form .form-field-wrap .caret-down-icon{position:absolute;height:20px;right:4%;top:50%;transform:translateY(-50%);cursor:pointer;color:#777;outline:none}.left-content-wrap .profile-details #details-form .form-field-wrap .react-select__control .react-select__indicator-separator{display:none !important}.left-content-wrap .profile-details #details-form .form-field-wrap .react-select__control .react-select__input-container{height:12px !important}.left-content-wrap .profile-details #details-form .form-field-wrap .react-select__menu #react-select-3-listbox .react-select__option{background-color:#fff !important;color:#40518a !important;font-weight:bold}.left-content-wrap .profile-details #details-form .form-field-wrap .react-select__menu #react-select-3-listbox .react-select__option--is-focused{background-color:#40518a !important;color:#fff !important}.left-content-wrap .profile-details #details-form .form-field-wrap .react-select__menu .react-select__menu-list--is-multi #react-select-2-option-1{color:red !important}.left-content-wrap .profile-details #details-form .note-bar .note-text{width:75%;padding:16px;margin-bottom:5px;background-color:rgba(128,128,128,.0784313725);border-radius:11px}.left-content-wrap .profile-details #details-form .note-bar{padding-bottom:10px}.left-content-wrap .profile-details #details-form .save-btn{font-size:19px;padding-left:20px;padding-right:20px;height:42.5px;width:97.5px;color:#fff}.left-content-wrap .profile-details #details-form .reset-btn{font-size:19px;padding-left:20px;padding-right:20px;background-color:#1f94ff;margin-right:15px;height:42.5px;width:97.5px;color:#fff}.left-content-wrap .profile-details #details-form .reset-btn:hover{background-color:#1383e6;color:#fff;border:none}.left-content-wrap .profile-details #details-form .search-results{z-index:14 !important;overflow-y:scroll !important}.left-content-wrap .profile-details #details-form .search-results .img-data{display:flex}.left-content-wrap .leave-content{display:block !important}.left-content-wrap .edit-profile-content{display:flex;column-gap:10px;padding-bottom:20px}.left-content-wrap .edit-profile-content .head-text{font-size:18px;font-weight:800}.left-content-wrap .edit-profile-content .password-right{padding:30px;margin-left:10px;border-radius:25px;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px}.left-content-wrap .edit-profile-content .password-right .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.left-content-wrap .edit-profile-content .password-right{width:100%}.left-content-wrap .edit-profile-content .password-right .email-container{width:100%}.left-content-wrap .edit-profile-content .password-right .email-text{font-family:var(--font-normal) !important;font-weight:bold;color:#1d94ff;margin-bottom:14px}.left-content-wrap .edit-profile-content .password-right .password-form{display:flex;justify-content:space-between;align-items:center}.left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap{position:relative;padding-bottom:20px;margin-bottom:25px}.left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap label{position:absolute;top:-12px;left:16px;background-color:#fff;border-radius:5px;font-size:14px;font-family:var(--font-regular)}.left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap .react-select__control{padding:0px !important;width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;font-size:14px}.left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap input,.left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap select,.left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap textarea{width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;padding:12px;font-size:14px}.left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap input{width:90%}.left-content-wrap .edit-profile-content .password-right .password-form .desc-password{border-left:1px solid #d1d1d1;padding:15px 14px;padding-left:4em;font-size:13px}.left-content-wrap .edit-profile-content .password-right .password-form .desc-password label{font-family:var(--font-regular);font-weight:bold;font-size:15px;margin-bottom:10px}.left-content-wrap .edit-profile-content .password-right .password-form .desc-password ul{padding-left:20px}.left-content-wrap .edit-profile-content .password-right .password-form .desc-password ul li{color:var(--text-grey)}.left-content-wrap .edit-profile-content .password-right .password-form .desc-password ul li::marker{font-size:24px;font-weight:bold;color:#000}.left-content-wrap .edit-profile-content .password-right .change-btn{padding:10px 25px;border-radius:5px;background-color:#418d48;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.left-content-wrap .edit-profile-content .password-right .email{display:flex;justify-content:space-between;flex-direction:row-reverse}.left-content-wrap .edit-profile-content .setting-content{padding-left:2px;flex:1}.left-content-wrap .edit-profile-content .setting-content .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.left-content-wrap .edit-profile-content .setting-content .setting-card{margin-bottom:20px}.left-content-wrap .edit-profile-content .setting-content .setting-card .form-switch .form-check-input{padding:12px;width:3em;box-shadow:none}.left-content-wrap .edit-profile-content .setting-content .setting-card .form-switch .form-check-input:not(:checked){background-color:#e2e2e2;border:none}.left-content-wrap .edit-profile-content .setting-content .setting-card .setting-card-title{font-weight:bold;font-size:14px}.left-content-wrap .edit-profile-content .setting-content .setting-card .setting-card-text{color:var(--text-grey);font-size:14px}.left-content-wrap .edit-profile-content .role-content{flex:1}.left-content-wrap .edit-profile-content .role-content .head-wrap{display:flex;column-gap:10px}.left-content-wrap .edit-profile-content .role-content .head-wrap span{color:#1f94ff;cursor:pointer}.left-content-wrap .edit-profile-content .role-content .head-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.left-content-wrap .edit-profile-content .role-content .role-wrap{padding-left:3px}.left-content-wrap .edit-profile-content .award-content{flex:1}.left-content-wrap .edit-profile-content .award-content .head-wrap{display:flex;justify-content:space-between;padding-bottom:10px}.left-content-wrap .edit-profile-content .award-content .head-wrap .add-btn{padding:10px 25px;border-radius:5px;background-color:#1f94ff;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.left-content-wrap .edit-profile-content .award-content .head-wrap .tab-add-btn{padding:10px 25px;border-radius:5px;background-color:#40518a;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px;height:42px}.left-content-wrap .edit-profile-content .award-content .head-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.left-content-wrap .edit-profile-content .award-content .add-new-emp svg{margin-right:5px}.left-content-wrap .edit-profile-content .award-content .add-new-emp{background-color:#41508a;color:#fff;border-radius:5px;border:none;font-size:14px;font-weight:bold !important;height:42px}.left-content-wrap .edit-profile-content .leave-account-content{width:calc(100% - 40px);flex:1}.left-content-wrap .edit-profile-content .leave-account-content .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.left-content-wrap .edit-profile-content .leave-account-content .head-text{margin-bottom:0px}.left-content-wrap .edit-profile-content .leave-account-content .leave-heading{font-size:20px;color:#bcbcbc;font-weight:600;margin-bottom:20px}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent{margin-bottom:40px}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .leave-type{font-size:18px;color:#000;line-height:28px;font-weight:500}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .balance{color:#222;font-size:28px;font-weight:700}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card{margin:10px;padding:15px;border:1px solid rgba(0,0,0,.0980392157);border-radius:10px;background:#fff;box-shadow:0px 0px 6px rgba(0,0,0,.0980392157);height:170px;display:flex;gap:15px;flex-direction:column;justify-content:space-between}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .credit-icon{color:#6e9b6b;font-size:20px}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .title{background-color:#d8f2dc;font-size:18px;color:#000;line-height:25px;border-radius:20px;padding:0 10px}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card{margin:10px;padding:15px;border:1px solid rgba(0,0,0,.0980392157);border-radius:10px;background:#fff;box-shadow:0px 0px 6px rgba(0,0,0,.0980392157);height:170px;display:flex;gap:15px;flex-direction:column;justify-content:space-between}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .credit-icon{color:#ff0707;font-size:20px}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .title{background-color:#fff5f6;font-size:18px;color:#000;line-height:25px;border-radius:20px;padding:0 10px}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card{margin:10px;padding:15px;border:1px solid rgba(0,0,0,.0980392157);border-radius:10px;background:#fff;box-shadow:0px 0px 6px rgba(0,0,0,.0980392157);height:170px;display:flex;gap:15px;flex-direction:column;justify-content:space-between}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .leave-type{color:#8b8b8b}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .credit-icon{color:#bcbcbc;font-size:20px}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .title{background-color:#bcbcbc;font-size:18px;color:#000;line-height:25px;border-radius:20px;padding:0 10px}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .slick-prev{left:-8px}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .slick-next{right:-8px}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .slick-prev:before{color:#000}.left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .slick-next:before{color:#000}.left-content-wrap .edit-profile-content .skill-content{flex:1}.left-content-wrap .edit-profile-content .skill-content .head-wrap{display:flex;column-gap:10px}.left-content-wrap .edit-profile-content .skill-content .head-wrap span{color:#1d94ff;cursor:pointer;font-size:14px}.left-content-wrap .edit-profile-content .skill-content .head-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap{padding-left:1px}.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .check.skill-card{background-color:#1f94ff}.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .check.skill-card .skill-card-content .title{color:#fff}.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card{margin-bottom:20px}.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content{display:flex;align-items:center;padding:0 7px}.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .title{flex:1;font-family:var(--font-normal);font-weight:bold;font-size:14px}.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input-wrap{display:flex;justify-content:space-between;column-gap:10px;flex:1;align-items:center}.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input input{width:140px}.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input select{width:170px}.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input input,.left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input select{text-align:center;border:1px solid #bcbcbc;padding:7px;border-radius:5px;color:#bcbcbc;background-color:#fff;font-size:14px}.left-content-wrap .edit-profile-content .manager-content-wrap{flex:1}.left-content-wrap .edit-profile-content .manager-content-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-hr{margin:2rem 0;color:#d1d1d1;opacity:1}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .title{font-weight:700;font-size:14px;font-family:var(--font-medium)}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap{position:relative}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap label{position:absolute;top:-12px;left:16px;background-color:#fff;border-radius:5px;font-size:14px;font-family:var(--font-regular)}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .react-select__control{padding:0px !important;width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;font-size:14px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap input,.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap select,.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap textarea{width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;padding:12px;font-size:14px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results li{font-size:12px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results .img-data{font-size:12px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.4;min-width:0;max-width:100%;overflow:hidden}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results .img-data .profile-picture{flex-shrink:0}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-btn{padding:10px 25px;border-radius:5px;background-color:#40518a;color:var(--theme-white);border:none;font-family:var(--font-medium);font-weight:bold;height:47px;width:100%;padding:12px 25px !important}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap{padding-left:10px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content{font-family:var(--font-regular);padding:5px;font-size:14px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .dp-wrap{display:flex;column-gap:10px;align-items:center}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .dp-wrap .dp{border-radius:50px;border:1px solid #1f94ff;width:38px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .dp-wrap .dp img{width:100%;border-radius:50px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .since{color:#40518a;font-size:14px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .history-btn{padding:15px 0 18px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .history-btn span{padding-bottom:10px;cursor:pointer;margin-right:20px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .history-btn span:last-child{margin-right:0}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .history-btn span.active{border-bottom:2px solid #f9a503;font-weight:bold;color:#40518a}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .manage-history-content .paginate-bar{position:relative !important;bottom:auto !important;left:auto !important;width:100% !important;margin-top:20px;padding:10px 0 !important;background-color:rgba(0,0,0,0) !important;height:auto !important;justify-content:space-between !important;align-items:center !important}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .manage-history-content .paginate-bar .text-item{font-size:12px;color:#535353;flex:0 0 auto;margin-right:20px}.left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .manage-history-content .paginate-bar .d-flex{flex:0 0 auto}.left-content-wrap .edit-profile-content .day-info-wrap{flex:1}.left-content-wrap .edit-profile-content .day-info-wrap .select-box{position:relative}.left-content-wrap .edit-profile-content .day-info-wrap .select-box select{background-color:#fff;color:#bcbcbc;border:1px solid #e1e1e1;border-radius:5px;font-size:17px;font-family:var(--font-medium);opacity:1;padding:12px 54px 14px 17px;-webkit-appearance:none;appearance:none}.left-content-wrap .edit-profile-content .day-info-wrap .select-box:after{content:"";position:absolute;right:16px;top:40%;margin-top:-5px;border-top:8px solid #1f94ff;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);pointer-events:none}.left-content-wrap .edit-profile-content .day-info-wrap .datepicker-wrap input{border:1px solid #e1e1e1;max-width:150px !important;color:#bcbcbc;padding:10px;border-radius:5px;max-width:120px;cursor:pointer}.left-content-wrap .edit-profile-content .day-info-wrap .head-wrap{display:flex;justify-content:space-between;padding-bottom:10px}.left-content-wrap .edit-profile-content .day-info-wrap .head-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .bg-odd{background-color:#f4fbff !important}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .bg-even{background-color:#fff !important}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .leave-table{background-color:#fff5f6 !important}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .bg-leave{background-color:#fff5f6 !important}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .border-1{border:1px solid #639 !important}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child{position:relative;background-color:#faf8f8}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .col-data-3{color:#00a21b}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .col-data-4{color:red}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .col-data-5{color:#000;font-weight:bold}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .hide-tag{display:none}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .leave-table-data-full{position:absolute;top:50%;left:55%;transform:translate(-50%, -50%);padding:20px;color:#e20303;display:flex;justify-content:start}.left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .leave-table-data-half{position:absolute;top:80%;left:55%;transform:translate(-50%, -50%);padding:20px;color:#e20303}.left-content-wrap .edit-profile-content .document-wrap{flex:1}.left-content-wrap .edit-profile-content .document-wrap .select-box{position:relative}.left-content-wrap .edit-profile-content .document-wrap .select-box select{background-color:#fff;color:#bcbcbc;border:1px solid #e1e1e1;border-radius:5px;font-size:17px;font-family:var(--font-medium);opacity:1;padding:12px 54px 14px 17px;-webkit-appearance:none;appearance:none}.left-content-wrap .edit-profile-content .document-wrap .select-box:after{content:"";position:absolute;right:16px;top:40%;margin-top:-5px;border-top:8px solid #0d6efd;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);pointer-events:none}.left-content-wrap .edit-profile-content .document-wrap .head-wrap{display:flex;justify-content:space-between;padding-bottom:10px}.left-content-wrap .edit-profile-content .document-wrap .head-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.left-content-wrap .edit-profile-content .document-wrap .head-wrap .add-new-emp svg{margin-right:5px}.left-content-wrap .edit-profile-content .document-wrap .head-wrap .add-new-emp{background-color:#40518a;color:#fff;border-radius:5px;border:none;font-size:14px;font-weight:bold !important;height:42px}.left-content-wrap .edit-profile-content .document-wrap .document-content .col-data-1{font-family:var(--font-regular)}.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child{position:relative;background-color:#faf8f8}.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .delete-file-box{border:1px dashed #d0d0d0;background:#f0ede7 0% 0% no-repeat padding-box;width:80%;padding:5px}.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .delete-file-box .delete-file-content{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:130px;display:inline-block}.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .action-box{display:flex;justify-content:center;align-items:center;width:24px;height:22px;border-radius:3px;font-size:19px;text-align:center;margin-right:.5rem}.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .action-box .edit-box svg{font-size:10px}.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .approved-check{background-color:#eee;color:#878787}.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .approved-xmark,.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .pending-xmark{background-color:#fff6e5;color:#f9a503;cursor:pointer}.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .approved-xmark svg,.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .pending-xmark svg{font-size:10px}.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .rejected-check,.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .pending-check{background-color:#d8f2dc;color:#00a81a;cursor:pointer}.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .rejected-check svg,.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .pending-check svg{font-size:10px}.left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .rejected-xmark{background-color:#eee;color:#878787}.file-download{width:30px;height:30px}.signature-preview-container{position:relative;display:inline-block;margin-top:10px}.signature-preview-container .signature-preview{width:200px !important;height:100px !important;object-fit:contain;background-color:#fff;padding:5px;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.signature-preview-container .uploading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #e1e1e1}.text-muted-red{display:block;color:red;font-size:16px;font-weight:400;padding-top:12px;padding-left:15px}.import-project-wrap button{padding:10px 25px;border-radius:5px;background-color:#d6d6d6;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.import-project-wrap button.active{padding:10px 25px;border-radius:5px;background-color:#1f94ff;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.right-arrow{margin-right:20px}@media(max-width: 1200px){.emp-header-wrap .emp-header-right .emp-search-parent{min-width:100%;max-width:100%}.emp-header-wrap .emp-header-right .emp-btn-parent{justify-content:center;flex-wrap:wrap}}@media(max-width: 768px){.emp-header-wrap{padding:15px 0px 13px 0px}.emp-header-wrap .emp-header-right .emp-search-parent{min-width:250px;max-width:100%}.emp-header-wrap .emp-header-right .emp-btn-parent{flex-direction:column;gap:10px}.emp-header-wrap .emp-header-right .emp-btn-parent .dropdown,.emp-header-wrap .emp-header-right .emp-btn-parent .export,.emp-header-wrap .emp-header-right .emp-btn-parent .add-new-emp{width:100%;justify-content:center}.left-content-wrap .edit-profile-content{flex-direction:column;gap:20px}.left-content-wrap .edit-profile-content .password-right,.left-content-wrap .edit-profile-content .setting-content,.left-content-wrap .edit-profile-content .role-content,.left-content-wrap .edit-profile-content .award-content,.left-content-wrap .edit-profile-content .leave-account-content,.left-content-wrap .edit-profile-content .skill-content,.left-content-wrap .edit-profile-content .manager-content-wrap,.left-content-wrap .edit-profile-content .day-info-wrap,.left-content-wrap .edit-profile-content .document-wrap{width:100%}}@media(max-width: 480px){.emp-header-wrap .emp-header-right .emp-search-parent{min-width:200px}.left-content-wrap .profile-content-wrap{padding:15px 0px 0 0px}.left-content-wrap .edit-profile-content .password-right{padding:20px;margin-left:0}}.attendance-wrap{background-color:var(--primary-theme-white)}.attendance-wrap .inner-wrap{background-color:var(--primary-theme-white);overflow:visible;position:relative;z-index:1}.attendance-wrap .content-container{background-color:var(--primary-theme-white);overflow:visible;position:relative}.attendance-wrap .content-container .emp-header-wrap{border:none;box-shadow:none}.attendance-wrap .content-container .emp-header-wrap .header-wrap{display:flex;justify-content:space-between}.attendance-wrap .content-container .profile-header-wrap{overflow:visible;position:relative;z-index:10}.attendance-wrap .emp-header-right .datepicker-wrap{position:relative}.attendance-wrap .emp-header-right .datepicker-wrap .react-datepicker__navigation-icon{display:block !important}.attendance-wrap .emp-header-right .datepicker-wrap input{border:1px solid #e1e1e1;color:#bcbcbc;max-width:135px;padding:8px;border-radius:5px;z-index:1;position:relative;background:rgba(0,0,0,0);cursor:pointer}.attendance-wrap .emp-header-right .date-icon{position:absolute;top:20%;right:7%;color:gray}.attendance-wrap .emp-header-right .search-bar-wrap{display:flex;column-gap:20px;align-items:center;width:360px !important;max-width:360px !important;min-width:360px !important;height:2.6rem;border:1px solid var(--primary-light-grey);padding:12px 20px;border-radius:5px;position:relative;flex-shrink:0 !important}.attendance-wrap .emp-header-right .search-bar-wrap .header-search-type{display:flex;column-gap:10px}.attendance-wrap .emp-header-right .search-bar-wrap .header-search-type img:hover{cursor:pointer}.attendance-wrap .emp-header-right .search-bar-wrap .header-search-type .active{background-color:var(--primary-light-grey);border-radius:5px}.attendance-wrap .emp-header-right .search-bar-wrap .search-input{position:static}.attendance-wrap .emp-header-right .search-bar-wrap .search-input input{border:none;height:2.375em;width:11.313em;font-size:.9375em}.attendance-wrap .emp-header-right .search-bar-wrap .header-search-type span{cursor:pointer;color:var(--text-grey)}.attendance-wrap .bg-leave{background-color:#fff5f6 !important}.attendance-wrap .border-1{border:1px solid #639 !important}.attendance-wrap .custome-table-data-child{position:relative;background-color:#faf8f8}.attendance-wrap .custome-table-data-child .col-data-3{color:#00a21b}.attendance-wrap .custome-table-data-child .hide-tag{display:none}.attendance-wrap .custome-table-data-child .col-data-5{color:#000;font-weight:bold}.attendance-wrap .custome-table-data-child .leave-table-data-full{position:absolute;top:50%;left:55%;transform:translate(-50%, -50%);padding:20px;color:#e20303;display:flex;justify-content:start}.attendance-wrap .custome-table-data-child .leave-table-data-half{position:absolute;top:80%;left:55%;transform:translate(-50%, -50%);padding:20px;color:#e20303}.attendance-wrap .custome-table-data-child.late-attendance-row{border-left:4px solid #e20303 !important;background:#fff5f5 !important}.attendance-wrap .custome-table-data-child.late-attendance-row .custom-table-data .name{color:#e20303;font-weight:500}.attendance-wrap .custome-table-data-child.late-attendance-row .custom-table-data:first-child .name{font-weight:600}.attendance-wrap .punch-in .time-bar{color:#00a81a;font-size:14px}.attendance-wrap .punch-out .time-bar{color:#40518a;font-size:14px}.attendance-wrap.guest-user-list .custom-table-parent .custom-table-data-parent{padding-bottom:70px;scroll-padding-bottom:70px}.attendance-wrap.guest-user-list.has-select-all-message .custom-table-parent .custom-table-data-parent{max-height:calc(100vh - 300px)}.react-datepicker__navigation{height:38px !important;width:38px !important}.calendar-points-container{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px;padding:15px;background-color:#f8f9fa;border-radius:8px}.calendar-points{display:flex;align-items:center;gap:7px;font-size:12px;color:#333}.calendar-points .bullets{width:12px;height:12px;border-radius:50%;display:inline-block}.calendar-points .full-attendance.bullets{background-color:#86efac;border:1px solid #166534}.calendar-points .only-check-in.bullets{background-color:#fdba74;border:1px solid #9a3412}.calendar-points .on-leave.bullets{background-color:#fca5a5;border:1px solid #991b1b}.calendar-points .on-duty.bullets{background-color:#fb923c;border:1px solid #c2410c}.calendar-points .shift.bullets{background-color:#93c5fd;border:1px solid #1e40af}.calendar-points .shift-temporary.bullets{background:linear-gradient(135deg, #FDE68A 0%, #FEF3C7 100%);border:2px dashed #f59e0b;box-shadow:0 2px 4px rgba(245,158,11,.2)}.calendar-points .holiday.bullets{background-color:#a7f3d0;border:1px solid #065f46}.calendar-points .weekly-off.bullets{background-color:#d8b4fe;border:1px solid #6b21a8}.calendar-points .undertime.bullets{background-color:#fde68a;border:1px solid #92400e}.calendar-points .no-data.bullets{background-color:#e5e7eb;border:1px solid #6b7280}.fc-event-title{display:flex;align-items:center;gap:4px}.fc-event-title .late-flag,.fc-event-title .temporary-flag{font-size:12px;line-height:1}.fc-event-title .temporary-flag{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.6}}.fc-event{border:none !important;border-radius:4px !important;font-size:11px !important;padding:2px 4px !important;margin:1px !important}.fc-event.full-attendance{background-color:#bbf7d0 !important;color:#14532d !important;border:1px solid #86efac !important;font-weight:500 !important}.fc-event.only-check-in{background-color:#fed7aa !important;color:#7c2d12 !important;border:1px solid #fdba74 !important;font-weight:500 !important}.fc-event.on-leave{background-color:#fecaca !important;color:#7f1d1d !important;border:1px solid #fca5a5 !important;font-weight:500 !important}.fc-event.on-duty{background-color:#fed7aa !important;color:#9a3412 !important;border:1px solid #fb923c !important;font-weight:500 !important}.fc-event.shift{background-color:#bfdbfe !important;color:#1e3a8a !important;border:1px solid #93c5fd !important;font-weight:500 !important}.fc-event.shift-temporary{background:linear-gradient(135deg, #FDE68A 0%, #FEF3C7 100%) !important;color:#78350f !important;border:2px dashed #f59e0b !important;font-weight:600 !important;box-shadow:0 2px 4px rgba(245,158,11,.2) !important;position:relative !important}.fc-event.shift-temporary::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;background:hsla(0,0%,100%,.1);pointer-events:none}.fc-event.holiday{background-color:#d1fae5 !important;color:#064e3b !important;border:1px solid #a7f3d0 !important;font-weight:500 !important}.fc-event.weekly-off{background-color:#e9d5ff !important;color:#581c87 !important;border:1px solid #d8b4fe !important;text-align:left !important;font-weight:600 !important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;font-size:11px}.fc-event.undertime{background-color:#fef3c7 !important;color:#78350f !important;border:1px solid #fde68a !important;font-weight:500 !important}.fc-event.no-data{background-color:#f9fafb !important;color:#374151 !important;border:1px solid #e5e7eb !important;font-weight:500 !important}.fc-button-group .fc-button-primary{background-color:#2c3e50 !important;border-color:#2c3e50 !important;color:#fff !important}.fc-button-group .fc-button-primary:hover{background-color:#304459 !important;border-color:#304459 !important}.fc-button-group .fc-button-primary:active{background-color:#2c3e50 !important;border-color:#2c3e50 !important}.fc-button-group .fc-button-primary:disabled{background-color:#9ca3af !important;border-color:#9ca3af !important;color:#fff !important}.fc-prev-button,.fc-next-button{background-color:#2c3e50 !important;border-color:#2c3e50 !important;color:#fff !important}.fc-prev-button:hover,.fc-next-button:hover{background-color:#2c3e50 !important;border-color:#2c3e50 !important}.fc-prev-button:active,.fc-next-button:active{background-color:#2c3e50 !important;border-color:#2c3e50 !important}.fc-prev-button:disabled,.fc-next-button:disabled{background-color:#9ca3af !important;border-color:#9ca3af !important;color:#fff !important}.fc-today-button{background-color:#f3f4f6 !important;border-color:#d1d5db !important;color:#374151 !important}.fc-today-button:hover{background-color:#e5e7eb !important;border-color:#9ca3af !important}.fc-toolbar-title{color:#1f2937 !important;font-weight:600 !important}.fc-daygrid-day.has-weekly-off{background-color:#faf5ff !important}.fc-daygrid-day.has-weekly-off .fc-daygrid-day-number{color:#6b21a8 !important;font-weight:600 !important}.fc-daygrid-day.fc-day-tue.fc-day-future .weekly-off,.fc-daygrid-day.fc-day-sat.fc-day-future .weekly-off{background-color:#e9d5ff !important;color:#581c87 !important}.fc-event.weekly-off{background-color:#e9d5ff !important;color:#581c87 !important;border:1px solid #d8b4fe !important;text-align:left !important;font-weight:600 !important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;font-size:11px}.punch-times-container .time-bar{margin-bottom:4px}.punch-times-container .attendance-expand{margin-top:4px}.punch-times-container .attendance-expand .expand-attendance{border-radius:15px;background-color:#ccf1d1;color:#00a81a;padding:3px 7px 3px 7px;font-size:10px;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.punch-times-container .attendance-expand .expand-attendance:hover{background-color:#b3e8bd}.punch-times-container .canteen-service .badge{font-size:11px;padding:4px 8px;border-radius:12px}.punch-times-container .canteen-service .badge.bg-success{background-color:#28a745 !important}.punch-times-container .canteen-service .badge.bg-secondary{background-color:#6c757d !important}.punch-times-container .menu-items{display:flex;flex-wrap:wrap;gap:4px}.punch-times-container .menu-items .menu-item-badge{background-color:#e9ecef;color:#495057;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:500}.punch-times-container .meal-time .time-bar{font-size:12px;color:#666;font-weight:500}.chart-dashboard{display:flex;flex-direction:column;flex-grow:1}.chart-dashboard .controls-container{width:100%;display:flex;flex-wrap:wrap;gap:1rem;background:#f8f9fa;padding:15px;border-radius:8px;margin-bottom:20px}.chart-dashboard .chart-wrapper{flex-grow:1;position:relative;overflow:hidden;height:400px;width:100%;max-width:none;max-height:none;align-self:stretch}.dashboard-grid{display:flex;flex-wrap:wrap;gap:1rem;width:100%;padding:20px}.dashboard-section{display:flex;flex-direction:column;flex:1;padding:20px;box-shadow:0 0 15px rgba(0,0,0,.1),0 0 6px rgba(0,0,0,.05);flex-basis:calc(50% - .5rem);width:calc(50% - .5rem)}.dashboard-section .section-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;flex-shrink:0}.dashboard-section .chart-container{background-color:#fff;border-radius:.5rem;min-height:300px;flex-grow:1;display:flex;flex-direction:column;overflow:hidden}@media(max-width: 1000px){.dashboard-container{padding:1rem .5rem}.dashboard-section{margin-bottom:1.5rem}.section-title{font-size:1.25rem}}@media(max-width: 900px){.dashboard-grid .dashboard-section{width:100%;flex-basis:none}}.date-range-container{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.date-input-group{display:flex;flex-direction:column;width:130px;min-width:130px;max-width:130px}.date-label{font-size:12px;color:#718096;margin-bottom:4px}.date-input{border:1px solid #e2e8f0;padding:6px 10px;border-radius:6px;font-size:13px;width:100%}.date-input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 1px rgba(66,153,225,.5)}.search-button{padding:8px 12px;background-color:#40518a;color:#fff;max-height:36px;align-self:self-end;border:none;width:100px;border-radius:6px;cursor:pointer;font-size:12px}.search-button:hover{background-color:#2d3c6e}.search-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.searchable-dropdown{width:130px;min-width:130px;max-width:130px}.searchable-dropdown.disabled{opacity:.6;cursor:not-allowed}.searchable-dropdown .dropdown-label{display:block;font-size:12px;color:#718096;margin-bottom:4px;font-weight:500}.searchable-dropdown .dropdown-container{position:relative;width:100%}.searchable-dropdown .dropdown-container .dropdown-selected{border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;font-size:12px;cursor:pointer;background-color:#fff;user-select:none}.searchable-dropdown .dropdown-container .dropdown-selected:hover{border-color:#888}.searchable-dropdown .dropdown-container .dropdown-selected.disabled{background-color:#f5f5f5;cursor:not-allowed;border-color:#ddd}.searchable-dropdown .dropdown-container .dropdown-selected.disabled:hover{background-color:#f5f5f5;border-color:#ddd}.searchable-dropdown .dropdown-container .dropdown-menu{position:absolute;top:100%;left:0;width:100%;min-width:130px;max-height:200px;overflow:auto;border:1px solid #e2e8f0;background-color:#fff;z-index:999;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);margin-top:4px;border-radius:6px;display:block;right:0}.searchable-dropdown .dropdown-container .dropdown-menu .dropdown-search{width:calc(100% - 12px);padding:6px;font-size:12px;border:none;border-bottom:1px solid #eee;margin:0}.searchable-dropdown .dropdown-container .dropdown-menu .dropdown-option{padding:6px 12px;font-size:12px;cursor:pointer}.searchable-dropdown .dropdown-container .dropdown-menu .dropdown-option:hover{background-color:#f5f5f5}.searchable-dropdown .dropdown-container .dropdown-menu .no-matches{padding:6px 12px;font-size:12px;color:#a0aec0;font-style:italic}.content-container .month-holiday-parent,.content-container .month-event-parent{min-height:300px;background:#fff;box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);border-radius:13px}.content-container .month-holiday-parent .month-holiday-title,.content-container .month-event-parent .month-holiday-title{background:#4d4d4d;color:#fff;box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);border-radius:13px 13px 0px 0px;padding:12px}.content-container .month-holiday-parent .holiday-body,.content-container .month-event-parent .holiday-body{height:265px;overflow-y:scroll}.content-container .month-holiday-parent .holiday-body .holiday-list,.content-container .month-event-parent .holiday-body .holiday-list{display:flex;column-gap:12px;padding:8px 15px;border-bottom:1px solid rgba(0,0,0,.1607843137);align-items:flex-start}.content-container .month-holiday-parent .holiday-body .holiday-list .date,.content-container .month-event-parent .holiday-body .holiday-list .date{color:#40518a;font-size:12px;font-weight:500;flex-shrink:0;min-width:20px}.content-container .month-holiday-parent .holiday-body .holiday-list .holiday-name,.content-container .month-event-parent .holiday-body .holiday-list .holiday-name{color:#4a4a4a;font-size:12px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.4;flex:1;min-width:0}.content-container .edit-profile-content .calendar-container{flex:1;position:relative;overflow:visible;height:calc(100vh - 60px - 120px);display:flex;flex-direction:column}.content-container .edit-profile-content .calendar-container .go-next{position:absolute;right:0%;top:50%}.content-container .edit-profile-content .calendar-container .go-prev{position:absolute;left:0%;top:50%}.content-container .edit-profile-content .calendar-container .caret-icon{background-color:#4d4d4d;padding:2px 6px 1px 6px;border-radius:30px;border:none;z-index:99}.content-container .edit-profile-content .calendar-container .caret-icon>svg{color:#fff;width:13px;height:19px}.content-container .edit-profile-content .calendar-container .fc-media-screen{height:100%;display:flex;flex-direction:column;overflow:hidden}.content-container .edit-profile-content .calendar-container .fc-media-screen .fc-toolbar{flex-shrink:0}.content-container .edit-profile-content .calendar-container .fc-media-screen .fc-toolbar .fc-toolbar-chunk .fc-toolbar-title{font-size:18px}.content-container .edit-profile-content .calendar-container .fc-media-screen .fc-toolbar .fc-toolbar-chunk .fc-createEventButton-button,.content-container .edit-profile-content .calendar-container .fc-media-screen .fc-toolbar .fc-toolbar-chunk .fc-createHolidayButton-button{border:1px solid #1f94ff;border-radius:5px;color:#1f94ff;padding-left:15px;background-color:#fff;padding-right:15px;font-size:14px}.content-container .edit-profile-content .calendar-container .fc-media-screen .fc-toolbar .fc-toolbar-chunk .fc-today-button{color:#fff;font-size:14px;font-weight:700;padding-left:15px;padding-right:15px;background-color:#cbcbcb;border-color:#cbcbcb}.content-container .edit-profile-content .calendar-container .fc-media-screen .fc-view-harness{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.content-container .edit-profile-content .calendar-container .fc-media-screen .fc-scroller{overflow-y:auto !important;overflow-x:hidden !important}.content-container .edit-profile-content .calendar-container table{border:unset !important}.content-container .edit-profile-content .calendar-container table .fc-col-header{background:#f6f6f6}.content-container .edit-profile-content .calendar-container table .fc-col-header .fc-col-header-cell{border:none}.content-container .edit-profile-content .calendar-container table .fc-col-header .fc-col-header-cell .fc-scrollgrid-sync-inner>a{color:#000;font-family:var(--font-normal)}.content-container .edit-profile-content .calendar-container table thead tr td{border:unset !important}.content-container .edit-profile-content .calendar-container table thead tr td .fc-day{padding:10px;border:unset}.content-container .edit-profile-content .calendar-container table thead tr td .fc-day .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion{color:#000;font-size:14px}.content-container .edit-profile-content .calendar-container table tbody tr td{border:unset;padding:7px}.content-container .edit-profile-content .calendar-container table tbody tr td .fc-daygrid-day-frame{border-radius:2px;background:#fff;box-shadow:1px 3px 6px rgba(142,142,142,.1607843137);opacity:1}.content-container .edit-profile-content .calendar-container table tbody tr td .fc-daygrid-day-top{flex-direction:unset;width:25px;height:25px;align-items:center;border-radius:50%;justify-content:center}.content-container .edit-profile-content .calendar-container table tbody tr td .fc-daygrid-day-top .fc-daygrid-day-number{color:#000;width:100%;height:100%;display:flex;align-items:center;justify-content:center;left:10px;top:10px}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day{position:relative}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day .fc-daygrid-day-frame{display:flex;flex-direction:column}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events{margin-top:auto;min-width:0;width:100%;pointer-events:auto}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness{width:100%;min-width:0;pointer-events:auto}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event{width:100%;border-top-left-radius:unset;border-top-right-radius:unset;border:unset;border-left:5px solid #00a81a;background-color:#ebffee;margin:0px;overflow:visible;min-width:0;box-sizing:border-box;cursor:pointer;position:relative;pointer-events:auto}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event .calendar-event-indicator{display:flex;flex-direction:column;align-items:flex-start;padding:2px 4px;min-height:18px;width:100%}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event .calendar-event-indicator .event-title-text{font-size:10px;color:#878787;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event .calendar-event-indicator .event-more-count{font-size:9px;font-weight:600;color:#878787;flex-shrink:0;margin-top:2px;display:block}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event .fc-event-title{color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;font-size:11px;font-weight:100;text-align:left}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .noraml,.content-container .edit-profile-content .calendar-container table tbody tr .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .normal{border-bottom-right-radius:2px;border:unset;border-left:5px solid #f9a503;background-color:#fffaf1}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .optional{border-bottom-right-radius:2px;border-left:5px solid #e20303;background-color:#fff5f6}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day-today{background-color:unset !important}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-top{font-size:14px}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-top .fc-daygrid-day-number{background:#41518a;border-radius:50%;color:#fff}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-events{margin-top:auto;min-width:0;width:100%;pointer-events:auto}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness{width:100%;min-width:0;pointer-events:auto}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event{border:unset;border-left:5px solid #41518a;background-color:#f4fbff;overflow:hidden;min-width:0;box-sizing:border-box;pointer-events:auto}.content-container .edit-profile-content .calendar-container table tbody tr .fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event .fc-event-title{color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}.content-container .calendar-btn{border:1px solid #1f94ff;border-radius:5px;color:#1f94ff;padding-left:8px;background-color:var(--primary-theme-white);padding-right:8px;display:flex;align-items:center;height:42px}.content-container .datepicker-wrap{position:relative}.content-container .datepicker-wrap input{border:1px solid #e1e1e1;color:#bcbcbc;max-width:135px;padding:8px;border-radius:5px;z-index:1;position:relative;background:rgba(0,0,0,0);cursor:pointer;height:42px}.content-container .date-icon{position:absolute;top:16%;right:10%;color:gray}.custom-holiday-button{background-color:#fff !important;border:none !important;color:#000 !important;font-weight:bold !important;padding:0px !important;margin-top:-10px !important}.calendar-points{font-size:12px;display:flex;padding-right:10px;gap:7px}.calendar-points .bullets{width:20px;height:20px;border-radius:20px}.calendar-points .normal{background-color:#f9a503}.calendar-points .optional{background-color:#e20303}.calendar-points .today{background-color:#40518a}.calendar-points .events{background-color:#00a81a}.fc-today-button,.fc-event-title-container{text-transform:capitalize !important}.calendar-event-popover-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9998;background:rgba(0,0,0,0)}.calendar-event-popover{position:fixed;background:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.2);z-index:9999;min-width:280px;max-width:350px;max-height:400px;overflow:hidden;animation:popoverFadeIn .2s ease-out}@keyframes popoverFadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.calendar-event-popover .popover-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.calendar-event-popover .popover-header .popover-date{font-size:14px;font-weight:600;color:#2f2f2f}.calendar-event-popover .popover-header .popover-close{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.calendar-event-popover .popover-header .popover-close:hover{background:#e0e0e0;color:#333}.calendar-event-popover .popover-content{padding:8px;max-height:340px;overflow-y:auto}.calendar-event-popover .popover-content::-webkit-scrollbar{width:6px}.calendar-event-popover .popover-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.calendar-event-popover .popover-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.calendar-event-popover .popover-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.calendar-event-popover .popover-content .popover-item{padding:10px 12px;margin-bottom:6px;border-radius:6px;border-left:4px solid;transition:background .2s}.calendar-event-popover .popover-content .popover-item:last-child{margin-bottom:0}.calendar-event-popover .popover-content .popover-item:hover{background:#f8f9fa}.calendar-event-popover .popover-content .popover-item.normal,.calendar-event-popover .popover-content .popover-item.noraml{background-color:#fffaf1;border-left-color:#f9a503}.calendar-event-popover .popover-content .popover-item.optional{background-color:#fff5f6;border-left-color:#e20303}.calendar-event-popover .popover-content .popover-item.events{background-color:#ebffee;border-left-color:#00a81a}.calendar-event-popover .popover-content .popover-item .popover-item-type{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;color:#666}.calendar-event-popover .popover-content .popover-item .popover-item-title{font-size:13px;color:#2f2f2f;font-weight:500;line-height:1.4;word-wrap:break-word}.profile-header-wrap{font-size:.8em !important}.profile-header-wrap .right-content-header .header-text .first{font-size:12px !important}.profile-header-wrap .right-content-header .header-text .breadcrumb{font-size:8px !important}.profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item{font-size:8px !important}.profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item a{font-size:8px !important}.profile-header-wrap .right-content-header .emp-header-right{font-size:.9em !important}.profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item,.profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu.show .dropdown-item,.profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .branch-dropdown-item,.profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu.show .branch-dropdown-item,.profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu a.dropdown-item{font-size:13px !important}.profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control,.profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container{font-size:9px !important}.profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-1jqq78o-placeholder,.profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-1jqq78o-placeholder{font-size:9px !important}.profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control input,.profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container input{font-size:9px !important}.profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-1hyfx7x svg,.profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-1hyfx7x svg{width:14px !important;height:14px !important}.profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-list{font-size:9px !important}.profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-list div{font-size:9px !important}.profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu{width:300px !important;max-width:300px !important;font-size:13px !important}.profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item,.profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .branch-dropdown-item{white-space:normal !important;word-wrap:break-word !important;overflow-wrap:break-word !important;font-size:13px !important;font-size:13px !important}.profile-header-wrap .right-content-header .emp-header-right .calenderWarp .inputBox{font-size:9px !important}.profile-header-wrap .right-content-header .emp-header-right .calenderWarp .date-icon svg{width:14px !important;height:14px !important}.profile-header-wrap .right-content-header .emp-header-right .disableBtn{font-size:8px !important;padding:4px 8px !important}.profile-header-wrap .right-content-header .emp-header-right .add-btn{font-size:9px !important}.profile-header-wrap .right-content-header .emp-header-right .add-btn svg{width:12px !important;height:12px !important}.profile-header-wrap .right-content-header .emp-header-right .datepicker-wrap input{color:#5e5e5e;font-size:9px !important}.profile-header-wrap .right-content-header .emp-header-right>div .dropdown .dropdown-menu{width:300px !important;max-width:300px !important;font-size:13px !important}.profile-header-wrap .right-content-header .emp-header-right>div .dropdown .dropdown-menu .dropdown-item{white-space:normal !important;word-wrap:break-word !important;overflow-wrap:break-word !important;font-size:13px !important}.content-container .dropdown-menu{font-size:13px !important}.content-container .dropdown-menu .dropdown-item{font-size:13px !important;padding:8px 12px !important}.inner-wrap .content-container .dropdown-menu{font-size:13px !important}.inner-wrap .content-container .dropdown-menu .dropdown-item{font-size:13px !important;padding:8px 12px !important}.branch-dropdown-menu{font-size:13px !important}.branch-dropdown-menu .branch-dropdown-item{font-size:13px !important;padding:8px 12px !important}.profile-header-wrap .dropdown-menu,.profile-header-wrap .dropdown-menu.show{font-size:13px !important}.profile-header-wrap .dropdown-menu .dropdown-item,.profile-header-wrap .dropdown-menu .branch-dropdown-item,.profile-header-wrap .dropdown-menu a.dropdown-item,.profile-header-wrap .dropdown-menu.show .dropdown-item,.profile-header-wrap .dropdown-menu.show .branch-dropdown-item,.profile-header-wrap .dropdown-menu.show a.dropdown-item{font-size:13px !important;padding:8px 12px !important}.profile-header-wrap .emp-header-right .dropdown-menu,.profile-header-wrap .emp-header-right .dropdown-menu.show{font-size:13px !important}.profile-header-wrap .emp-header-right .dropdown-menu .dropdown-item,.profile-header-wrap .emp-header-right .dropdown-menu .branch-dropdown-item,.profile-header-wrap .emp-header-right .dropdown-menu a.dropdown-item,.profile-header-wrap .emp-header-right .dropdown-menu.show .dropdown-item,.profile-header-wrap .emp-header-right .dropdown-menu.show .branch-dropdown-item,.profile-header-wrap .emp-header-right .dropdown-menu.show a.dropdown-item{font-size:13px !important;padding:8px 12px !important}.profile-header-wrap .emp-header-right .dropdown .dropdown-menu,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu.show{font-size:13px !important}.profile-header-wrap .emp-header-right .dropdown .dropdown-menu .dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu .branch-dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu a.dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu.show .dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu.show .branch-dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu.show a.dropdown-item{font-size:13px !important;padding:8px 12px !important}.dropdown-menu.show .dropdown-item{font-size:13px !important}.profile-header-wrap .emp-header-right .dropdown .dropdown-menu .dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu.show .dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu .branch-dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu.show .branch-dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu a.dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu.show a.dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu .dropdown-item.branch-dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu.show .dropdown-item.branch-dropdown-item,div.dropdown-menu .dropdown-item,.dropdown-menu .dropdown-item,.branch-dropdown-menu .branch-dropdown-item,.branch-dropdown-item,a.dropdown-item{font-size:13px !important;padding:8px 12px !important}.inner-wrap .content-container~* .profile-header-wrap .emp-header-right .dropdown .dropdown-menu .dropdown-item,.inner-wrap .content-container .profile-header-wrap .emp-header-right .dropdown .dropdown-menu .dropdown-item,.profile-header-wrap .emp-header-right .dropdown .dropdown-menu .dropdown-item.branch-dropdown-item{font-size:13px !important;padding:8px 12px !important}.right-content-header .buttons-container{text-transform:capitalize;background:#e1e1e1;padding:9px;border:1px solid #e1e1e1;border-radius:4px;color:#a9a8a8;font-size:small;margin:0px 6px 0px 0px}.right-content-header .add-btn{font-size:12px;white-space:nowrap}.right-content-header .search-bar-wrap{display:flex;align-items:center;column-gap:12px;height:2.5em;width:17em;border:1px solid var(--primary-light-grey);padding:11px 8px;border-radius:5px}.right-content-header .search-bar-wrap input{border:none;font-size:14px}.right-content-header .search-bar-wrap svg:not(:root).svg-inline--fa,.right-content-header .search-bar-wrap svg:not(:host).svg-inline--fa{overflow:visible;box-sizing:content-box;color:#bcbcbc}.right-content-header .emp-header-right{display:flex;align-items:center;column-gap:10px;flex-wrap:wrap}.right-content-header .emp-header-right .css-1q3h4m5-control{max-width:170px !important;height:100%}.right-content-header .emp-header-right .employee-select-wrapper{position:relative;z-index:40;min-width:350px}.right-content-header .emp-header-right .employee-select-wrapper .employee-select div[class*=control]{min-height:42px}.right-content-header .emp-header-right .employee-select-wrapper .employee-select div[class*=menu]{z-index:50}.right-content-header .emp-header-right .datepicker-wrap input{border:1px solid #e1e1e1;color:#bcbcbc;max-width:130px;padding:5px;border-radius:5px;cursor:pointer}.right-content-header .emp-header-right .date-icon{position:absolute;top:21%;right:4%;color:gray;z-index:0}.right-content-header .dropdown-list{display:flex;background-color:#fff;border:1px solid #e1e1e1;color:#bcbcbc;align-items:center;font-size:18px;justify-content:space-between;min-width:120px;height:42px}.leave-content-wrap{padding:10px 0px 10px 0px}.leave-content-wrap .edit-profile-content{column-gap:10px}.leave-content-wrap .edit-profile-content .head-text{font-size:20px;font-weight:bold;font-family:var(--font-normal)}.leave-content-wrap .edit-profile-content .leave-account-content{flex:1}.leave-content-wrap .edit-profile-content .leave-account-content .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.leave-content-wrap .edit-profile-content .leave-account-content .leave-heading{font-size:20px;color:#bcbcbc;font-weight:600;margin-bottom:20px}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .leave-type{font-size:18px;color:#000;line-height:28px;font-weight:500}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .balance{color:#222;font-size:28px;font-weight:700}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card{margin:12px;padding:15px;border:1px solid rgba(0,0,0,.0980392157);border-radius:10px;background:#fff;box-shadow:0px 0px 6px rgba(0,0,0,.0980392157);height:170px;display:flex;gap:15px;flex-direction:column;justify-content:space-between}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .credit-icon{color:#6e9b6b;font-size:20px}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .title{background-color:#d8f2dc;font-size:18px;color:#000;line-height:25px;border-radius:20px;padding:0 10px}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card{margin:12px;padding:15px;border:1px solid rgba(0,0,0,.0980392157);border-radius:10px;background:#fff;box-shadow:0px 0px 6px rgba(0,0,0,.0980392157);height:170px;display:flex;gap:15px;flex-direction:column;justify-content:space-between}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .credit-icon{color:#ff0707;font-size:20px}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .title{background-color:#fff5f6;font-size:18px;color:#000;line-height:25px;border-radius:20px;padding:0 10px}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card{margin:12px;padding:15px;border:1px solid rgba(0,0,0,.0980392157);border-radius:10px;background:#fff;box-shadow:0px 0px 6px rgba(0,0,0,.0980392157);height:170px;display:flex;gap:15px;flex-direction:column;justify-content:space-between}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .leave-type{color:#8b8b8b}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .credit-icon{color:#8b8b8b;font-size:20px}.leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .title{background-color:#bcbcbc;font-size:18px;color:#000;line-height:25px;border-radius:20px;padding:0 10px}.leave-content-wrap .edit-profile-content .slick-prev{left:1px}.leave-content-wrap .edit-profile-content .slick-next{right:2px}.leave-content-wrap .edit-profile-content .slick-prev:before{color:#000}.leave-content-wrap .edit-profile-content .slick-next:before{color:#000}.leave-content-wrap .head-leave-wrap{font-weight:700;display:flex;justify-content:space-between}.leave-content-wrap .head-leave-wrap .leave-history-name{text-transform:capitalize;font-size:20px;font-family:var(--font-normal)}.show-name .sub-name{font-size:13px}.show-name .leave-category{display:flex;gap:10px}.show-name .leave-category .child-leave{border-radius:15px;background-color:#ccf1d1;color:#00a81a;padding:3px 7px 3px 7px;font-size:10px;cursor:pointer}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap{border-color:#d1d1d1;border-bottom:1px solid #d1d1d1;padding:0px 0px 13px 0px;box-sizing:border-box;font-family:"Pacaembu Trial Medium",sans-serif;font-size:.75rem;line-height:1.5;color:var(--bs-body-color, #212529);text-align:var(--bs-body-text-align, left);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text{flex:1 1 auto;min-width:0}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .d-flex,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .d-flex,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .d-flex{display:flex;align-items:center}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .d-flex a,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .d-flex a,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .d-flex a{text-decoration:none;color:inherit}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .d-flex .first,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .d-flex .first,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .d-flex .first{font-size:15px !important;font-weight:700;color:var(--text-black, #000000);margin:0;padding:0}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb{margin-bottom:0;font-size:11px !important;white-space:nowrap;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item{font-size:11px !important;white-space:nowrap;display:inline-flex;align-items:center}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item+.breadcrumb-item::before,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item+.breadcrumb-item::before,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item+.breadcrumb-item::before{content:"/";padding:0 4px;color:var(--text-grey, #777777);font-size:11px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item a,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item a,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item a{color:var(--text-grey, #777777);text-decoration:none;font-size:11px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:350px;display:inline-block;vertical-align:bottom}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item a:hover,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item a:hover,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item a:hover{color:var(--primary-theme, #40518a)}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item.active,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item.active,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .breadcrumb .breadcrumb-item.active{color:#5a5555;font-weight:700;font-size:11px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right{display:flex;column-gap:10px;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px;min-height:42px;font-size:.9em}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .custom-nav-pills,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .custom-nav-pills,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .custom-nav-pills{display:none}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control{font-size:12px !important;width:auto !important;min-width:auto !important;max-width:none !important;flex:0 0 auto !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-hlgwow,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-hlgwow,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-hlgwow,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-hlgwow,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-hlgwow,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-hlgwow{font-size:12px !important;width:auto !important;min-width:auto !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-1jqq78o-placeholder,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-1jqq78o-placeholder,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-1jqq78o-placeholder,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-1jqq78o-placeholder,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-1jqq78o-placeholder,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-1jqq78o-placeholder{font-size:12px !important;color:var(--text-grey, #777777);white-space:nowrap}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-19bb58m,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-19bb58m,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-19bb58m,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-19bb58m,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-19bb58m,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-19bb58m{width:auto !important;min-width:auto !important;flex:0 0 auto !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-19bb58m input,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-19bb58m input,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-19bb58m input,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-19bb58m input,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-19bb58m input,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-19bb58m input{font-size:12px !important;color:inherit;background:0px center;opacity:1;width:auto !important;min-width:100px !important;max-width:180px !important;grid-area:1/2;font:inherit;border:0px;margin:0px;outline:0px;padding:0 8px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-1q3h4m5-control,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-1q3h4m5-control,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-1q3h4m5-control,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-1q3h4m5-control,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-1q3h4m5-control,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-1q3h4m5-control{width:fit-content !important;min-width:fit-content !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-1o21wj0 .css-1hyfx7x svg,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-1o21wj0 .css-1hyfx7x svg,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-1o21wj0 .css-1hyfx7x svg,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-1o21wj0 .css-1hyfx7x svg,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container .css-1o21wj0 .css-1hyfx7x svg,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-1q3h4m5-control .css-1o21wj0 .css-1hyfx7x svg{width:14px !important;height:14px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown{width:auto !important;min-width:auto !important;max-width:none !important;flex:0 0 auto !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-list,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-list,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-list{font-size:12px !important;padding:6px 12px !important;height:42px;display:inline-flex;align-items:center;border:1px solid #40528a;border-radius:4px;background-color:var(--primary-theme-white, #ffffff);color:#40518a;white-space:nowrap;width:auto !important;min-width:auto !important;max-width:none !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-list div,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-list div,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-list div{font-size:12px !important;white-space:nowrap}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-list::after,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-list::after,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-list::after{margin-left:8px;font-size:11px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu{font-size:9px !important;width:300px !important;max-width:300px !important;min-width:200px;padding:4px 0;margin-top:4px;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item{font-size:9px !important;padding:6px 12px;white-space:normal !important;word-wrap:break-word !important;overflow-wrap:break-word !important;color:var(--bs-body-color, #212529)}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item:hover,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item:hover,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item:hover{background-color:var(--bs-gray-100, #f8f9fa)}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item.active,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item.active,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item.active{background-color:var(--primary-theme, #40518a);color:#fff}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu.branch-dropdown-menu .dropdown-item,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu.branch-dropdown-menu .branch-dropdown-item,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .branch-dropdown-menu .dropdown-item,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .branch-dropdown-menu .branch-dropdown-item,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .branch-dropdown-item,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu.branch-dropdown-menu .dropdown-item,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu.branch-dropdown-menu .branch-dropdown-item,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .branch-dropdown-menu .dropdown-item,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .branch-dropdown-menu .branch-dropdown-item,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .branch-dropdown-item,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu.branch-dropdown-menu .dropdown-item,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu.branch-dropdown-menu .branch-dropdown-item,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .branch-dropdown-menu .dropdown-item,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .branch-dropdown-menu .branch-dropdown-item,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .branch-dropdown-item{font-size:13px !important;padding:8px 12px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item.branch-dropdown-item,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu a.dropdown-item.branch-dropdown-item,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item.branch-dropdown-item,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu a.dropdown-item.branch-dropdown-item,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu .dropdown-item.branch-dropdown-item,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown .dropdown-menu a.dropdown-item.branch-dropdown-item{font-size:13px !important;padding:8px 12px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp{display:inline-block;position:relative;width:auto !important;min-width:auto !important;max-width:none !important;flex:0 0 auto !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp .inputBox,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp .inputBox,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp .inputBox{background:rgba(0,0,0,0);width:auto !important;min-width:auto !important;max-width:none !important;border:1px solid #e1e1e1;color:#bcbcbc;padding:9px 35px 9px 12px !important;border-radius:5px;height:42px;z-index:1;position:relative;font-size:12px !important;cursor:pointer;box-sizing:border-box;white-space:nowrap}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp .date-icon,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp .date-icon,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp .date-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:gray;pointer-events:none}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp .date-icon svg,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp .date-icon svg,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp .date-icon svg{width:14px !important;height:14px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .datepicker-wrap,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .datepicker-wrap,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .datepicker-wrap{position:relative;width:auto !important;min-width:auto !important;max-width:none !important;flex:0 0 auto !important;display:inline-block}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .datepicker-wrap input,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .datepicker-wrap input,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .datepicker-wrap input{border:1px solid #e1e1e1;color:#5e5e5e;width:auto !important;min-width:auto !important;max-width:none !important;padding:8px 12px !important;border-radius:5px;z-index:1;position:relative;background:rgba(0,0,0,0);cursor:pointer;height:42px;font-size:12px !important;white-space:nowrap}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .d-flex.gap-1,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .d-flex.gap-1,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .d-flex.gap-1{display:flex;gap:4px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .d-flex.gap-1 .disableBtn,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .d-flex.gap-1 .disableBtn,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .d-flex.gap-1 .disableBtn{background-color:#e8e8e8 !important;color:#9a9a9a !important;border:none !important;border-radius:4px;padding:4px 8px !important;font-size:10px !important;height:42px;white-space:nowrap;cursor:not-allowed;--bs-btn-border-color: unset !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .d-flex.gap-1 .disableBtn:hover,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .d-flex.gap-1 .disableBtn:hover,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .d-flex.gap-1 .disableBtn:hover{color:#9a9a9a !important;background-color:#e8e8e8 !important;border-color:unset !important;border:unset !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn{background-color:#40518a !important;color:#fff !important;border:1px solid #40518a !important;border-radius:10px;padding:8px 15px !important;font-size:11px !important;height:42px;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:background-color .2s;width:auto !important;min-width:auto !important;max-width:none !important;flex:0 0 auto !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn svg,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn svg,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn svg{width:12px !important;height:12px !important;fill:currentColor}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn:hover,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn:hover,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn:hover{background-color:#34406f !important;border-color:#34406f !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn:active,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn:active,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn:active{background-color:#2d365c !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn{background-color:#40518a !important;color:#fff !important;border:1px solid #40518a !important;border-radius:10px}@media screen and (max-width: 1530px){.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header{display:flex;justify-content:flex-start;align-items:flex-start;row-gap:10px;flex-wrap:wrap}}@media screen and (max-width: 1200px){.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .datepicker-wrap,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .d-flex.gap-1,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .css-b62m3t-container,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .dropdown,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .calenderWarp,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .datepicker-wrap,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .d-flex.gap-1,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right .add-btn{width:100%;max-width:100%}}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap,.attendance-wrap .content-container .emp-header-wrap{font-size:.85em !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head,.attendance-wrap .content-container .emp-header-wrap .emp-list-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;width:100%}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .header-text{flex:1 1 auto;min-width:0}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .d-flex,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .d-flex,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .header-text .d-flex{display:flex;align-items:center}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .d-flex .first,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .d-flex .first,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .header-text .d-flex .first{font-size:15px !important;font-weight:700;color:var(--text-black, #000000);margin:0;padding:0}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .header-text .breadcrumb{margin-bottom:0;font-size:11px !important;white-space:nowrap;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item{font-size:11px !important;white-space:nowrap;display:inline-flex;align-items:center}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item+.breadcrumb-item::before,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item+.breadcrumb-item::before,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item+.breadcrumb-item::before{content:"/";padding:0 4px;color:var(--text-grey, #777777);font-size:11px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item a,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item a,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item a{color:var(--text-grey, #777777);text-decoration:none;font-size:11px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:350px;display:inline-block;vertical-align:bottom}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item a:hover,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item a:hover,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item a:hover{color:var(--primary-theme, #40518a)}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item.active,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item.active,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .header-text .breadcrumb .breadcrumb-item.active{color:#5a5555;font-weight:700;font-size:11px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right{display:flex;column-gap:8px;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:8px;min-height:42px;font-size:.9em;align-self:flex-start;flex-shrink:0}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-controls-row,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-controls-row,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-controls-row{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap;align-self:flex-start}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent{width:auto !important;min-width:auto !important;max-width:none !important;flex:0 0 auto !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar{width:auto !important;min-width:auto !important;max-width:none !important;font-size:12px !important;flex-shrink:0;border:.5px solid #e1e1e1 !important;border-radius:5px !important;background:#fff !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input{font-size:12px !important;padding:6px 32px 6px 8px !important;height:42px !important;display:flex !important;align-items:center !important;position:relative !important;gap:6px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input input,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input input,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input input{font-size:12px !important;width:auto !important;min-width:120px !important;max-width:150px !important;padding:0 0 0 4px !important;flex:1 1 auto !important;border:none !important;outline:none !important;background:rgba(0,0,0,0) !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .emp-search-icon,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .emp-search-icon,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .emp-search-icon{font-size:11px !important;flex-shrink:0 !important;display:flex !important;align-items:center !important;color:#222 !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .emp-search-icon svg,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .emp-search-icon svg,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .emp-search-icon svg{width:12px !important;height:12px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .handle-drop,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .handle-drop,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .handle-drop{position:absolute !important;right:8px !important;top:50% !important;transform:translateY(-50%) !important;flex-shrink:0 !important;display:flex !important;align-items:center !important;cursor:pointer !important;color:#222 !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .handle-drop svg,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .handle-drop svg,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .handle-drop svg{width:12px !important;height:12px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap{position:relative;width:auto !important;min-width:auto !important;max-width:none !important;flex:0 0 auto !important;display:inline-block}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap input,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap input,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap input{border:1px solid #e1e1e1;color:#bcbcbc;width:auto !important;min-width:110px !important;max-width:130px !important;padding:8px 30px 8px 10px !important;border-radius:5px;z-index:1;position:relative;background:rgba(0,0,0,0);cursor:pointer;height:42px;font-size:12px !important;white-space:nowrap}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap .date-icon,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap .date-icon,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap .date-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:gray;pointer-events:none}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap .date-icon svg,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap .date-icon svg,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap .date-icon svg{width:14px !important;height:14px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap{width:auto !important;min-width:auto !important;max-width:none !important;flex:0 0 auto !important;font-size:12px !important;display:inline-flex !important;padding:6px 10px !important;height:42px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type{font-size:12px !important;gap:6px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type img,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type img,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type img{width:14px !important;height:14px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type svg,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type svg,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type svg{width:12px !important;height:12px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type .reset-btn,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type .reset-btn,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type .reset-btn{font-size:12px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type .reset-btn svg,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type .reset-btn svg,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .header-search-type .reset-btn svg{width:12px !important;height:12px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .search-input input,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .search-input input,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .search-bar-wrap .search-input input{font-size:12px !important;width:auto !important;min-width:90px !important;max-width:140px !important;padding:0 8px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .action,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .action,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .action{width:auto !important;min-width:auto !important;flex:0 0 auto !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .action .export-box,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .action .export-box,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .action .export-box{width:auto !important;min-width:auto !important;padding:8px 10px !important;height:42px !important;font-size:12px !important;display:flex !important;align-items:center !important;justify-content:center !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .action .export-box svg,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .attendance-wrap .emp-header-wrap .emp-list-head .emp-header-right .action .export-box svg,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .action .export-box svg{width:14px !important;height:14px !important}.content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input{font-size:12px !important;padding:6px 32px 6px 8px !important;height:42px !important;display:flex !important;align-items:center !important;position:relative !important;gap:6px !important}@media screen and (max-width: 1530px){.attendance-wrap .content-container .emp-header-wrap .emp-list-head{flex-wrap:wrap;row-gap:10px}}@media screen and (max-width: 1200px){.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right{flex-direction:column;align-items:stretch;gap:8px}.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .datepicker-wrap,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .multifilter,.attendance-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .action{width:100%;max-width:100%}}.custom-multiselect{font-size:12px;font-family:inherit;background-color:#fff;position:relative;width:130px;min-width:130px;max-width:130px}.searchWrapper{padding:3px !important;width:100%}.custom-multiselect .multiselect-container{border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;width:100%;background-color:#fff;cursor:pointer;transition:border-color .2s ease}.custom-multiselect .multiselect-container:hover{border-color:#702f2f}.custom-multiselect .search-wrapper input{font-size:12px;border:none;width:100%}.custom-multiselect .optionContainer{border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);margin-top:4px;max-height:200px;overflow-y:auto;z-index:999;background-color:#fff;width:130px !important;min-width:130px !important;max-width:130px !important}.custom-multiselect .option{padding:6px 12px;font-size:12px;display:flex;color:#000;cursor:pointer;background-color:rgba(0,0,0,0)}.custom-multiselect .option:hover{background-color:#006cb4}.custom-multiselect .chip{background-color:#40518a;color:#fff;font-size:12px;border-radius:12px;padding:4px 8px;margin:2px}.custom-multiselect .closeIcon{margin-left:6px;font-size:14px;cursor:pointer}.custom-multiselect .noResult{padding:6px 12px;font-size:12px;color:#a0aec0;font-style:italic}.dropdown-label{display:block;font-size:12px;color:#718096;margin-bottom:4px;font-weight:500}.profile-box{width:64px;height:64px;margin-top:10px;border-radius:50%;background-color:#000;border:3px solid rgba(223,223,93,.627)}.profile-box img{width:100% !important;height:100% !important;border-radius:50%}.border-box{background-color:#283567;border-radius:15px;padding:12px}.inner-body{background-color:#40518a;border-radius:22px}.main-tooltip{border-radius:24px;background-color:rgba(0,0,0,0);display:flex;flex-direction:column}.bottom-body{background-color:#fff;padding:0px 12px;max-height:50vh;overflow-y:auto;overflow-x:hidden;flex:1}.bottom-body::-webkit-scrollbar{width:4px}.bottom-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.bottom-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.bottom-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.bottom-body .tooltip-sidebar{display:flex;align-items:center;color:#4a4a4a;padding:8px 8px;column-gap:20px;font-family:var(--font-regular);font-size:16px;border-bottom:1px #f2eaea solid}.bottom-body .tooltip-sidebar .sidebar-name{font-size:14px}.bottom-body .tooltip-nested-item .nested-parent .nested-arrow{margin-left:auto;font-size:12px;color:#777}.bottom-body .tooltip-nested-item .tooltip-submenu .nested-child{padding-left:36px;column-gap:10px;border-bottom:1px #f2eaea solid}.logout-section{background-color:#fff;padding:0px 12px;border-radius:0px 0px 10px 10px;position:sticky;bottom:0}.logout-section .tooltip-sidebar{display:flex;align-items:center;padding:8px 8px;column-gap:20px;font-family:var(--font-regular);font-size:16px;border-top:2px solid #f2eaea}.logout-section .tooltip-sidebar .sidebar-name{font-size:14px}.logout-section .tooltip-sidebar:hover{background-color:#f8f8f8}.profile-tooltip-blur .dashboard-wrap:not(.navbar-wrap),.profile-tooltip-blur .hrms-wrap .content-wrap,.profile-tooltip-blur .pmboard-wrap .main-content,.profile-tooltip-blur .left-content-wrap{filter:blur(2px);transition:filter .3s ease;pointer-events:none;position:relative}.profile-tooltip-blur .dashboard-wrap:not(.navbar-wrap)::before,.profile-tooltip-blur .hrms-wrap .content-wrap::before,.profile-tooltip-blur .pmboard-wrap .main-content::before,.profile-tooltip-blur .left-content-wrap::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1;pointer-events:none}.profile-tooltip-blur .dashboard-wrap:not(.navbar-wrap)>*,.profile-tooltip-blur .hrms-wrap .content-wrap>*,.profile-tooltip-blur .pmboard-wrap .main-content>*,.profile-tooltip-blur .left-content-wrap>*{position:relative;z-index:0}.profile-tooltip-blur .hrms-wrap .dashboard-wrap .social-media-page .social-media-page__main-content,.profile-tooltip-blur .hrms-wrap .dashboard-wrap .social-media-page .social-media-page__sidebar-right{filter:blur(2px);transition:filter .3s ease;pointer-events:none}.profile-tooltip-blur .navbar-wrap,.profile-tooltip-blur .social-media-page__sidebar-left,.profile-tooltip-blur .fixed-popover,.profile-tooltip-blur .profile-tooltip-blur{filter:none !important;pointer-events:auto !important}.profile-tooltip-blur .navbar-wrap::before,.profile-tooltip-blur .social-media-page__sidebar-left::before,.profile-tooltip-blur .fixed-popover::before,.profile-tooltip-blur .profile-tooltip-blur::before{display:none !important}@media(max-height: 768px){.bottom-body{max-height:40vh}}@media(max-height: 600px){.bottom-body{max-height:35vh}}@media(max-height: 480px){.bottom-body{max-height:30vh}}.company{font-weight:500}.text-tool{color:#f0f8ff}.yellow-text{color:#ffeb8d}.text-heading{margin-top:12px;font-size:15px;font-weight:700;color:#f0f8ff}.tooltip-kivo{position:relative}.tooltip-kivo .popover{--bs-popover-max-width: 189px !important;width:189px !important;--bs-popover-border-color: unset;--bs-popover-bg: #40518a;--bs-popover-arrow-width: 6.5rem !important;--bs-popover-arrow-height: 2.5rem !important;position:absolute !important}.tooltip-kivo .fixed-popover{width:200px}.popover-body{padding:unset}.popover-arrow{left:10px !important}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg);transform:skewX(140deg)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg);transform:skewX(140deg)}.tooltip-kivo .popover.fixed-popover{margin-top:10px !important;transform:translate(-165px, 60px) !important}.proj-code{color:#1d94ff}.proj-name{color:#222;text-transform:capitalize}.project-wrap .custom-table-data-parent .custome-table-data-child .custom-table-data:has(.proj-name){overflow:hidden !important;min-width:0}.project-wrap .custom-table-data .name{min-width:0;overflow:hidden}.project-wrap .proj-name.proj-name-ellipsis{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%}.project-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .name{display:flex}.project-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .text-color{color:#0033de;display:flex}.project-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .text-name{color:#000;font-weight:600;font-size:16px}.project-wrap .custom-table-parent .custom-table-data-parent .custome-table-data-child .onboard-btn{background-color:#ebf5ff;border:1px solid #1f94ff;color:#1f94ff;border-radius:5px;font-size:13px;display:flex;align-items:center;justify-content:center;width:35px;height:35px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container{overflow-y:auto;min-height:calc(100vh - 170px)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap{width:100%;display:flex;max-height:calc(100vh - 197px);overflow-y:scroll;scroll-behavior:smooth;flex-direction:column}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left{height:84px;display:flex;flex-direction:row;align-items:center}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-info{width:45px;height:45px;border-radius:50%;border:.1px solid #d3d3d3;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f0f0f0;flex-shrink:0}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-info img{height:100%;width:100%;border-radius:50%;object-fit:cover;display:block}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-info .profile-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#666;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:2px;box-sizing:border-box;background-color:#e0e0e0;border-radius:50%}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-info .employee-image{height:100%;width:100%;border-radius:50px;object-fit:cover}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-details{width:80%;display:flex;flex-direction:column;margin-left:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-details .employee-name{font-size:14px;font-weight:bold !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-details .employee-utilisation{padding:1px 8px;font-size:13px;border-radius:2px;width:100%}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-details .utilization-under{background-color:#e1f8e0;white-space:nowrap}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-details .utilization-over{background-color:#ffe5e5}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-details .utilization-fully{background-color:#fff6de}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-right-wrap{width:100%;margin-left:30px;overflow-x:scroll;scroll-behavior:smooth;background:#fbf9f9;border-radius:10px;border-bottom:1px solid #ededed}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-right-wrap .grid-container{width:100%;display:grid;grid-template-columns:repeat(20, 1fr);grid-template-rows:repeat(10)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-right-wrap .grid-container .grid-item{background-color:#fbf9f9;border-radius:10px;padding:12px 7px;height:90px;width:169px;min-width:166px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-right-wrap .grid-container .grid-item .resource-right-content{overflow-x:scroll;scroll-behavior:smooth;border-radius:10px;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:10px 8px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-right-wrap .grid-container .grid-item .resource-right-content .icon-gap{gap:6px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-right-wrap .grid-container .grid-item .resource-right-content .icon-gap .delete-icon{font-size:13px;color:gray}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-right-wrap .grid-container .grid-item .resource-right-content .resource-percentage{font-size:16px;font-weight:500}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-right-wrap .grid-container .grid-item .resource-right-content .project-name p{font-size:14px;font-weight:bold !important;color:gray;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px;display:inline-block;vertical-align:bottom}@media screen and (max-width: 1350px){.resource-wrap{max-height:calc(100vh - 161px) !important}}@media screen and (max-width: 768px){.resource-wrap{max-height:calc(100vh - 235px) !important}.resource-wrap .resource-row{width:100%;display:flex;flex-direction:column !important}.resource-wrap .resource-row .employee-left{width:95% !important;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:12px;margin:10px;margin-bottom:12px}.resource-wrap .resource-row .resource-right-wrap{display:flex;flex-direction:column;margin-left:0px !important}.resource-wrap .resource-row .resource-right-wrap .grid-container{display:flex;flex-direction:column !important}.resource-wrap .resource-row .resource-right-wrap .grid-container .grid-item{width:95% !important;margin:10px}}@media screen and (max-width: 1000px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-details .employee-name{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .resource-wrap .resource-row .employee-left .employee-details .employee-utilisation{font-size:11px}}.emp-header-wrap .emp-list-head{flex-wrap:nowrap;align-items:center}.emp-header-wrap .emp-header-right{flex-shrink:1;min-width:0}.emp-header-wrap .emp-header-right .emp-controls-row{flex-wrap:wrap;align-items:center;gap:8px !important;min-width:0}.emp-header-wrap .emp-header-right .emp-controls-row>*{flex-shrink:0}.emp-header-wrap .emp-header-right .emp-controls-row .client-resource{font-size:12px;padding:4px 10px !important;white-space:nowrap;height:32px !important;display:flex;align-items:center}.emp-header-wrap .emp-header-right .emp-controls-row .client-resource .form-check{font-size:12px;margin-bottom:0;white-space:nowrap}.emp-header-wrap .emp-header-right .emp-controls-row .search-wrap{width:260px !important;min-width:260px !important;max-width:260px !important;height:32px !important;min-height:32px !important;padding:4px 8px !important;column-gap:8px !important}.emp-header-wrap .emp-header-right .emp-controls-row .search-wrap input{width:140px !important;font-size:12px !important;height:24px !important}.emp-header-wrap .emp-header-right .emp-controls-row .search-wrap .header-search-type{column-gap:4px !important}.emp-header-wrap .emp-header-right .emp-controls-row .search-wrap .header-search-type img{width:14px !important;height:14px !important}.emp-header-wrap .emp-header-right .emp-controls-row .action .export-resource{width:32px !important;height:32px !important;min-width:32px !important;max-width:32px !important;display:flex;align-items:center;justify-content:center;cursor:pointer}.emp-header-wrap .emp-header-right .emp-controls-row .action .export-resource img{width:16px !important;height:16px !important}.emp-header-wrap .emp-header-right .emp-controls-row .add-btn{padding:6px 14px !important;font-size:12px !important;font-weight:bold !important;height:32px !important;white-space:nowrap}.search-wrap{display:flex;column-gap:20px;align-items:center;height:2.6rem;border:1px solid var(--primary-light-grey);padding:12px 12px;border-radius:5px;position:relative}.search-wrap .header-search-type{display:flex;column-gap:10px}.search-wrap .header-search-type img:hover{cursor:pointer}.search-wrap .header-search-type .active{filter:brightness(0.1);border-radius:5px}.search-wrap .search-input .search-results{z-index:1;position:absolute;top:100%;left:0%;width:100% !important;list-style-type:none;width:100%;padding:0px;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.1);max-height:188px;scroll-behavior:smooth}.search-wrap .search-input .search-results .search-list{display:flex;align-items:center;justify-content:space-between;gap:10px}.search-wrap .search-input .search-results .search-list .profile-picture{width:25px;height:25px;border-radius:50%}.search-wrap .search-input .search-results li{color:gray;font-size:14px;padding:5px 12px;font-weight:500;cursor:pointer;border-bottom:.5px solid rgba(0,0,0,.1)}.search-wrap .search-input .search-results li .list-content{display:flex;flex-direction:row;justify-content:space-between !important}.search-wrap .search-input .search-results li .list-content .utilisation-sign{width:17px;height:17px;margin-right:10px}.search-wrap .search-input .search-results li .list-content .under-utilized{background-color:#e1f8e0}.search-wrap .search-input .search-results li .list-content .unassigned{background-color:#a98282}.search-wrap .search-input .search-results li .list-content .over-utilized{background-color:#ffe5e5}.search-wrap .search-input .search-results li .list-content .fully-utilized{background-color:#fff8d3}.search-wrap .search-input .search-results li .bg-count{background-color:#eff3ff;color:#5c73b1}.search-wrap .search-input .search-results li .dropdown-input input{width:15px}.search-wrap .search-input .search-results li.active{background-color:#fff !important;color:gray !important}.search-wrap .search-input .search-results li:hover{background-color:#fff !important;color:gray !important}.search-wrap .search-input input{border:none;height:2.375em;width:9.313em;font-size:.9375em}.search-wrap .header-search-type span{cursor:pointer;color:var(--text-grey)}.header-text{flex:2 !important}.dailyfeed-container{border-radius:10px 10px 0 0;background-color:var(--primary-theme-white);height:100%;overflow-y:auto}.dailyfeed-container .emp-header-wrap,.dailyfeed-container .profile-header-wrap{padding:0px 0px clamp(8px,1vw,13px) 0px;width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important}.dailyfeed-container .emp-header-wrap .emp-header-right,.dailyfeed-container .profile-header-wrap .emp-header-right{display:flex;column-gap:clamp(8px,1vw,10px);align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:clamp(8px,1vw,12px);min-height:42px}.dailyfeed-container .emp-header-wrap .emp-header-right .emp-search-parent,.dailyfeed-container .profile-header-wrap .emp-header-right .emp-search-parent{flex:1;min-width:clamp(280px,25vw,340px);max-width:clamp(300px,30vw,400px);height:42px;display:flex;align-items:center}.dailyfeed-container .emp-header-wrap .emp-header-right .emp-search-parent .emp-search-bar,.dailyfeed-container .profile-header-wrap .emp-header-right .emp-search-parent .emp-search-bar{border:.5px solid #e1e1e1;border-radius:clamp(4px,.5vw,5px);height:42px;flex:1;display:flex;align-items:center}.dailyfeed-container .emp-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input,.dailyfeed-container .profile-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input{display:flex;column-gap:clamp(8px,1vw,10px);font-size:clamp(9px,1vw,11px);align-items:center;width:100%;height:100%;padding:0 12px}.dailyfeed-container .emp-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .emp-search-icon,.dailyfeed-container .profile-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .emp-search-icon{color:#222;font-size:clamp(8px,.9vw,10px);display:flex;align-items:center}.dailyfeed-container .emp-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input input,.dailyfeed-container .profile-header-wrap .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input input{width:100%;border:none;font-size:clamp(9px,1vw,11px);padding:0;outline:none;background:rgba(0,0,0,0)}.dailyfeed-container .emp-header-wrap .emp-header-right .emp-btn-parent,.dailyfeed-container .profile-header-wrap .emp-header-right .emp-btn-parent{column-gap:clamp(6px,.8vw,8px);display:flex;align-items:center;flex-wrap:wrap;gap:clamp(6px,.8vw,8px);height:42px}.dailyfeed-container .emp-header-wrap .export button,.dailyfeed-container .profile-header-wrap .export button{border:1px solid #40528a;border-radius:clamp(4px,.5vw,5px);color:#40518a;padding-left:clamp(12px,1.2vw,15px);background-color:var(--primary-theme-white);padding-right:clamp(12px,1.2vw,15px);white-space:nowrap;height:42px;font-size:clamp(8px,.9vw,10px);display:flex;align-items:center;gap:clamp(4px,.5vw,5px)}.dailyfeed-container .emp-header-wrap .export-btn button,.dailyfeed-container .profile-header-wrap .export-btn button{border:1px solid #40528a;border-radius:clamp(4px,.5vw,5px);color:#fff;padding-left:clamp(12px,1.2vw,15px);background-color:#40518a;padding-right:clamp(12px,1.2vw,15px);white-space:nowrap;height:42px;font-size:clamp(8px,.9vw,10px);display:flex;align-items:center;gap:clamp(4px,.5vw,5px)}.dailyfeed-container .emp-header-wrap .add-new-emp svg,.dailyfeed-container .profile-header-wrap .add-new-emp svg{margin-right:clamp(4px,.5vw,5px);font-size:clamp(8px,.9vw,10px)}.dailyfeed-container .emp-header-wrap .add-new-emp,.dailyfeed-container .profile-header-wrap .add-new-emp{background-color:#40518a;color:#fff;border-radius:clamp(4px,.5vw,5px);border:none;white-space:nowrap;height:42px;align-items:center;font-size:clamp(8px,.9vw,10px);font-weight:bold !important;padding:0 clamp(12px,1.2vw,15px);display:flex;align-items:center;gap:clamp(4px,.5vw,5px)}.dailyfeed-container .profile-header-wrap{font-size:.85em}.dailyfeed-container .profile-header-wrap .edit-profile-header{justify-content:space-between}.dailyfeed-container .profile-header-wrap .profile-header-btn .update{padding:10px 25px;border-radius:5px;background-color:#40518a;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px;margin-right:15px}.dailyfeed-container .profile-header-wrap .profile-header-btn .cancel{padding:10px 25px;border-radius:5px;background-color:#e20303;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.dailyfeed-container .profile-header-wrap .profile-header-img{display:flex;column-gap:10px;align-items:center;position:relative;font-weight:600;flex-shrink:1;min-width:0;max-width:100%;overflow:visible;padding-top:0;justify-content:end}.dailyfeed-container .profile-header-wrap .profile-header-img div:first-child{padding:10px 0 10px 0;font-family:var(--font-regular);font-size:9px;white-space:normal;overflow-wrap:anywhere;line-height:1.4;flex:0 1 auto;min-width:0;max-width:calc(100% - 41.59px);box-sizing:border-box;margin-right:0;padding-right:0}.dailyfeed-container .profile-header-wrap .profile-header-img .profile-img-wrap{flex-shrink:0}.dailyfeed-container .profile-header-wrap .profile-header-img .profile-img-wrap{height:41.59px;width:41.59px;border-radius:50%;border:1px solid rgba(31,148,255,.2901960784)}.dailyfeed-container .profile-header-wrap .profile-header-img .profile-img-wrap img{height:100%;width:100%;border-radius:50%}.dailyfeed-container .profile-content-wrap{padding-top:15px}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap{box-shadow:0px 0px 15px rgba(0,0,0,.0784313725);border-radius:20px}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap .right-sidebar{padding:20px 20px}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul{list-style-type:none;margin-bottom:0;padding-left:0}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li{font-family:var(--font-regular);cursor:pointer;position:relative}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li>a{color:#747474}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li.active{font-weight:bold}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li.active>a{color:#40518a}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li.active::before{content:"";border-left:5px solid #f9a503;position:absolute;height:100%;left:-19px}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li:hover{font-weight:bold}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li:hover>a{color:#40518a}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li:hover::before{content:"";border-left:5px solid #f9a503;position:absolute;height:100%;left:-19px}.dailyfeed-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul hr{color:#747474}.dailyfeed-container .left-content-wrap .profile-details::-webkit-scrollbar{display:none}.dailyfeed-container .left-content-wrap .save-btn-wrap{padding:10px 0 20px 0px}.dailyfeed-container .left-content-wrap .save-btn-wrap .save{padding:10px 25px;border-radius:5px;background-color:#418d48;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px;margin-right:15px}.dailyfeed-container .left-content-wrap .save-btn-wrap .reset{padding:10px 25px;border-radius:5px;background-color:#1f94ff;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px;margin-right:15px}.dailyfeed-container .left-content-wrap .profile-details{overflow-y:auto}.dailyfeed-container .left-content-wrap .profile-details #details-form{overflow:hidden}.dailyfeed-container .left-content-wrap .profile-details #details-form .accordion-flush{width:99%;margin:auto}.dailyfeed-container .left-content-wrap .profile-details #details-form .accordion-flush .custom-accordion-item{border-radius:10px;margin-bottom:10px;box-shadow:0px -1px 4px 0px #e7e5e5}.dailyfeed-container .left-content-wrap .profile-details #details-form .accordion-flush .custom-accordion-item .accordion-header .accordion-button{border-radius:10px;border-bottom:1px solid #e7e5e5;background-color:#fff;align-items:center}.dailyfeed-container .left-content-wrap .profile-details #details-form .accordion-flush .custom-accordion-item .accordion-header .accordion-button:focus{box-shadow:unset}.dailyfeed-container .left-content-wrap .profile-details #details-form .accordion-flush .custom-accordion-item .accordion-header .accordion-button:not(.collapsed){color:unset;box-shadow:unset;border-radius:10px 10px 0 0}.dailyfeed-container .left-content-wrap .profile-details #details-form .accordion-flush .custom-accordion-item .accordion-body{padding:30px 15px 30px 15px}.dailyfeed-container .left-content-wrap .profile-details #details-form .profile-pic{column-gap:20px}.dailyfeed-container .left-content-wrap .profile-details #details-form .profile-pic .profile-img-parent{height:200px;flex:1;box-shadow:0px 0px 8px rgba(0,0,0,.0588235294);border-radius:10px}.dailyfeed-container .left-content-wrap .profile-details #details-form .profile-pic .profile-img-parent img{height:100%;width:100%;object-fit:contain}.dailyfeed-container .left-content-wrap .profile-details #details-form .profile-pic .update-pic{display:flex;flex-direction:column;justify-content:end;flex:2}.dailyfeed-container .left-content-wrap .profile-details #details-form .profile-pic .update-pic .profile-pic-text{font-weight:bold;font-size:16px}.dailyfeed-container .left-content-wrap .profile-details #details-form .profile-pic .image-input{cursor:pointer;border-radius:5px;padding:10px 12px;background:#f0f8ff;display:inline-block;color:#1f94ff;width:100%;display:flex;justify-content:space-between;align-items:center;position:relative}.dailyfeed-container .left-content-wrap .profile-details #details-form .profile-pic .image-input input[type=file]{position:absolute;top:-1000px;opacity:0;width:100%}.dailyfeed-container .left-content-wrap .profile-details #details-form .profile-pic .image-input span{color:#1f94ff;font-weight:bold;font-size:14px}.dailyfeed-container .left-content-wrap .profile-details #details-form .profile-pic .img-desc{color:var(--text-grey);font-size:14px}.dailyfeed-container .left-content-wrap .profile-details #details-form .details-title{padding-bottom:15px 0}.dailyfeed-container .left-content-wrap .profile-details #details-form .details-title span:first-child{font-family:var(--font-normal);font-weight:bold;margin-right:10px}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap{position:relative}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap label{position:absolute;top:-12px;left:16px;background-color:#fff;border-radius:5px;font-size:14px;font-family:var(--font-regular)}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .react-select__control{padding:0px !important;width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;font-size:14px}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap input,.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap select,.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap textarea{width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;padding:12px;font-size:14px}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .branch-link{color:#1f94ff}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .branch-link:hover{cursor:pointer;color:blue}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .form-errors{display:block;font-size:.875rem;color:#dc3545;margin-top:4px;font-weight:500;line-height:1.5}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .form-errors::before{content:"⚠ ";margin-right:4px;font-weight:600}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .input-error{border:2px solid #dc3545 !important;background-color:#fff5f5 !important;box-shadow:0 0 0 .2rem rgba(220,53,69,.25) !important}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .caret-down-icon{position:absolute;height:20px;right:4%;top:50%;transform:translateY(-50%);cursor:pointer;color:#777;outline:none}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .react-select__control .react-select__indicator-separator{display:none !important}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .react-select__control .react-select__input-container{height:12px !important}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .react-select__menu #react-select-3-listbox .react-select__option{background-color:#fff !important;color:#40518a !important;font-weight:bold}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .react-select__menu #react-select-3-listbox .react-select__option--is-focused{background-color:#40518a !important;color:#fff !important}.dailyfeed-container .left-content-wrap .profile-details #details-form .form-field-wrap .react-select__menu .react-select__menu-list--is-multi #react-select-2-option-1{color:red !important}.dailyfeed-container .left-content-wrap .profile-details #details-form .note-bar .note-text{width:75%;padding:16px;margin-bottom:5px;background-color:rgba(128,128,128,.0784313725);border-radius:11px}.dailyfeed-container .left-content-wrap .profile-details #details-form .note-bar{padding-bottom:10px}.dailyfeed-container .left-content-wrap .profile-details #details-form .save-btn{font-size:19px;padding-left:20px;padding-right:20px;height:42.5px;width:97.5px;color:#fff}.dailyfeed-container .left-content-wrap .profile-details #details-form .reset-btn{font-size:19px;padding-left:20px;padding-right:20px;background-color:#1f94ff;margin-right:15px;height:42.5px;width:97.5px;color:#fff}.dailyfeed-container .left-content-wrap .profile-details #details-form .reset-btn:hover{background-color:#1383e6;color:#fff;border:none}.dailyfeed-container .left-content-wrap .profile-details #details-form .search-results{z-index:14 !important;overflow-y:scroll !important}.dailyfeed-container .left-content-wrap .profile-details #details-form .search-results .img-data{display:flex}.dailyfeed-container .left-content-wrap .leave-content{display:block !important}.dailyfeed-container .left-content-wrap .edit-profile-content{display:flex;column-gap:10px;padding-bottom:20px}.dailyfeed-container .left-content-wrap .edit-profile-content .head-text{font-size:18px;font-weight:800}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right{padding:30px;margin-left:10px;border-radius:25px;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right{width:100%}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .email-container{width:100%}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .email-text{font-family:var(--font-normal) !important;font-weight:bold;color:#1d94ff;margin-bottom:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form{display:flex;justify-content:space-between;align-items:center}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap{position:relative;padding-bottom:20px;margin-bottom:25px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap label{position:absolute;top:-12px;left:16px;background-color:#fff;border-radius:5px;font-size:14px;font-family:var(--font-regular)}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap .react-select__control{padding:0px !important;width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;font-size:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap input,.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap select,.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap textarea{width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;padding:12px;font-size:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap input{width:90%}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .desc-password{border-left:1px solid #d1d1d1;padding:15px 14px;padding-left:4em;font-size:13px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .desc-password label{font-family:var(--font-regular);font-weight:bold;font-size:15px;margin-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .desc-password ul{padding-left:20px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .desc-password ul li{color:var(--text-grey)}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .password-form .desc-password ul li::marker{font-size:24px;font-weight:bold;color:#000}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .change-btn{padding:10px 25px;border-radius:5px;background-color:#418d48;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right .email{display:flex;justify-content:space-between;flex-direction:row-reverse}.dailyfeed-container .left-content-wrap .edit-profile-content .setting-content{padding-left:2px;flex:1}.dailyfeed-container .left-content-wrap .edit-profile-content .setting-content .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .setting-content .setting-card{margin-bottom:20px}.dailyfeed-container .left-content-wrap .edit-profile-content .setting-content .setting-card .form-switch .form-check-input{padding:12px;width:3em;box-shadow:none}.dailyfeed-container .left-content-wrap .edit-profile-content .setting-content .setting-card .form-switch .form-check-input:not(:checked){background-color:#e2e2e2;border:none}.dailyfeed-container .left-content-wrap .edit-profile-content .setting-content .setting-card .setting-card-title{font-weight:bold;font-size:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .setting-content .setting-card .setting-card-text{color:var(--text-grey);font-size:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .role-content{flex:1}.dailyfeed-container .left-content-wrap .edit-profile-content .role-content .head-wrap{display:flex;column-gap:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .role-content .head-wrap span{color:#1f94ff;cursor:pointer}.dailyfeed-container .left-content-wrap .edit-profile-content .role-content .head-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .role-content .role-wrap{padding-left:3px}.dailyfeed-container .left-content-wrap .edit-profile-content .award-content{flex:1}.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .head-wrap{display:flex;justify-content:space-between;padding-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .head-wrap .add-btn{padding:10px 25px;border-radius:5px;background-color:#1f94ff;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .head-wrap .tab-add-btn{padding:10px 25px;border-radius:5px;background-color:#40518a;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px;height:42px}.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .head-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .add-new-emp svg{margin-right:5px}.dailyfeed-container .left-content-wrap .edit-profile-content .award-content .add-new-emp{background-color:#41508a;color:#fff;border-radius:5px;border:none;font-size:14px;font-weight:bold !important;height:42px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content{width:calc(100% - 40px);flex:1}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .head-text{margin-bottom:0px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-heading{font-size:20px;color:#bcbcbc;font-weight:600;margin-bottom:20px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent{margin-bottom:40px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .leave-type{font-size:18px;color:#000;line-height:28px;font-weight:500}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .balance{color:#222;font-size:28px;font-weight:700}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card{margin:10px;padding:15px;border:1px solid rgba(0,0,0,.0980392157);border-radius:10px;background:#fff;box-shadow:0px 0px 6px rgba(0,0,0,.0980392157);height:170px;display:flex;gap:15px;flex-direction:column;justify-content:space-between}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .credit-icon{color:#6e9b6b;font-size:20px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .title{background-color:#d8f2dc;font-size:18px;color:#000;line-height:25px;border-radius:20px;padding:0 10px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card{margin:10px;padding:15px;border:1px solid rgba(0,0,0,.0980392157);border-radius:10px;background:#fff;box-shadow:0px 0px 6px rgba(0,0,0,.0980392157);height:170px;display:flex;gap:15px;flex-direction:column;justify-content:space-between}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .credit-icon{color:#ff0707;font-size:20px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .title{background-color:#fff5f6;font-size:18px;color:#000;line-height:25px;border-radius:20px;padding:0 10px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card{margin:10px;padding:15px;border:1px solid rgba(0,0,0,.0980392157);border-radius:10px;background:#fff;box-shadow:0px 0px 6px rgba(0,0,0,.0980392157);height:170px;display:flex;gap:15px;flex-direction:column;justify-content:space-between}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .leave-type{color:#8b8b8b}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .credit-icon{color:#bcbcbc;font-size:20px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .title{background-color:#bcbcbc;font-size:18px;color:#000;line-height:25px;border-radius:20px;padding:0 10px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .slick-prev{left:-8px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .slick-next{right:-8px}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .slick-prev:before{color:#000}.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .slick-next:before{color:#000}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content{flex:1}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .head-wrap{display:flex;column-gap:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .head-wrap span{color:#1d94ff;cursor:pointer;font-size:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .head-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap{padding-left:1px}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .check.skill-card{background-color:#1f94ff}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .check.skill-card .skill-card-content .title{color:#fff}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card{margin-bottom:20px}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content{display:flex;align-items:center;padding:0 7px}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .title{flex:1;font-family:var(--font-normal);font-weight:bold;font-size:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input-wrap{display:flex;justify-content:space-between;column-gap:10px;flex:1;align-items:center}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input input{width:140px}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input select{width:170px}.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input input,.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input select{text-align:center;border:1px solid #bcbcbc;padding:7px;border-radius:5px;color:#bcbcbc;background-color:#fff;font-size:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap{flex:1}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-hr{margin:2rem 0;color:#d1d1d1;opacity:1}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .title{font-weight:700;font-size:14px;font-family:var(--font-medium)}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap{position:relative}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap label{position:absolute;top:-12px;left:16px;background-color:#fff;border-radius:5px;font-size:14px;font-family:var(--font-regular)}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .react-select__control{padding:0px !important;width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;font-size:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap input,.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap select,.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap textarea{width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;padding:12px;font-size:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results li{font-size:12px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results .img-data{font-size:12px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.4;min-width:0;max-width:100%;overflow:hidden}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-input-wrap .search-results .img-data .profile-picture{flex-shrink:0}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-btn{padding:10px 25px;border-radius:5px;background-color:#40518a;color:var(--theme-white);border:none;font-family:var(--font-medium);font-weight:bold;height:47px;width:100%;padding:12px 25px !important}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap{padding-left:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content{font-family:var(--font-regular);padding:5px;font-size:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .dp-wrap{display:flex;column-gap:10px;align-items:center}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .dp-wrap .dp{border-radius:50px;border:1px solid #1f94ff;width:38px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .dp-wrap .dp img{width:100%;border-radius:50px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .since{color:#40518a;font-size:14px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .history-btn{padding:15px 0 18px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .history-btn span{padding-bottom:10px;cursor:pointer;margin-right:20px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .history-btn span:last-child{margin-right:0}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .history-btn span.active{border-bottom:2px solid #f9a503;font-weight:bold;color:#40518a}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .manage-history-content .paginate-bar{position:relative !important;bottom:auto !important;left:auto !important;width:100% !important;margin-top:20px;padding:10px 0 !important;background-color:rgba(0,0,0,0) !important;height:auto !important;justify-content:space-between !important;align-items:center !important}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .manage-history-content .paginate-bar .text-item{font-size:12px;color:#535353;flex:0 0 auto;margin-right:20px}.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-history-wrap .manage-history-content .paginate-bar .d-flex{flex:0 0 auto}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap{flex:1}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .select-box{position:relative}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .select-box select{background-color:#fff;color:#bcbcbc;border:1px solid #e1e1e1;border-radius:5px;font-size:17px;font-family:var(--font-medium);opacity:1;padding:12px 54px 14px 17px;-webkit-appearance:none;appearance:none}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .select-box:after{content:"";position:absolute;right:16px;top:40%;margin-top:-5px;border-top:8px solid #1f94ff;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);pointer-events:none}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .datepicker-wrap input{border:1px solid #e1e1e1;max-width:150px !important;color:#bcbcbc;padding:10px;border-radius:5px;max-width:120px;cursor:pointer}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .head-wrap{display:flex;justify-content:space-between;padding-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .head-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .bg-odd{background-color:#f4fbff !important}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .bg-even{background-color:#fff !important}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .leave-table{background-color:#fff5f6 !important}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .bg-leave{background-color:#fff5f6 !important}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .border-1{border:1px solid #639 !important}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child{position:relative;background-color:#faf8f8}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .col-data-3{color:#00a21b}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .col-data-4{color:red}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .col-data-5{color:#000;font-weight:bold}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .hide-tag{display:none}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .leave-table-data-full{position:absolute;top:50%;left:55%;transform:translate(-50%, -50%);padding:20px;color:#e20303;display:flex;justify-content:start}.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content .custome-table-data-child .leave-table-data-half{position:absolute;top:80%;left:55%;transform:translate(-50%, -50%);padding:20px;color:#e20303}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap{flex:1}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .select-box{position:relative}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .select-box select{background-color:#fff;color:#bcbcbc;border:1px solid #e1e1e1;border-radius:5px;font-size:17px;font-family:var(--font-medium);opacity:1;padding:12px 54px 14px 17px;-webkit-appearance:none;appearance:none}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .select-box:after{content:"";position:absolute;right:16px;top:40%;margin-top:-5px;border-top:8px solid #0d6efd;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);pointer-events:none}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .head-wrap{display:flex;justify-content:space-between;padding-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .head-wrap .head-text{position:relative;font-family:var(--font-normal);font-weight:bold;font-size:19px;color:var(--text-black);margin-bottom:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .head-wrap .add-new-emp svg{margin-right:5px}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .head-wrap .add-new-emp{background-color:#40518a;color:#fff;border-radius:5px;border:none;font-size:14px;font-weight:bold !important;height:42px}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .col-data-1{font-family:var(--font-regular)}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child{position:relative;background-color:#faf8f8}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .delete-file-box{border:1px dashed #d0d0d0;background:#f0ede7 0% 0% no-repeat padding-box;width:80%;padding:5px}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .delete-file-box .delete-file-content{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:130px;display:inline-block}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .action-box{display:flex;justify-content:center;align-items:center;width:24px;height:22px;border-radius:3px;font-size:19px;text-align:center;margin-right:.5rem}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .action-box .edit-box svg{font-size:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .approved-check{background-color:#eee;color:#878787}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .approved-xmark,.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .pending-xmark{background-color:#fff6e5;color:#f9a503;cursor:pointer}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .approved-xmark svg,.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .pending-xmark svg{font-size:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .rejected-check,.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .pending-check{background-color:#d8f2dc;color:#00a81a;cursor:pointer}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .rejected-check svg,.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .pending-check svg{font-size:10px}.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap .document-content .custome-table-data-child .action .rejected-xmark{background-color:#eee;color:#878787}.dailyfeed-container .file-download{width:30px;height:30px}.dailyfeed-container .signature-preview-container{position:relative;display:inline-block;margin-top:10px}.dailyfeed-container .signature-preview-container .signature-preview{width:200px !important;height:100px !important;object-fit:contain;background-color:#fff;padding:5px;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.dailyfeed-container .signature-preview-container .uploading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #e1e1e1}.dailyfeed-container .text-muted-red{display:block;color:red;font-size:16px;font-weight:400;padding-top:12px;padding-left:15px}.dailyfeed-container .import-project-wrap button{padding:10px 25px;border-radius:5px;background-color:#d6d6d6;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.dailyfeed-container .import-project-wrap button.active{padding:10px 25px;border-radius:5px;background-color:#1f94ff;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.dailyfeed-container .right-arrow{margin-right:20px}@media(max-width: 1200px){.dailyfeed-container .emp-header-wrap .emp-header-right .emp-search-parent{min-width:100%;max-width:100%}.dailyfeed-container .emp-header-wrap .emp-header-right .emp-btn-parent{justify-content:center;flex-wrap:wrap}}@media(max-width: 768px){.dailyfeed-container .emp-header-wrap{padding:15px 0px 13px 0px}.dailyfeed-container .emp-header-wrap .emp-header-right .emp-search-parent{min-width:250px;max-width:100%}.dailyfeed-container .emp-header-wrap .emp-header-right .emp-btn-parent{flex-direction:column;gap:10px}.dailyfeed-container .emp-header-wrap .emp-header-right .emp-btn-parent .dropdown,.dailyfeed-container .emp-header-wrap .emp-header-right .emp-btn-parent .export,.dailyfeed-container .emp-header-wrap .emp-header-right .emp-btn-parent .add-new-emp{width:100%;justify-content:center}.dailyfeed-container .left-content-wrap .edit-profile-content{flex-direction:column;gap:20px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right,.dailyfeed-container .left-content-wrap .edit-profile-content .setting-content,.dailyfeed-container .left-content-wrap .edit-profile-content .role-content,.dailyfeed-container .left-content-wrap .edit-profile-content .award-content,.dailyfeed-container .left-content-wrap .edit-profile-content .leave-account-content,.dailyfeed-container .left-content-wrap .edit-profile-content .skill-content,.dailyfeed-container .left-content-wrap .edit-profile-content .manager-content-wrap,.dailyfeed-container .left-content-wrap .edit-profile-content .day-info-wrap,.dailyfeed-container .left-content-wrap .edit-profile-content .document-wrap{width:100%}}@media(max-width: 480px){.dailyfeed-container .emp-header-wrap .emp-header-right .emp-search-parent{min-width:200px}.dailyfeed-container .left-content-wrap .profile-content-wrap{padding:15px 0px 0 0px}.dailyfeed-container .left-content-wrap .edit-profile-content .password-right{padding:20px;margin-left:0}}.dailyfeed-container .details-section{border:1px solid #d1d1d1;padding:15px;border-radius:25px;margin-top:20px}.setting-wrap .col-data-1{font-family:var(--font-medium)}.branch-wrap{height:auto !important}.branch-wrap .name{display:grid}.branch-wrap .branch-cut{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;min-width:0}.branch-wrap .shift-name-full{width:100%;white-space:normal;word-wrap:break-word}.add-btn{padding:10px 25px;border-radius:5px;background-color:#40518a;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.profile-content-wrap .company-title{font-family:var(--font-normal);font-weight:bold;font-size:20px}.profile-content-wrap .help-desk-parent .card{background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);border-radius:10px;margin-bottom:10px}.profile-content-wrap .help-desk-parent .card:hover{border:1px solid #1f94ff;background:#f4fbff}.profile-content-wrap .help-desk-parent .card .card-body .card-title{font-size:21px;color:#0a0a0a;margin-bottom:35px}.profile-content-wrap .help-desk-parent .card .card-body .card-title .help-edit-box{display:flex;justify-content:center;align-items:center;height:25px;width:25px;background-color:#ebf5ff;color:#1f94ff;font-size:19px;margin-right:.5rem;border-radius:5px;border:"none";border-width:1px;cursor:pointer}.profile-content-wrap .help-desk-parent .card .card-body .card-title .help-edit-box svg{font-size:14px}.profile-content-wrap .help-desk-parent .card .card-body .card-text{display:flex;column-gap:15px;font-size:14px}.profile-content-wrap .help-desk-parent .card .card-body .card-text .profile-img{border:1px solid #1f94ff;width:30px;height:30px;border-radius:50%;font-size:16px}.profile-content-wrap .help-desk-parent .card .card-body .card-text .profile-img svg{width:100%;font-size:16px}.profile-field-wrap .content-wrap-padding{padding-top:12px}.profile-field-wrap .add-btn{padding:10px 25px;border-radius:5px;background-color:#1f94ff;color:var(--theme-white);border:none;font-family:var(--font-normal);font-weight:bold;height:42px}.Leave-setting-wrap .custom-table-head{display:flex;column-gap:10px;align-items:center}.Leave-setting-wrap .custom-table-head .toolTip-icon{display:flex;justify-content:center;align-items:center;color:#40518a;border-radius:20px;background-color:#e8edfe;font-size:14px;width:20px;height:20px}.unlock-request-wrap .emp-header-right{display:flex;column-gap:10px}.unlock-request-wrap .request-raised .time-bar{color:#40518a;font-size:14px}.unlock-request-wrap .status-raised .time-bar{color:#222;font-size:14px}.unlock-request-wrap .status-raised .approved{color:#00a81a}.unlock-request-wrap .status-raised .reject{color:#e20303}.unlock-request-wrap .status-raised .pending{color:#ffb300}.tags-tab-parent .nav-tabs{border:unset}.tags-tab-parent .tag-content{height:100% !important}.nav-tabs{display:none}.react-select__value-container{display:flex !important;flex-direction:column !important;justify-content:baseline !important;align-items:start !important;padding:5px !important}.css-3w2yfm-ValueContainer{max-height:200px;overflow-y:scroll !important;flex-wrap:nowrap !important;-webkit-flex-wrap:nowrap !important;gap:5px !important;width:90%}.react-select-label-wrap{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%}.react-select-label-wrap .profile-picture{width:30px;height:30px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0}.react-select-label-wrap .profile-picture img{width:100%;height:100%;object-fit:cover}.react-select-label-wrap .employee-label{flex:1;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.searchbar-mini-image{height:16px;width:16px}.pm-search-bar .form-control:focus{border-bottom:none !important}.pm-search-bar .ui-select-choices{padding:0 !important}.pm-search-bar .ui-select-match.btn-default-focus{box-shadow:none;outline:none}.pm-search-bar .form-control{border-bottom:1px solid rgba(0,0,0,.14) !important}.pm-search-bar .ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu{width:100%;overflow-y:hidden;font-size:1rem}.btn.btn-default.form-control.ui-select-toggle{border-bottom:1px solid rgba(0,0,0,.14) !important}.caret{border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:4px solid;display:inline-block;margin-left:0;vertical-align:middle;width:0}.nav>li>a:focus,.nav>li>a:hover{background-color:rgba(162,162,162,.12)}.font-22{font-size:22px !important}.font-13{font-size:13px !important}.header-anchor-link a:hover{color:#2577ff;cursor:pointer;text-decoration:none}.fix-header-center{display:flex;justify-content:flex-start;align-items:center}.kivo-logo-not-hrms,.kivo-logo-not-hrms-home{justify-content:center}.kivo-logo-not-hrms .fav,.kivo-logo-not-hrms-home .fav{width:30px;height:24px;margin-top:4px;margin-right:5px}.kivo-logo-not-hrms .icon,.kivo-logo-not-hrms-home .icon{width:90px;height:30px;filter:invert(31%) sepia(7%) saturate(4270%) hue-rotate(189deg) brightness(92%) contrast(86%)}.white-color-logo{filter:invert(100%) sepia(95%) saturate(22%) hue-rotate(337deg) brightness(106%) contrast(105%) !important}.kivo-logo-not-hrms-home{margin-top:-2px !important}.min-nav-sidebar{min-width:476px}.profile-pic-alert{padding:10px 27px !important}.profile-pic-alert a{color:#405189 !important}.profile-pic-alert.alert-warning{border-radius:0 !important;margin-bottom:0 !important}.profile-pic-alert.alert-warning .close{display:flex;align-items:center}.profile-pic-alert.alert-warning .close span{line-height:10px;margin-right:25px}@media screen and (min-width: 768px)and (max-width: 1093px){.sidebar-searchbar{display:none !important}}@media screen and (min-width: 768px)and (max-width: 1005px){.nav-board{display:none !important}}@media only screen and (max-width: 1024px){.min-nav-sidebar{min-width:auto}}.widget-wrap{position:fixed;top:83px;left:290px;width:calc(100% - 290px);min-height:auto;background-color:var(--primary-theme-white);box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);z-index:1000;transition:left .3s ease-in-out,width .3s ease-in-out}.widget-wrap .inner-wrap{padding:30px 30px 0 30px;min-height:auto}.widget-wrap .inner-wrap .inp-head-txt{color:#4a4a4a;font-weight:700;margin-bottom:20px}.widget-wrap .inner-wrap .header-wrap{display:flex;justify-content:space-between;margin-bottom:20px;padding:10px}.widget-wrap .inner-wrap .header-wrap .card-content-wrap{padding:20px;background-color:#f2f2f2;border-radius:5px}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .sub-text{color:#4a4a4a;font-weight:700}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap{padding:15px 25px;border-radius:10px;background-color:var(--primary-theme-white);font-family:var(--font-medium);height:100%;box-shadow:0px 3px 6px rgba(0,0,0,.0784313725)}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .title{font-weight:bold;font-size:20px;color:#40518a}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .card-button{margin-top:15px;width:100%}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card{column-gap:10px;margin-top:10px}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .btm-primary{background-color:#40518a;color:#fff}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .info-wrap{display:flex;flex-direction:column;font-size:15px;row-gap:8px;justify-content:center;color:#000}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card div{text-transform:capitalize}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card label{color:#000;font-weight:bold}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .wio{flex:1;border:1px solid #1aa06d;border-radius:10px;font-size:12px}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .wio div:first-child{padding:10px;text-align:center;font-weight:700;color:#1aa06d}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .wio label{color:#1aa06d}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .wfh{flex:1;border:1px solid #e20303;border-radius:10px;font-size:12px}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .wfh div:first-child{padding:10px;text-align:center;font-weight:700;color:#e20303}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .wfh label{color:#e20303}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .pl{flex:1;border:1px solid #8e238e;border-radius:10px;font-size:12px}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .pl div:first-child{padding:10px;text-align:center;font-weight:700;color:#8e238e}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .pl label{color:#8e238e}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .cl{flex:1;border:1px solid #f80;border-radius:10px;font-size:12px}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .cl div:first-child{padding:10px;text-align:center;font-weight:700;color:#f80}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .cl label{color:#f80}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .sl{flex:1;border:1px solid #00dcff;border-radius:10px;font-size:12px}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .sl div:first-child{padding:10px;text-align:center;font-weight:700;color:#00dcff}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .attend-card .sl label{color:#00dcff}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .first-dash{border-bottom:1px solid #cecece;padding-bottom:20px}.widget-wrap .inner-wrap .header-wrap .card-content-wrap .feature-day-wrap .close-btn{display:flex;column-gap:10px;align-items:center;justify-content:end}.widget-wrap .inner-wrap .header-wrap .main-left-wrap{display:flex;justify-content:space-between;margin-bottom:20px}.widget-wrap .inner-wrap .header-wrap .main-left-wrap .leftwidget-wrap .head-txt{font-size:22px;font-family:var(--font-normal);font-weight:bold}.widget-wrap .inner-wrap .header-wrap .main-right-wrap .dash-header-wrap{display:flex;justify-content:space-between}.widget-wrap .inner-wrap .header-wrap .main-right-wrap .dash-header-wrap .head-txt{font-size:22px;font-family:var(--font-normal);font-weight:bold}.widget-wrap .inner-wrap .header-wrap .main-right-wrap .dash-header-wrap .del-dash{padding:0px 8px;display:flex;flex-direction:column;justify-content:center;background-color:#e2e2e2;color:#fff;border-radius:2px}.widget-wrap .inner-wrap .header-wrap .main-right-wrap .create-content-dash{background-color:#f2f2f2;margin-top:32px}.widget-wrap .inner-wrap .header-wrap .main-right-wrap .create-content-dash .content-dash{align-items:center;display:flex;flex-direction:column}.widget-wrap .inner-wrap .header-wrap .main-right-wrap .create-content-dash .create-txt{padding:12px;margin-bottom:12px;font-weight:800;color:#1f94ff}.widget-wrap .inner-wrap .header-wrap .main-right-wrap .create-content-dash .dash-btn{width:100%;margin:10px 1px}.widget-wrap .inner-wrap .header-wrap .main-right-wrap .create-content-dash .active-dash .input-checkbox{margin-right:10px}.widget-wrap .inner-wrap .header-wrap .main-right-wrap .create-content-dash .active-dash{display:flex;align-items:center;padding:12px;width:100%;color:#f2f2f2;background-color:#40518a}.widget-wrap .inner-wrap .header-wrap .main-right-wrap .create-content-dash .non-active-dash .input-checkbox{margin-right:10px}.widget-wrap .inner-wrap .header-wrap .main-right-wrap .create-content-dash .non-active-dash{display:flex;align-items:center;padding:12px;width:100%;color:#707070}.hrms-wrap .right-wrap .widget-wrap{left:290px !important;width:calc(100% - 290px) !important}.hrms-wrap.collapsed .right-wrap .widget-wrap{left:85px !important;width:calc(100% - 85px) !important}.hrms-wrap .rightpm-wrap .widget-wrap{left:220px !important;width:calc(100% - 220px) !important}.hrms-wrap.collapsed .rightpm-wrap .widget-wrap{left:85px !important;width:calc(100% - 85px) !important}@media screen and (max-width: 1600px){.hrms-wrap .main-parent .right-wrap .widget-wrap,.hrms-wrap .right-wrap .widget-wrap{left:220px !important;width:calc(100% - 220px) !important}.hrms-wrap .rightpm-wrap .widget-wrap{left:220px !important;width:calc(100% - 220px) !important}}@media screen and (max-width: 1350px){.hrms-wrap .main-parent .right-wrap .widget-wrap,.hrms-wrap .right-wrap .widget-wrap{left:220px !important;width:calc(100% - 220px) !important}.hrms-wrap .rightpm-wrap .widget-wrap{left:220px !important;width:calc(100% - 220px) !important}}@media screen and (max-width: 1200px){.hrms-wrap .main-parent .right-wrap .widget-wrap,.hrms-wrap .right-wrap .widget-wrap{left:240px !important;width:calc(100% - 240px) !important}.hrms-wrap .rightpm-wrap .widget-wrap{left:220px !important;width:calc(100% - 220px) !important}}@media screen and (max-width: 770px){.hrms-wrap .right-wrap .widget-wrap{left:85px !important;width:calc(100% - 85px) !important}.hrms-wrap .rightpm-wrap .widget-wrap{left:85px !important;width:calc(100% - 85px) !important}}@media screen and (max-width: 768px){.hrms-wrap:not(.collapsed) .right-wrap .widget-wrap{left:220px !important;width:calc(100% - 220px) !important}.hrms-wrap .rightpm-wrap .widget-wrap{left:220px !important;width:calc(100% - 220px) !important}}.hrms-wrap[dark-theme=dark]{transition:background-color .5s ease}.hrms-wrap[dark-theme=dark] .menu-icon>img{filter:brightness(9) invert(1)}.hrms-wrap[dark-theme=dark] .nav-wrap .nav-left-wrap .hamburger>img{filter:brightness(1) invert(10)}.hrms-wrap[dark-theme=dark] .nav-wrap .nav-left-wrap .search-bar-wrap{background-color:var(--primary-background-white)}.hrms-wrap[dark-theme=dark] .nav-wrap .nav-left-wrap .search-bar-wrap .header-search-type{color:#fff}.hrms-wrap[dark-theme=dark] .nav-wrap .nav-left-wrap .search-bar-wrap .search-input input{color:#fff;background-color:var(--primary-background-white)}.hrms-wrap[dark-theme=dark] .nav-wrap .nav-left-wrap .search-bar-wrap .search-input input::placeholder{color:#fff}.hrms-wrap[dark-theme=dark] .nav-wrap .nav-right-wrap .circle a>img{filter:brightness(9) invert(1)}.hrms-wrap[dark-theme=dark] .sidebar .sidebar-menu li a .side-text{color:#fff}.hrms-wrap[dark-theme=dark] .sidebar .sidebar-menu .submenu{background-color:#333}.hrms-wrap[dark-theme=dark] .sidebar .sidebar-menu .submenu .subToSubMenu>li a{color:#cbcbcb}.hrms-wrap[dark-theme=dark] .sidebar .sidebar-menu .submenu .subToSubMenu .sub-active a{color:#fff}.hrms-wrap[dark-theme=dark] .sidebar .sidebar-menu .submenu .sub-nav{color:#cbcbcb}.hrms-wrap[dark-theme=dark] .sidebar .sidebar-menu .submenu .sub-active a{color:#fff}.hrms-wrap[dark-theme=dark] .dashboard-wrap .dash .dashboard-card .card-wrap .card-wrap-body .add-new-btn img{filter:brightness(0) invert(10)}.hrms-wrap[dark-theme=dark] .dashboard-wrap .dash .stats-wrap .text-dark{color:#fff !important}.hrms-wrap[dark-theme=dark] .dashboard-wrap .dash .stats-wrap .feature-wrap .feature-second .service-label-wrap .emp-service-count{color:gray}.hrms-wrap[dark-theme=dark] .dashboard-wrap .dash .stats-wrap .feature-wrap .feature-second .other-card-wrap{background-color:#434343}.hrms-wrap[dark-theme=dark] .dashboard-wrap .dash .stats-wrap .feature-wrap .feature-second .progress{background-color:#434343}.hrms-wrap[dark-theme=dark] .dashboard-wrap .dash .stats-wrap .pi-chart-text{background-color:rgba(0,0,0,0)}.hrms-wrap[dark-theme=dark] .dashboard-wrap .comp-setting-details-wrap .content-container .left-content-wrap #details-form .form-field-wrap label{position:absolute;top:-12px;left:16px;background-color:#fff;border-radius:5px;font-size:14px;font-family:var(--font-regular)}.hrms-wrap[dark-theme=dark] .dashboard-wrap .comp-setting-details-wrap .content-container .left-content-wrap #details-form .form-field-wrap .react-select__control{padding:0px !important;width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;font-size:14px}.hrms-wrap[dark-theme=dark] .dashboard-wrap .comp-setting-details-wrap .content-container .left-content-wrap #details-form .form-field-wrap input,.hrms-wrap[dark-theme=dark] .dashboard-wrap .comp-setting-details-wrap .content-container .left-content-wrap #details-form .form-field-wrap select,.hrms-wrap[dark-theme=dark] .dashboard-wrap .comp-setting-details-wrap .content-container .left-content-wrap #details-form .form-field-wrap textarea{width:100%;border-radius:10px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;padding:12px;font-size:14px}.hrms-wrap[dark-theme=dark] .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar{background-color:var(--primary-background-white)}.hrms-wrap[dark-theme=dark] .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input{background-color:var(--primary-background-white)}.hrms-wrap[dark-theme=dark] .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .emp-search-icon svg{color:#fff}.hrms-wrap[dark-theme=dark] .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input .handle-drop{color:#fff}.hrms-wrap[dark-theme=dark] .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input input{color:#fff;background-color:var(--primary-background-white)}.hrms-wrap[dark-theme=dark] .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-list-head .emp-header-right .emp-search-parent .emp-search-bar .emp-search-input input::placeholder{color:#fff}.hrms-wrap[dark-theme=dark] .dashboard-wrap .emp-search-input{background-color:var(--primary-background-white)}.hrms-wrap[dark-theme=dark] .dashboard-wrap .emp-search-input .emp-search-icon svg{color:#fff}.hrms-wrap[dark-theme=dark] .dashboard-wrap .emp-search-input .handle-drop{color:#fff}.hrms-wrap[dark-theme=dark] .dashboard-wrap .emp-search-input input{color:#fff;background-color:var(--primary-background-white)}.hrms-wrap[dark-theme=dark] .dashboard-wrap .emp-search-input input::placeholder{color:#fff;font-size:11px}.hrms-wrap[dark-theme=dark] .dashboard-wrap .dropdown-list{color:#fff !important;background-color:#434343 !important;border:1px solid #e1e1e1 !important}.hrms-wrap[dark-theme=dark] .dashboard-wrap .breadcrumb-item>a{color:#c0bfbf !important}.hrms-wrap[dark-theme=dark] .dashboard-wrap .breadcrumb-item.active{color:#fff !important}.hrms-wrap[dark-theme=dark] .dashboard-wrap .breadcrumb-item::before{color:#fff}@media screen and (max-width: 1770px)and (min-width: 1600px){.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .search-input{width:17rem}.hrms-wrap .right-wrap .stats-wrap .feature-wrap .feature-first .date-icon{position:absolute !important}.hrms-wrap .header-notification-area{position:absolute;right:20px;top:100%;min-width:300px;max-width:420px;width:min(420px,100vw - 100px);z-index:1000}}@media screen and (max-width: 1699px)and (min-width: 1601px){.hrms-wrap .header-notification-area{right:20px !important;top:100% !important;min-width:300px !important;max-width:420px !important;width:min(420px,100vw - 100px) !important;z-index:1000 !important}}@media screen and (max-width: 1780px){.hrms-wrap .dashboard-wrap .attendance-wrap .content-container .emp-header-wrap .header-wrap{flex-direction:column !important;justify-content:flex-start !important;align-items:flex-start !important;row-gap:10px}}@media screen and (max-width: 1700px){.hrms-wrap .dashboard-wrap .inner-wrap{padding:20px 20px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .profile-header-img .profile-img-wrap{height:36.64px;width:36.64px}.hrms-wrap .dashboard-wrap .inner-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:120px}.hrms-wrap .nav-wrap{font-size:14px}.hrms-wrap .nav-wrap .nav-right-wrap{column-gap:1.075em}.hrms-wrap .nav-wrap .nav-right-wrap .nav-right-wrap-child .nine-grid-dropdown{transform:translate3d(-20px, 59.5px, 0px) !important}.hrms-wrap .right-wrap .dashboard-wrap{top:71.5px;min-height:calc(100vh - 71.5px)}.hrms-wrap .right-wrap .dashboard-wrap .stats-wrap .text-dark{width:150px !important}.hrms-wrap .header-notification-area{position:absolute;right:20px;top:100%;min-width:300px;max-width:420px;width:min(420px,100vw - 100px);z-index:1000}.hrms-wrap .leave-pagination{width:calc(100% - 675px)}.hrms-wrap .tag-pagination{left:0px !important;width:100% !important}}@media screen and (max-width: 1680px){.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap{font-size:14px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap{font-size:14px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .text-dark{width:130px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second{font-size:14px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:120px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li{font-size:14px}}@media screen and (max-width: 1600px){.hrms-wrap .paginate-bar{width:calc(100% - 238px);left:240px}.hrms-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap{padding:15px 15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic .profile-img-parent{width:200px}.hrms-wrap .nav-wrap{width:calc(100% - 220px);padding:14px 18px}.hrms-wrap .nav-wrap .nav-right-wrap .nav-right-wrap-child .nine-grid-dropdown{inset:0px 0px auto auto !important;transform:translate3d(224.5px, 48.5px, 0px) !important}.hrms-wrap .nav-left-wrap .hamburger img{width:2.5em}.hrms-wrap .nav-left-wrap .search-bar-wrap{column-gap:7px;padding:5px 8px}.main-parent .right-wrap{margin-left:220px}.right-wrap{width:calc(100% - 240px);top:70px;left:240px}.right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap{font-size:16px;margin:0px -4px}.right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body{padding:20px}.right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body .group-img img{width:78px;height:76px}.rightpm-wrap{width:calc(100% - 220px);top:72px;left:220px}.rightpm-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap{font-size:16px;margin:0px -4px}.rightpm-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body{padding:20px}.rightpm-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body .group-img img{width:78px;height:76px}.sidebar{width:220px}.sidebar .brand-logo-wrap{width:206px;height:unset;margin-bottom:unset;padding:20px 28px}.sidebar .brand-logo-wrap .main-logo{width:39px;height:39px;border-radius:5px;object-fit:cover}.sidebar .brand-logo-wrap .comp-name{font-size:14px}.sidebar .brand-logo-wrap .user-name{font-size:12px}.sidebar .sidebar-menu .submenu .subToSubMenu>li a{padding-left:78px;font-size:13px}.sidebar .sidebar-menu li a{column-gap:15px;padding:14px 8px;padding-left:30px;font-size:14px}.sidebar .sidebar-menu li a img{width:21px;height:21px}.sidebar .sidebar-menu li a .side-text::after{bottom:-15px}.sidebar .sidebar-menu li.active::after{border-top:19px solid rgba(0,0,0,0);border-bottom:19px solid rgba(0,0,0,0);right:-14px;top:7px}.sidebar .bottom-content{width:240px}.sidebar-wrap{width:240px}.sidebar-wrap .details .signout{margin-right:132px}.sidebar-wrap .brand-logo-wrap{width:206px;height:unset;border-bottom:unset;margin-bottom:unset;padding:20px 28px}.sidebar-wrap .brand-logo-wrap .main-logo{width:39px;height:39px;border-radius:5px;object-fit:cover}.sidebar-wrap .brand-logo-wrap .comp-name{font-size:14px}.sidebar-wrap .brand-logo-wrap .user-name{font-size:12px}.sidebar-wrap .sidebar-menu .submenu .subToSubMenu>li a{padding-left:78px;font-size:13px}.sidebar-wrap .sidebar-menu li a{column-gap:15px;padding:14px 8px;padding-left:30px;font-size:14px}.sidebar-wrap .sidebar-menu li a img{height:21px}.sidebar-wrap .sidebar-menu li a .side-text::after{bottom:-15px}.sidebar-wrap .sidebar-menu li.active::after{border-top:19px solid rgba(0,0,0,0);border-bottom:19px solid rgba(0,0,0,0);right:-14px;top:7px}.sidebar-wrap .bottom-content{width:240px}.header-notification-area{position:absolute;right:20px;top:100%;min-width:300px;max-width:420px;width:min(420px,100vw - 100px);z-index:1000}.leave-pagination{width:calc(100% - 568px)}.tag-pagination{left:0px !important;width:100% !important}.name-label{font-size:16px}.role-cut{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60px;font-size:16px}}@media screen and (max-width: 1560px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .profile-header-img .profile-img-wrap{height:31.69px;width:31.69px}.hrms-wrap .nav-wrap{font-size:12px}.hrms-wrap .right-wrap .dashboard-wrap{top:65.5px;min-height:calc(100vh - 100px)}.hrms-wrap .right-wrap .stats-wrap .feature-wrap .feature-first .date-icon{position:absolute !important}.hrms-wrap .rightpm-wrap{width:calc(100% - 220px);top:67px}.hrms-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:120px}}@media screen and (max-width: 1530px){.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header{display:flex;justify-content:flex-start;align-items:flex-start;row-gap:10px}}@media screen and (max-width: 1550px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .balance{font-size:27px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .balance{font-size:27px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .balance{font-size:27px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .header-text .breadcrumb{font-size:13px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .header-text .first{font-size:20px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .header-text .breadcrumb{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .content-container .custom-nav-pills{margin-right:-10px !important}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .content-container .custom-nav-pills .btn-tab-pills{bottom:15px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .content-container .custom-nav-pills .active{bottom:15px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .content-container .dropdown-list{font-size:12px;min-width:85px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .content-container .dropdown-menu{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .content-container .emp-search-bar .emp-search-input{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .content-container .add-new-emp{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .profile-header-wrap .right-content-header .header-text .first{font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .profile-header-wrap .right-content-header .header-text .breadcrumb{font-size:9px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .left-content-wrap .profile-details #details-form .profile-pic img{height:150px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .left-content-wrap .profile-details #details-form .form-field-wrap label{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .left-content-wrap .profile-details #details-form .form-field-wrap input{font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .left-content-wrap .edit-profile-content .head-text{font-size:18px !important}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .left-content-wrap .edit-profile-content .password-right .email-text{font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap label{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap input{font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .left-content-wrap .edit-profile-content .password-right .password-form .desc-password label{font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .left-content-wrap .edit-profile-content .password-right .password-form .desc-password ul li{font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .leave-type{font-size:17px}.hrms-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .left-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .balance{font-size:30px !important}.hrms-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body{padding:15px}.hrms-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body .no-of-employees{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body .badge{width:20px;height:20px;font-size:10px}.hrms-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body .card-button{font-size:10px}.hrms-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body .add-new-btn{font-size:10px}.hrms-wrap .dashboard-wrap .inner-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:120px !important}.hrms-wrap .header-notification-area{position:absolute;right:20px;top:100%;min-width:300px;max-width:420px;width:min(420px,100vw - 100px);z-index:1000}.recipient-parent{font-size:13px}.custom-table-parent .custom-table-head-parent{padding:12px 10px}.custom-table-parent .custom-table-head-parent .custom-table-head{font-size:14px}.custom-table-parent .custom-table-data-parent{max-height:calc(100vh - 200px);padding-bottom:20px}.custom-table-parent .custom-table-data-parent .custome-table-data-child{padding:0}.custom-table-parent .custom-table-data-parent .custome-table-data-child .text-name{font-size:13px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .delete-file-content{max-width:100px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data{font-size:11px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .sub-name{font-size:12px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name-label{font-size:11px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .leave-table-data-half{font-size:12px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .leave-table-data-full{font-size:12px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .onboard-btn{padding:5px}.custom-table-parent .customPmDataAableParent{max-height:calc(100vh - 278px)}}@media screen and (max-width: 1530px){.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .Leave-setting-wrap .profile-header-wrap .right-content-header{flex-direction:unset !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header{display:flex;justify-content:flex-start;align-items:flex-start;row-gap:10px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header.demo{display:flex;flex-direction:row}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .balance{font-size:20px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .balance{font-size:20px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .balance{font-size:20px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap{font-size:12px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .left-content-wrap .profile-details #details-form .profile-pic img{height:175px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .custom-nav-pills{margin-right:-10px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .custom-nav-pills .btn-tab-pills{bottom:15px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .custom-nav-pills .active{bottom:15px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap{font-size:12px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second{font-size:12px}.hrms-wrap .right-wrap .stats-wrap .feature-wrap .feature-first .date-icon{position:absolute !important}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .Leave-setting-wrap .profile-header-wrap .right-content-header{flex-direction:unset !important}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header{display:flex;justify-content:flex-start;align-items:flex-start;row-gap:10px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header.demo{display:flex;flex-direction:row}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .balance{font-size:20px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .balance{font-size:20px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .balance{font-size:20px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap{font-size:12px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .left-content-wrap .profile-details #details-form .profile-pic img{height:175px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .custom-nav-pills{margin-right:-10px !important}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .custom-nav-pills .btn-tab-pills{bottom:15px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .custom-nav-pills .active{bottom:15px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .stats-wrap{font-size:12px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second{font-size:12px}.hrms-wrap .rightpm-wrap .stats-wrap .feature-wrap .feature-first .date-icon{position:absolute !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .balance{font-size:20px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .balance{font-size:20px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .balance{font-size:20px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap{padding:0px 0px 13px 0px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-list-head{flex-wrap:wrap;row-gap:15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .header-text{white-space:nowrap}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .header-text a span{margin-right:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .header-text .first{font-size:20px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-header-right .emp-search-parent{min-width:340px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-search-bar .emp-search-input{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-search-bar .emp-search-input input::placeholder{font-size:15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .dropdown-list{font-size:12px;min-width:115px;height:41px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .export button{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .add-new-emp{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:120px}.hrms-wrap .paginate-bar{width:calc(100% - 208px);left:220px}.hrms-wrap .leave-pagination{width:calc(100% - 530px) !important}.hrms-wrap .tag-pagination{left:0px !important;width:100% !important}.profile-picture{width:35px;height:35px;border-radius:50%}.hrms-wrap .right-wrap .dashboard-wrap .branch-wrap .content-container .profile-header-wrap .right-content-header{flex-direction:row}}@media screen and (max-width: 1500px){.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .balance{font-size:22px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .balance{font-size:22px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .balance{font-size:22px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .search-input{width:17rem}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .list-empl{color:#000;font-size:16px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .export,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .dropdown-list,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .btn-outline-export{margin-left:1rem}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .export{margin-left:1rem}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .btn-outline-export{margin-left:1rem}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .add-new-emp{padding:8px;width:9rem;margin-left:1rem;font-size:12px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .del-box{margin-right:1rem;margin-left:1rem}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .breadcrumb,.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-back-body .chevron{font-size:12px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .emp-header-right .emp-search-parent{min-width:340px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:112px !important}.hrms-wrap .right-wrap .stats-wrap .feature-wrap .feature-first .date-icon{position:absolute !important}}@media screen and (max-width: 1440px){.hrms-wrap .dashboard-wrap .inner-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:120px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .text-dark{width:110px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .right-content-header .buttons-container{padding:10px 5px 10px 5px;font-size:12px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .right-content-header .dropdown .dropdown-list{font-size:16px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .right-content-header .first{font-size:20px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap{font-size:11px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .left-content-wrap .profile-details #details-form .profile-pic img{height:195px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills{margin-right:-10px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .btn-tab-pills{bottom:-24px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .active{bottom:-24px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .role-content .role-wrap .checkbox-card-wrap .checkbox-card{font-size:16px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:100px !important;font-size:10px}.hrms-wrap .header-notification-area{right:20px;top:100%;min-width:300px;max-width:420px;width:min(420px,100vw - 100px);z-index:1000}}@media screen and (max-width: 1400px){.hrms-wrap .sidebar .sidebar-menu .submenu .sub-nav{font-size:11px}.hrms-wrap .sidebar .sidebar-menu .submenu .sub-active a{font-size:11px}.sidebar-wrap .sidebar-menu .submenu .sub-nav{font-size:11px}.sidebar-wrap .sidebar-menu .submenu .sub-active a{font-size:11px}.right-wrap .dashboard-wrap .inner-wrap .emp-back-body .search-input{width:17rem}.right-wrap .dashboard-wrap .inner-wrap .emp-back-body .add-new-emp{font-size:12px}.right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap{font-size:16px}.right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input-wrap{flex:unset}.right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input-wrap .skill-input input{width:100px}.right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .skill-content .skill-card-wrap .skill-card .skill-card-content .skill-input-wrap .skill-input select{width:130px}.right-wrap .dashboard-wrap .inner-wrap .stats-wraps .feature-wrap .feature-first .title{font-size:14px}.right-wrap .dashboard-wrap .inner-wrap .stats-wraps .feature-wrap .feature-first .react-datepicker-wrapper .react-datepicker__input-container input{font-size:10px}.dashboard-wrap .inner-wrap .stats-wrap .text-dark{width:100px !important}.dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-first .title{font-size:12px}.dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-first svg{font-size:20px}.dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-first .react-datepicker-wrapper .react-datepicker__input-container input{font-size:10px}.dashboard-wrap .inner-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:103px !important}}@media screen and (min-width: 1350px)and (max-width: 1530px){.hrms-wrap .paginate-bar{width:calc(100% - 231px)}}@media screen and (max-width: 1350px){.hrms-wrap .rightpm-wrap{width:calc(100% - 224px);top:63px;left:224px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .header-wrap{flex-direction:column !important;justify-content:flex-start !important;align-items:flex-start !important;row-gap:10px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header{flex-direction:column !important;justify-content:flex-start !important;align-items:flex-start !important;row-gap:10px}.hrms-wrap .hrms-wrap .rightpm-wrap{margin-left:220px}.hrms-wrap .hrms-wrap.collapsed .rightpm-wrap{margin-left:85px !important}.hrms-wrap .hrms-wrap .sidebar-wrap{width:220px}.hrms-wrap .pmboard-navbar-wrap{width:calc(100% - 220px);left:220px !important}.hrms-wrap .sidebar{width:220px}.hrms-wrap .sidebar .bottom-content{width:220px;font-size:12px}.hrms-wrap .sidebar .sidebar-menu .submenu .subToSubMenu>li a{padding-left:80px;font-size:11px}.hrms-wrap .sidebar .sidebar-menu li a{padding:14px 8px;padding-left:30px}.hrms-wrap .sidebar .sidebar-menu li a img{width:20px;height:20px}.hrms-wrap .sidebar .sidebar-menu li a .side-text::after{bottom:-15px}.hrms-wrap .sidebar .sidebar-menu li.active::after{right:-17px;top:6px}.hrms-wrap .sidebar-wrap{width:220px}.hrms-wrap .sidebar-wrap .details .signout{margin-right:115px}.hrms-wrap .sidebar-wrap .bottom-content{width:220px;font-size:12px}.hrms-wrap .hrms-wrap .sidebar-wrap{width:220px}.hrms-wrap .hrms-wrap .rightpm-wrap{margin-left:220px}.hrms-wrap .hrms-wrap.collapsed .rightpm-wrap{margin-left:85px !important}.hrms-wrap .pmboard-navbar-wrap{width:calc(100% - 220px) !important;left:220px !important}.sidebar-wrap .sidebar-menu .submenu .subToSubMenu>li a{padding-left:80px;font-size:11px}.sidebar-wrap .sidebar-menu li a{padding-left:27px}.sidebar-wrap .sidebar-menu li a img{width:20px;height:20px}.sidebar-wrap .sidebar-menu li a .side-text::after{bottom:-15px}.sidebar-wrap .sidebar-menu li.active::after{right:-17px;top:6px}.dashboard-wrap .inner-wrap .stats-wrap .img-icon{width:35% !important}.dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .credit-leave-card .balance{font-size:14px}.dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .debit-leave-card .balance{font-size:14px}.dashboard-wrap .inner-wrap .content-container .leave-content-wrap .edit-profile-content .leave-account-content .leave-card-parent .disable-leave-card .balance{font-size:14px}.dashboard-wrap .inner-wrap .content-container .profile-header-wrap .header-text a span{padding:1px 7px;margin-right:12px}.dashboard-wrap .inner-wrap .content-container .profile-header-wrap .header-text .first{font-size:12px !important}.dashboard-wrap .inner-wrap .content-container .profile-header-wrap .header-text .breadcrumb{font-size:8px !important}.dashboard-wrap .inner-wrap .content-container .profile-header-wrap .header-text .breadcrumb .breadcrumb-item{font-size:8px !important}.dashboard-wrap .inner-wrap .content-container .profile-header-wrap .header-text .breadcrumb .breadcrumb-item a{font-size:8px !important}.dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header{flex-direction:column !important}.dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .search-bar-wrap{column-gap:15px;height:3.5em;width:23em;padding:17px 13px}.dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right{row-gap:10px;justify-content:flex-start;flex-wrap:wrap;display:flex;column-gap:10px;padding-top:5px}.dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right.add-award-btn{display:flex;justify-content:flex-end;flex-wrap:nowrap}.dashboard-wrap .inner-wrap .content-container .profile-content-wrap .right-sidebar-wrap .right-sidebar{padding:20px}.dashboard-wrap .inner-wrap .content-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li{font-size:12px}.dashboard-wrap .inner-wrap .content-container .profile-content-wrap .right-sidebar-wrap .right-sidebar ul li.active::before{left:-20px}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic .profile-img-parent{width:200px;flex:2}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic .profile-pic-text{font-size:14px}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card{font-size:12px;padding:6px}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content{font-size:12px}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .since{font-size:12px}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .dp-wrap .dp{width:35px}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .title{font-size:12px}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .name{font-size:12px}.dashboard-wrap .inner-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:120px}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .password-right .password-form{flex-direction:column}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .password-right .password-form .form-field-wrap input{width:100%}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .password-right .password-form .password-toggle-btn{left:95%}.dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .password-right .password-form .desc-password{border:none;padding-left:0}.nav-wrap{width:calc(100% - 220px)}.nav-wrap .nav-left-wrap .search-bar-wrap{column-gap:7px;padding:5px 8px}.nav-wrap .nav-left-wrap .search-container{padding:5px 8px;width:26px}.right-wrap{left:220px;width:calc(100% - 220px)}.right-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .header-wrap{flex-direction:column !important;justify-content:flex-start !important;align-items:flex-start !important;row-gap:10px}.right-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .header-adjust{flex-direction:column !important;justify-content:flex-start !important;align-items:flex-start !important;row-gap:10px}.right-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-list-head{flex-direction:row !important}.right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills{margin-right:-10px !important}.right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .btn-tab-pills{bottom:-25px}.right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .active{bottom:-25px}.right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .role-content .role-wrap .checkbox-card-wrap .checkbox-card{font-size:14px}.right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body .group-img img{width:70px;height:70px}.leave-pagination{width:calc(100% - 478px) !important}.tag-pagination{left:0px !important;width:100% !important}}.hrms-wrap .dashboard-wrap .branch-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right{justify-content:flex-end}@media screen and (max-width: 1230px){.edit-box,.close-box,.check-box,.del-box,.view-box,.disable-box,.visit-box{height:24px;width:22px}.edit-box svg,.close-box svg,.check-box svg,.del-box svg,.view-box svg,.disable-box svg,.visit-box svg{font-size:10px}.profile-picture{height:30px;width:30px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-header-right{flex-wrap:wrap;justify-content:flex-start;row-gap:10px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .left-content-wrap .profile-details #details-form .profile-pic img{height:200px;width:200px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills{margin-right:-10px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .btn-tab-pills{padding-left:25px !important;padding-right:25px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .active{bottom:-25px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:120px}.custom-table-parent .custom-table-head-parent .custom-table-head{font-size:11px}}@media screen and (max-width: 1200px){.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-first{font-size:11px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .service-uses{display:flex;flex-direction:column;gap:16px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .service-uses .service-uses-list{width:100%;flex:none;order:2}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .service-uses .service-uses-bar{width:100%;flex:none;order:1;justify-content:center}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .service-uses .service-uses-bar .pi-chart{width:120px;height:120px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .service-uses .service-uses-bar .pi-chart svg{width:120px;height:120px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .service-uses .service-uses-bar .pi-chart .pi-chart-text{width:60px;height:60px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .service-uses .service-uses-bar .pi-chart .pi-chart-text p{font-size:9px;line-height:1}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .service-uses .service-uses-bar .pi-chart .pi-chart-text p span{font-size:10px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .red-wrap{font-size:10px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .text-dark{width:130px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent{flex-direction:column;align-items:center;justify-content:center}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-main-parent{margin-bottom:10px;margin-top:10px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .count{width:12%}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills{margin-right:-10px !important;font-size:13px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .btn-tab-pills{padding-left:15px !important;padding-right:15px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .active{bottom:-25px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body .btn-parent{flex-direction:column;row-gap:10px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body .btn-parent .dashboard-btn{width:100%;padding:0px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap .card-wrap-body .btn-parent .dashboard-btn .add-new-btn{padding:6px 12px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .datepicker-wrap .datepicker-wrap-icon .react-datepicker-wrapper .react-datepicker__input-container input{width:100px !important}.hrms-wrap .leave-pagination{width:calc(100% - 440px) !important}.hrms-wrap .tag-pagination{left:0px !important;width:100% !important}}@media screen and (max-width: 1140px){.hrms-wrap .nav-wrap .nav-right-wrap .menu-icon{display:none}.hrms-wrap .nav-wrap .nav-right-wrap .nav-right-wrap-child .nine-grid-dropdown{display:none}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .dp-wrap .dp{width:30px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills{margin-right:-10px !important;font-size:13px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .btn-tab-pills{padding-left:15px !important;padding-right:15px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .active{bottom:-25px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-right{row-gap:10px;justify-content:flex-start;flex-wrap:wrap;display:flex;column-gap:10px;padding-top:5px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-right.add-award-btn{display:flex;justify-content:flex-end;flex-wrap:nowrap}}@media screen and (max-width: 1080px){.edit-box,.close-box,.check-box,.del-box,.proj-box,.view-box,.disable-box,.visit-box{height:22px;width:20px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills{margin-right:-10px !important;font-size:12px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .tabs-btn{padding:10px 20px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .active{bottom:-25px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic img{height:195px}}@media screen and (max-width: 1016px){.Toastify__toast-container{top:1%;left:40%}.hrms-wrap .header-notification-area{right:10px;min-width:280px;max-width:calc(100vw - 40px);width:min(380px,100vw - 40px)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic img{height:195px;width:165px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic .profile-pic-text{font-size:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic .img-desc{font-size:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .row{row-gap:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .row .name,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .row .since,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .row .text-danger{padding-left:42px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content .manager-card-wrap .manager-card .manager-card-content .dp-wrap .dp{width:28px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .project-list-header{flex-wrap:wrap;column-gap:10px}.hrms-wrap .dashboard-wrap .basic-setting-wrap .content-container .profile-header-wrap .right-content-header .custom-nav-pills,.hrms-wrap .dashboard-wrap .advanced-setting-wrap .content-container .profile-header-wrap .right-content-header .custom-nav-pills,.hrms-wrap .dashboard-wrap .tags-wrap .content-container .profile-header-wrap .right-content-header .custom-nav-pills{margin-right:-10px !important;font-size:11px !important}.hrms-wrap .dashboard-wrap .basic-setting-wrap .content-container .profile-header-wrap .right-content-header .custom-nav-pills .tabs-btn,.hrms-wrap .dashboard-wrap .advanced-setting-wrap .content-container .profile-header-wrap .right-content-header .custom-nav-pills .tabs-btn,.hrms-wrap .dashboard-wrap .tags-wrap .content-container .profile-header-wrap .right-content-header .custom-nav-pills .tabs-btn{padding:10px 15px}.hrms-wrap .main-parent .right-wrap{width:100%;left:0px}.hrms-wrap .main-parent .sidebar .bottom-content{transform:rotate(0deg);left:-1px !important;bottom:0px !important}.hrms-wrap .main-parent .sidebar-wrap .details{display:none !important}.hrms-wrap .main-parent .sidebar-wrap .bottom-content{transform:rotate(0deg);left:-1px !important;bottom:0px !important}.hrms-wrap .main-parent .sidebar-wrap .brand-logo-wrap .image{align-items:flex-start !important}.hrms-wrap .main-parent .sidebar-wrap .brand-logo-wrap .dropdown-icon{display:none}.hrms-wrap .main-parent .sidebar-wrap .bottom-content{transform:rotate(0deg);left:-1px !important;bottom:0px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-header-right{justify-content:flex-start;flex-wrap:wrap;row-gap:10px}.hrms-wrap .nav-wrap .nav-right-wrap .nav-text{display:none}.hrms-wrap .content-wrap-header .content-header-btn button{font-size:11px}.hrms-wrap .right-content-header{font-size:16px}.hrms-wrap .right-content-header .header-text .first{font-size:20px}.hrms-wrap .paginate-bar{width:calc(100% - 74px) !important;left:82px !important}.custom-table-parent .custom-table-head-parent{display:none}.custom-table-parent .custom-table-data-parent .custome-table-data-child{display:block;margin-bottom:15px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data{display:flex;max-width:100%;height:70px}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .title{display:block;text-align:left;width:35%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .colon{display:block;width:10%}.custom-table-parent .custom-table-data-parent .custome-table-data-child .custom-table-data .name{text-align:left}.custom-table-parent .tag-pagination{left:0px !important;width:100% !important}}@media screen and (max-width: 900px){.hrms-wrap .right-wrap .dashboard-wrap .branch-wrap .content-container .profile-header-wrap .right-content-header{flex-direction:column}}@media screen and (max-width: 930px){.calendarElement{left:61%;top:45px}}@media screen and (max-width: 768px){.hrms-wrap .header-notification-area{right:5px;min-width:250px;max-width:calc(100vw - 20px);width:min(350px,100vw - 20px)}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap{flex-direction:column;row-gap:20px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent{flex-direction:row}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .Leave-setting-wrap .profile-header-wrap .right-content-header{flex-direction:column !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .custom-nav-pills{margin-right:-10px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .custom-nav-pills .tabs-btn{padding:10px 20px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .custom-nav-pills .active{bottom:-25px !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .media-card{align-items:start !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic img{height:195px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic .profile-pic-text{font-size:14px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic .img-desc{font-size:14px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic{padding-bottom:25px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .setting-content .setting-card-wrap{margin-left:-38px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .setting-content .setting-card .setting-card-child{align-items:flex-start !important}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .role-content .head-wrap{flex-direction:column}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .role-content .head-wrap .head-text{margin-bottom:0px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .role-content .head-wrap span{margin-bottom:20px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .day-info-wrap .head-wrap{flex-wrap:wrap}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .day-info-wrap .head-wrap .head-text{margin-bottom:0px}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .day-info-wrap .select-box:after{display:none}.hrms-wrap .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .day-info-wrap .day-info-content{margin-left:-35px}.hrms-wrap .right-wrap .dashboard-wrap .basic-setting-wrap .content-container .profile-header-wrap .right-content-header,.hrms-wrap .right-wrap .dashboard-wrap .advanced-setting-wrap .content-container .profile-header-wrap .right-content-header,.hrms-wrap .right-wrap .dashboard-wrap .tags-wrap .content-container .profile-header-wrap .right-content-header{display:flex;flex-direction:column;justify-content:start;align-items:start;row-gap:10px}.hrms-wrap .nav-wrap .nav-left-wrap{column-gap:20px}.hrms-wrap .nav-wrap .nav-left-wrap .search-bar-wrap{display:none}.hrms-wrap .nav-wrap .nav-left-wrap .switch-container{margin-left:-7px;border:none}.hrms-wrap .nav-wrap .nav-left-wrap .switch-container .switch-icon{font-size:21px}.hrms-wrap .nav-wrap .brand-logo-wrap{width:215px}.hrms-wrap .nav-wrap .brand-logo-wrap .main-logo{width:40px;height:40px}.hrms-wrap .nav-wrap .brand-logo-wrap .comp-name{font-size:10px}.hrms-wrap .nav-wrap .brand-logo-wrap .user-name{font-size:10px}.hrms-wrap .content-wrap-header .content-header-btn button{font-size:11px}.hrms-wrap .tabs{display:flex;font-size:12px}.hrms-wrap .tabs .tabs-btn{padding:10px 15px}.hrms-wrap .tab-text{white-space:nowrap}.hrms-wrap .add-btn{padding:10px 15px;white-space:nowrap}.hrms-wrap .advance-btn{padding:10px 15px;white-space:nowrap}.hrms-wrap .right-content-header{font-size:16px}.hrms-wrap .right-content-header .emp-header-right .date-icon{top:23%}.hrms-wrap .right-content-header .dropdown-list{font-size:15px}.hrms-wrap .right-content-header .header-text .first{font-size:15px !important}.hrms-wrap .paginate-bar .text-item{font-size:13px}.hrms-wrap .paginate-bar .pagination{gap:15px;padding:5px 5px 5px 5px}.hrms-wrap .paginate-bar .page-item{min-width:15px;max-width:15px;width:15px;font-size:11px}.hrms-wrap .paginate-bar .active{padding:5px 12px 5px 12px}.hrms-wrap .paginate-bar .prev-link{padding:0px 5px;font-size:13px}.hrms-wrap .paginate-bar .next-link{padding:0px 5px;font-size:13px}.password-toggle-btn{left:90% !important}.fc .fc-header-toolbar{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:10px}}@media screen and (max-width: 595px){.content-container .datepicker-wrap{margin-left:10px}}@media screen and (max-width: 575px){.Toastify__toast-theme--colored{width:320px;font-size:12px}.Toastify__toast-container{top:1%;left:20%;transform:translateX(0)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-header-right .emp-btn-parent{gap:10px;flex-wrap:wrap}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills{margin-right:-10px !important;font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .custom-nav-pills .tabs-btn{padding:10px 15px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic{flex-direction:column;gap:30px;padding-bottom:35px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic img{height:100%;width:100%}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic .profile-pic-text{font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic .img-choose-text{display:flex;gap:10px;margin:0px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic .img-choose-text .img-desc{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-pic .edit-profile-content .document-wrap .head-wrap{flex-direction:column}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-header-wrap{padding:15px 15px 15px 15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-header-wrap .header-text .tabs{display:flex;justify-content:space-between;font-size:12px;white-space:nowrap}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-header-wrap .advance-btn{padding:10px 18px;font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-header-wrap .custom-nav-pills{margin-right:-10px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-header-wrap .custom-nav-pills .btn-tab-pills{bottom:-15px !important;font-size:14px;padding:0px 0px 10px 0px;margin-right:15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .profile-header-wrap .custom-nav-pills .active{bottom:-15px !important;font-size:14px;padding:0px 0px 10px 0px;margin-right:15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .custom-table-parent .custom-table-data-parent .custome-table-data-child{padding:15px 15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .media-card{align-items:start !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .profile-details #details-form .emp-header-wrap .emp-header-right .emp-btn-parent{gap:10px;flex-wrap:wrap}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .document-wrap .head-wrap{flex-direction:column}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .manager-content-wrap .manager-content{margin-left:-35px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .role-content .role-wrap{margin-left:-35px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap .edit-profile-content .role-content .save-btn-wrap{margin-left:-35px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .content-wrap-header{padding:15px 15px 15px 15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .content-wrap-header .content-header-btn button{width:100%;font-size:10px;padding:7px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .right-content-header{display:flex;align-items:start !important;flex-direction:column;font-size:10px;row-gap:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .right-content-header .header-text .first{font-size:19px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .right-content-header .fa-cloud-arrow-up{font-size:35px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .list-empl{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .upload-text{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header{display:flex;justify-content:unset !important;align-items:start;flex-direction:column;row-gap:5px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .right-content-header .header-text .first{font-size:1rem}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .edit-profile-header{flex-direction:row}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .profile-header-img{column-gap:0px;align-items:center}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap .profile-header-img .profile-img-wrap{width:31.69px;height:31.69px}.hrms-wrap .paginate-bar .text-item{font-size:11px}.calendar-container table tbody tr td .fc-daygrid-day-top .fc-daygrid-day-number{left:2px !important;font-size:11px;height:30%}.calendar-container .fc-media-screen .fc-toolbar .fc-toolbar-chunk .fc-createEventButton-button{margin-bottom:10px}.calendar-container .fc-media-screen .fc-toolbar .fc-toolbar-chunk .fc-createHolidayButton-button{margin-bottom:10px}}@media screen and (max-width: 480px){.content-container .edit-profile-content .calendar-container .go-prev{top:70% !important}.content-container .edit-profile-content .calendar-container .go-next{top:70% !important}.password-toggle-btn{left:55%}.password-toggle-btn svg{width:15px;height:15px}.password-toggle-btn{left:55%}.password-toggle-btn svg{width:15px;height:15px}.hrms-wrap .dashboard-wrap .branch-wrap .content-container .profile-header-wrap .right-content-header .emp-header-right{justify-content:flex-start;flex-wrap:wrap}}@media screen and (max-width: 370px){.Toastify__toast-container{top:1%;left:9%;transform:translateX(0)}.calendar-container .fc-media-screen .fc-toolbar .fc-toolbar-chunk .fc-createHolidayButton-button{margin-left:0px}}.activities-container{padding:20px}.activities-container .activities-heading{font-size:16px;font-weight:bold}.activities-container .subheadings{display:flex;margin-bottom:20px;gap:13px}.activities-container .subheadings .subheading{color:#bcbcbc;text-align:center;font-size:14px}.activities-container .actcontainer{gap:10px;color:#bcbcbc}.activities-container .actcontainer .image-input-container{height:40px;width:40px;border-radius:50%;border:1px solid #bcbcbc}.activities-container .actcontainer .image-input-container .round-image{height:100%;width:100%;object-fit:cover;border-radius:15px}.activities-container .actcontainer .input-container{width:100%;height:40px;position:relative}.activities-container .actcontainer .input-container .trix-content .mention img{height:20px;width:20px}.activities-container .actcontainer .input-container .user-list{display:flex;flex-direction:column;z-index:99;top:128px;background-color:#fff;border:1px solid #d4d2d2;padding:2px;border-radius:5px}.activities-container .actcontainer .input-container .user-list .user-item{display:flex;flex-direction:row;gap:2px;border-bottom:1px solid #d4d2d2}.activities-container .actcontainer .input-container .user-list .user-item .user-image{width:40px;height:40px;border-radius:50%;object-fit:cover}.activities-container .actcontainer .input-container .user-list .user-item .user-name{font-size:16px;font-weight:500;color:#333}.activities-container .actcontainer .save-button{background-color:#40518a;color:#fff;border:none;padding:8px 20px;border-radius:5px}.child-story{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;gap:10px;max-height:350px;margin-top:10px}.child-story .custom-menu-High-button{padding:0 !important;border-radius:10px;font-size:14px}.child-story .custom-menu-High-button .menus-High-button{align-items:center}.child-story .custom-menu-High-button .menus-High-button:hover{background-color:#eff3ff !important}.child-story .dropdown-toggle::after{color:#fff}.child-story .child-story-header{display:flex;justify-content:space-between;align-items:center}.child-story .child-story-header h3{font-size:15px;font-weight:700;margin:0}.child-story .child-story-header .add-child-story{background-color:rgba(0,0,0,0);border:none;color:gray;cursor:pointer;font-size:14px}.child-story .child-story-controls{display:flex;gap:15px}.child-story .child-story-controls .epic-icon{height:19px;width:19px;border-style:solid;border-width:1px;border-radius:4px;align-items:center;position:relative;border-color:#fff;top:3px;margin-right:10px}.child-story .child-story-controls .epic-icon .drag-icon{color:#fff;font-size:14px;position:absolute;top:2px;left:2px}.child-story .child-story-controls .control-item{display:flex;align-items:center;color:gray;border-radius:5px}.child-story .child-story-controls .control-item .img-container{height:35px;width:35px;border-radius:50%;border:1px solid gray;margin-right:28px}.child-story .child-story-controls .control-item .img-container img{height:100%;width:100%;object-fit:cover;border-radius:50%}.child-story .child-story-controls .control-item input[type=checkbox]{margin-right:5px;width:200px;padding:8px;border-radius:4px;border:1px solid #fff}.child-story .child-story-controls .control-item select{padding:8px 13px;background-color:#fff;border-radius:4px;border:1px solid #ededed}.child-story .child-story-controls .control-item .search-field input{width:200px;padding:8px;border-radius:4px;border:1px solid #fff;border-radius:5px}.child-story .child-story-actions{display:flex;justify-content:flex-end;align-items:center}.child-story .child-story-actions .existing-stories-link{color:#007bff;font-size:14px;text-decoration:none}.child-story .child-story-actions .action-buttons{display:flex;gap:10px}.child-story .child-story-actions .action-buttons .cancel-btn{background-color:#f9f9f9;border:none;color:#3a4374;font-size:15px;cursor:pointer;border-radius:6px;padding:6px 16px;font-weight:500}.child-story .child-story-actions .action-buttons .save-btn{background-color:#3a4374;color:#fff;border:none;border-radius:6px;padding:6px 16px;font-weight:500;cursor:pointer}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%;height:39px;border-radius:5px;border:1px solid #e1d3d3}.input-group input{border:none;padding:10px;width:100%;margin-bottom:10px;height:100%;color:gray}.nav-wrap{position:fixed;top:0;display:flex;justify-content:space-between;align-items:center;background-color:var(--primary-theme-white);padding:20px 20px;width:100%;z-index:99;font-size:16px;width:calc(100% - 325px);height:fit-content;left:325px;border-bottom:1px solid #e5dede}.nav-wrap .brand-logo-wrap{text-align:center;height:70px;border-bottom:1px solid #ebebeb;margin-bottom:-20px}.nav-wrap .brand-logo-wrap .main-logo{justify-content:center;display:flex;align-items:center;width:43px;height:50px;border-radius:12px;background-color:#40518a;color:#fff;font-weight:700;margin-right:.8rem}.nav-wrap .brand-logo-wrap .main-logo img{width:100%;height:100%;object-fit:cover;border-radius:12px}.nav-wrap .brand-logo-wrap .comp-name{font-size:15px;font-weight:700;color:#2f2f2f;text-transform:capitalize;width:214px}.nav-wrap .brand-logo-wrap .user-name{display:flex;justify-content:flex-start;color:#2f2f2f;text-transform:uppercase;font-size:12px}.nav-wrap .brand-logo-wrap .bottom-logo-line{width:70%;margin-left:20%;border-top:var(--bs-border-width) solid;opacity:.25}.nav-wrap .nav-left-wrap{display:flex;column-gap:25px;align-items:center}.nav-wrap .nav-left-wrap .hamburger img{width:2.125em}.nav-wrap .nav-left-wrap .switch-container{display:flex;border:solid 1px var(--primary-light-grey);height:3.125em;border-radius:5px;width:41px;justify-content:center;align-items:center;padding:12px 20px;margin-left:-19px}.nav-wrap .nav-left-wrap .switch-container .switch-icon{font-size:16px;color:gray}.nav-wrap .nav-left-wrap .search-bar-wrap{display:flex;column-gap:20px;align-items:center;height:3.125em;border:1px solid var(--primary-light-grey);padding:12px 20px;border-radius:5px;position:relative}.nav-wrap .nav-left-wrap .search-bar-wrap .header-search-type{display:flex;column-gap:10px}.nav-wrap .nav-left-wrap .search-bar-wrap .header-search-type img:hover{cursor:pointer}.nav-wrap .nav-left-wrap .search-bar-wrap .header-search-type img.active{filter:brightness(0.1)}.nav-wrap .nav-left-wrap .search-bar-wrap .search-input input{border:none;height:2.375em;width:16.313em;font-size:.9375em}.nav-wrap .nav-left-wrap .search-bar-wrap .search-input .search-results{z-index:1;position:absolute;top:100%;left:0%;width:95% !important;list-style-type:none;width:100%;padding:0px;border-radius:5px;border:1px solid var(--primary-light-grey);overflow-y:scroll;max-height:140px;scroll-behavior:smooth}.nav-wrap .nav-left-wrap .search-bar-wrap .search-input .search-results li{color:var(--primary-theme);font-size:16px;padding:5px 12px;font-weight:bold;cursor:pointer;background-color:var(--primary-theme-white)}.nav-wrap .nav-left-wrap .search-bar-wrap .search-input .search-results li.active{background-color:var(--primary-theme);color:var(--primary-theme-white)}.nav-wrap .nav-left-wrap .search-bar-wrap .search-input .search-results li:hover{background-color:var(--primary-theme);color:var(--primary-theme-white)}.nav-wrap .nav-left-wrap .search-bar-wrap .search-input .search-results .img-data{display:flex;align-items:center;gap:15px}.nav-wrap .nav-left-wrap .search-bar-wrap .header-search-type span{cursor:pointer;color:var(--text-grey)}.nav-wrap .nav-right-wrap{display:flex;column-gap:1.875em;align-items:center;justify-content:end;font-size:1.1em}.nav-wrap .nav-right-wrap .nav-text{position:relative;color:var(--text-grey)}.nav-wrap .nav-right-wrap .nav-text.active{font-weight:bold}.nav-wrap .nav-right-wrap .nav-text.active a{color:var(--primary-theme)}.nav-wrap .nav-right-wrap .nav-text.active::after{content:"";position:absolute;border-bottom:3px solid #f9a503;width:100%;bottom:-1.5em;left:0}.nav-wrap .nav-right-wrap .nav-text:hover{font-weight:bold;color:var(--primary-theme)}.nav-wrap .nav-right-wrap .nav-text:hover::after{content:"";position:absolute;border-bottom:3px solid #f9a503;width:100%;bottom:-1.5em;left:0}.nav-wrap .nav-right-wrap a{font-family:"Pacaembu Trial Medium",sans-serif;color:var(--text-grey)}.nav-wrap .nav-right-wrap .circle{border-radius:50%;height:2.25em;width:2.25em;position:relative;cursor:pointer;background-color:#eff3ff}.nav-wrap .nav-right-wrap .circle a{display:flex;align-items:center;justify-content:center;height:100%}.nav-wrap .nav-right-wrap .circle a>img{width:1.5em}.nav-wrap .nav-right-wrap .circle>img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:1.5em;border-radius:65%}.nav-wrap .nav-right-wrap .dropdown-toggle::after{display:none}.nav-wrap .nav-right-wrap .web-icon{margin-right:20px}.nav-wrap .nav-right-wrap .dropdown-item{color:#4a4a4a;font-size:17px}.nav-wrap .nav-right-wrap .drop-img img{width:auto !important}.nav-wrap .nav-right-wrap .nav-profile-icon img{width:2.25em}.nav-wrap .nav-right-wrap .nav-right-wrap-child{display:flex;column-gap:15px;align-items:center;justify-content:end}.nav-wrap .nav-right-wrap .nav-right-wrap-child .nine-grid-dropdown{width:300px;padding:10px;transform:translate3d(4px, 66.5px, 0px) !important}.nav-wrap .nav-right-wrap .nav-right-wrap-child .dropdown-item{height:80px;display:flex;align-items:center;justify-content:center;white-space:pre-line;font-size:11px;color:#333;border-radius:10px;transition:background-color .3s ease}.nav-wrap .nav-right-wrap .nav-right-wrap-child .dropdown-item:hover{background-color:#e9ecef}.nav-wrap .nav-right-wrap .nav-right-wrap-child .font-12{font-size:10px;text-align:center}.nav-wrap .nav-right-wrap .nav-right-wrap-child .dropdown-item img{width:28px;height:32px;margin-right:4px}.nav-wrap .nav-right-wrap .nav-right-wrap-child .item-label{flex:1}.sidebar-wrap{position:fixed;top:0px;left:0;height:100%;width:270px;background-color:var(--primary-theme-white);color:#4a4a4a;transition:transform .3s ease-in-out;transition:.5s;z-index:100;overflow-x:hidden;box-shadow:-1px -27px 7px rgba(147,107,107,.2823529412)}.sidebar-wrap .brand-logo-wrap{text-align:center;position:relative;height:120px;padding:23px 22px;border-bottom:1px solid #ebebeb}.sidebar-wrap .brand-logo-wrap .bottom-logo-line{width:70%;margin-left:20%;border-top:var(--bs-border-width) solid;opacity:.25}.sidebar-wrap .brand-logo-wrap .comp-name{font-size:15px;font-weight:700;color:#2f2f2f;text-transform:capitalize;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-wrap .brand-logo-wrap .user-name{display:flex;justify-content:flex-start;color:#2f2f2f;text-transform:uppercase;font-size:12px}.sidebar-wrap .brand-logo-wrap .main-logo{justify-content:center;display:flex;align-items:center;width:35px;height:35px;border-radius:15px;background-color:#fff;color:#fff;font-weight:700;flex-shrink:0;margin-right:1rem}.sidebar-wrap .brand-logo-wrap .main-logo img{width:100%;height:100%;border-radius:13px}.sidebar-wrap .details{box-shadow:0px 0px 2px rgba(0,0,0,.2823529412);position:absolute;background-color:#fff;z-index:99;width:96%;border-radius:15px;top:126px;margin:2px 5px;padding:5px}.sidebar-wrap .details .company-name{text-align:left;color:#aaa;margin-top:14px;padding-top:7px;width:100%;padding-left:10px;box-shadow:0px -1px 1px rgba(0,0,0,.1607843137)}.sidebar-wrap .details .signout{border:none;width:100%;color:#40518a;background-color:#fff;margin-right:165px}.sidebar-wrap .bottom-content{position:fixed;bottom:0;font-size:15px;color:#40518a;width:220px;background-color:var(--primary-theme-white);text-align:center;padding:10px}.sidebar-wrap .blue-text{color:#405189;font-weight:bold}.sidebar-wrap .sidebar-menu{position:relative;font-size:14px;padding-left:0;display:flex;flex-direction:column;overflow-y:scroll;padding-bottom:30px;overflow-x:hidden;height:calc(100vh - 145px)}.sidebar-wrap .sidebar-menu .submenu{width:100%;list-style:none;padding:0;margin:0;background-color:#f4f6fc}.sidebar-wrap .sidebar-menu .submenu .submenu-item{padding-left:10px}.sidebar-wrap .sidebar-menu .submenu .sub-active a{color:#40518a;font-size:13px}.sidebar-wrap .sidebar-menu .submenu .sub-active a>svg{color:#535353;width:11px;height:11px}.sidebar-wrap .sidebar-menu .submenu .sub-nav{color:#605959;font-size:13px;font-weight:normal}.sidebar-wrap .sidebar-menu .submenu .sub-nav>svg{color:#7e7e7e;width:11px;height:11px}.sidebar-wrap .sidebar-menu .submenu .subToSubMenu{list-style:none;padding:0px;background-color:#40518a 0% 0% no-repeat padding-box}.sidebar-wrap .sidebar-menu .submenu .subToSubMenu .submenu-item{padding-left:4px;background-color:#f9f9f9}.sidebar-wrap .sidebar-menu .submenu .subToSubMenu>li{margin:5px 5px;border-radius:10px}.sidebar-wrap .sidebar-menu .submenu .subToSubMenu>li a{column-gap:10px;color:#8d8d8d;padding:5px 10px;padding-left:109px;font-size:14px;font-weight:normal}.sidebar-wrap .sidebar-menu .submenu .subToSubMenu .sub-active{background-color:#e1e3eb}.sidebar-wrap .sidebar-menu .submenu .subToSubMenu .sub-active a{color:#000}.sidebar-wrap .sidebar-menu>li{margin:5px 5px;border-radius:10px}.sidebar-wrap .sidebar-menu>li a{display:flex;align-items:center;padding:10px 12px;color:var(--font-medium-gray);column-gap:20px;font-family:var(--font-regular);font-size:18px;padding-left:30px}.sidebar-wrap .sidebar-menu>li a img{width:30px}.sidebar-wrap .sidebar-menu>li a .side-text{display:flex;justify-content:space-between;width:100%;position:relative;align-items:center}.sidebar-wrap .sidebar-menu>li a .side-text svg{color:#405189}.sidebar-wrap .sidebar-menu li:hover{background-color:#ebeaea;transition-duration:.35s;transition-property:background;-webkit-transition-property:background;transition-timing-function:ease-in-out}.sidebar-wrap .sidebar-menu li.active{margin:5px 5px;border-radius:10px;color:var(--primary-theme-white);background-color:#405189;position:relative}.sidebar-wrap .sidebar-menu li.active a{color:#fff}.sidebar-wrap .sidebar-menu li.active a img{filter:brightness(0) invert(2)}.sidebar-wrap .sidebar-menu li.active a .side-text>svg{color:#40518a}.header-notification-area{width:420px;height:264px;border:none;background-color:#fff;border-radius:10px;position:relative;right:326px;top:66px;padding:5px 8px;box-shadow:0 0px 0px 0 rgba(0,0,0,.2),0 0px 2px 0 rgba(0,0,0,.19);overflow-y:auto;transition:.3s;overflow-y:auto}.header-notification-area.show{opacity:1;display:block}.header-notification-area.hide{opacity:0;display:none}.header-notification-area .profile-notification{display:flex;justify-content:start;border-radius:5px;padding:5px;gap:19px}.header-notification-area .profile-notification:hover{background-color:#ececec}.header-notification-area .profile-notification:hover .notification-content-section .view-notification-button{border:1px solid #1f94ff}.header-notification-area .profile-notification .user-image{height:55px;width:55px;flex-shrink:0;margin-top:7px}.header-notification-area .profile-notification .user-image img{border-radius:50%;width:100%;height:100%;object-fit:cover;position:static}.header-notification-area .profile-notification .notification-content-section .notification-about-section{font-weight:600;font-size:18px;color:#000;font-family:"Pacaembu Trial Medium"}.header-notification-area .profile-notification .notification-content-section .notification-time{color:#bcbcbc;font-size:13px;position:relative;left:3em}.header-notification-area .profile-notification .notification-content-section .description{font-size:16px;margin-top:10px;font-family:sans-serif;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.header-notification-area .profile-notification .notification-content-section .description b{color:#1f94ff}.header-notification-area .profile-notification .notification-content-section .description .truncate{width:257px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-notification-area .profile-notification .notification-content-section .view-notification-button{margin-top:6px;margin-bottom:20px;width:94px;height:29px;background-color:#f0f8ff;border-radius:5px;color:#1f94ff;align-items:center;border:none;font-size:14px}.header-notification-area .empty-notify{display:flex;justify-content:center;margin-top:100px}@media screen and (max-width: 1550px){.custom-button{font-size:12px}.parents .project-status .common-status .pipe-header .text{font-size:14px}.parents .project-status .common-status .project-info .projects-status{gap:10px}.parents .project-status .common-status .project-info .projects-status .proj-info{font-size:14px}.parents .project-status .common-status .project-info .view{font-size:14px}.parents .info-status{flex-direction:column}.parents .info-status .deadline-status{width:100%}.parents .info-status .deadline-status .task-header{padding:0px 0px 5px}.parents .info-status .deadline-status .task-header .text{font-size:14px}.parents .info-status .notification-status{width:100%}.parents .info-status .notification-status .notification-header{display:flex;justify-content:space-between;padding:0px 0px 20px}.parents .info-status .notification-status .notification-header .text{font-size:18px;font-weight:400}.parents .info-status .notification-status .button-today{border:none;background-color:#eff3ff;margin-bottom:15px;font-size:12px;padding:5px 20px;color:gray;border-radius:5px}.parents .info-status .notification-status .notification-info{padding:15px 0px}.parents .info-status .notification-status .notification-info .info-user .emp-name{color:gray}.parents .info-status .notification-status .notification-info .info-user .emp-info{max-width:70%}}@media screen and (max-width: 1120px){.parents .project-status{flex-direction:column}.parents .project-status .common-status{width:100%}.parents .project-status .common-status .pipe-header{display:flex;justify-content:space-between;padding:20px}.parents .project-status .common-status .pipe-header .text{font-size:18px;font-weight:400}.parents .project-status .common-status .project-info{display:flex;justify-content:space-between;padding:10px 20px;align-items:center}.parents .project-status .common-status .project-info .projects-status{gap:10px;display:flex;justify-content:center;align-items:center}.parents .project-status .common-status .project-info .projects-status .release-icons{width:50px;background-color:rgba(253,246,197,.3490196078);margin:auto;height:50px;border-radius:50px}.parents .project-status .common-status .project-info .projects-status .release-icons img{width:25px;height:25px;margin:13px}.parents .project-status .common-status .project-info .projects-status .version-icons{width:50px;background-color:rgba(227,195,225,.1803921569);margin:auto;height:50px;border-radius:50px}.parents .project-status .common-status .project-info .projects-status .version-icons img{width:25px;height:25px;margin:13px}.parents .project-status .common-status .project-info .projects-status .mili-icons{width:50px;background-color:rgba(201,227,195,.2);margin:auto;height:50px;border-radius:50px}.parents .project-status .common-status .project-info .projects-status .mili-icons img{width:25px;height:25px;margin:13px}.parents .project-status .common-status .project-info .projects-status .epic-icons{width:50px;background-color:#f4fbff;margin:auto;height:50px;border-radius:50px}.parents .project-status .common-status .project-info .projects-status .epic-icons img{width:25px;height:25px;margin:13px}}body{background-color:#fff}.custom-button{padding:2px 5px;border-radius:5px;border:1px solid #40518a;background-color:rgba(0,0,0,0);font-weight:200;font-size:14px;color:#40518a}.created-bg{background-color:#f4fbff;padding:20px;border-radius:50px}.updated-bg{background-color:#fffbef;padding:20px;border-radius:50px}.pending-bg{background-color:#fff8f4;padding:20px;border-radius:50px}.done-bg{background-color:rgba(201,227,195,.2);padding:20px;border-radius:50px}.percentage-bg{background-color:rgba(227,195,225,.1803921569);padding:20px;border-radius:50px}.users-bg{background-color:rgba(253,246,197,.3490196078);padding:20px;border-radius:50px}.chart-img{display:flex;justify-content:center;width:100%}.chart-img .chart-wrapper{width:100%;max-width:800px}.profile-img{width:40px;height:40px}.profile-img img{width:100%;height:100%;border-radius:25px;object-fit:cover;margin-right:45px}.parents{margin-top:-20px;overflow-y:scroll;scroll-behavior:smooth;padding-right:10px;padding-bottom:10px}.parents .custom-slider-container{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px;width:100%}.parents .slide-item{flex:0 0 auto;width:100%;display:flex;align-items:center;gap:16px;border-radius:15px;padding:20px;height:100px;box-sizing:border-box;transition:transform .3s;border:1px solid #dcd5d5;margin-bottom:20px;margin-top:10px}.parents .box-manage{flex-shrink:0}.parents .box-manage .icon-box{display:flex;align-items:center;justify-content:center;width:50px;height:50px}.parents .box-manage .icon-box img{height:30px;width:30px}.parents .text-content{display:flex;flex-direction:column;justify-content:center}.parents .info{font-size:18px;color:#565656;padding-bottom:5px}.parents .information{font-size:14px}.parents .project-status{display:flex;gap:20px;align-items:center}.parents .project-status .common-status{width:50%;height:430px;border:1px solid #dcd5d5;border-radius:15px}.parents .project-status .common-status .pipe-header{display:flex;justify-content:space-between;padding:20px;padding-bottom:10px}.parents .project-status .common-status .pipe-header .heading-text{font-size:20px;font-weight:600}.parents .project-status .common-status .year-picker-popup{position:absolute;top:100%;left:0;z-index:1000;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:8px;margin-top:8px}.parents .project-status .common-status .react-datepicker__year .react-datepicker__year-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;padding:10px}.parents .project-status .common-status .react-datepicker__year-text{padding:8px;border-radius:6px;text-align:center;cursor:pointer}.parents .project-status .common-status .react-datepicker__year-text:hover{background-color:#f0f0f0}.parents .project-status .common-status .react-datepicker__year-text--selected{background-color:#2d3a8c;color:#fff}.parents .project-status .common-status .react-datepicker__header{background-color:#2b3674;color:#fff;border-bottom:none}.parents .project-status .common-status .react-datepicker__current-month{color:#fff;font-weight:bold}.parents .project-status .common-status .project-count{padding-left:20px;font-size:24px;font-weight:600}.parents .project-status .common-status .project-count .count{color:#2e3a8c;font-size:20px;font-weight:700}.parents .project-status .common-status .project-count .label{padding-top:20px;color:#888;font-size:14px}.parents .project-status .common-status .project-info{display:flex;justify-content:space-between;padding:10px 20px;align-items:center}.parents .project-status .common-status .project-info .projects-status{gap:10px;display:flex;justify-content:center;align-items:center}.parents .project-status .common-status .project-info .projects-status .release-icons{width:50px;background-color:rgba(253,246,197,.3490196078);margin:auto;height:50px;border-radius:50px}.parents .project-status .common-status .project-info .projects-status .release-icons img{width:25px;height:25px;margin:13px}.parents .project-status .common-status .project-info .projects-status .version-icons{width:50px;background-color:rgba(227,195,225,.1803921569);margin:auto;height:50px;border-radius:50px}.parents .project-status .common-status .project-info .projects-status .version-icons img{width:25px;height:25px;margin:13px}.parents .project-status .common-status .project-info .projects-status .mili-icons{width:50px;background-color:rgba(201,227,195,.2);margin:auto;height:50px;border-radius:50px}.parents .project-status .common-status .project-info .projects-status .mili-icons img{width:25px;height:25px;margin:13px}.parents .project-status .common-status .project-info .projects-status .epic-icons{width:50px;background-color:#f4fbff;margin:auto;height:50px;border-radius:50px}.parents .project-status .common-status .project-info .projects-status .epic-icons img{width:25px;height:25px;margin:13px}.parents .info-status{margin-top:20px;display:flex;gap:20px}.parents .info-status .deadline-status{border-radius:15px;padding:20px;width:33%;border:1px solid #dcd5d5;min-height:350px}.parents .info-status .deadline-status .task-header{display:flex;justify-content:space-between;padding:0px 0px 20px;align-items:center}.parents .info-status .deadline-status .task-header .heading-text{font-size:20px;font-weight:600}.parents .info-status .deadline-status .task-info{padding:0px 5px;color:gray;margin-top:10px}.parents .info-status .deployment-status{width:100%;padding:20px;border:1px solid #dcd5d5;border-radius:15px;position:relative}.parents .info-status .deployment-status .notification-header{display:flex;justify-content:space-between;padding:0px 0px 20px}.parents .info-status .deployment-status .notification-header .heading-text{font-size:20px;font-weight:600}.parents .info-status .deployment-status .notification-header .year-picker-popup{position:absolute;top:100%;left:-60px;z-index:1000;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:8px;margin-top:8px}.parents .info-status .deployment-status .notification-header .react-datepicker__year .react-datepicker__year-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;padding:10px}.parents .info-status .deployment-status .notification-header .react-datepicker__year-text{padding:8px;border-radius:6px;text-align:center;cursor:pointer}.parents .info-status .deployment-status .notification-header .react-datepicker__year-text:hover{background-color:#f0f0f0}.parents .info-status .deployment-status .notification-header .react-datepicker__year-text--selected{background-color:#2d3a8c;color:#fff}.parents .info-status .deployment-status .notification-header .react-datepicker__header{background-color:#2b3674;color:#fff;border-bottom:none}.parents .info-status .deployment-status .notification-header .react-datepicker__current-month{color:#fff;font-weight:bold}.parents .info-status .notification-status{width:67%;padding:20px;border:1px solid #dcd5d5;border-radius:15px;height:440px;position:relative;overflow:hidden}.parents .info-status .notification-status .notification-header{display:flex;justify-content:space-between;padding:0px 0px 20px}.parents .info-status .notification-status .notification-header .heading-text{font-size:20px;font-weight:600}.parents .info-status .notification-status .notification-header .year-picker-popup{position:absolute;top:100%;left:0;z-index:1000;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:8px;margin-top:8px}.parents .info-status .notification-status .notification-header .react-datepicker__header{background-color:#2b3674;color:#fff;border-bottom:none}.parents .info-status .notification-status .button-today{border:none;background-color:#eff3ff;margin-bottom:15px;font-size:12px;padding:5px 20px;color:gray;border-radius:5px}.parents .info-status .notification-status .notification-info{padding:15px 0px}.parents .info-status .notification-status .notification-info .info-user .emp-name{color:gray}.parents .info-status .notification-status .notification-info .info-user .emp-info{position:absolute;font-size:14px;color:gray;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:99%;display:inline-block;vertical-align:bottom}.kanban-columns{display:flex;justify-content:start;width:100%}.kanban-column{background-color:#fff;border-radius:8px;width:300px}.kanban-column h2{text-align:center}.kanban-cards{margin-top:10px}.kanban-card{background-color:#fff;border-radius:5px;padding:10px;margin-bottom:16px;box-shadow:0 2px 5px rgba(0,0,0,.1);cursor:grab}.hrms-wrap .dashboard-wrap .inner-wrap .content-container{min-height:calc(100vh - 167px);position:relative}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .search-result{height:500px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .search-result p{font-size:20px;font-weight:700}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .tabs{width:100%;display:flex;justify-content:flex-start;margin-bottom:8px;gap:1px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .tabs .tab{padding:10px 20px;cursor:pointer;font-weight:bold;color:#666;transition:all .3s ease;background-color:#f1f1f1;border-right:1px solid #d1d1d1}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .tabs .tab.active{color:#0056b3;background-color:#fff;border:none;box-shadow:0px 1px 5px rgba(0,0,0,.2)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .tabs .tab:hover{color:#007bff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board{width:100%;display:flex;min-height:calc(100vh - 260px);max-height:calc(100vh - 120px);overflow-y:scroll;scroll-behavior:smooth;flex-direction:row;scrollbar-width:thin;scrollbar-color:#c5bcbc rgba(0,0,0,0)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .load{display:"flex";justify-content:center;align-items:center;position:absolute;width:100%;height:100vh}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .add-story{position:absolute;bottom:15%;right:9px;z-index:99;cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board::-webkit-scrollbar{width:1px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .plus-container{height:50px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .plus-container .content-cont{width:23%;height:50px;gap:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .plus-container .content-cont .border-none{border:none;background-color:#f9f9f9;width:23%;border-radius:5px;display:flex;justify-content:center;align-items:center;height:50px;color:#aaa;background-color:#f4f6fc;padding:15px 41px;text-align:center}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .plus-container .content-cont .icon-plus{font-weight:bold;font-size:20px;color:#7e7e7e}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap{padding-top:5px;width:100%;gap:11px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont{width:23%;height:100%;gap:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .minimized-view{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;padding:10px;height:412px;width:98%;cursor:pointer;position:relative;transition:all .3s ease;overflow:hidden;text-align:center;margin-left:2px;margin-top:0px;box-shadow:0 2px 6px rgba(0,0,0,.2)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .minimized-text{font-size:14px;color:#aaa;transform:rotate(-90deg);transform-origin:left bottom;white-space:nowrap;position:absolute;top:81%;left:63%}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-plus{width:23%;border-radius:5px;color:#aaa;background-color:rgba(0,0,0,.0196078431);height:50px;padding:15px 15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-plus .icon-plus{font-weight:bold;font-size:20px;color:#7e7e7e}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .cont-heading{background-color:#f4f6fc;height:50px;width:100%;border-radius:5px;padding:5px 15px;color:#aaa;position:relative;align-items:center}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .cont-heading .custom-Higher-button::after{color:#f4f6fc !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .cont-heading .expand-collapse-icon .custom-todo-button{background-color:#f4f6fc !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .cont-heading .content{color:#645d5d}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .cont-heading .settings-panel{position:absolute;right:0;top:49px;padding:5px 0px;box-shadow:0 2px 6px rgba(0,0,0,.1);width:183px;z-index:99;background-color:#fff;display:flex;flex-direction:column;justify-content:center;font-size:13px;border-radius:5px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .cont-heading .settings-panel .setting-field{padding:5px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .cont-heading .settings-panel .greater-icon{font-size:10px;margin-right:11px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .cont-heading .settings-panel .drag-icon{font-size:18px;margin-right:11px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .cont-heading .settings-panel .setting-field2{padding:8px;border-bottom:.5px #dfdfdf solid}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap{display:flex;max-height:calc(100vh - 370px);overflow-y:scroll;scroll-behavior:smooth;scrollbar-width:none;padding:5px 0px 0 5px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box{background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.1);width:99.5%;padding:5px 12px;color:#645d5d;white-space:nowrap;position:relative;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .icon-design{width:17px;height:25px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box input{border:none;font-size:15px;margin-top:9px;margin-bottom:9px;color:#aaa}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box p{font-size:15px;font-weight:700}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box span{font-size:17px;padding-right:45px;margin-left:2px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .drop-icon{background-color:#f9f9f9}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel{position:absolute;right:0;top:71px;padding:5px 0px;box-shadow:0 2px 6px rgba(0,0,0,.1);width:253px;z-index:99;background-color:#fff;display:flex;flex-direction:column;justify-content:center;font-size:13px;border-radius:15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .setting-field{padding:5px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .greater-icon,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .epic-icon,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .milestone-icon,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .story-icon,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .bug-icon{height:17px;width:17px;border-style:solid;border-width:1px;border-radius:4px;align-items:center;margin-left:10px;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .milestone-icon{background-color:#f9a503}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .story-icon{background-color:#0080ff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .greater-icon{background-color:#1f94ff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .epic-icon{background-color:#33a451}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .bug-icon{background-color:red}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .setting-item{display:flex;align-items:center;padding:5px;cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .setting-item.active{background-color:#e1f4ff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .setting-item:hover{background-color:#e1f4ff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .setting-item .icon{height:17px;width:17px;border-style:solid;border-width:1px;border-radius:4px;margin-left:10px;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .settings-panel .setting-item .setting-field2{padding:8px;border-bottom:.5px #dfdfdf solid}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task{justify-content:space-between;align-items:center}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-name{font-size:15px;width:269px;flex-wrap:wrap;white-space:nowrap}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-name strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-name span{word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-status{gap:5px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-status .icon-box{height:19px;width:19px;border-style:solid;border-width:1px;border-radius:4px;align-items:center;margin:auto;position:relative;border:#fff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-status .icon-box .icon-design{color:#fff;font-size:14px;position:absolute;top:2px;left:2px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-status .task-heading{font-size:15px;font-weight:500}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-icon{align-items:center;gap:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-icon .tag-icon{font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-icon .profile{height:31px;width:31px;border-radius:50%;border-style:solid;border-width:1px;object-fit:contain}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-icon .profile img{height:100%;width:100%;object-fit:contain;border-radius:50%}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .border-class{border:1px solid red}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .placeholder{height:"100px";background-color:#f9f9f9;width:100%;transition:all .3s ease;border-radius:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .loader{display:flex;align-items:center;justify-content:center;width:100%;margin-top:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap::-webkit-scrollbar{width:1px}@media screen and (max-width: 1600px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board{min-height:calc(100vh - 225px)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap{max-height:calc(100vh - 343px)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-name span{font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-icon .tag-icon{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap .content-box .task .task-icon .profile{height:25px;width:25px;border-color:#fff}}@media screen and (max-width: 1335px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .rightBoard-wrap .content-cont .content-wrap{max-height:calc(100vh - 445px)}}@media screen and (max-width: 1305px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board{min-height:calc(100vh - 320px)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .kanban-board .add-story{bottom:11%}}.custom-Higher-button{background-color:#fcecec !important;border:none !important}.custom-Higher-button::after{color:#fff !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header{padding:0px 10px 0px 0px;color:#989898;font-size:16px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header{gap:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-left{gap:20px;align-items:center}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-left .active-tab .nav-list{color:#40518a;font-weight:bold}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-left .top-left-content{align-items:center;gap:5px;color:#645d5d;margin-left:-18px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-left .top-left-content .board-icon{height:32px;width:32px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-left .top-left-content1{gap:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-left .top-left-content1 .table-icon{font-size:21px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-left .top-left-content2{gap:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-left .top-left-content2 .gantt-icon{font-size:21px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right{gap:10px;align-items:center;font-size:16px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .calendarElement{left:39%}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .export button{border:1px solid #40528a;border-radius:5px;color:#40518a;padding-left:15px;background-color:var(--primary-theme-white);padding-right:15px;white-space:nowrap;height:40px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .custom-High-button{color:#fff !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .custom-menu-High-button{top:6px !important;left:-206px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .custom-menu-High-button{top:13px !important;left:-181px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .bar-icon{font-size:22px;margin-top:8px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .right-content{border-style:solid;border-width:1px;border-color:#e1e1e1;padding:4px 15px;border-radius:10px;align-items:center;gap:10px;align-items:center}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .right-content .calender-icon{font-size:18px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .profile{position:relative;width:37px;height:37px;border:1px solid #b5a5a5;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#fff;margin-right:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .profile .custom-High-button{color:#fff !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .profile .plus{position:absolute;top:0;left:75%;transform:translate(-50%, -50%);font-size:24px;color:#b5a5a5;background-color:#fff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .profile .user-icon{z-index:99;position:absolute;top:3px;color:#b5a5a5;font-size:21px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header{gap:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header .down-header-box1{border-style:solid;border-width:1px;border-color:#e1e1e1;padding:4px 15px;border-radius:10px;align-items:center;gap:10px;align-items:center;position:relative}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header .down-header-box1 .dropdown-content{position:absolute;z-index:99;background:#fff;border:1px solid #e1e1e1;border-radius:5px;width:210px;left:58px;top:34px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header .down-header-box1 .dropdown-content .content-box{border-bottom:1px solid rgba(0,0,0,.1607843137);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px;display:inline-block;vertical-align:bottom;padding:10px 13px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header .down-header-box1 .dropdown-content .content-box:active,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header .down-header-box1 .dropdown-content .content-box:hover,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header .down-header-box1 .dropdown-content .content-box.hover{background-color:#bce7ff !important;color:#fff !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header .down-header-box1 .mark-icon{border-left:solid #e1e1e1 1px;padding-left:4px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header .down-header-box1 .number{background-color:#eff3ff;padding:1px 5px}@media screen and (max-width: 772px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header{flex-direction:column !important}}@media screen and (max-width: 674px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header{flex-direction:column !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header .down-header-box1{width:275px}}@media screen and (max-width: 1248px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .down-header{margin-top:6px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header{flex-direction:column !important;gap:18px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-left{margin-top:5px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-right .custom-menu-High-button{top:13px !important;left:24px !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .filter-container{margin-top:6px}}@media screen and (max-width: 724px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .board-header .top-header .top-left .nav-list{display:none}}.cards{background:#fff;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);padding:10px;width:24%;max-width:24%;height:100%}.cards .card-header{display:flex;align-items:start;gap:clamp(.5rem,2vw,1rem);margin-bottom:1rem;margin-top:10px;flex-wrap:wrap;background-color:#fff;border:none}.cards .card-header .card-avatar{width:clamp(40px,8vw,50px);height:clamp(40px,8vw,50px);border-radius:50%;flex-shrink:0}.cards .card-header .card-info{flex:1;min-width:150px}.cards .card-header .card-title{font-size:14px;font-weight:bold;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;display:inline-block}.cards .card-header .card-subtitle{color:#777;margin:0;font-size:13px}.cards .card-header .card-status{margin-left:auto;background:#fff;padding:.5rem 7px;border-radius:6px;font-size:clamp(.7rem,2vw,.8rem);font-weight:bold;white-space:nowrap}.cards .card-body .card-progress{margin-bottom:1rem}.cards .card-body .card-progress .tasks-info{display:flex;justify-content:space-between;font-size:clamp(.8rem,2vw,.9rem);flex-wrap:wrap;gap:.5rem}.cards .card-body .card-progress .progress-bar{height:8px;background:#e9ecef;border-radius:4px;margin-top:.5rem;overflow:hidden}.cards .card-body .card-progress .progress-bar .progress-fill{height:100%;background:#6610f2;border-radius:4px}.cards .card-body .budget-info{font-size:clamp(.9rem,2.5vw,1rem);font-weight:bold;margin-bottom:.5rem}.cards .card-body .timeline{display:flex;justify-content:space-between;font-size:clamp(.7rem,2vw,.8rem);margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.cards .card-body .timeline p{margin:0}.cards .card-body .project-summary{font-size:clamp(.8rem,2vw,.9rem);margin-bottom:1rem;height:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cards .card-body .project-summary strong{display:block;margin-bottom:.25rem}.cards .card-body .team-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.cards .card-body .team-info .team-images{display:flex;align-items:center}.cards .card-body .team-info .team-images .team-avatar{width:clamp(25px,6vw,30px);height:clamp(25px,6vw,30px);border-radius:50%;margin-right:-8px;border:2px solid #fff}.cards .card-body .team-info .team-images .more-members{font-size:clamp(.7rem,2vw,.8rem);margin-left:.5rem}.cards .card-body .team-info .details-button{background:#e5e5ff;color:#5d5fef;border:1px solid #5d5fef;padding:6px 22px;border-radius:5px;font-size:clamp(.8rem,2vw,.9rem);cursor:pointer;white-space:nowrap}.cards .card-body .team-info .details-button:hover{background:#6610f2;color:#fff}@media(max-width: 1760px){.cards .card-header .card-title{max-width:68px}.cards .card-body .timeline{flex-direction:column}}@media(max-width: 1600px){.cards{width:24%;max-width:24%;padding:clamp(1rem,3vw,1.5rem)}.cards .card-body .budget-info{font-size:14px}.cards .card-body .timeline{flex-direction:row}}@media(max-width: 1500px){.cards .card-body .timeline{flex-direction:column}.cards .card-header .card-avatar{height:33px;width:33px}.cards .card-header .card-status{padding:5px}}@media(max-width: 1380px){.cards{width:32%;max-width:32%}}@media(max-width: 1300px){.cards{width:49%;max-width:49%}.cards .card-header .card-title{max-width:133px}}@media(max-width: 800px){.cards{width:100%;max-width:100%}.cards .card-body .timeline{flex-direction:row}}@media(max-width: 480px){.cards .card-header .card-status{margin-left:0;margin-top:.5rem;width:100%;text-align:center}.cards .team-info{justify-content:center}.cards .team-info .team-images,.cards .team-info .details-button{width:100%;justify-content:center}.cards .team-info .details-button{text-align:center}}.status-green{border:1px solid green;color:green}.status-red{border:1px solid red;color:red}.status-yellow{border:1px solid #ff0;color:#ff0}.retro-modal .retro-modal-dialog{max-width:800px;width:90%}.retro-modal .retro-modal-header{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e9ecef}.retro-modal .retro-modal-header .retro-modal-header-content{display:flex;align-items:center;flex-grow:1;margin-right:2rem}.retro-modal .retro-modal-header .retro-modal-title{padding:0px;margin-right:auto;font-size:1.25rem;font-weight:500}.retro-modal .retro-modal-header .retro-add-action-btn{padding:0;color:#6c757d;text-decoration:none}.retro-modal .retro-modal-header .retro-add-action-btn:hover{color:rgb(84.3605150215,91.3905579399,97.6394849785)}.retro-modal .retro-modal-body{padding:1.5rem}.retro-modal .retro-modal-body .retro-form-group{margin-bottom:1.5rem}.retro-modal .retro-modal-body .retro-form-label{font-weight:500;margin-bottom:.5rem}.retro-modal .retro-modal-body .retro-form-control{border-radius:.375rem;border:1px solid #ced4da;padding:.75rem}.retro-modal .retro-modal-body .retro-form-control::placeholder{color:#adb5bd}.retro-modal .retro-modal-body .retro-form-control:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.retro-modal .retro-modal-body textarea.form-control{min-height:50px;resize:vertical}.retro-modal .retro-modal-body .retro-submit-btn{background-color:#405184;border:none;padding:.5rem 2rem;border-radius:.375rem;font-weight:500}.retro-modal .retro-modal-body .retro-submit-btn:hover{background-color:hsl(225,34.693877551%,33.431372549%)}.table-container{width:100%;margin-top:10px}.table-wrapper{width:100%;max-width:100%;overflow-x:auto;overflow-y:scroll;position:relative;margin-bottom:40px;border:1px solid #ddd;max-height:auto}.custom-table{width:100%;border-collapse:collapse;border-spacing:0;text-align:left;table-layout:auto}.custom-table th,.custom-table td{padding:10px;border:none;white-space:nowrap}.custom-table .ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.custom-table .ellipsis-mobile{max-width:100%;display:block}.custom-table tbody tr>td:not(.sticky-first):not(.sticky-last){overflow-x:auto;max-width:200px;text-overflow:ellipsis}.custom-table.display{display:table}.custom-table thead th{position:sticky;top:0;z-index:2;background-color:#f5f5f5;font-weight:900;color:#333;font-family:var(--font-regular-sans) !important}.sticky-column{position:sticky;background:#fff;z-index:2}.sticky-column.sticky-col-1{left:0;z-index:4;border-right:1px solid #f5f5f5;min-width:170px;max-width:150px}.sticky-column.sticky-col-2{left:169px;z-index:4;border-right:1px solid #f5f5f5;min-width:175px;max-width:170px}.sticky-column.sticky-col-3{left:344px;z-index:4;border-right:1px solid #f5f5f5;min-width:180px;max-width:180px}.sticky-column.sticky-last{right:0;z-index:3;border-left:1px solid #f5f5f5}.sticky-cell{position:sticky;background:#fff;z-index:1}.sticky-cell.sticky-col-1{left:0;z-index:3;min-width:150px;max-width:150px;border-right:1px solid #f1f1f1}.sticky-cell.sticky-col-2{z-index:3;left:169px;min-width:170px;max-width:170px;border-right:1px solid #f1f1f1}.sticky-cell.sticky-col-3{z-index:3;left:344px;min-width:180px;max-width:180px;border-right:1px solid #f1f1f1}.sticky-cell.sticky-last{right:0;border-left:1px solid #f1f1f1}tr:hover .sticky-cell{background-color:#eff3ff}.mobile-view{display:flex;flex-direction:column;gap:10px}.data-card{background:#fff;border-radius:8px;padding:12px;box-shadow:0px 2px 4px rgba(0,0,0,.1)}.card-row{display:flex;justify-content:space-between;gap:16px;padding:4px 0;border-bottom:1px solid #e0e0e0;width:100%}.card-row:last-child{border-bottom:none}.card-label{font-weight:bold;color:#555;flex-shrink:0}.card-value{color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 80px);display:inline-block}@media(max-width: 768px){.table-wrapper{display:none}.mobile-view{display:flex}}.table-header-cell{font-family:"Pacaembu","Pacaembu Trial",sans-serif;font-weight:600;text-align:left;color:#2f2f2f;font-size:16px;border-bottom:2px solid #ccc}.custom-table-cell{font-weight:500;text-align:left;color:#535353;font-size:16px}.row-divider{height:1px;background-color:#e90b0b;padding:0}.icon-box{display:flex;justify-content:center;align-items:center;height:24px;width:24px;background-color:#fff;color:#fff;font-size:19px;margin-right:.5rem;border-radius:5px;border:solid;border-width:1px;cursor:pointer}.icon-box svg{font-size:16px}.icon-box img{height:16px}.add-button{display:flex;align-items:center;justify-content:center;background-color:#40518a;color:#fff;font-size:14px;font-weight:400;padding:8px 16px;border:none;border-radius:8px;cursor:pointer;box-shadow:0px 4px 6px rgba(0,0,0,.1);transition:background-color .2s ease,transform .2s ease}.add-button .add-icon{font-size:16px;font-weight:bold;margin-right:8px}.add-button:hover{background-color:#1f2e70;transform:translateY(-2px)}.add-button:active{background-color:#40518a;transform:translateY(0)}.download-button{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#40518a;font-size:14px;font-weight:400;padding:10px 12px;border:none;border-radius:8px;cursor:pointer;box-shadow:0px 0px 6px rgba(64,81,138,.11);transition:background-color .2s ease,transform .2s ease}.download-button:hover{background-color:#f5f5f5;transform:translateY(-2px)}.download-button:active{background-color:#fff;transform:translateY(0)}.tooltip-container{position:relative;cursor:pointer}.tooltip-text{visibility:hidden;background-color:#555;color:#fff;text-align:center;border-radius:4px;padding:5px;position:absolute;z-index:1;bottom:125%;left:50%;transform:translateX(-50%);opacity:0;transition:opacity .3s}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}.more-options-button{background-color:#f1f1f1;border:none;border-radius:5px;width:20px;height:25px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:0}.dot{background-color:#8e8e8e;width:4px;height:4px;border-radius:50%;margin:2px 0}.icon{margin-right:10px;font-size:16px}.search-bar{display:flex;align-items:center;border:1px solid #e1e1e1;border-radius:10px;padding:5px 10px;width:232px;background-color:#fff}.search-bar input{border:none;outline:none;flex:1;font-weight:400;font-size:14px;color:#666;background-color:rgba(0,0,0,0)}.search-bar input::placeholder{font-weight:400;font-size:14px;color:#bcbcbc}.search-bar button{border:none;background:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}.search-bar button i{font-size:16px;color:#aaa}.search-bar:hover{border-color:#aaa}input::placeholder{color:#989898;font-style:normal;font-weight:400}.branch-cut{width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-top:4px solid #40518a;border-radius:50%;animation:spin 1s linear infinite;margin:32px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.filter-container{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-start}@media(max-width: 768px){.filter-container{flex-direction:column;align-items:stretch}.filter-container>*{width:100%}}.button-shadow{box-shadow:0px 2px 4px rgba(0,0,0,.2);transition:box-shadow .2s ease-in-out}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.uploaded-files-container{display:flex;flex-wrap:wrap;gap:16px}.uploaded-file-view{flex:0 0 calc(50% - 16px);box-sizing:border-box}@media screen and (max-width: 1600px){.table-header-cell{font-size:14px}.custom-table-cell{font-size:13px}.sticky-cell.sticky-first{font-size:14px}.sticky-cell.sticky-first .sticky-col-3{left:300px}.custom-table td{font-size:14px}}.hrms-wrap{display:flex;flex-direction:column;min-height:100vh;background-color:#fff;width:100%;overflow-x:hidden}.hrms-wrap.collapsed .sidebar{width:85px;box-shadow:0px 15px 20px rgba(0,0,0,.2823529412);transition:width .3s ease-in-out}.hrms-wrap.collapsed .sidebar .brand-logo-wrap{width:100%;transition:width .3s ease-in-out}.hrms-wrap.collapsed .sidebar .brand-logo-wrap .comp-name,.hrms-wrap.collapsed .sidebar .brand-logo-wrap .user-name{display:none}.hrms-wrap.collapsed .sidebar .sidebar-menu{transition:width .3s ease-in-out}.hrms-wrap.collapsed .sidebar .sidebar-menu li a .side-text{display:none}.hrms-wrap.collapsed .sidebar .sidebar-menu .submenu{display:none}.hrms-wrap.collapsed .sidebar .bottom-content{width:85px;transition:width .3s ease-in-out;font-size:12px;padding:5px}.hrms-wrap.collapsed .sidebar .bottom-content span{display:inline !important;opacity:1 !important;width:auto !important;overflow:visible !important}.hrms-wrap.collapsed .right-wrap{margin-left:85px !important}.hrms-wrap.collapsed .rightpm-wrap{margin-left:220px}.hrms-wrap.collapsed .sidebar-wrap,.hrms-wrap .sidebar-wrap.collapsed{width:85px !important;transition:width .3s ease-in-out !important;box-shadow:-1px -27px 7px rgba(147,107,107,.2823529412) !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap{width:85px !important;max-width:85px !important;min-width:85px !important;padding:15px 10px !important;height:auto !important;display:flex !important;justify-content:center !important;align-items:center !important;box-sizing:border-box !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .d-flex,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .d-flex{width:100% !important;justify-content:center !important;align-items:center !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .main,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .main{width:100% !important;align-items:center !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .main-logo,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .main-logo{margin-right:0 !important;margin-left:0 !important;width:50px !important;height:50px !important;flex-shrink:0 !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .main-logo img,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .main-logo img{width:100% !important;height:100% !important;object-fit:contain !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .main2,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .main2{display:none !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .comp-name,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .comp-name{display:none !important}.hrms-wrap.collapsed .sidebar-wrap .sidebar-menu li a,.hrms-wrap .sidebar-wrap.collapsed .sidebar-menu li a{padding-left:12px !important;justify-content:center}.hrms-wrap.collapsed .sidebar-wrap .sidebar-menu li a .side-text,.hrms-wrap .sidebar-wrap.collapsed .sidebar-menu li a .side-text{display:none !important}.hrms-wrap.collapsed .sidebar-wrap .sidebar-menu .submenu,.hrms-wrap .sidebar-wrap.collapsed .sidebar-menu .submenu{display:none !important}.hrms-wrap:not(.collapsed) .sidebar-wrap,.hrms-wrap .sidebar-wrap:not(.collapsed){width:220px;transition:width .3s ease-in-out}.hrms-wrap.collapsed .sidebar-wrap,.hrms-wrap .sidebar-wrap.collapsed{width:85px !important;transition:width .3s ease-in-out;box-shadow:-1px -27px 7px rgba(147,107,107,.2823529412)}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap{width:85px !important;max-width:85px !important;min-width:85px !important;padding:15px 10px !important;height:auto !important;display:flex !important;justify-content:center !important;align-items:center !important;box-sizing:border-box !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .d-flex,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .d-flex{width:100% !important;justify-content:center !important;align-items:center !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .main,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .main{width:100% !important;align-items:center !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .main-logo,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .main-logo{margin-right:0 !important;margin-left:0 !important;width:50px !important;height:50px !important;flex-shrink:0 !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .main-logo img,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .main-logo img{width:100% !important;height:100% !important;object-fit:contain !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .main2,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .main2{display:none !important}.hrms-wrap.collapsed .sidebar-wrap .brand-logo-wrap .comp-name,.hrms-wrap .sidebar-wrap.collapsed .brand-logo-wrap .comp-name{display:none !important}.hrms-wrap.collapsed .sidebar-wrap .sidebar-menu li a,.hrms-wrap .sidebar-wrap.collapsed .sidebar-menu li a{padding-left:12px !important;justify-content:center}.hrms-wrap.collapsed .sidebar-wrap .sidebar-menu li a .side-text,.hrms-wrap .sidebar-wrap.collapsed .sidebar-menu li a .side-text{display:none}.hrms-wrap.collapsed .sidebar-wrap .sidebar-menu .submenu,.hrms-wrap .sidebar-wrap.collapsed .sidebar-menu .submenu{display:none}@media screen and (max-width: 770px){.hrms-wrap .sidebar{display:block !important;position:fixed !important;z-index:999 !important}.hrms-wrap .main-parent{margin-left:85px !important;width:calc(100% - 85px) !important}.hrms-wrap .navbar-wrap{width:calc(100% - 85px) !important;left:85px !important}.hrms-wrap .right-wrap{margin-left:85px !important;width:calc(100% - 85px) !important;left:0px !important}.hrms-wrap .rightpm-wrap{margin-left:220px;width:calc(100% - 220px) !important}.hrms-wrap.collapsed .main-parent{margin-left:85px !important;width:calc(100% - 85px) !important}.hrms-wrap.collapsed .navbar-wrap{width:calc(100% - 85px) !important;left:85px !important}.hrms-wrap.collapsed .right-wrap{margin-left:85px !important;width:calc(100% - 85px) !important;left:0px !important}.hrms-wrap.collapsed .rightpm-wrap{margin-left:85px !important;width:calc(100% - 85px) !important}}.main-parent{flex-grow:1;transition:all .3s ease-in-out;display:flex;flex-direction:row;min-width:0;width:100%;overflow-x:hidden}.dashboard-wrap{min-height:calc(100vh - 60px);background-color:#fff !important;width:100%;overflow-x:hidden;margin-top:40px}.dashboard-wrap .inner-wrap{padding:20px 20px 0 20px}.hrms-wrap .dashboard-wrap{background-color:#fff !important}.right-wrap .dashboard-wrap{background-color:#fff !important}.rightpm-wrap .dashboard-wrap{background-color:#fff !important}.dashboard-wrap{background-color:#fff !important}.dashboard-wrap .inner-wrap{background-color:#fff !important}.dashboard-wrap .content-container{background-color:#fff !important}.dashboard-wrap .emp-header-wrap{background-color:#fff !important}.right-wrap{flex-grow:1;width:100%;max-width:100%;overflow-x:hidden;margin-left:290px;transition:margin-left .3s ease-in-out}.rightpm-wrap{flex-grow:1;width:100%;max-width:100%;overflow-x:hidden;margin-left:220px;transition:margin-left .3s ease-in-out}.rightpm-wrap .dashboard-wrap{background-color:#fff !important;width:100%;overflow-x:hidden;margin-top:40px}.content-wrap{flex-grow:1;padding:20px;background-color:#fff;min-height:calc(100vh - 60px);overflow-y:auto}@media(max-width: 1200px){.sidebar{width:280px}}@media(max-width: 992px){.hrms-wrap .sidebar .brand-logo-text,.hrms-wrap .sidebar .nav-text,.hrms-wrap .sidebar .bottom-content span{opacity:0;width:0;overflow:hidden}.hrms-wrap .sidebar .menu-icon{margin-right:0}.hrms-wrap .sidebar .sidebar-menu-item{justify-content:center;padding:12px 8px}.hrms-wrap .sidebar .sidebar-menu-item .arrow-icon{display:none}.hrms-wrap .sidebar .bottom-content{justify-content:center}}@media(max-width: 1076px)and (min-width: 963px){.hrms-wrap .dashboard-wrap .inner-wrap{padding:15px}.hrms-wrap .dashboard-wrap .content-container{padding:15px}.hrms-wrap .dashboard-wrap .stats-wrap{flex-wrap:wrap;gap:10px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap{flex:1 1 calc(50% - 5px);min-width:0;max-width:100%;box-sizing:border-box;padding:10px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first{padding:6px 0}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .title{font-size:11px !important;line-height:1.25;white-space:normal;word-break:break-word;max-width:100%;overflow:visible}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .header-actions .datepicker-wrap-icon input{font-size:9px !important;width:80px;padding:3px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .header-actions .more-button{font-size:10px !important}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second{padding:6px 0}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-label{font-size:10px !important;line-height:1.25;white-space:normal;word-break:break-word;max-width:100%;overflow:visible}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-count{font-size:11px !important;line-height:1.25}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-arrow{font-size:9px !important}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card{flex:1 1 calc(50% - 5px);min-width:0;max-width:100%;box-sizing:border-box}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap{padding:10px;font-size:11px !important;max-width:100%;box-sizing:border-box}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body{padding:10px}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body .card-top .card-text-wrap .no-of-employees{font-size:9px !important;line-height:1.25}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body .card-top .card-text-wrap .total{font-size:20px !important;line-height:1.15}.hrms-wrap .dashboard-wrap .emp-header-wrap{padding:10px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap{flex-wrap:wrap;gap:10px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .header-text{flex:1 1 100%;min-width:0}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .header-text .first{font-size:15px !important;line-height:1.25}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right{flex:1 1 100%;min-width:0;justify-content:flex-start;flex-wrap:wrap;gap:8px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .search-bar-wrap{font-size:11px !important}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .search-bar-wrap input{font-size:11px !important;padding:5px 10px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .add-btn{font-size:11px !important;padding:5px 10px}.hrms-wrap .dashboard-wrap .content-container{padding:10px}.hrms-wrap .dashboard-wrap .content-container .left-content-wrap,.hrms-wrap .dashboard-wrap .content-container .right-content-wrap{flex:1 1 100%;min-width:0;max-width:100%;padding:10px}.hrms-wrap .dashboard-wrap .custom-table-parent{overflow-x:auto;font-size:11px !important}.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table{min-width:550px;font-size:11px !important}.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table th,.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table td{font-size:11px !important;padding:5px 8px}.hrms-wrap .dashboard-wrap .form-section{padding:10px}.hrms-wrap .dashboard-wrap .form-section .form-row{flex-wrap:wrap;gap:10px}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap{flex:1 1 calc(50% - 5px);min-width:0;max-width:100%}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap label{font-size:11px !important}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap input,.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap select,.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap textarea{font-size:11px !important;padding:5px 8px}.hrms-wrap .dashboard-wrap .profile-content-wrap{flex-wrap:wrap;gap:15px;padding:10px}.hrms-wrap .dashboard-wrap .profile-content-wrap .left-content-wrap,.hrms-wrap .dashboard-wrap .profile-content-wrap .right-sidebar-wrap{flex:1 1 100%;min-width:0;max-width:100%;padding:10px}.hrms-wrap .dashboard-wrap .breadcrumb{font-size:11px !important;padding:5px 0}.hrms-wrap .dashboard-wrap .breadcrumb .breadcrumb-item{font-size:11px !important}.hrms-wrap .dashboard-wrap h1,.hrms-wrap .dashboard-wrap h2,.hrms-wrap .dashboard-wrap h3,.hrms-wrap .dashboard-wrap h4,.hrms-wrap .dashboard-wrap h5,.hrms-wrap .dashboard-wrap h6{font-size:13px !important;line-height:1.25}.hrms-wrap .dashboard-wrap p,.hrms-wrap .dashboard-wrap span,.hrms-wrap .dashboard-wrap div{font-size:11px !important;line-height:1.25}.hrms-wrap .dashboard-wrap button,.hrms-wrap .dashboard-wrap .btn{font-size:11px !important;padding:5px 10px}}@media(max-width: 1200px){.hrms-wrap .dashboard-wrap .data-arrow svg,.hrms-wrap .dashboard-wrap .data-arrow .fa-chevron-right,.hrms-wrap .dashboard-wrap .data-arrow .right_icon{width:clamp(8px,2vw,16px) !important;height:clamp(8px,2vw,16px) !important;font-size:clamp(8px,2vw,16px) !important}}@media(max-width: 900px){.hrms-wrap .dashboard-wrap .title{font-size:clamp(8px,2vw,12px) !important}.hrms-wrap .dashboard-wrap .data-label{font-size:clamp(7px,1.8vw,11px) !important}.hrms-wrap .dashboard-wrap .data-count{font-size:clamp(8px,1.9vw,12px) !important}.hrms-wrap .dashboard-wrap .no-of-employees{font-size:clamp(6px,1.5vw,10px) !important}.hrms-wrap .dashboard-wrap .total{font-size:clamp(14px,3vw,24px) !important}.hrms-wrap .dashboard-wrap .first{font-size:clamp(10px,2.5vw,16px) !important}.hrms-wrap .dashboard-wrap .stats-wrap{gap:clamp(8px,2vw,20px)}.hrms-wrap .dashboard-wrap .feature-wrap{padding:clamp(8px,2vw,16px)}.hrms-wrap .dashboard-wrap .dashboard-card .card-wrap{padding:clamp(8px,2vw,16px)}.hrms-wrap .dashboard-wrap .emp-header-wrap{padding:clamp(8px,2vw,20px)}.hrms-wrap .dashboard-wrap .content-container{padding:clamp(8px,2vw,20px)}.hrms-wrap .dashboard-wrap img,.hrms-wrap .dashboard-wrap svg,.hrms-wrap .dashboard-wrap .icon{width:clamp(12px,3vw,24px) !important;height:clamp(12px,3vw,24px) !important}.hrms-wrap .dashboard-wrap .data-arrow{font-size:clamp(6px,1.5vw,12px) !important}.hrms-wrap .dashboard-wrap .data-arrow .right_icon{font-size:clamp(6px,1.5vw,12px) !important}.hrms-wrap .dashboard-wrap .data-arrow svg,.hrms-wrap .dashboard-wrap .data-arrow .fa-chevron-right{width:clamp(6px,1.5vw,12px) !important;height:clamp(6px,1.5vw,12px) !important}.hrms-wrap .dashboard-wrap button,.hrms-wrap .dashboard-wrap .btn,.hrms-wrap .dashboard-wrap .add-btn{font-size:clamp(8px,2vw,14px) !important;padding:clamp(4px,1vw,8px) clamp(8px,2vw,16px) !important}.hrms-wrap .dashboard-wrap input,.hrms-wrap .dashboard-wrap select,.hrms-wrap .dashboard-wrap textarea{font-size:clamp(8px,2vw,14px) !important;padding:clamp(4px,1vw,8px) !important}.hrms-wrap .dashboard-wrap .custom-table th,.hrms-wrap .dashboard-wrap .custom-table td{font-size:clamp(8px,2vw,14px) !important;padding:clamp(4px,1vw,8px) !important}.hrms-wrap .dashboard-wrap .breadcrumb{font-size:clamp(8px,2vw,14px) !important}.hrms-wrap .dashboard-wrap label{font-size:clamp(8px,2vw,14px) !important}}@media(max-width: 1076px)and (min-width: 875px){.hrms-wrap .dashboard-wrap .inner-wrap{padding:16px}.hrms-wrap .dashboard-wrap .content-container{padding:16px}.hrms-wrap .dashboard-wrap .stats-wrap{flex-wrap:wrap;gap:12px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap{flex:1 1 calc(50% - 6px);min-width:0;max-width:100%;box-sizing:border-box;padding:10px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first{padding:6px 0}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .title{font-size:11px !important;line-height:1.25;white-space:normal;word-break:break-word;max-width:100%;overflow:visible}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .header-actions .datepicker-wrap-icon input{font-size:9px !important;width:80px;padding:3px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .header-actions .more-button{font-size:10px !important}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second{padding:6px 0}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-label{font-size:10px !important;line-height:1.25;white-space:normal;word-break:break-word;max-width:100%;overflow:visible}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-count{font-size:11px !important;line-height:1.25}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-arrow{font-size:9px !important}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card{flex:1 1 calc(50% - 6px);min-width:0;max-width:100%;box-sizing:border-box}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap{padding:10px;font-size:11px !important;max-width:100%;box-sizing:border-box}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body{padding:10px}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body .card-top .card-text-wrap .no-of-employees{font-size:9px !important;line-height:1.25}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body .card-top .card-text-wrap .total{font-size:20px !important;line-height:1.15}.hrms-wrap .dashboard-wrap .emp-header-wrap{padding:10px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap{flex-wrap:wrap;gap:10px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .header-text{flex:1 1 100%;min-width:0}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .header-text .first{font-size:15px !important;line-height:1.25}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right{flex:1 1 100%;min-width:0;justify-content:flex-start;flex-wrap:wrap;gap:8px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .search-bar-wrap{font-size:11px !important}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .search-bar-wrap input{font-size:11px !important;padding:5px 10px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .add-btn{font-size:11px !important;padding:5px 10px}.hrms-wrap .dashboard-wrap .content-container{padding:10px}.hrms-wrap .dashboard-wrap .content-container .left-content-wrap,.hrms-wrap .dashboard-wrap .content-container .right-content-wrap{flex:1 1 100%;min-width:0;max-width:100%;padding:10px}.hrms-wrap .dashboard-wrap .custom-table-parent{overflow-x:auto;font-size:11px !important}.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table{min-width:550px;font-size:11px !important}.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table th,.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table td{font-size:11px !important;padding:5px 8px}.hrms-wrap .dashboard-wrap .form-section{padding:10px}.hrms-wrap .dashboard-wrap .form-section .form-row{flex-wrap:wrap;gap:10px}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap{flex:1 1 calc(50% - 5px);min-width:0;max-width:100%}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap label{font-size:11px !important}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap input,.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap select,.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap textarea{font-size:11px !important;padding:5px 8px}.hrms-wrap .dashboard-wrap .profile-content-wrap{flex-wrap:wrap;gap:15px;padding:10px}.hrms-wrap .dashboard-wrap .profile-content-wrap .left-content-wrap,.hrms-wrap .dashboard-wrap .profile-content-wrap .right-sidebar-wrap{flex:1 1 100%;min-width:0;max-width:100%;padding:10px}.hrms-wrap .dashboard-wrap .breadcrumb{font-size:11px !important;padding:5px 0}.hrms-wrap .dashboard-wrap .breadcrumb .breadcrumb-item{font-size:11px !important}.hrms-wrap .dashboard-wrap h1,.hrms-wrap .dashboard-wrap h2,.hrms-wrap .dashboard-wrap h3,.hrms-wrap .dashboard-wrap h4,.hrms-wrap .dashboard-wrap h5,.hrms-wrap .dashboard-wrap h6{font-size:13px !important;line-height:1.25}.hrms-wrap .dashboard-wrap p,.hrms-wrap .dashboard-wrap span,.hrms-wrap .dashboard-wrap div{font-size:11px !important;line-height:1.25}.hrms-wrap .dashboard-wrap button,.hrms-wrap .dashboard-wrap .btn{font-size:11px !important;padding:5px 10px}}@media(max-width: 874px)and (min-width: 769px){.hrms-wrap .dashboard-wrap .inner-wrap{padding:10px}.hrms-wrap .dashboard-wrap .content-container{padding:10px}.hrms-wrap .dashboard-wrap .stats-wrap{flex-wrap:wrap;gap:10px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap{flex:1 1 calc(50% - 5px);min-width:0;max-width:100%;box-sizing:border-box;padding:8px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first{padding:5px 0}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .title{font-size:10px !important;line-height:1.2;white-space:normal;word-break:break-word;max-width:100%;overflow:visible}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .header-actions .datepicker-wrap-icon input{font-size:8px !important;width:75px;padding:3px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .header-actions .more-button{font-size:9px !important}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second{padding:5px 0}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-label{font-size:9px !important;line-height:1.2;white-space:normal;word-break:break-word;max-width:100%;overflow:visible}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-count{font-size:10px !important;line-height:1.2}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-arrow{font-size:8px !important}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card{flex:1 1 calc(50% - 5px);min-width:0;max-width:100%;box-sizing:border-box}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap{padding:8px;font-size:10px !important;max-width:100%;box-sizing:border-box}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body{padding:8px}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body .card-top .card-text-wrap .no-of-employees{font-size:8px !important;line-height:1.2}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body .card-top .card-text-wrap .total{font-size:18px !important;line-height:1.1}.hrms-wrap .dashboard-wrap .emp-header-wrap{padding:8px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap{flex-wrap:wrap;gap:8px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .header-text{flex:1 1 100%;min-width:0}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .header-text .first{font-size:14px !important;line-height:1.2}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right{flex:1 1 100%;min-width:0;justify-content:flex-start;flex-wrap:wrap;gap:6px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .search-bar-wrap{font-size:10px !important}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .search-bar-wrap input{font-size:10px !important;padding:4px 8px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .add-btn{font-size:10px !important;padding:4px 8px}.hrms-wrap .dashboard-wrap .content-container{padding:8px}.hrms-wrap .dashboard-wrap .content-container .left-content-wrap,.hrms-wrap .dashboard-wrap .content-container .right-content-wrap{flex:1 1 100%;min-width:0;max-width:100%;padding:8px}.hrms-wrap .dashboard-wrap .custom-table-parent{overflow-x:auto;font-size:10px !important}.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table{min-width:500px;font-size:10px !important}.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table th,.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table td{font-size:10px !important;padding:4px 6px}.hrms-wrap .dashboard-wrap .form-section{padding:8px}.hrms-wrap .dashboard-wrap .form-section .form-row{flex-wrap:wrap;gap:8px}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap{flex:1 1 calc(50% - 4px);min-width:0;max-width:100%}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap label{font-size:10px !important}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap input,.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap select,.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap textarea{font-size:10px !important;padding:4px 6px}.hrms-wrap .dashboard-wrap .profile-content-wrap{flex-wrap:wrap;gap:12px;padding:8px}.hrms-wrap .dashboard-wrap .profile-content-wrap .left-content-wrap,.hrms-wrap .dashboard-wrap .profile-content-wrap .right-sidebar-wrap{flex:1 1 100%;min-width:0;max-width:100%;padding:8px}.hrms-wrap .dashboard-wrap .breadcrumb{font-size:10px !important;padding:4px 0}.hrms-wrap .dashboard-wrap .breadcrumb .breadcrumb-item{font-size:10px !important}.hrms-wrap .dashboard-wrap h1,.hrms-wrap .dashboard-wrap h2,.hrms-wrap .dashboard-wrap h3,.hrms-wrap .dashboard-wrap h4,.hrms-wrap .dashboard-wrap h5,.hrms-wrap .dashboard-wrap h6{font-size:12px !important;line-height:1.2}.hrms-wrap .dashboard-wrap p,.hrms-wrap .dashboard-wrap span,.hrms-wrap .dashboard-wrap div{font-size:10px !important;line-height:1.2}.hrms-wrap .dashboard-wrap button,.hrms-wrap .dashboard-wrap .btn{font-size:10px !important;padding:4px 8px}}@media(max-width: 962px)and (min-width: 769px){.hrms-wrap .dashboard-wrap .inner-wrap{padding:12px}.hrms-wrap .dashboard-wrap .content-container{padding:12px}.hrms-wrap .dashboard-wrap .stats-wrap{flex-wrap:wrap;gap:8px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap{flex:1 1 calc(50% - 4px);min-width:0;max-width:100%;box-sizing:border-box;padding:8px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first{padding:4px 0}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .title{font-size:10px !important;line-height:1.2;white-space:normal;word-break:break-word;max-width:100%;overflow:visible}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .header-actions .datepicker-wrap-icon input{font-size:8px !important;width:70px;padding:2px}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-first .header-actions .more-button{font-size:9px !important}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second{padding:4px 0}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-label{font-size:9px !important;line-height:1.2;white-space:normal;word-break:break-word;max-width:100%;overflow:visible}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-count{font-size:10px !important;line-height:1.2}.hrms-wrap .dashboard-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent .chart-data-section .chart-data-row .data-arrow{font-size:8px !important}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card{flex:1 1 calc(50% - 4px);min-width:0;max-width:100%;box-sizing:border-box}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap{padding:8px;font-size:10px !important;max-width:100%;box-sizing:border-box}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body{padding:8px}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body .card-top .card-text-wrap .no-of-employees{font-size:8px !important;line-height:1.2}.hrms-wrap .dashboard-wrap .stats-wrap .dashboard-card .card-wrap .card-wrap-body .card-top .card-text-wrap .total{font-size:18px !important;line-height:1.1}.hrms-wrap .dashboard-wrap .emp-header-wrap{padding:8px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap{flex-wrap:wrap;gap:8px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .header-text{flex:1 1 100%;min-width:0}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .header-text .first{font-size:14px !important;line-height:1.2}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right{flex:1 1 100%;min-width:0;justify-content:flex-start;flex-wrap:wrap;gap:6px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .search-bar-wrap{font-size:10px !important}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .search-bar-wrap input{font-size:10px !important;padding:4px 8px}.hrms-wrap .dashboard-wrap .emp-header-wrap .header-wrap .emp-header-right .add-btn{font-size:10px !important;padding:4px 8px}.hrms-wrap .dashboard-wrap .content-container{padding:8px}.hrms-wrap .dashboard-wrap .content-container .left-content-wrap,.hrms-wrap .dashboard-wrap .content-container .right-content-wrap{flex:1 1 100%;min-width:0;max-width:100%;padding:8px}.hrms-wrap .dashboard-wrap .custom-table-parent{overflow-x:auto;font-size:10px !important}.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table{min-width:500px;font-size:10px !important}.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table th,.hrms-wrap .dashboard-wrap .custom-table-parent .custom-table td{font-size:10px !important;padding:4px 6px}.hrms-wrap .dashboard-wrap .form-section{padding:8px}.hrms-wrap .dashboard-wrap .form-section .form-row{flex-wrap:wrap;gap:8px}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap{flex:1 1 calc(50% - 4px);min-width:0;max-width:100%}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap label{font-size:10px !important}.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap input,.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap select,.hrms-wrap .dashboard-wrap .form-section .form-row .form-field-wrap textarea{font-size:10px !important;padding:4px 6px}.hrms-wrap .dashboard-wrap .profile-content-wrap{flex-wrap:wrap;gap:12px;padding:8px}.hrms-wrap .dashboard-wrap .profile-content-wrap .left-content-wrap,.hrms-wrap .dashboard-wrap .profile-content-wrap .right-sidebar-wrap{flex:1 1 100%;min-width:0;max-width:100%;padding:8px}.hrms-wrap .dashboard-wrap .breadcrumb{font-size:10px !important;padding:4px 0}.hrms-wrap .dashboard-wrap .breadcrumb .breadcrumb-item{font-size:10px !important}.hrms-wrap .dashboard-wrap *{max-width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.hrms-wrap .dashboard-wrap h1,.hrms-wrap .dashboard-wrap h2,.hrms-wrap .dashboard-wrap h3,.hrms-wrap .dashboard-wrap h4,.hrms-wrap .dashboard-wrap h5,.hrms-wrap .dashboard-wrap h6{font-size:12px !important;line-height:1.2}.hrms-wrap .dashboard-wrap p,.hrms-wrap .dashboard-wrap span,.hrms-wrap .dashboard-wrap div{font-size:10px !important;line-height:1.2}.hrms-wrap .dashboard-wrap button,.hrms-wrap .dashboard-wrap .btn{font-size:10px !important;padding:4px 8px}}@media(max-width: 768px){.hrms-wrap .sidebar{position:absolute;height:100%;z-index:1000}.hrms-wrap .main-parent{width:100% !important}.hrms-wrap .main-parent .right-wrap{width:100% !important;max-width:100% !important;margin-left:0 !important}.hrms-wrap .navbar-wrap .navbar-left .search-bar-wrap{display:none !important}.hrms-wrap:not(.collapsed) .navbar-wrap:not(.pmboard-navbar-wrap){left:220px !important;width:calc(100% - 220px) !important;z-index:999 !important}.hrms-wrap:not(.collapsed) .pmboard-navbar-wrap{left:220px !important;width:calc(100% - 220px) !important;z-index:999 !important}.hrms-wrap:not(.collapsed) .main-parent{margin-left:220px;width:calc(100% - 220px) !important}.hrms-wrap:not(.collapsed) .main-parent .right-wrap{width:100% !important;max-width:100% !important;margin-left:0 !important}.hrms-wrap .dashboard-wrap .inner-wrap{padding:16px;width:100%}.hrms-wrap .dashboard-wrap .content-container{padding:16px;width:100%}.hrms-wrap .dashboard-wrap .dashboard-card,.hrms-wrap .dashboard-wrap .card-wrap,.hrms-wrap .dashboard-wrap .stats-wrap,.hrms-wrap .dashboard-wrap .feature-wrap,.hrms-wrap .dashboard-wrap .emp-header-wrap,.hrms-wrap .dashboard-wrap .content-container>*{width:100% !important;max-width:100% !important}.content-wrap{padding:16px}}@media(max-width: 576px){.content-wrap{padding:12px}}@media(max-width: 500px){.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .chart-detail-parent{flex-direction:column !important}.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap *[style*="display: flex"],.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap *.d-flex,.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap *.flex-row{flex-direction:column !important}.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap .stats-wrap{flex-direction:column !important}.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap .feature-wrap{flex-direction:column !important}.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap .dashboard-card .card-wrap{flex-direction:column !important}.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap .emp-header-wrap .header-wrap{flex-direction:column !important}.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap .content-container{flex-direction:column !important}.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap .content-container .left-content-wrap,.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap .content-container .right-content-wrap{flex-direction:column !important}.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap .form-section .form-row{flex-direction:column !important}.hrms-wrap:not(.collapsed) .right-wrap .dashboard-wrap .inner-wrap .profile-content-wrap{flex-direction:column !important}}.text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shadow-sm{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.rounded-sm{border-radius:.25rem}.rounded-md{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.focus-ring:focus{outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.loading{opacity:.6;pointer-events:none}.loading::after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{from{transform:translateX(-100%)}to{transform:translateX(0)}}.hrms-wrap .sidebar-wrap:not(.collapsed){width:220px}.sidebar-wrap{position:fixed;top:0px;left:0;height:100%;width:270px;background-color:var(--primary-theme-white);color:#4a4a4a;transition:.5s;z-index:100;overflow-x:hidden;box-shadow:-1px -27px 7px rgba(147,107,107,.2823529412)}.sidebar-wrap .brand-logo-wrap{width:220px}.sidebar-wrap .brand-logo-wrap .comp-name{font-size:14px;font-weight:700;color:#2f2f2f;text-transform:capitalize;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-wrap .sidebar-menu{position:relative;font-size:14px;padding-left:0;display:flex;flex-direction:column;overflow-y:scroll;padding-bottom:30px;overflow-x:hidden;height:calc(100vh - 145px)}.sidebar-wrap .sidebar-menu>li{margin:5px 5px;border-radius:10px}.sidebar-wrap .sidebar-menu>li a{display:flex;align-items:center;padding:10px 12px;color:var(--font-medium-gray);column-gap:20px;font-family:var(--font-regular);font-size:18px;padding-left:30px}.sidebar-wrap .sidebar-menu>li a img{width:30px}.sidebar-wrap .sidebar-menu li.active{margin:5px 5px;border-radius:10px;color:var(--primary-theme-white);background-color:#405189;position:relative}.sidebar-wrap .sidebar-menu li.active a{color:#fff}.sidebar-wrap .sidebar-menu li.active a img{filter:brightness(0) invert(2)}a{text-decoration:none}@media screen and (max-width: 1600px){.hrms-wrap .sidebar-wrap .sidebar-menu li a{column-gap:15px;padding:14px 8px;padding-left:30px;font-size:14px}.hrms-wrap .sidebar-wrap .sidebar-menu li a img{height:21px}}@media screen and (max-width: 1350px){.hrms-wrap .sidebar-wrap .sidebar-menu li a{padding-left:27px}.hrms-wrap .sidebar-wrap .sidebar-menu li a img{width:20px;height:20px}}img,svg{vertical-align:middle}.inner-wrap.dash{padding:30px;background-color:#fff;min-height:calc(100vh - 60px);width:100%;margin:0;margin-top:20px;padding-top:24px}.dashboard-card{background:rgba(0,0,0,0);border-radius:0;box-shadow:none;border:none;padding:0;margin-bottom:16px;transition:none}.dashboard-card .card-wrap{background:#fff;border-radius:12px;font-size:16px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e9ecef;transition:all .2s ease-in-out;height:100%}.dashboard-card .card-wrap .card-wrap-body{position:relative;padding:20px;display:flex;flex-direction:column;height:100%}.dashboard-card .card-wrap .card-wrap-body .row{margin-left:0;margin-right:0}.dashboard-card .card-wrap .card-wrap-body .card-top{margin-bottom:30px;justify-content:space-between;flex-grow:1}.dashboard-card .card-wrap .card-wrap-body .card-text-wrap{display:flex;flex-direction:column;justify-content:flex-start;padding-left:0}.dashboard-card .card-wrap .card-wrap-body .no-of-employees{font-size:14px;color:var(--text-black);margin-bottom:28px;font-weight:400;line-height:1.2}.dashboard-card .card-wrap .card-wrap-body .total{color:#40518a;font-size:30px;margin-bottom:0;line-height:1}.dashboard-card .card-wrap .card-wrap-body .group-img{text-align:end;padding-right:0;position:relative}.dashboard-card .card-wrap .card-wrap-body .group-img img{width:78px;height:78px}.dashboard-card .card-wrap .card-wrap-body .badge{position:absolute;width:18px;height:18px;right:-2px;top:-2px;font-size:10px;color:#fff;border-radius:50%;background-color:#dc3545;display:flex;align-items:center;justify-content:center;border:2px solid #fff;font-weight:600}.dashboard-card .card-wrap .card-wrap-body .btn-parent{margin-top:auto;display:flex;gap:8px}.dashboard-card .card-wrap .card-wrap-body .btn-parent .dashboard-btn{padding:0}.dashboard-card .card-wrap .card-wrap-body .btn-parent .dashboard-btn:first-child{flex:1}.dashboard-card .card-wrap .card-wrap-body .btn-parent .dashboard-btn:last-child{flex:1}.dashboard-card .card-wrap .card-wrap-body .card-button{width:100%;border:1px solid #1f94ff;color:#1f94ff;font-family:inherit;font-size:14px;font-weight:500;background:#fff;border-radius:8px;transition:all .2s ease-in-out;text-decoration:none}.dashboard-card .card-wrap .card-wrap-body .card-button:hover{background-color:#f4f6fc;border-color:#364a7a;color:#364a7a}.dashboard-card .card-wrap .card-wrap-body .add-new-btn{background:#e8f4ff;border-radius:8px;color:#2594ff;font-size:14px;font-weight:500;justify-content:space-between;padding:7px 16px;height:auto;align-items:center;font-family:inherit;cursor:pointer;border:none;transition:all .2s ease-in-out;width:100%;align-items:center}.dashboard-card .card-wrap .card-wrap-body .add-new-btn .add-new-txt{margin-right:8px}.dashboard-card .card-wrap .card-wrap-body .add-new-btn img{width:14px;height:14px}.card-component{display:flex;flex-direction:column;height:100%}.stats-wrap{margin-bottom:16px;font-size:16px;display:flex;column-gap:11px;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.stats-wrap .stats-first{flex:1;min-width:0}.stats-wrap .stats-second{flex:1.2;min-width:0}.stats-wrap .feature-wrap{padding:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:12px;background-color:#fff;font-family:inherit;height:100%;border:1px solid #e9ecef;transition:all .2s ease-in-out;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.stats-wrap .feature-wrap .feature-first{border-bottom:1px solid #e9ecef;padding-bottom:10px}.stats-wrap .feature-wrap .feature-first .title{color:#40518a;font-weight:600;margin:0;line-height:1.2}.stats-wrap .feature-wrap .feature-first .header-actions{display:flex;align-items:center;gap:12px}.stats-wrap .feature-wrap .feature-first .more-button{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.stats-wrap .feature-wrap .feature-first .more-button:hover{background-color:#f5f5f5}.stats-wrap .feature-wrap .feature-first .more-button svg{font-size:16px;color:#999}.stats-wrap .feature-wrap .feature-first .datepicker-wrap{display:flex;column-gap:12px;align-items:center;justify-content:flex-end}.stats-wrap .feature-wrap .feature-first .datepicker-wrap-icon{position:relative}.stats-wrap .feature-wrap .feature-first .datepicker-wrap-icon input{border:1px solid #e0e0e0;color:#666;width:120px;padding:8px 32px 8px 12px;border-radius:6px;z-index:1;position:relative;background:#fff;cursor:pointer;font-size:12px;font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.stats-wrap .feature-wrap .feature-first .datepicker-wrap-icon input:focus{border-color:#40518a;box-shadow:0 0 0 2px rgba(64,81,138,.1)}.stats-wrap .feature-wrap .feature-first .datepicker-wrap-icon input:hover{border-color:silver}.stats-wrap .feature-wrap .feature-first .font-fix{font-size:.8rem !important}.stats-wrap .feature-wrap .feature-first .date-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#999;font-size:12px;pointer-events:none;z-index:2}.stats-wrap .feature-wrap .feature-first svg{font-size:16px;color:#999;padding:4px 0}.stats-wrap .feature-wrap .feature-second{padding-top:20px;font-size:14px;height:calc(100% - 65px);color:#666}.stats-wrap .feature-wrap .feature-second .row:has(.other-card-wrap){height:269px;display:flex;flex-direction:column;gap:6px}.stats-wrap .feature-wrap .feature-second .row:has(.other-card-wrap) .col-md-12{flex:1;min-height:0;display:flex}.stats-wrap .feature-wrap .feature-second .row:has(.other-card-wrap) .col-md-12 .other-card-wrap{width:100%;height:100%}.stats-wrap .feature-wrap .feature-second .chart-detail-parent{height:100%;gap:12px;align-items:flex-start}.stats-wrap .feature-wrap .feature-second .chart-data-section{display:flex;flex-direction:column;gap:8px;padding-left:10px;flex:1;min-width:0}.stats-wrap .feature-wrap .feature-second .chart-data-row{padding:8px 12px;border-bottom:1px solid #f0f0f0;border-radius:6px;transition:all .2s ease-in-out}.stats-wrap .feature-wrap .feature-second .chart-data-row:last-child{border-bottom:none}.stats-wrap .feature-wrap .feature-second .chart-data-row:hover{background-color:#f8f9fa;transform:translateX(2px)}.stats-wrap .feature-wrap .feature-second .chart-data-row[style*="cursor: pointer"]{cursor:pointer}.stats-wrap .feature-wrap .feature-second .chart-data-row[style*="cursor: pointer"]:hover{background-color:#f0f4ff;box-shadow:0 2px 4px rgba(64,81,138,.1)}.stats-wrap .feature-wrap .feature-second .chart-data-row[style*="cursor: pointer"]:hover .data-arrow .right_icon{color:#40518a;transform:translateX(2px)}.stats-wrap .feature-wrap .feature-second .data-count{font-weight:600;font-size:14px;min-width:20px;display:flex;align-items:center;gap:6px}.stats-wrap .feature-wrap .feature-second .employee-stats-icon{width:20px;height:20px;margin-right:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.stats-wrap .feature-wrap .feature-second .employee-stats-icon img{width:100%;height:100%;object-fit:contain}.stats-wrap .feature-wrap .feature-second .employee-stats-count{min-width:25px;margin-right:10px}.stats-wrap .feature-wrap .feature-second .data-label{font-size:12px;color:#666;margin-left:6px;flex:1;white-space:nowrap;overflow:visible;text-align:left;min-width:0}.stats-wrap .feature-wrap .feature-second .data-arrow{flex-shrink:0;margin-left:6px}.stats-wrap .feature-wrap .feature-second .data-arrow .right_icon{color:#999;font-size:10px;transition:all .2s ease-in-out}.stats-wrap .feature-wrap .feature-second .chart-data-parent{border-bottom:1px solid #e0e0e0;padding-bottom:8px;margin-bottom:8px;margin-left:0;display:flex;align-items:center;justify-content:space-between;width:100%}.stats-wrap .feature-wrap .feature-second .chart-data-parent .img-parent-stats{width:16px;height:16px;margin-right:8px}.stats-wrap .feature-wrap .feature-second .chart-data-parent .img-parent-stats img{width:100%;height:100%}.stats-wrap .feature-wrap .feature-second .chart-data-parent .count{font-family:inherit;font-weight:600;font-size:14px;color:#333}.stats-wrap .feature-wrap .feature-second .chart-data-parent .feature-name{font-size:12px;color:#666;white-space:nowrap}.stats-wrap .feature-wrap .feature-second .chart-main-parent{width:100px;height:100px;padding:0;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-wrap .feature-wrap .feature-second .chart-main-parent .chart-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:10px;font-weight:600;color:#666;text-align:center;z-index:2}.stats-wrap .feature-wrap .feature-second .chart-main-parent .chart-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.stats-wrap .feature-wrap .feature-second .chart-main-parent .chart-container svg{width:100% !important;height:100% !important}.stats-wrap .feature-wrap .feature-second .chart-main-parent .rechart-responsive-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.stats-wrap .feature-wrap .feature-second .chart-main-parent .rechart-responsive-container .recharts-wrapper{width:100% !important;height:100% !important}.stats-wrap .feature-wrap .feature-second .chart-main-parent .rechart-responsive-container .recharts-wrapper svg{width:100% !important;height:100% !important}.stats-wrap .feature-wrap .feature-second .right_icon{color:#40518a}.stats-wrap .feature-wrap .feature-second .count{font-family:inherit;font-weight:bold;font-size:14px;display:flex;color:#333}.stats-wrap .feature-wrap .feature-second .text-end{font-size:10px;color:#666}.stats-wrap .feature-wrap .feature-second .feature-name{white-space:nowrap;font-size:12px;color:#666}.stats-wrap .feature-wrap .feature-second .other-card-wrap{background-color:#f8f8f8;padding:4px;border-radius:4px;flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.stats-wrap .feature-wrap .feature-second .other-card-wrap .text-dark{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333}.stats-wrap .feature-wrap .feature-second .other-card-wrap .red-wrap{background-color:#f44;color:#fff;border-radius:3px;padding:4px 8px;white-space:nowrap;font-size:10px}.stats-wrap .feature-wrap .feature-second .other-card-wrap:hover{background-color:#ebf0ff}.stats-wrap .feature-wrap .feature-second .other-hr{color:#e0e0e0}.stats-wrap .feature-wrap .feature-second .progress{height:3rem;border-radius:10px;background-color:#f0f0f0;margin-top:6px}.stats-wrap .feature-wrap .feature-second .mood-wrap{display:flex;align-items:center;column-gap:4px;cursor:pointer;margin-top:4px}.stats-wrap .feature-wrap .feature-second .mood-wrap .progress-label{height:12px;width:12px;min-height:12px;min-width:12px;flex-shrink:0;border-radius:2px;display:block}.stats-wrap .feature-wrap .feature-second .mood-wrap[data-mood=Happy] .progress-label{background-color:#92e3c4 !important}.stats-wrap .feature-wrap .feature-second .mood-wrap[data-mood=Excited] .progress-label{background-color:#66c1f0 !important}.stats-wrap .feature-wrap .feature-second .mood-wrap[data-mood=Angry] .progress-label{background-color:#4b84e2 !important}.stats-wrap .feature-wrap .feature-second .mood-wrap[data-mood=Surprised] .progress-label{background-color:#1a63e2 !important}.stats-wrap .feature-wrap .feature-second .mood-wrap[data-mood=Tired] .progress-label{background-color:#5719ff !important}.stats-wrap .feature-wrap .feature-second .mood-wrap[data-mood="Don't Care"] .progress-label{background-color:#8c1aff !important}.stats-wrap .feature-wrap .feature-second .mood-wrap[data-mood=Sad] .progress-label{background-color:#d318ff !important}.stats-wrap .feature-wrap .feature-second .progress .progress-bar[data-mood=Happy]{background-color:#92e3c4 !important}.stats-wrap .feature-wrap .feature-second .progress .progress-bar[data-mood=Excited]{background-color:#66c1f0 !important}.stats-wrap .feature-wrap .feature-second .progress .progress-bar[data-mood=Angry]{background-color:#4b84e2 !important}.stats-wrap .feature-wrap .feature-second .progress .progress-bar[data-mood=Surprised]{background-color:#1a63e2 !important}.stats-wrap .feature-wrap .feature-second .progress .progress-bar[data-mood=Tired]{background-color:#5719ff !important}.stats-wrap .feature-wrap .feature-second .progress .progress-bar[data-mood="Don't Care"]{background-color:#8c1aff !important}.stats-wrap .feature-wrap .feature-second .progress .progress-bar[data-mood=Sad]{background-color:#d318ff !important}.stats-wrap .feature-wrap .feature-second .attend-card{column-gap:6px;cursor:pointer;display:flex;margin-bottom:8px}.stats-wrap .feature-wrap .feature-second .attend-card .wio{flex:1;border:1px solid #1aa06d;border-radius:6px;padding:6px;text-align:center}.stats-wrap .feature-wrap .feature-second .attend-card .wio label{color:#1aa06d;font-size:11px;font-weight:600;line-height:1.3}.stats-wrap .feature-wrap .feature-second .attend-card .wfh{flex:1;border:1px solid #e09400;border-radius:6px;padding:6px;text-align:center}.stats-wrap .feature-wrap .feature-second .attend-card .wfh label{color:#e09400;font-size:11px;font-weight:600;line-height:1.3}.stats-wrap .feature-wrap .feature-second .attend-card .ab{flex:1;border:1px solid #ff1a1a;border-radius:6px;padding:6px;text-align:center}.stats-wrap .feature-wrap .feature-second .attend-card .ab label{color:#ff1a1a;font-size:11px;font-weight:600;line-height:1.3}.stats-wrap .feature-wrap .feature-second .attend-card .ol{flex:1;border:1px solid #ff1a1a;border-radius:6px;padding:6px;text-align:center}.stats-wrap .feature-wrap .feature-second .attend-card .ol label{color:#ff1a1a;font-size:11px;font-weight:600;line-height:1.3}.stats-wrap .feature-wrap .feature-second .attend-card .od{flex:1;border:1px solid #e09400;border-radius:6px;padding:6px;text-align:center}.stats-wrap .feature-wrap .feature-second .attend-card .od label{color:#e09400;font-size:11px;font-weight:600;line-height:1.3}.stats-wrap .feature-wrap .feature-second .service-label-wrap{column-gap:10px;align-items:center;padding-bottom:12px}.stats-wrap .feature-wrap .feature-second .service-label-wrap label{font-family:inherit;color:#666;font-size:12px}.stats-wrap .feature-wrap .feature-second .count-wrap{color:#40518a;font-size:1.4rem;margin-bottom:8px}.stats-wrap .feature-wrap .feature-second .square{height:40px;width:40px;border-radius:3px}.stats-wrap .feature-wrap .feature-second hr{color:#e0e0e0;margin:8px 0}.stats-wrap .feature-wrap .feature-second .row.service-uses{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}@media(min-width: 576px){.stats-wrap .feature-wrap .feature-second .row.service-uses .col-sm-7{flex:0 0 auto !important;width:58.33333333% !important;padding-right:12px;padding-left:12px}.stats-wrap .feature-wrap .feature-second .row.service-uses .col-sm-5{flex:0 0 auto !important;width:41.66666667% !important;padding-right:12px;padding-left:12px}}@media(min-width: 768px){.stats-wrap .feature-wrap .feature-second .row.service-uses .col-md-7{flex:0 0 auto !important;width:58.33333333% !important;padding-right:12px;padding-left:12px}.stats-wrap .feature-wrap .feature-second .row.service-uses .col-md-5{flex:0 0 auto !important;width:41.66666667% !important;padding-right:12px;padding-left:12px}}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-list{padding-right:0;display:flex;flex-direction:column;justify-content:flex-start;width:100%;max-width:100%}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-list .d-flex.pb-4{width:100%;display:flex;align-items:center}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-list .count-wrap{color:#40518a;font-size:1.75rem;line-height:1;margin-bottom:0}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-list .service-label-wrap{display:flex;align-items:center;gap:8px;margin-bottom:10px}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-list .service-label-wrap .square{height:30px;width:30px;border-radius:3px;flex-shrink:0}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-list .service-label-wrap div{display:flex;flex-direction:column;gap:1px}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-list .service-label-wrap div label{font-size:13px;font-weight:500;color:#333;margin:0;line-height:1.2;font-family:var(--font-regular) !important}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-list .service-label-wrap div .f-14.emp-service-count{font-size:11px;color:#666;font-weight:400}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-bar{display:flex;align-items:center;justify-content:center;padding-left:0;flex-shrink:0;width:100%;height:100%}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-bar>div{width:100%;display:flex;align-items:center;justify-content:center}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-bar .pi-chart{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-bar .pi-chart svg{width:100px !important;height:100px !important}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-bar .pi-chart .pi-chart-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;border-radius:50%;z-index:2;width:65px;height:65px;display:flex;align-items:center;justify-content:center}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-bar .pi-chart .pi-chart-text p{margin:0;font-size:11px;font-weight:600;color:#333;line-height:1.1;text-align:center}.stats-wrap .feature-wrap .feature-second .row.service-uses .service-uses-bar .pi-chart .pi-chart-text p span{color:#4b84e2;font-weight:700;font-size:9px}.hrms-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-second .other-card-wrap:hover{background-color:#ebf0ff}.hrms-wrap .dashboard-wrap .inner-wrap .stats-wrap .feature-wrap .feature-first .title{color:var(--font-medium-gray);font-size:1.25em;font-family:inherit}.feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border:1px solid #e2e8f0;padding:20px;margin-bottom:20px;transition:all .2s ease-in-out}.feature-card:hover{box-shadow:0 6px 12px -2px rgba(0,0,0,.1),0 3px 6px -3px rgba(0,0,0,.1);transform:translateY(-2px)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px;margin-bottom:20px}.bottom-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border:1px solid #e2e8f0;padding:20px;margin-bottom:20px}.attendance-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:20px}.recharts-wrapper{width:100% !important;height:100% !important}.recharts-wrapper svg{width:100% !important;height:100% !important}@media(max-width: 768px){.inner-wrap.dash{padding:16px}.dashboard-card{padding:16px}.stats-wrap{flex-direction:column;gap:15px}.stats-wrap .stats-first{flex:1}.stats-wrap .stats-second{flex:1}.feature-wrap{padding:16px;min-height:250px}.feature-wrap .feature-first .header-actions{flex-direction:column;align-items:flex-end;gap:8px}.feature-wrap .feature-first .datepicker-wrap-icon input{width:100px;font-size:11px;padding:6px 28px 6px 10px}.feature-wrap .feature-second .chart-detail-parent{gap:12px}.feature-wrap .feature-second .chart-data-section{padding-left:16px;gap:8px}.feature-wrap .feature-second .chart-main-parent{max-width:80px;height:80px}.feature-wrap .feature-second .chart-main-parent .chart-container svg{width:80px !important;height:80px !important}}@media(max-width: 576px){.inner-wrap.dash{padding:12px}.dashboard-card{padding:12px}.stats-wrap{gap:12px}.feature-wrap{padding:12px;min-height:220px}.feature-wrap .feature-first .title{font-size:1rem}.feature-wrap .feature-first .header-actions{flex-direction:column;align-items:flex-end;gap:6px}.feature-wrap .feature-first .datepicker-wrap-icon input{width:90px;font-size:10px;padding:5px 24px 5px 8px}.feature-wrap .feature-first .more-button{padding:2px}.feature-wrap .feature-first .more-button svg{font-size:14px}.feature-wrap .feature-second .chart-detail-parent{gap:8px}.feature-wrap .feature-second .chart-data-section{padding-left:12px;gap:6px}.feature-wrap .feature-second .chart-main-parent{max-width:70px;height:70px}.feature-wrap .feature-second .chart-main-parent .chart-container svg{width:70px !important;height:70px !important}.feature-wrap .feature-second .attend-card{flex-direction:column;gap:8px}}.filter-section-wrap{margin-bottom:24px}.filter-section-wrap .filter-section{box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:12px;background-color:#fff;font-family:inherit;border:1px solid #e9ecef;transition:all .2s ease-in-out;width:100%;max-width:100%;box-sizing:border-box;padding:20px}.filter-section-wrap .filter-section .form-label{font-size:14px;font-weight:600;color:#495057;margin-bottom:8px}.filter-section-wrap .filter-section .form-select,.filter-section-wrap .filter-section .form-control{border:1px solid #ced4da;border-radius:6px;padding:8px 12px;font-size:14px}.filter-section-wrap .filter-section .form-select:focus,.filter-section-wrap .filter-section .form-control:focus{border-color:#40518a;box-shadow:0 0 0 .2rem rgba(64,81,138,.25)}.key-metrics-section{margin-top:24px;margin-bottom:24px}.key-metrics-section .key-metrics-title{font-size:18px;font-weight:700;color:#212529;margin-bottom:20px}.key-metrics-section .department-select-scroll .department-select-scroll__control{border-color:#ced4da}.key-metrics-section .department-select-scroll .department-select-scroll__control:hover{border-color:#40518a}.key-metrics-section .department-select-scroll .department-select-scroll__control--is-focused{border-color:#40518a;box-shadow:0 0 0 .2rem rgba(64,81,138,.25)}.key-metrics-section .key-metrics-cards{margin-bottom:24px}.key-metrics-section .key-metrics-cards .key-metric-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);border:1px solid #e9ecef;padding:20px;height:100%;transition:all .2s ease-in-out}.key-metrics-section .key-metrics-cards .key-metric-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-label{font-size:14px;color:#6c757d;font-weight:500;margin-bottom:16px}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-row:last-child{margin-bottom:0}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-row .key-metric-text{font-size:14px;color:#212529}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-row .key-metric-badge{padding:6px 12px;border-radius:6px;font-size:14px;font-weight:600;min-width:40px;text-align:center}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-row .key-metric-badge.badge-onboarding{background-color:#d4edda;color:#155724}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-row .key-metric-badge.badge-offboarding{background-color:#f8d7da;color:#721c24}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-value{font-size:28px;font-weight:700;color:#212529;margin-bottom:8px;text-align:center}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-trend{font-size:12px;text-align:center}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-trend.trend-up{color:#dc3545}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-trend.trend-down{color:#28a745}.key-metrics-section .key-metrics-cards .key-metric-card .key-metric-subtext{font-size:12px;color:#6c757d;text-align:center;margin-top:8px}.key-metrics-section .top-employees-section{margin-top:24px}.key-metrics-section .top-employees-section .top-employees-title{font-size:18px;font-weight:600;color:#212529;margin-bottom:16px}.key-metrics-section .top-employees-section .top-employees-table{background:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);border:1px solid #e9ecef;overflow:hidden}.key-metrics-section .top-employees-section .top-employees-table table{width:100%;border-collapse:collapse;margin:0}.key-metrics-section .top-employees-section .top-employees-table table thead{background-color:#f8f9fa}.key-metrics-section .top-employees-section .top-employees-table table thead tr th{padding:12px 16px;font-size:14px;font-weight:600;color:#495057;text-align:left;border-bottom:2px solid #dee2e6}.key-metrics-section .top-employees-section .top-employees-table table tbody tr{border-bottom:1px solid #e9ecef}.key-metrics-section .top-employees-section .top-employees-table table tbody tr:last-child{border-bottom:none}.key-metrics-section .top-employees-section .top-employees-table table tbody tr:hover{background-color:#f8f9fa}.key-metrics-section .top-employees-section .top-employees-table table tbody tr td{padding:12px 16px;font-size:14px;color:#212529}.key-metrics-section .top-employees-section .top-employees-table table tbody tr td .badge-leaves{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.key-metrics-section .top-employees-section .top-employees-table table tbody tr td .badge-leaves.badge-warning{background-color:#ffc107;color:#212529}.key-metrics-section .top-employees-section .top-employees-table table tbody tr td .badge-leaves.badge-info{background-color:#17a2b8;color:#fff}.page-wrapper{padding:24px;background-color:#f8fafc;min-height:calc(100vh - 60px)}.page-header{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border:1px solid #e2e8f0;padding:24px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.page-title{font-size:1.75rem;font-weight:700;color:#1a202c;margin:0 0 4px 0}.page-subtitle{font-size:.95rem;color:#64748b;margin:0}.page-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.content-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border:1px solid #e2e8f0;margin-bottom:24px;overflow:hidden}.content-card-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#f8fafc;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.content-card-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0}.content-card-body{padding:20px 24px}.edit-profile-container{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-top:24px}.edit-profile-container .personal-details-card .content-card-body{padding:24px}.edit-profile-container .personal-details-card .content-card-body .profile-pic-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.edit-profile-container .personal-details-card .content-card-body .profile-pic-section .profile-pic-info{margin-bottom:12px;font-size:.9rem;color:#64748b}.edit-profile-container .personal-details-card .content-card-body .profile-pic-section .choose-button{background-color:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease-in-out}.edit-profile-container .personal-details-card .content-card-body .profile-pic-section .choose-button:hover{background-color:#1d4ed8}.edit-profile-container .personal-details-card .content-card-body .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.edit-profile-container .personal-details-card .content-card-body .form-section .form-row.single-column{grid-template-columns:1fr}.edit-profile-container .personal-details-card .content-card-body .form-section .form-group{margin-bottom:16px}.edit-profile-container .personal-details-card .content-card-body .form-section .form-group .form-label{font-size:.9rem;font-weight:500;color:#1a202c;margin-bottom:6px;display:block}.edit-profile-container .personal-details-card .content-card-body .form-section .form-group .form-control{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;color:#1a202c;background-color:#fff;transition:all .2s ease-in-out}.edit-profile-container .personal-details-card .content-card-body .form-section .form-group .form-control:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.edit-profile-container .personal-details-card .content-card-body .form-section .form-group .form-control:disabled{background-color:#f8fafc;color:#64748b}.edit-profile-container .personal-details-card .content-card-body .form-section .collapsible-section{margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.edit-profile-container .personal-details-card .content-card-body .form-section .collapsible-section .section-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:8px 0}.edit-profile-container .personal-details-card .content-card-body .form-section .collapsible-section .section-header .section-title{font-size:1rem;font-weight:600;color:#1a202c}.edit-profile-container .personal-details-card .content-card-body .form-section .collapsible-section .section-header .arrow-icon{color:#64748b;transition:transform .2s ease-in-out}.edit-profile-container .profile-menu-card .content-card-body{padding:20px}.edit-profile-container .profile-menu-card .content-card-body .menu-list{list-style:none;padding:0;margin:0}.edit-profile-container .profile-menu-card .content-card-body .menu-list .menu-item{margin-bottom:8px}.edit-profile-container .profile-menu-card .content-card-body .menu-list .menu-item .menu-link{display:block;padding:12px 16px;color:#475569;text-decoration:none;border-radius:6px;transition:all .2s ease-in-out;font-size:.9rem}.edit-profile-container .profile-menu-card .content-card-body .menu-list .menu-item .menu-link:hover{background-color:#f8fafc;color:#2563eb}.edit-profile-container .profile-menu-card .content-card-body .menu-list .menu-item .menu-link.active{background-color:#eff6ff;color:#2563eb;font-weight:500}@media(max-width: 768px){.edit-profile-container{grid-template-columns:1fr;gap:16px}.edit-profile-container .personal-details-card .content-card-body .form-section .form-row{grid-template-columns:1fr}}.gap-3{gap:8px !important}.inner-wrap{padding:20px;background-color:#fff;min-height:calc(100vh - 60px);width:100%;max-width:100%;box-sizing:border-box}.content-container{max-width:100%;margin:0 auto;width:100%;box-sizing:border-box}.emp-header-wrap{background:var(--primary-theme-white)}.emp-list-head{flex-grow:1}.right-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-list-head{flex-direction:row !important}.header-text .first{font-size:24px;font-weight:700;color:#2f2f2f;font-family:var(--font-medium);margin:0px 0 5px 0;display:block}.emp-header-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap;height:auto;min-height:auto}.emp-controls-row{height:auto;min-height:auto;align-items:center}.emp-search-parent{flex:1;min-width:340px;max-width:400px}.emp-btn-parent{display:flex;align-items:center;gap:8px}.search-input{width:100%;border-radius:8px;font-size:.95rem;transition:all .2s ease-in-out;color:#1a202c}.search-input:focus{outline:none;border-color:var(--primary-theme);box-shadow:none}.search-input::placeholder{color:var(--text-grey)}.dropdown-list{appearance:none;background:var(--primary-theme-white);border:1px solid #e1e1e1;border-radius:5px;padding:6px 12px;font-size:14px;font-family:var(--font-regular);color:var(--text-black);min-width:135px;text-align:left;cursor:pointer;transition:all .3s ease-in-out;height:auto}.dropdown-list:focus{outline:none;border-color:var(--primary-theme)}.export-btn{background:var(--primary-theme-white);border:1px solid #e1e1e1;border-radius:5px;padding:6px 12px;font-size:14px;font-family:var(--font-regular);color:var(--text-black);cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;gap:8px;height:auto}.export-btn:hover{background-color:#f8f9fa;border-color:var(--primary-theme)}.export-btn:focus{outline:none;border-color:var(--primary-theme)}.add-new-emp{background:var(--primary-theme);border:1px solid var(--primary-theme);border-radius:5px;font-weight:bold !important;padding:6px 12px;font-size:14px;font-family:var(--font-regular);color:var(--primary-theme-white);cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;gap:8px;height:auto}.add-new-emp:hover{background-color:#2c3e6b;border-color:#2c3e6b}.add-new-emp:focus{outline:none}.emp-header-wrap .add-new-emp,.profile-header-wrap .add-new-emp{background-color:#40518a;color:#fff;border-radius:10px}.rightpm-wrap .add-btn{border-radius:10px}.employee-table-container{background:var(--primary-theme-white);border:1px solid #d1d1d1;border-radius:5px;overflow:hidden;margin-bottom:20px;box-shadow:0px 0px 10px rgba(0,0,0,.0784313725)}.custom-table-data.max_width_25:has(.full-name){padding:4px 6px;min-width:0;overflow:hidden !important;max-width:25%}.custom-table-data.max_width_25:has(.full-name) .name{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;min-width:0;display:block;word-wrap:normal !important;word-break:normal !important;overflow-wrap:normal !important}.custom-table-data.max_width_25:has(.full-name) .full-name{padding:4px 0;min-width:0;overflow:hidden;max-width:100%;display:flex;align-items:center}.custom-table-data.max_width_25:has(.full-name) .full-name .profile-picture{flex-shrink:0;margin-right:5px}.custom-table-data.max_width_25:has(.full-name) .full-name>div.ml-2{min-width:0;overflow:hidden;flex:1 1 auto;max-width:100%}.custom-table-data.max_width_25:has(.full-name) .full-name .name-label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.2;min-width:0;font-size:11px;font-weight:700;font-family:var(--font-regular);color:var(--table-content-theme)}.employee-table{width:100%;margin-bottom:0;border-collapse:separate;border-spacing:0}.employee-table th{background-color:#dbdbdb;border-bottom:1px solid #d1d1d1;font-weight:900;color:#333;padding:6px 10px;font-size:14px;font-family:var(--font-regular-sans) !important;text-align:left}.employee-table td{padding:4px 10px;vertical-align:middle;border-bottom:1px solid #ededed;font-size:11px;font-family:var(--font-regular-sans);color:var(--table-text-theme);overflow:hidden;word-wrap:break-word;line-height:1.2}.employee-table tbody tr:hover{background-color:var(--bg-odd)}.employee-name-cell{display:flex;align-items:center;gap:12px}.employee-avatar{width:40px;height:40px;border-radius:50%;background-color:var(--primary-theme);display:flex;align-items:center;justify-content:center;color:var(--primary-theme-white);font-weight:700;font-size:16px;font-family:var(--font-medium);flex-shrink:0;object-fit:cover}.employee-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.employee-info{display:flex;flex-direction:column;gap:4px}.employee-name{font-size:14px;font-family:var(--font-medium);color:var(--text-black);margin:0}.employee-id{font-size:12px;font-family:var(--font-regular);color:var(--text-grey);margin:0}.actions-cell{display:flex;gap:8px;align-items:center}.action-btn{width:32px;height:32px;border-radius:5px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;font-size:14px}.action-btn:hover{transform:translateY(-1px);box-shadow:0px 4px 12px rgba(0,0,0,.1)}.edit-btn{background-color:var(--primary-theme);color:var(--primary-theme-white)}.edit-btn:hover{background-color:#2c3e6b}.edit-btn .delete-btn{background-color:#ef4444;color:#fff}.edit-btn .delete-btn:hover{background-color:#dc2626}.delete-btn{background-color:#e20303;color:var(--primary-theme-white)}.delete-btn:hover{background-color:#c00202}.restore-btn{background-color:#00a81a;color:var(--primary-theme-white)}.restore-btn:hover{background-color:#008615}@media(max-width: 1200px){.emp-header-wrap .emp-list-head{width:100%;margin-bottom:20px;flex-direction:row !important}.emp-header-wrap .emp-header-right{width:100%}.emp-header-wrap .emp-controls-row{flex-wrap:wrap;gap:12px}}@media(max-width: 768px){.inner-wrap{padding:16px}.emp-header-wrap{padding:20px;gap:16px}.emp-header-wrap .emp-list-head{flex-direction:row !important}.emp-header-wrap .emp-list-head .header-text .first{font-size:1.5rem}.emp-header-wrap .emp-header-right .emp-controls-row{flex-direction:column;gap:12px}.emp-header-wrap .emp-header-right .emp-controls-row .emp-search-parent{min-width:100%;max-width:100%}.emp-header-wrap .emp-header-right .emp-controls-row .dropdown,.emp-header-wrap .emp-header-right .emp-controls-row .export,.emp-header-wrap .emp-header-right .emp-controls-row .add-new-emp{width:100%;justify-content:center}.employee-table-container{margin-bottom:16px}}@media(max-width: 480px){.inner-wrap{padding:12px}.emp-header-wrap{padding:16px;gap:12px}.emp-header-wrap .emp-list-head{flex-direction:row !important}.emp-header-wrap .emp-list-head .header-text .first{font-size:1.25rem}.emp-header-wrap .emp-header-right .emp-controls-row .emp-search-parent{min-width:100%}.employee-table-container{margin-bottom:12px}}@media screen and (max-width: 1530px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .header-text .first{font-size:16px}}.inner-wrap .content-container .emp-header-wrap~.custom-table-parent .custom-table-data-parent .custome-table-data-child,.content-container .emp-header-wrap~.custom-table-parent .custom-table-data-parent .custome-table-data-child{padding:4px 10px !important}.main-parent .right-wrap{width:100% !important;max-width:100% !important}.main-parent .right-wrap .dashboard-wrap{width:100% !important;max-width:100% !important}.main-parent .right-wrap .dashboard-wrap .inner-wrap{width:100% !important;max-width:100% !important}.main-parent .right-wrap .dashboard-wrap .inner-wrap .content-container{width:100% !important;max-width:100% !important}.main-parent .right-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap{width:100% !important;max-width:100% !important}.main-parent .right-wrap .dashboard-wrap .inner-wrap .content-container .emp-header-wrap .emp-list-head{width:100% !important;max-width:100% !important}.main-parent .right-wrap .dashboard-wrap .inner-wrap .content-container .profile-header-wrap{width:100% !important;max-width:100% !important}.main-parent .right-wrap .dashboard-wrap .inner-wrap .content-container .employee-list,.main-parent .right-wrap .dashboard-wrap .inner-wrap .content-container .employee-table-container{width:100% !important;max-width:100% !important}.main-parent .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent{width:100% !important;max-width:100% !important}.main-parent .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent .custom-table-head-parent{width:100% !important;max-width:100% !important}.main-parent .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent .custom-table-data-parent{width:100% !important;max-width:100% !important}.main-parent .right-wrap .dashboard-wrap .inner-wrap .content-container .custom-table-parent .custom-table-data-parent .custome-table-data-child{width:100% !important;max-width:100% !important}.full-name{align-items:flex-start;min-width:0;overflow:hidden;padding:4px 0}.full-name .profile-picture{width:35px;height:35px;margin-right:5px;border-radius:50%;text-align:center;flex-shrink:0}.full-name .profile-picture img{width:100%;height:100%;object-fit:cover;border-radius:50%}.full-name>.name-label{font-family:var(--font-regular);color:var(--table-content-theme);font-size:11px;font-weight:700;margin-bottom:2px;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:100% !important;line-height:1.2;padding-bottom:2px;display:block !important;min-width:0 !important}.full-name .ml-2{margin-left:8px;flex:1;min-width:0;overflow:hidden;padding-right:12px}.full-name .ml-2 .name-label{font-family:var(--font-regular);color:var(--table-content-theme);font-size:11px;font-weight:700;margin-bottom:2px;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:100% !important;line-height:1.2;padding-bottom:2px;display:block !important;min-width:0 !important}.full-name .ml-2 div[style*="color: #A0A0A0"]{color:#a0a0a0 !important;font-size:10px;font-weight:400;line-height:1.2}.full-name div[style*="color: #777777"]{color:#777 !important;font-size:10px;font-weight:400;line-height:1.2}.day-info{font-size:11px;line-height:1.3;overflow:hidden !important;word-wrap:break-word;word-break:break-word;max-width:100%;min-width:0;width:100%}.day-info div{margin-bottom:2px;overflow:hidden !important;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;word-break:break-word;max-width:100%;min-width:0}.day-info div:last-child{margin-bottom:0}.day-info span{margin-right:4px;white-space:nowrap;display:inline-block}.day-info div[style*="color: #00A21B"]{color:#00a21b !important;font-weight:600}.day-info div[style*="color: #777777"]{color:#777 !important}.day-info div[style*="color: red"]{color:#e20303 !important;font-weight:600}.day-info .text-secondary{color:#6c757d;margin:0 4px}.phone-clr{color:#535353;font-size:13px;font-weight:400}.custom-table-data .action{display:flex !important;align-items:center}.custom-table-data .action a{text-decoration:none !important;display:inline-block}.custom-table-data .action .edit-box{display:flex !important;justify-content:center;align-items:center;height:24px !important;width:22px !important;background-color:#ebf5ff !important;color:#1f94ff !important;border:1px solid #1f94ff !important;cursor:pointer;border-radius:5px}.custom-table-data .action .edit-box svg{font-size:10px !important;color:#1f94ff !important;display:block !important}.custom-table-data .action .edit-box:hover{background-color:#d1e7ff;transform:scale(1.05)}.custom-table-data .action .del-box{display:flex !important;justify-content:center;align-items:center;height:24px !important;width:22px !important;background-color:#ffe9e9 !important;color:#f53838 !important;border:1px solid #f53838 !important;cursor:pointer;border-radius:5px}.custom-table-data .action .del-box svg{font-size:10px !important;color:#f53838 !important;display:block !important}.custom-table-data .action .del-box:hover{background-color:#ffd1d1;transform:scale(1.05)}.custom-table-data .action .check-box{display:flex !important;justify-content:center;align-items:center;height:24px !important;width:22px !important;background-color:#d8f2dc !important;color:#00a81a !important;border:1px solid #00a81a !important;cursor:pointer;border-radius:5px}.custom-table-data .action .check-box svg{font-size:10px !important;color:#00a81a !important;display:block !important}.custom-table-data .action .check-box:hover{background-color:#c4e6c8;transform:scale(1.05)}.email-section{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:148px;display:inline-block;vertical-align:bottom;color:#535353;font-size:14px}.max_width_25{flex:0 0 25%;min-width:0;overflow:hidden}.max_width_15{flex:0 0 15%;min-width:0;overflow:hidden;max-width:15%}.max_width_15 .name{min-width:0 !important;max-width:100% !important;overflow:hidden !important}.max_width_15 .name .day-info{min-width:0 !important;max-width:100% !important;overflow:hidden !important}.max_width_20{flex:0 0 20%}.max_width_10{flex:0 0 10%}.padding-left{padding-left:15px}@media screen and (max-width: 1230px){.edit-box,.del-box,.check-box{height:24px;width:22px}.edit-box svg,.del-box svg,.check-box svg{font-size:10px}.profile-picture{height:30px;width:30px}.name-label{font-size:14px}}@media screen and (max-width: 1080px){.edit-box,.del-box,.check-box{height:22px;width:20px}.edit-box svg,.del-box svg,.check-box svg{font-size:9px}.profile-picture{height:28px;width:28px}.name-label{font-size:13px}.day-info{font-size:11px !important;max-width:100% !important;min-width:0 !important;overflow:hidden !important}.day-info div{max-width:100% !important;min-width:0 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.phone-clr{font-size:13px}}@media screen and (max-width: 768px){.full-name .profile-picture{height:25px;width:25px;margin-right:6px}.full-name .ml-2{margin-left:6px}.full-name .ml-2 .name-label{font-size:12px}.full-name .ml-2 div[style*="color: #A0A0A0"]{font-size:11px}.action{gap:4px}.action .edit-box,.action .del-box,.action .check-box{height:20px;width:18px}.action .edit-box svg,.action .del-box svg,.action .check-box svg{font-size:8px}.email-section{max-width:100px;font-size:12px}}[dark-theme=dark] .full-name .name-label{color:var(--table-text-theme)}[dark-theme=dark] .full-name div[style*="color: #A0A0A0"]{color:#a0a0a0 !important}[dark-theme=dark] .day-info div[style*="color: #00A21B"]{color:#00a21b !important}[dark-theme=dark] .day-info div[style*="color: #777777"]{color:#777 !important}[dark-theme=dark] .day-info div[style*="color: red"]{color:#e20303 !important}[dark-theme=dark] .phone-clr{color:var(--table-text-theme)}[dark-theme=dark] .email-section{color:var(--table-text-theme)}.action .edit-box,.action .del-box,.action .check-box{transition:all .2s ease-in-out}.action .edit-box:hover,.action .del-box:hover,.action .check-box:hover{box-shadow:0 2px 4px rgba(0,0,0,.1)}.action .edit-box:active,.action .del-box:active,.action .check-box:active{transform:scale(0.95)}.loading .profile-picture{background-color:#f0f0f0;animation:pulse 1.5s ease-in-out infinite}.loading .name-label{background-color:#f0f0f0;height:16px;width:120px;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}.empty-state{text-align:center;padding:40px 20px;color:#777}.empty-state .empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state .empty-text{font-size:16px;font-weight:500}.info{color:gray}.employee-card .employee-profile{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.employee-card .employee-profile .employee-image{width:50px;height:50px;border-radius:50%;margin-right:10px}.employee-card .employee-profile .users-info{display:flex;align-items:center;color:gray}.employee-card .employee-profile .users-info .employee-num{font-size:14px}.employee-card .employee-profile .users-info .employee-img{width:30px;height:30px;border-radius:50%;border:2px solid #fff;margin-left:-15px}.employee-card .employee-profile .users-info .employee-img:first-of-type{margin-left:5px}.employee-card .employee-info{display:flex;justify-content:space-between;align-items:center}.employee-card .employee-info .member-name{font-size:17px;font-weight:700}.employee-card .employee-info .utilization{color:gray;background-color:#ffe5e5;padding:2px 5px;border-radius:3px;font-size:12px}.project-details{display:flex;align-items:center;gap:30px;padding:10px 5px}.project-details .project-name{background-color:#fff;padding:12px 90px 18px 10px;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:5px;flex:1}.project-details .project-name .value{font-size:20px;font-weight:700}.project-details .utilization-number{margin-top:10px;flex:4}.project-details .utilization-number .user-range{border:1px solid gray;padding:5px 10px;width:100%;border-radius:5px}.save{background-color:#40518a;color:#fff;border:none;padding:10px 30px;border-radius:5px;cursor:pointer}.header-parents{font-size:14px;font-weight:600;padding-bottom:6px}.header-parents .required{color:red;margin-left:5px}.attachments-container{padding:10px 10px 10px 0px}.attachments-container .attachment-heading{font-size:14px;font-weight:800}.attachments-list{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0;width:50%}.attachment-item{margin:10px 10px 10px 1px;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:8px;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative}.attachment-item .attachment-content{display:flex;flex-direction:column;align-items:center;gap:5px}.attachment-item .attachment-content .pdf-preview{display:flex;flex-direction:column;align-items:center}.attachment-item .attachment-content .pdf-preview .pdf-icon{width:50px;height:auto}.attachment-item .attachment-content .image-preview{width:80%;height:80%;object-fit:cover;border-radius:4px}.attachment-item .attachment-content .delete-icon{position:absolute;top:-4px;right:1px;background:#fff;color:red;border:none;border-radius:50%;cursor:pointer;width:18px;height:18px;display:flex;justify-content:center;align-items:center;font-size:12px;box-shadow:1px 1px 3px rgba(0,0,0,.1)}.attachment-item .attachment-content .download-icon,.attachment-item .attachment-content .eye-icon{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:rgba(0,0,0,.6);color:#fff;font-size:17px;width:1px;height:10px;border-radius:50%;justify-content:center;align-items:center;cursor:pointer}.attach-button{background-color:#40518a;color:#fff;border:none;padding:6px 16px;font-size:15px;border-radius:5px;margin-top:20px;font-weight:500;margin-left:10px}.cancel-button{background-color:#f9f9f9;color:#40518a;border:none;padding:6px 16px;font-size:15px;border-radius:5px;margin-top:20px;font-weight:500}.cancel-button{background-color:"#F9F9F9";color:#40518a;border:none;padding:6px 10px;font-size:13px;border-radius:5px;margin-top:20px}.progress-bar-container{width:100%;background-color:#f3f3f3;border-radius:5px;margin-top:10px;height:20px;position:relative;overflow:hidden}.progress-bar-container .progress-bar{height:100%;background-color:#007bff;position:absolute;left:0;top:0;z-index:2;width:0;animation:progress-animation 4s linear forwards}.file-preview-container{min-width:0;padding:10px;border-radius:8px}.file-preview-image{width:100%;height:150px;object-fit:cover;border-radius:4px}.file-icon-container{height:150px;display:flex;align-items:center;justify-content:center;border-radius:4px}.file-type-icon{font-size:48px;color:#6c757d}.file-info{margin-top:8px;text-align:left}.file-name{display:block;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{display:block;font-size:12px;color:#6c757d}.file-action-box{margin:8px;cursor:pointer}.file-action-box a{color:inherit;text-decoration:none}.import-project-wrapp{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}.uploaded-file-view{display:flex;flex-direction:column;align-items:center;margin:10px;justify-content:center;border-radius:20px;height:165px;border:2px dashed #ddd;padding:17px;cursor:pointer}.file-preview{width:92px;height:92px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;flex-direction:column}.file-preview img{width:80%;height:80%}.file-preview p{font-size:12px;color:#676767}.HandleDrag{width:200px;height:200px;display:flex;align-items:center;justify-content:center;border:2px dashed #ddd;border-radius:8px}@keyframes progress-animation{0%{width:0}100%{width:100%}}.centered-event{text-align:center;margin:0 auto;position:relative}.centered-event.pending-event{background-color:orange;color:#fff;border-radius:4px;padding:2px 4px;position:relative;z-index:1}.fc .fc-daygrid-day-top{justify-content:center !important}.pending-date-cell{cursor:pointer !important;background-color:rgba(255,165,0,.1) !important}.pending-date-cell:hover{background-color:rgba(255,165,0,.2) !important}.fc .fc-daygrid-day-frame{position:relative;min-height:100%}.fc .fc-daygrid-day-top{position:relative;z-index:2}.fc .fc-daygrid-day-events{pointer-events:none;position:relative;z-index:1}.fc .fc-view-harness{height:500px !important}.clickable-pending{cursor:pointer}.clickable-pending .fc-daygrid-day-frame{background-color:#f0f8ff}.fc-event.clickable-pending,.fc-daygrid-day-top.clickable-pending,.fc-event.clickable-pending *{cursor:pointer !important}.centered-event .fc-event-title{text-align:center;width:100%}.modal-content{margin-bottom:50px !important;border:none !important}.modal-content .public-DraftEditor-content{position:relative;overflow:visible}.modal-content .user-list{display:flex;flex-direction:column;position:absolute;z-index:99;top:128px;background-color:#fff;border:1px solid #d4d2d2;padding:2px;border-radius:5px}.modal-content .user-list .user-item{display:flex;flex-direction:row;gap:2px;border-bottom:1px solid #d4d2d2}.modal-content .user-list .user-item .user-image{width:30px;height:30px;border-radius:50%;object-fit:cover}.modal-content .user-list .user-item .user-name{font-size:16px;font-weight:500;color:#333}.modal-content .common-button{display:flex;justify-content:start;gap:20px;align-items:center}.modal-content .common-button .close{background-color:#f9f9f9;color:#000;border:none;padding:10px 20px;border-radius:15px;margin:10px 0px 15px 0px}.modal-content .common-button .save-button{background-color:#40518a;color:#fff;border:none;padding:10px 20px;border-radius:15px;margin:10px 0px 15px 0px}.story-editor-wrapper .story-editor .DraftEditor-editorContainer{max-height:250px;overflow-y:auto;overflow:auto;border:1px solid rgba(128,128,128,.1294117647);min-height:200px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container{background-color:#fff;display:flex;flex-direction:column;font-size:16px;min-height:400px;position:relative}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .tabs{margin-top:10px;display:flex;justify-content:flex-start;margin-bottom:20px;gap:1px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .tabs .tab{padding:10px 20px;cursor:pointer;font-weight:bold;color:#666;transition:all .3s ease;background-color:#f1f1f1;border-right:1px solid #d1d1d1}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .tabs .tab.active{color:#0056b3;background-color:#fff;border:none;box-shadow:0px 1px 5px rgba(0,0,0,.2)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .tabs .tab:hover{color:#007bff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .tabs{margin-top:10px;display:flex;justify-content:flex-start;margin-bottom:20px;gap:1px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .tabs .tab{padding:10px 20px;cursor:pointer;font-weight:bold;color:#666;transition:all .3s ease;background-color:#f1f1f1;border-right:1px solid #d1d1d1}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .tabs .tab.active{color:#0056b3;background-color:#fff;border:none;box-shadow:0px 1px 5px rgba(0,0,0,.2)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .tabs .tab:hover{color:#007bff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .task-list-container{border-left:1px solid #e1dfdf;border-bottom:1px solid #e1dfdf}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .task-list-container .task-row{display:flex;align-items:center;padding:0 15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .task-list-container .task-row:nth-child(odd){background:#fff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .task-list-container .task-row:nth-child(even){background:#f4f5f7}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .task-list-container .task-row.child-task{padding-left:30px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .task-list-container .task-row.grand-child-task{padding-left:50px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .task-list-container .task-row .task-content{display:flex;width:100%;justify-content:space-between;align-items:center}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .task-list-container .task-row .task-content .task-name{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px;display:inline-block}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .task-list-container .task-row .task-content .task-dates{font-size:14px;display:flex;gap:65px;min-width:200px;justify-content:flex-end}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .task-list-container .task-row .task-content .task-dates .date-link{cursor:pointer;color:#405189;margin-right:19px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .task-list-container .task-row .task-content .task-dates .date-link:hover{text-decoration:underline}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .calendar-portal{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1000}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .calendar-portal .calendar-container{position:absolute;background:#fff;border:1px solid #ccc;border-radius:5px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1001}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .calendar-portal .calendar-container .react-datepicker__navigation-icon{display:block !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .calendar-portal .calendar-container .calendar-close{display:block;width:100%;padding:8px;margin-top:10px;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .calendar-portal .calendar-container .calendar-close:hover{background:#e4e4e4}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .controls{display:flex;align-items:center;margin-bottom:12px;gap:15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .toggle-task-btn{background-color:#007bff;color:#fff;border:none;border-radius:5px;padding:8px 12px;cursor:pointer;font-size:16px;font-weight:600}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .toggle-task-btn:hover{background-color:#0056b3;box-shadow:0 4px 8px rgba(0,0,0,.2)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .toggle-task-btn[title]:hover::after{content:attr(title);position:absolute;background-color:#333;color:#fff;padding:5px 10px;border-radius:3px;font-size:14px;white-space:nowrap;top:-35px;left:50%;transform:translateX(-50%);z-index:10}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .view-mode-select{padding:8px;border-radius:5px;border:1px solid #ddd;font-size:16px;font-weight:500;color:#333;outline:none;background-color:#f8f9fa;cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .view-mode-select:focus{border-color:#007bff;box-shadow:0 0 5px rgba(0,123,255,.5)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .dropdown-container{display:flex;flex-direction:row;align-items:center;gap:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .selected-options{margin-top:0px;font-size:14px;color:#4a4a4a}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-menu{background-color:#fff;border:1px solid #ccc;border-radius:4px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-toggle{padding:8px;border-radius:5px;border:1px solid #ddd;font-size:16px;font-weight:500;color:#333;background-color:#f8f9fa;outline:none;cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-toggle:hover,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-toggle:focus{background-color:#f1f1f1;border-color:#ccc}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .dropdown-container{display:flex;flex-direction:row;align-items:center;gap:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .selected-options{margin-top:10px;font-size:14px;color:#4a4a4a}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-menu{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#000}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-menu .dropdown-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.16)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-menu .dropdown-item{color:#000 !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-menu .dropdown-item span{color:#000 !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-menu .dropdown-item:hover{color:#007bff !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-menu .dropdown-item:hover{color:#007bff !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-toggle{padding:8px;border-radius:5px;border:1px solid #ddd;font-size:16px;font-weight:500;color:#333;background-color:#f8f9fa;outline:none;cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-toggle:hover,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .custom-dropdown-toggle:focus{border-color:#007bff;box-shadow:0 0 5px rgba(0,123,255,.5)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .gant{max-height:calc(100vh - 300px);overflow-y:scroll;scroll-behavior:smooth}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .gant .react-datepicker__navigation-icon{display:flex !important}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .search-result{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;font-size:18px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .selected-subcategories{display:flex;flex-wrap:wrap;gap:5px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .selected-subcategory{margin-bottom:10px;color:#fff;padding:0px 5px;background-color:gray;border-radius:5px;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:5px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .selected-subcategory span{font-weight:700;cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .selected-subcategory:hover{background-color:#a9a9a9}._WuQ0f{text-align:center !important}._2dZTy:nth-child(even){fill:#f4f6fc !important}._3zRJQ{fill:#000 !important}._3zRJQ{fill:#000 !important}@media screen and (max-width: 1245px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .gant-container .controls{margin-top:10px}}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container{min-height:calc(100vh - 167px)}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container{max-height:calc(100vh - 230px);overflow-y:auto}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .add-story{position:absolute;z-index:99;bottom:4%;right:10px;cursor:pointer}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .adminTable-scroll-container{min-height:596px;max-height:calc(100vh - 360px);overflow-y:auto;background-color:#fff}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .kanbanContent-type{display:flex;flex-direction:row;height:45px;width:299px;justify-content:space-between;background-color:#f9f9f9;align-items:center;padding:0px 10px;margin-top:5px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .kanbanContent-type .content-text{color:#645d5d}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .kanbanContent-type .content-icon .icon-position{left:18px;position:absolute;top:5px}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .kanbanContent-type .content-icon .custom-menu-High-button{background-color:#f9f9f9;border:none;min-width:200px;left:16px !important;top:19px !important;z-index:99}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .kanbanContent-type .content-icon .custom-High-button{background-color:#f9f9f9 !important}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .custom-menu-High-button{width:305px;background-color:#f9f9f9;border:none;left:-263px !important;top:21px !important}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .custom-menu-High-button .content-text{color:#777}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .custom-menu-High-button .menus-High-button{border-bottom:1px solid rgba(0,0,0,.2823529412)}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .custom-menu-High-button .custom-menu-High-button:hover,.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .custom-menu-High-button .custom-menu-High-button:active{background-color:aqua}.hrms-wrap .rightpm-wrap .dashboard-wrap .inner-wrap .content-container .kanbanTable-container .add{margin-left:18px}.btn-custom-class{background-color:#40518a !important;border:1px solid #40518a !important;color:#fff}@media screen and (max-width: 1250px){.kanbanTable-container .add-story{bottom:20%}}@media screen and (max-width: 1600px){.kanbanTable-container .add-story{bottom:25%}}.hrms-wrap .dashboard-wrap .scrum-wrap .content-container .profile-header-wrap .emp-header-right .emp-search-parent{flex:1;min-width:238px;max-width:400px;height:42px}.custom-High-button{background-color:#fff !important;border:none !important;color:red !important;display:flex;justify-content:center;align-items:center;gap:15px;box-shadow:1px 1px 3px rgba(0,0,0,.1)}.custom-High-button .High-button{border:none;color:#2f2f2f}.trix-content{color:#535353 !important;background-Color:"#f7f7f7" !important;border:none;font-family:sans-serif;overflow:hidden;overflow-wrap:break-word;white-space:normal}.trix-content div .attachment--preview{text-align:left !important;width:40% !important}.trix-content div .attachment--preview img{width:100% !important}.trix-content .attachment__caption{text-align:left !important}.trix-content div span{font-weight:bold}.trix-content div span img{height:27px !important;width:27px !important}.css-tr4s17-option{background-color:#fff !important;color:#000 !important}.css-tr4s17-option{background-color:#fff !important;color:#000 !important}.css-tr4s17-option:active,.css-tr4s17-option:focus,.css-tr4s17-option:hover{background-color:#bce7ff !important;color:#fff !important}.custom-todo-button{color:gray !important}.custom-todo-button .todo-button{color:#2f2f2f !important}.custom-todo-button.high-priority{background-color:#ffecec !important}.custom-todo-button.medium-priority{background-color:#fff8d3 !important}.custom-todo-button.low-priority{background-color:#e7f3ff !important}.custom-todo-button.default-priority{background-color:#fff !important}.custom-menu-High-button{padding:0 !important;border:1px solid #d9d9d9;max-height:278px;scrollbar-width:thin;scroll-behavior:smooth;overflow-y:auto}.custom-menu-High-button .menus-High-button{color:#777;padding:10px 20px;border-bottom:1px solid #d9d9d9}.custom-menu-High-button .menus-High-button:hover{background-color:#eff3ff !important}.custom-modal-size .modal-dialog{max-width:80vw;width:100%}.react-datepicker-wrapper{width:100%;display:block}.react-datepicker__input-container input{width:100%;padding:8px;font-size:14px;border:1px solid #ddd;border-radius:5px;background-color:#fff;color:#333;outline:none;transition:border-color .3s ease}.react-datepicker__input-container input:focus{border-color:#007bff}.react-datepicker__tab-loop,.react-datepicker{border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);font-family:Arial,sans-serif}.react-datepicker__header{border-bottom:none;border-top-left-radius:8px;border-top-right-radius:8px;font-size:11px}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#333;font-weight:normal}.react-datepicker__day--selected,.react-datepicker__day--in-range,.react-datepicker__time-name--selected{background-color:#007bff;color:#fff;border-radius:50%}.react-datepicker__day--keyboard-selected{background-color:#0056b3;color:#fff}.modal-header-custom{border:none;padding:20px 20px 0px 20px !important}.modal-header-custom .modal-title{font-size:16px !important;color:gray !important}.modal-header-custom .modal-title .header-text-icon{display:flex;flex-direction:row;align-items:center;gap:5px}.modal-header-custom .modal-title .header-text-icon .icons-size{height:15px;width:15px;margin-right:5px}.modal-header-custom .modal-title .header-text-icon .text-header{font-size:14px;color:gray}.modal-header-custom .modal-title .maximize-icon{font-size:20px;position:absolute;right:53px;top:22px}.modal-header .btn-close{position:absolute !important;right:21px !important;top:25px !important}.modal-header .story-header{display:flex;padding:0px 0px 10px 0px;width:100%}.modal-header .story-header .story-name{font-size:20px;font-weight:800;display:flex;gap:15px;width:96%;color:#656565}.modal-header .story-header .story-name .story-edit-input{font-size:20px;border:none;border-radius:5px;padding:0px 9px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 4px 10px rgba(0,0,0,.031372549)}.modal-header .story-header .story-name .story-edit-input:hover,.modal-header .story-header .story-name .story-edit-input:focus{background-color:#fff;outline:none}.modal-header .story-header .story-name .save-button{background-color:#40518a;border:1px solid #40518a;color:#fff;margin:5px 10px;font-size:12px;height:24px;border-radius:5px}.modal-header .story-header .story-name .edit-name-button{color:#8f8787;font-size:15px;padding:5px 12px;border-radius:5px;box-shadow:0px 4px 10px rgba(0,0,0,.031372549);border:1px solid #f2f2f2;background-color:#fff;cursor:pointer}.modal-header .story-header .story-name .edit-name-button:hover{background-color:#f7f7f7}.modal-header .story-header .story-name .edit-cancel-button{color:#8f8787;background-color:#fff;font-size:15px;padding:5px 12px;border-radius:5px;box-shadow:0px 4px 10px rgba(0,0,0,.031372549);border:1px solid #f2f2f2;cursor:pointer}.modal-header .story-header .story-name .edit-cancel-button:hover{background-color:#f7f7f7}.modal-title{padding:0px 10px;border-bottom:none}.modal-body-custom{padding:0px 20px 20px 20px;min-height:500px}.modal-body-custom .story-header{display:flex;align-items:center;padding:0px 10px 10px 8px;width:100%}.modal-body-custom .story-header .story-name{font-size:20px;font-weight:800;display:flex;gap:15px;width:96%;color:#656565}.modal-body-custom .story-header .story-name .story-edit-input{font-size:20px;border:none;border-radius:9px;padding:8px 9px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 4px 10px rgba(0,0,0,.031372549);border:1px solid #f2f2f2}.modal-body-custom .story-header .story-name .story-edit-input:hover,.modal-body-custom .story-header .story-name .story-edit-input:focus{background-color:#fff;outline:none}.modal-body-custom .story-header .story-name .save-button{background-color:#40518a;border:1px solid #40518a;color:#fff;margin:5px 10px;font-size:12px;height:24px;border-radius:5px}.modal-body-custom .story-header .story-name .edit-name-button{color:#8f8787;font-size:15px;padding:5px 12px;border-radius:5px;box-shadow:0px 4px 10px rgba(0,0,0,.031372549);border:1px solid #f2f2f2}.modal-body-custom .story-header .story-name .edit-name-button:hover{background-color:#f7f7f7}.modal-body-custom .story-header .story-name .edit-cancel-button{color:#8f8787;margin:1px 10px;font-size:15px;padding:5px 12px;border-radius:5px;box-shadow:0px 4px 10px rgba(0,0,0,.031372549);border:1px solid #f2f2f2}.modal-body-custom .story-header .story-name .edit-cancel-button:hover{background-color:#f7f7f7}.modal-body-custom .story-header .story-details{display:flex;align-items:center;gap:5px;width:30%}.modal-body-custom .story-header .story-details .timer{font-size:1rem;color:#535353;margin-right:2px;padding:8px 20px;border-radius:7px;font-size:14px}.modal-body-custom .story-header .story-details .team{display:flex;align-items:center}.modal-body-custom .story-header .story-details .team .avatar{width:30px;height:30px;border-radius:50%;margin-left:-10px;border:2px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.1)}.modal-body-custom .story-header .story-details .team .more{font-size:.9rem;color:#757575;margin-left:10px}.modal-body-custom .epic_parents{width:100%;display:flex}.modal-body-custom .epic_parents .description-section{padding:0px 20px 0px 10px;width:70%;max-height:613px !important;overflow-y:auto;scrollbar-width:thin;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.modal-body-custom .epic_parents .description-section ::-webkit-scrollbar{width:6px}.modal-body-custom .epic_parents .description-section ::-webkit-scrollbar-thumb{background:#888;border-radius:6px}.modal-body-custom .epic_parents .description-section .text .edit-text{background-color:#f8f8f8;padding:5px 20px;border-radius:7px;color:#2f2f2f;font-size:14px;font-weight:100;margin-top:-7px}.modal-body-custom .epic_parents .description-section .text .edit-text img{margin-right:5px;height:11px;width:10px;margin-bottom:4px;margin-right:6px}.modal-body-custom .epic_parents .description-section .text .disabled{opacity:.5 !important;cursor:not-allowed !important}.modal-body-custom .epic_parents .description-section .list-parents{display:flex;justify-content:end;align-items:center;gap:5px;margin-right:90px}.modal-body-custom .epic_parents .description-section .list-parents .all-home-link{display:none}.modal-body-custom .epic_parents .description-section .list-parents .link{display:flex;gap:20px;background-color:#f8f8f8;padding:5px 20px;border-radius:7px;color:#2f2f2f;font-size:14px}.modal-body-custom .epic_parents .description-section .list-parents .link img{height:22px;width:14px;margin-right:-13px;filter:grayscale(0%) brightness(0%)}.modal-body-custom .epic_parents .description-section .story-modal-tabs{display:flex;border:none}.modal-body-custom .epic_parents .description-section .description{margin-top:-34px}.modal-body-custom .epic_parents .description-section .description .text .required{color:red;margin-left:5px}.modal-body-custom .epic_parents .description-section .description .title{color:#2f2f2f;padding:12px 0px;background-color:#fbfbfb;padding:10px;border-radius:5px;margin-bottom:10px;margin-top:10px}.modal-body-custom .epic_parents .description-section .description .title a{color:#2ea8ee}.modal-body-custom .epic_parents .description-section .description .title .no-description-text{cursor:pointer;padding-bottom:80px}.modal-body-custom .epic_parents .description-section .task-list-container .recurring-status .section-title{font-size:14px;font-weight:800}.modal-body-custom .epic_parents .description-section .task-list-container .add-child-story{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}.modal-body-custom .epic_parents .description-section .task-list-container .add-child-story .add-child{font-size:14px;font-weight:800}.modal-body-custom .epic_parents .description-section .task-list-container .add-child-story .add-link{color:#007bff;cursor:pointer;font-size:14px}.modal-body-custom .epic_parents .description-section .task-list-container .progress-bar{height:13px;background:#ede9e9;border-radius:4px;margin-top:.5rem;overflow:hidden;margin-bottom:13px}.modal-body-custom .epic_parents .description-section .task-list-container .progress-bar .progress-fill{height:100%;background:#4caf50;border-radius:4px}.modal-body-custom .epic_parents .description-section .task-list-container .task-item{display:flex;align-items:center;justify-content:space-between;background-color:#fbfbfb;border-radius:5px;padding:10px;margin-bottom:8px;font-size:14px}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info{display:flex;align-items:center}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info .board-info{color:#535353;font-size:13px;padding:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:122px;max-width:122px;display:inline-block;vertical-align:bottom}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info .epic-container{padding:3px 6px 3px 13px;border-radius:5px;margin:0px 10p;width:124px;box-shadow:1px 1px 3px rgba(0,0,0,.1)}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info .epic-container .epic-icon{height:19px;width:19px;border-style:solid;border-width:1px;border-radius:4px;align-items:center;position:relative;border-color:#fff;top:3px}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info .epic-container .epic-icon .drag-icon{color:#fff;font-size:14px;position:absolute;top:2px;left:2px}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info .task-label{font-size:14px;padding:4px 5px;border-radius:12px;margin-right:10px}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info .task-title{color:#535353;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:550px;display:inline-block;vertical-align:bottom;margin:10px}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .avatar-parents{display:flex;align-items:center;gap:10px}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .avatar-parents .avatar-edit .custom-todo-button{background-color:#fbfbfb !important;color:#fbfbfb !important;box-shadow:none !important}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-avatar img{width:25px;height:25px;border-radius:64%}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-status{font-size:14px;color:#535353;min-width:65px}.modal-body-custom .epic_parents .description-section .task-list-container .linked-issues{margin-top:5px}.modal-body-custom .epic_parents .description-section .task-list-container .linked-issues .linked-issue-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}.modal-body-custom .epic_parents .description-section .task-list-container .linked-issues .linked-issue-title .section-title{font-size:14px;font-weight:800}.modal-body-custom .epic_parents .description-section .task-list-container .linked-issues .linked-issue-title .add-link{color:#007bff;cursor:pointer;font-size:14px;margin-bottom:3px}.modal-body-custom .epic_parents .description-section .task-list-container .linked-issues .blocked{color:gray;font-size:14px;font-weight:600}.modal-body-custom .epic_parents .description-section .activities-container{padding:8px 2px;background-color:#fff}.modal-body-custom .epic_parents .description-section .activities-container .activity-container{display:flex;align-items:center;margin:10px 0;padding:10px 0px;border-radius:8px}.modal-body-custom .epic_parents .description-section .activities-container .activity-container .image{width:50px;height:50px;border-radius:50%;object-fit:cover}.modal-body-custom .epic_parents .description-section .activities-container .activity-container .activity-content{margin-left:15px}.modal-body-custom .epic_parents .description-section .activities-container .activity-container .activity-name{font-size:16px;font-weight:bold}.modal-body-custom .epic_parents .description-section .activities-container .activity-container .activity-words{margin-top:5px;font-size:14px;color:#333}.modal-body-custom .epic_parents .description-section .activities-container .activity-container .activity-time{margin-top:5px;font-size:12px;color:#888}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .calendar-container{flex:1;position:relative}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .calendar-container .go-next{position:absolute;right:0%;top:50%}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .calendar-container .go-prev{position:absolute;left:0%;top:50%}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .calendar-container .caret-icon{background-color:#4d4d4d;padding:2px 6px 1px 6px;border-radius:30px;border:none;z-index:99}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .calendar-container .caret-icon>svg{color:#fff;width:13px;height:19px}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .activity-item{display:flex;flex-direction:column;padding:10px 0px}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .activity-item .activity-header{display:flex;align-items:center;margin-bottom:10px}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .activity-item .avatar{width:40px;height:40px;border-radius:50%;margin-right:15px;object-fit:cover}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .activity-item .user-info{display:flex;flex-direction:column}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .activity-item .user-info strong{font-size:16px;margin-bottom:5px}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .activity-item .user-details{display:flex;gap:10px;font-size:12px;color:#666}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .activity-item .user-details .time-ago{color:#999}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .activity-item .activity-content{margin-top:10px}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .activity-item .activity-content p{margin:0}.modal-body-custom .epic_parents .description-section .activities-container .activity-log .activity-item .activity-content small{color:#999;font-size:12px}.modal-body-custom .epic_parents .description-section .activities-container .activities-header{margin-bottom:10px}.modal-body-custom .epic_parents .description-section .activities-container .activities-header .activity{font-size:14px;font-weight:bold}.modal-body-custom .epic_parents .description-section .activities-container .activities-header .activity .required{color:red;margin-left:5px}.modal-body-custom .epic_parents .description-section .activities-container .activities-filters{display:flex;gap:10px;align-items:center;margin-bottom:12px}.modal-body-custom .epic_parents .description-section .activities-container .activities-filters .filter-tabs{gap:6px !important}.modal-body-custom .epic_parents .description-section .activities-container .activities-filters .filter-tabs .filter{font-size:14px;color:#2f2f2f;cursor:pointer;padding:5px 20px;background-color:#f7f7f7;border-radius:5px}.modal-body-custom .epic_parents .description-section .activities-container .activities-filters .filter-tabs .filter.active{background-color:#f4f6fc}.modal-body-custom .epic_parents .description-section .activities-container .activities-filters .filter-tabs .filter:hover{border-radius:5px !important}.modal-body-custom .epic_parents .description-section .activities-container .link-story-show{display:flex;border:none}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item{display:flex;align-items:start;margin-bottom:5px;color:#fff;width:100%;max-height:100vh}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .avatar{width:35px;height:35px;border-radius:50%;margin-right:10px;margin-top:5px}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .comment-container{margin-bottom:10px}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .comment-container .comment-box{padding:5px 10px;background-color:#fbfbfb;border-radius:5px;width:100%}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .comment-container .comment-box .top{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .comment-container .comment-box .top .name{color:#001458;font-weight:600;font-size:14px}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .comment-container .comment-box .top .edited{color:#212121;font-size:13px;margin-left:10px;font-weight:500}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .comment-container .comment-box .top .edit-icon{color:gray;font-size:14px}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .editing-active{margin-bottom:175px}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .activity-text{flex-grow:1;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:600px;display:inline-block;vertical-align:bottom}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .activity-text .mention{font-weight:bold;background-color:gray}.modal-body-custom .epic_parents .maximize-wrap{max-height:calc(100vh - 320px) !important;min-height:calc(100vh - 220px) !important}.modal-body-custom .epic_parents .right{width:29%;background-color:#fff;position:relative;max-height:570px;overflow-y:auto;scrollbar-width:thin;margin-left:1%;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.modal-body-custom .epic_parents .right ::-webkit-scrollbar{width:6px}.modal-body-custom .epic_parents .right ::-webkit-scrollbar-thumb{background:#888;border-radius:6px}.modal-body-custom .epic_parents .right .story-details{display:flex;align-items:center;gap:5px;width:100%;justify-content:space-between;padding:0px 10px 10px 0px}.modal-body-custom .epic_parents .right .story-details .timer{font-size:1rem;color:#a4a4a4;margin-right:2px;padding:4px 20px 6px 20px;border-radius:7px;font-size:18px}.modal-body-custom .epic_parents .right .story-details .parent-container{display:flex;flex-direction:row;border:1px solid rgba(0,0,0,.0784313725);border-radius:5px;padding:3px;align-items:center}.modal-body-custom .epic_parents .right .story-details .parent-container .value{color:#777 !important}.modal-body-custom .epic_parents .right .story-details .team{display:flex;align-items:center}.modal-body-custom .epic_parents .right .story-details .team .avatar{width:30px;height:30px;border-radius:50%;margin-left:-10px;border:2px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.1)}.modal-body-custom .epic_parents .right .story-details .team .more{font-size:.9rem;color:#757575;margin-left:10px}.modal-body-custom .epic_parents .right .time-label{font-size:13px;color:#535353;margin-top:10px}.modal-body-custom .epic_parents .right .right-wrap-content{padding:0px 10px 10px 0px;border-radius:5px}.modal-body-custom .epic_parents .right .right-wrap-content .label{font-size:13px;padding-right:40px}.modal-body-custom .epic_parents .right .right-wrap-content .details-header div{font-size:15px;color:#000}.modal-body-custom .epic_parents .right .right-wrap-content .detail{margin-bottom:9px;background-color:#fbfbfb;padding:12px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .react-datepicker__navigation-icon--previous{right:6px !important;display:none}.modal-body-custom .epic_parents .right .right-wrap-content .detail .react-datepicker__navigation-icon--next{right:6px !important;display:none}.modal-body-custom .epic_parents .right .right-wrap-content .detail .add-icon-text{margin-left:4px;display:flex;align-items:center;width:14px;height:14px;cursor:pointer;margin-bottom:5px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .add-icon-text .label-container{margin-bottom:5px;padding:4px 8px;border:1px solid #ddd;border-radius:6px;background-color:#fff}.modal-body-custom .epic_parents .right .right-wrap-content .detail .add-icon-text img{width:100%;height:100%}.modal-body-custom .epic_parents .right .right-wrap-content .detail .time-picker{display:inline-flex;align-items:center;gap:.75rem;padding:10px 0px;width:100%;border-radius:.375rem;font-size:14px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .time-picker .time-label{color:#000;font-size:.875rem;font-weight:700;font-size:13px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .time-picker .time-controls{display:flex;align-items:center;gap:3px;font-size:14px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .time-picker .time-unit{display:flex;flex-direction:column;align-items:center}.modal-body-custom .epic_parents .right .right-wrap-content .detail .time-picker .time-unit .time-button{width:100%;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:rgba(0,0,0,0);color:#0d6efd;cursor:pointer;transition:all .2s;padding:0}.modal-body-custom .epic_parents .right .right-wrap-content .detail .time-picker .time-unit .time-button:hover{color:#0a58ca;background-color:#f8f9fa;border-radius:2px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .time-picker .time-unit .time-value{height:28px;display:flex;align-items:center;justify-content:center;font-weight:500;user-select:none;border:1px solid #d3c9c9;padding:10px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .time-picker .separator{font-size:1.25rem;font-weight:500;padding:0px 7px 0px 7px;color:#495057}.modal-body-custom .epic_parents .right .right-wrap-content .detail .time-select-up-icon{cursor:pointer;font-size:20px;margin-bottom:10px;color:blue;font-weight:800}.modal-body-custom .epic_parents .right .right-wrap-content .detail .time-select-down-icon{cursor:pointer;font-size:20px;margin-top:10px;color:blue;font-weight:800}.modal-body-custom .epic_parents .right .right-wrap-content .detail button{font-size:0em !important;cursor:pointer !important;margin:-17px 2px !important}.modal-body-custom .epic_parents .right .right-wrap-content .detail .buttonSetDate{color:#007bff;padding:8px 15px;font-size:14px;cursor:pointer;display:block;margin-left:-15px}.modal-body-custom .epic_parents .right .right-wrap-content .detail h4{font-size:14px;margin:0;font-weight:600}.modal-body-custom .epic_parents .right .right-wrap-content .detail .version-container{background-color:#fff;margin-bottom:5px;padding:4px 8px;margin-right:4px;border-radius:6px;align-items:center;max-width:80%}.modal-body-custom .epic_parents .right .right-wrap-content .detail .version-container span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:bottom}.modal-body-custom .epic_parents .right .right-wrap-content .detail .version-container .cross-icon{font-size:12px;margin-left:13px;cursor:pointer;margin-top:5px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .version-container .label{font-size:13px;padding-right:40px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .parent-container{align-items:center;margin-top:2px;border:1px solid rgba(0,0,0,.0784313725);border-radius:5px;padding:3px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .parent-container .epic-icon{height:19px;width:19px;border-style:solid;border-width:1px;border-radius:4px;align-items:center;position:relative;border-color:#fff}.modal-body-custom .epic_parents .right .right-wrap-content .detail .parent-container .epic-icon .drag-icon{color:#fff;font-size:14px;position:absolute;top:2px;left:2px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .parent-container .value{font-size:12px;margin-left:10px;color:#535353}.modal-body-custom .epic_parents .right .right-wrap-content .detail .label{font-size:13px;font-weight:600;color:#535353;color:#4f4b4b}.modal-body-custom .epic_parents .right .right-wrap-content .detail .value{font-size:12px;margin-left:10px;color:#535353}.modal-body-custom .epic_parents .right .right-wrap-content .detail button{background:none;border:none;color:#007bff;font-size:1em;cursor:pointer}.modal-body-custom .epic_parents .right .right-wrap-content .detail .avatars{display:flex;align-items:center;margin-top:0px}.modal-body-custom .epic_parents .right .right-wrap-content .detail .avatars img{width:22px;height:22px;border-radius:50%;margin-right:5px}.modal-body-custom .epic_parents .right .right-wrap-content .avatars{display:flex;align-items:center;margin-top:20px}.modal-body-custom .epic_parents .right .right-wrap-content .avatars img{width:28px;height:28px;border-radius:50%;margin-right:5px}.modal-body-custom .epic_parents .right .right-wrap-content .avatars span{font-size:.9em;color:#007bff;cursor:pointer}.modal-body-custom .epic_parents .right-height{max-height:615px}.modal-body-custom .epic_parents .maximize-right{max-height:calc(100vh - 320px) !important;min-height:calc(100vh - 220px) !important}@media screen and (max-width: 1694px){.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info .task-title{max-width:431px}}@media screen and (max-width: 1522px){.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info .task-title{max-width:319px}}@media screen and (max-width: 1600px){.modal-header .story-header .story-name{font-size:18px}.modal-body-custom .epic_parents .description-section{max-height:450px !important;min-height:450px !important}.modal-body-custom .epic_parents .maximize-wrap{max-height:calc(100vh - 320px) !important;min-height:calc(100vh - 220px) !important}.modal-body-custom .epic_parents .maximize-right{max-height:calc(100vh - 320px) !important;min-height:calc(100vh - 220px) !important}.modal-body-custom .story-header .story-name{font-size:18px}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .comment-container .comment-box .top .edit-icon{font-size:12px}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .comment-container .comment-box .top .edited{font-size:11px}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .comment-container .comment-box .top .name{font-size:12px}.modal-body-custom .epic_parents .description-section .task-list-container .task-item{font-size:12px}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info .task-title{font-size:12px}.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info .epic-container{font-size:12px}.modal-body-custom .epic_parents .right{max-height:450px}.modal-body-custom .epic_parents .right .story-details .timer{font-size:16px;padding:4px 6px 6px 6px}.modal-body-custom .epic_parents .right .right-wrap-content{padding:2px 7px 2px 7px}.modal-body-custom .epic_parents .right .right-wrap-content .detail{padding:2px 5px}}@media screen and (max-width: 1422px){.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .editing-active{margin-bottom:246px}}@media screen and (max-width: 1375px){.modal-body-custom .epic_parents .description-section .task-list-container .task-item .task-info .task-title{max-width:194px}.modal-body-custom .epic_parents .right .story-details{flex-direction:column;align-items:start}.modal-body-custom .epic_parents .right .story-details .timer-container{justify-content:end !important}.modal-body-custom .epic_parents .right .story-details .timer-container .timer{padding:4px 16px 6px 6px}}@media screen and (max-width: 1305px){.modal-body-custom{min-height:380px}.modal-body-custom .epic_parents .description-section{max-height:350px !important;min-height:350px !important}.modal-body-custom .epic_parents .maximize-wrap{max-height:calc(100vh - 320px) !important;min-height:calc(100vh - 220px) !important}.modal-body-custom .epic_parents .right{max-height:350px}.modal-body-custom .epic_parents .maximize-right{max-height:calc(100vh - 320px) !important;min-height:calc(100vh - 220px) !important}}@media screen and (max-width: 1230px){.modal-header .story-header{flex-direction:column}.modal-header .story-header .story-name{width:95%}.modal-body-custom .story-header{flex-direction:column}.modal-body-custom .story-header .story-name{width:95%}.modal-body-custom .epic_parents{flex-direction:column-reverse;gap:10px}.modal-body-custom .epic_parents .description-section{width:100%}.modal-body-custom .epic_parents .description-section .activities-container .activities-list .activity-item .editing-active{margin-bottom:210px}.modal-body-custom .epic_parents .right{width:100%}.modal-body-custom .epic_parents .right .story-details{flex-direction:row !important}}trix-toolbar .trix-button-row{flex-wrap:wrap !important}.css-1bh2ls2-menu{width:250px !important}.css-1ny915p-control{width:250px !important}.css-1polama-control{width:250px !important}.fc .fc-daygrid-day-number{color:#2f2f2f}.fc .fc-col-header-cell-cushion{color:#2f2f2f}.react-datepicker__month-option{color:#000 !important}.react-datepicker__year-option{color:#000 !important}.react-datepicker__day--disabled{color:gray !important;pointer-events:none;cursor:not-allowed;opacity:.6}.cancel-card-modal-button{color:#5d5fef;background-color:#f5f5ff;border:none;border-radius:10px}.create-card-modal-button{color:#fff;background-color:#5d5fef;border:none;border-radius:10px}.story-modal-tabs .nav-link.active{border:none}.story-modal-tabs .nav-link{color:#000}.activities-container .activities-filters .nav-link.active{border:none;background-color:#f7f7f7}.fc .fc-toolbar-title{font-size:18px !important;font-weight:600}.fc .fc-button-primary:disabled{font-size:13px;padding:5px}.table-tab-container .story-modal-tabs .nav-link.active{border-top:2px solid #40518a;border-left:1px solid #e5dede;border-right:1px solid #e5dede}.days-left{color:#f9a503}.sprint-review-heading{font-size:16px;font-weight:600;margin-bottom:14px}.review-top{padding:0px 43px;gap:21px;margin-bottom:21px}.review-top .sprint-duration{color:#363636;font-weight:600}.sprint-info{display:flex;justify-content:space-between;margin-bottom:15px;max-width:100%;overflow-y:scroll;gap:17px;padding:8px 10px}.sprint-info .info-box{padding:14px 21px;box-shadow:0px 3px 6px 2px rgba(0,0,0,.0784313725);border-radius:8px;min-width:30%;gap:6px;flex-direction:column;transition:all .3s ease-in-out}.sprint-info .info-box p{color:#606060}.sprint-info .info-box div{align-items:center;font-size:21px}.sprint-info .info-box div strong{color:#606060}.sprint-info .info-box:hover{transform:translateY(-3px);background-color:#f8f9fa}.progress-tracking{margin-bottom:15px}.progress-tracking p{display:flex;justify-content:space-between;background-color:#f6f7fb;margin-bottom:10px;padding:10px 13px;border-radius:5px}.feedback-textarea{height:150px}.comments-section{margin-top:20px;overflow-x:scroll;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#c5bcbc rgba(0,0,0,0)}.comments-section h5{margin-bottom:10px}.comments-section .list-group-container{min-height:76px}.comments-section .list-group-container .list-group-item{padding:10px;border-radius:4px;margin-bottom:5px;border:none;width:100%;transition:background .3s ease,box-shadow .3s ease}.comments-section .list-group-container .list-group-item strong{color:#001458;font-weight:600}.comments-section .list-group-container .list-group-item .text-muted{font-size:12px}.comments-section .list-group-container .list-group-item .review-name{width:100%}.comments-section .list-group-container .list-group-item .review-body{margin:2px 0 0;font-size:14px;width:100%;white-space:wrap}.comments-section .list-group-container .list-group-item:hover{background:#f0f4ff;box-shadow:0 2px 6px rgba(0,0,0,.1);cursor:pointer}@media screen and (max-width: 990px){.review-header{flex-direction:column !important}.review-top{padding:0px}.review-top .top-header{flex-direction:column !important}.sprint-info .info-box{padding:14px 6px}}.recent-activities{width:100%;margin-top:10px}.recent-activities .heading{color:#535353;font-weight:700}.recent-activities .description{color:#645d5d;margin-top:5px}.recent-activities .day{height:39px;width:60px;border-radius:10px;background-color:#eff3ff;color:#40518a;padding:7px 16px;margin:10px 0px}.recent-activities .notification-container{gap:2px;width:100%;max-height:calc(100vh - 320px);overflow-y:scroll;scroll-behavior:smooth;margin-top:10px}.recent-activities .notification-container .search-result{height:500px}.recent-activities .notification-container .search-result p{font-size:20px;font-weight:700}.recent-activities .notification-container .content{gap:7px;background-color:#fff;align-items:center;padding:10px 0px;width:100%;border-bottom:1px solid #f3f3f3}.recent-activities .notification-container .content .circle-image{width:35px;height:35px;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center}.recent-activities .notification-container .content .circle-image img{width:100%;height:auto;object-fit:cover}.recent-activities .notification-container .content .content-right{width:100%}.recent-activities .notification-container .content .content-right .date{font-size:14px}.recent-activities .notification-container .content .content-right .name{color:#645d5d}.recent-activities .notification-container .content .content-right .content-description{color:#645d5d;white-space:nowrap;width:1067px;position:relative;overflow:hidden;text-overflow:ellipsis}.recent-activities .notification-container .content .content-right .content-description b{color:#645d5d;font-weight:200}.recent-activities .notification-container .content:hover{background-color:#fff}@media screen and (max-width: 1530px){.recent-activities .notification-container{max-height:calc(100vh - 220px)}.recent-activities .notification-container .content .content-right .content-description{width:847px}}@media screen and (max-width: 1300px){.recent-activities .notification-container .content .content-right .content-description{width:640px}}@media screen and (max-width: 1080px){.recent-activities .notification-container .content .content-right .content-description{width:440px}}@media screen and (max-width: 664px){.recent-activities .notification-container .content .content-right .content-description{width:220px}}.modalStyle{background-color:#fff;border-radius:8px;padding:1px;margin:10px 0px}.modalStyle .ok-button{background-color:#40518a;border:1px solid #40518a;color:#fff;margin:1px 10px;font-size:14px;padding:0px 4px;border-radius:5px;cursor:pointer}.modalStyle .cancel-button{background-color:#fff;border:1px solid #40518a;color:#40518a;margin:1px 10px;font-size:14px;padding:0px 4px;border-radius:5px;cursor:pointer}.modalStyle .schedule-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.375rem}.modalStyle .schedule-button:hover{background-color:#f8f9fa}.modalStyle .recur-body{display:flex;max-width:247px;flex-direction:column;justify-content:start;gap:16px;padding:10px 0px}.modalStyle .recur-body .text{font-size:16px;color:#000}.modalStyle .recur-body .day-buttons{display:flex;align-items:center;font-size:14px;transition:all .2s;padding:0;cursor:pointer;gap:4px}.modalStyle .recur-body .day-buttons.selected{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.modalStyle .recur-body .day-buttons.selected:hover{background-color:#0b5ed7}.modalStyle .recur-body .ok-button{background-color:#40518a;border:1px solid #40518a;color:#fff;margin:1px 10px;font-size:14px;padding:0px 4px;border-radius:5px;cursor:pointer}.modalStyle .recur-body .cancel-button{background-color:#fff;border:1px solid #40518a;color:#40518a;margin:1px 10px;font-size:14px;padding:0px 4px;border-radius:5px;cursor:pointer}.day-button{width:2rem;height:31px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;border-width:1px;cursor:pointer;background-color:#fff}.day-button:hover{background-color:#f8f9fa}.day-button.selected{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.day-button.selected:hover{background-color:#0b5ed7}input[type=radio]{width:1rem;height:1rem}.day-box{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;background-color:#fff;transition:background-color .3s;cursor:pointer}.day-box:hover{background-color:#f8f9fa}.day-box.selected{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.day-box.selected:hover{background-color:#0b5ed7}.day-box:hover{background-color:#f0faff}.day-box{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;background-color:#fff;transition:background-color .3s}.day-box:hover{background-color:#f0faff}.weekly-schedule-modal .modal-dialog{max-width:300px}.weekly-schedule-modal .modal-content{border-radius:8px;background-color:#f1f1f1;padding:1px}.weekly-schedule-modal .day-buttons{display:flex;align-items:center;font-size:14px;transition:all .2s;padding:0;cursor:pointer;gap:4px}.weekly-schedule-modal .day-buttons.selected{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.weekly-schedule-modal .day-buttons.selected:hover{background-color:#0b5ed7}.modal-footer{justify-content:center}.modal-title{font-size:18px;font-weight:700}.recurr-body{background-color:#fff;padding:20px;border-radius:4px}.content-containerr{text-align:left;color:#333}.content-containerr .heading-textarea{width:100%;max-height:80px;overflow-y:auto;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:4px;resize:none;background-color:#e9ecef;color:#495057;text-align:left}.button-container{margin-top:20px;text-align:center}.close-button{background-color:#40518a;color:#fff;border:1px solid #40518a;border-radius:4px;padding:6px 30px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.close-button:hover{background-color:#0056b3}.modal-content{box-shadow:0 4px 12px rgba(0,0,0,.15)}@media screen and (max-width: 1690px){.day-button{width:30px;height:30px}.week-font{font-size:12px}}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .setting-access{margin-right:40px;padding-left:3px;display:flex;flex-direction:row;font-size:15px;font-weight:700;position:sticky;top:0;background-color:#fff;z-index:10}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .setting-access .access-heading1{width:50%}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .setting-access .access-heading2{width:35%}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .setting-access .access-heading3{width:15%}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list{height:700px;overflow-y:auto;position:relative}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row{padding-left:20px;height:80px;align-items:center;display:flex;border-radius:10px;border:2px solid #fff;margin:13px 3px 8px 3px;box-shadow:1px 1px 0px 2px rgba(.1,.1,.1,.1);font-size:14px;font-weight:500}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-element1{width:50%;font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-element2{width:33%;font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-element2 .add-edit-member-button{border-radius:15px;background-color:#ccf1d1;color:#00a81a;padding:3px 7px 3px 7px;font-size:10px;cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-element3{width:15%;display:flex;align-items:center}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-element4{width:5%}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-element4 .dropdown{position:relative}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-element4 .dropdown .dropdown-toggle{cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-element4 .dropdown .dropdown-menu{display:block;position:absolute;top:30px;right:0;background-color:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:1000;width:150px;margin:0;box-sizing:border-box}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-element4 .dropdown .dropdown-menu .dropdown-item{padding:8px 16px;cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-element4 .dropdown .dropdown-menu .dropdown-item:hover{background-color:#1f68ee;color:#fff}@media screen and (max-width: 882px){.hrms-wrap .dashboard-wrap .inner-wrap .content-container .setting-access{display:none}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row{flex-direction:column;padding:10px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-top .access-name{font-weight:700;font-size:13px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-top .access-toggle{flex-shrink:0}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:5px;font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-bottom .access-members{font-size:12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-bottom .access-options .dropdown .dropdown-toggle{font-size:16px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-bottom .access-options .dropdown{position:relative}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-bottom .access-options .dropdown .dropdown-toggle{cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-bottom .access-options .dropdown .dropdown-menu{top:25px;right:-10px;width:120px;font-size:14px;display:block;position:absolute;top:30px;right:0;background-color:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:1000;width:150px;margin:0;box-sizing:border-box}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-bottom .access-options .dropdown .dropdown-menu .dropdown-item{padding:8px 16px;cursor:pointer}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .access-list .access-row .access-row-bottom .access-options .dropdown .dropdown-menu .dropdown-item:hover{background-color:#1f68ee;color:#fff}}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .top-header-content{justify-content:space-between;display:flex;padding:20px 20px 14px 0px;align-items:center;border-bottom:1px solid #d1d1d1}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .top-header-content .top-heading{font-weight:600;color:#40518a;font-size:16px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .top-header-content .top-bottom{gap:20px;align-items:center}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .top-header-content .top-bottom .active{background-color:#d2f3d7;color:#00a81a;padding:6px 14px;border-radius:20px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .top-header-content .top-bottom .icon{background-color:rgba(124,115,115,.1803921569);padding:5px 12px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .top-header-content .top-bottom .dropdown-toggle::after{color:#fff;background-color:#fff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap{padding:38px 20px 30px 0px;max-height:calc(100vh - 207px);overflow:auto;scrollbar-width:thin}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap{position:relative}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap label{position:absolute;top:-12px;left:16px;background-color:#fff;border-radius:5px;font-size:14px;font-family:var(--font-regular)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap input,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap select,.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap textarea{width:100%;border-radius:5px;color:var(--text-grey);background-color:#fff;border:1px solid #d1d1d1;padding:12px;font-size:14px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap .disabled-field{cursor:not-allowed}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap .search-results{z-index:1;position:absolute;top:100%;left:0%;width:95% !important;list-style-type:none;width:100%;padding:0px;border-radius:5px;border:1px solid var(--primary-light-grey);overflow-y:scroll;max-height:140px;scroll-behavior:smooth}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap .search-results li{color:var(--primary-theme);font-size:16px;padding:5px 12px;font-weight:bold;cursor:pointer;background-color:var(--primary-theme-white)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap .search-results li.active{background-color:var(--primary-theme);color:var(--primary-theme-white)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap .search-results li:hover{background-color:var(--primary-theme);color:var(--primary-theme-white)}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap .search-results .img-data{display:flex;align-items:center;gap:15px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap .branch-link{color:#1f94ff}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap .branch-link:hover{cursor:pointer;color:blue}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap .form-errors{font-size:"0.8rem";color:red}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .form-field-wrap .caret-down-icon{position:absolute;height:20px;right:4%;top:50%;transform:translateY(-50%);cursor:pointer;color:#777;outline:none}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .button-containerr{margin-top:23px}.hrms-wrap .dashboard-wrap .inner-wrap .content-container .details-wrap .button-containerr button{height:36px;width:100px;border-radius:5px;background-color:#40518a;color:#fff;border-color:#40518a}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}.yellow-color{color:#fbbf24}.login-page-wrapper{min-height:100vh;background-color:#f8f9fa;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}.login-header{background-color:#fff;border-bottom:1px solid #e9ecef;padding:15px 0;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000}.login-header .container{max-width:1200px;margin:0 auto;padding:0 20px}.login-header .header-content{display:flex;justify-content:space-between;align-items:center}.login-header .brand-logo .brand-logo-img{object-fit:cover;background-repeat:no-repeat;background-position:center;background-size:contain;width:80%;height:80%;max-width:180px}.login-header .header-nav{display:flex;align-items:center;gap:30px}.login-header .header-nav .nav-link{color:#6b7280;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.login-header .header-nav .nav-link:hover{color:#1e3a8a}.login-header .header-nav .login-btn-header{background-color:#1e3a8a;color:#fff;border:none;padding:8px 20px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.login-header .header-nav .login-btn-header:hover{background-color:#1e40af}.wrapper-lg.form-wrapper{padding:50px 0;margin-top:50px}.login_wrapper .container{max-width:1200px;margin:0 auto;padding:0 20px}.login_wrapper .form-sections .login_row .row{display:flex;min-height:600px;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:8px;overflow:hidden;background-color:#fff}.login_wrapper .col-md-7{position:relative}.login_wrapper .col-md-7 .carousel-inner{height:100%}.login_wrapper .col-md-7 .carousel-inner .item.active.login-image{height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.login_wrapper .col-md-7 .carousel-inner .item.active.login-image::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4)}.login_wrapper .col-md-7 .carousel-inner .item.active.login-image .kivo-logo-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;z-index:2;color:#fff}.login_wrapper .col-md-7 .carousel-inner .item.active.login-image .kivo-logo-overlay .kivo-logo-white{width:120px;height:auto;filter:brightness(0) invert(1);margin-bottom:20px}.login_wrapper .col-md-7 .carousel-inner .item.active.login-image .kivo-logo-overlay .kivo-tagline{font-size:18px;font-weight:300;margin:0;opacity:.9;line-height:1.4;max-width:300px}.col-md-5.f-register-container{display:flex;align-items:center;justify-content:center;padding:40px;background-color:#fff}.login_page{width:100%;max-width:400px}.login_page .f-login-title{margin-bottom:30px;text-align:center}.login_page .f-login-title .font-20-sm.fw-100{font-size:24px;font-weight:300;color:#1f2937;margin:0}.login_page .login-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px}.login_page form .form-control{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151;background-color:#fff;margin-bottom:20px;transition:border-color .2s ease,box-shadow .2s ease}.login_page form .form-control:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.login_page form .form-control::placeholder{color:#9ca3af}.login_page form .pos_relative{position:relative}.login_page form .pos_relative .eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:20px;cursor:pointer;transition:color .2s ease}.login_page form .pos_relative .eye:hover{color:#374151}.login_page form .field-error{color:#dc2626;font-size:12px;margin-top:-15px;margin-bottom:15px}.login_page form .align_link{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.login_page form .align_link .checkbox{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;cursor:pointer}.login_page form .align_link .checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#8b5cf6}.login_page form .align_link .f-link{color:#8b5cf6;text-decoration:none;font-size:14px;transition:color .2s ease}.login_page form .align_link .f-link:hover{color:#7c3aed;text-decoration:underline}.login_page form .f-login-btn{width:100%;background-color:#8b5cf6;color:#fff;border:none;padding:14px 20px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-bottom:20px}.login_page form .f-login-btn:hover:not(:disabled){background-color:#7c3aed}.login_page form .f-login-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.login_page .icons_content{text-align:center}.login_page .icons_content .f-link{color:#8b5cf6;text-decoration:none;font-size:14px;transition:color .2s ease}.login_page .icons_content .f-link:hover{color:#7c3aed;text-decoration:underline}.login-footer{background-color:#f8f9fa;border-top:1px solid #e9ecef;padding:40px 0}.login-footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.login-footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:30px}.login-footer .footer-content .footer-section h4{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:15px}.login-footer .footer-content .footer-section .contact-item,.login-footer .footer-content .footer-section .address-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:14px;color:#6b7280}.login-footer .footer-content .footer-section .contact-item i,.login-footer .footer-content .footer-section .address-item i{margin-top:2px;color:#fbbf24;font-size:18px}.login-footer .footer-content .footer-section .help-links{display:flex;flex-direction:column;gap:8px}.login-footer .footer-content .footer-section .help-links .help-link{color:#6b7280;text-decoration:none;font-size:14px;transition:color .2s ease}.login-footer .footer-content .footer-section .help-links .help-link:hover{color:#8b5cf6}.login-footer .footer-content .footer-section .follow-text{font-size:14px;color:#6b7280;margin-bottom:15px}.login-footer .footer-content .footer-section .email-subscription{display:flex;gap:8px;margin-bottom:20px}.login-footer .footer-content .footer-section .email-subscription .email-input{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151}.login-footer .footer-content .footer-section .email-subscription .email-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.login-footer .footer-content .footer-section .email-subscription .email-input::placeholder{color:#9ca3af}.login-footer .footer-content .footer-section .email-subscription .subscribe-btn{background-color:#fbbf24;color:#fff;border:none;padding:10px 12px;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.login-footer .footer-content .footer-section .email-subscription .subscribe-btn:hover{background-color:#f59e0b}.login-footer .footer-content .footer-section .email-subscription .subscribe-btn i{font-size:18px;color:#fff}.login-footer .footer-content .footer-section .social-icons{display:flex;gap:12px}.login-footer .footer-content .footer-section .social-icons .social-icon{width:40px;height:40px;background-color:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#40518a;text-decoration:none;transition:all .2s ease}.login-footer .footer-content .footer-section .social-icons .social-icon:hover{background-color:#8b5cf6;color:#fff}.login-footer .footer-content .footer-section .social-icons .social-icon i{font-size:20px}@media(max-width: 1024px){.login-header .header-nav{gap:20px}.login-header .header-nav .nav-link{font-size:13px}.login-header .header-nav .login-btn-header{padding:7px 16px;font-size:13px}.login_wrapper .container{padding:0 15px}.login_wrapper .form-sections .login_row .row{min-height:550px}.login_page{max-width:380px}.login-footer .footer-content{gap:25px}}@media(max-width: 991px){.login-header .brand-logo .brand-logo-img{width:70%;height:70%}.login-header .header-nav{gap:15px}.login-header .header-nav .nav-link{font-size:12px}.wrapper-lg.form-wrapper{padding:40px 0;margin-top:70px}.login_wrapper .form-sections .login_row .row{min-height:500px}.col-md-5.f-register-container{padding:35px 25px}.login-footer{padding:35px 0}.login-footer .footer-content{grid-template-columns:repeat(2, 1fr);gap:30px}}@media(max-width: 768px){.login-header{padding:12px 0}.login-header .container{padding:0 15px}.login-header .header-content{flex-direction:column;gap:12px}.login-header .brand-logo .brand-logo-img{width:60%;height:60%}.login-header .header-nav{flex-wrap:wrap;justify-content:center;gap:12px}.login-header .header-nav .nav-link{font-size:12px;padding:5px}.login-header .header-nav .login-btn-header{padding:6px 14px;font-size:12px}.wrapper-lg.form-wrapper{padding:30px 0;margin-top:140px}.login_wrapper .container{padding:0 10px}.login_wrapper .form-sections .login_row .row{flex-direction:column;min-height:auto;box-shadow:0 2px 15px rgba(0,0,0,.08)}.login_wrapper .col-md-7{height:280px}.login_wrapper .col-md-7 .carousel-inner .item.active.login-image .kivo-logo-overlay .kivo-logo-white{width:75px;margin-bottom:12px}.login_wrapper .col-md-7 .carousel-inner .item.active.login-image .kivo-logo-overlay .kivo-tagline{font-size:13px;max-width:240px;padding:0 10px}.col-md-5.f-register-container{padding:30px 20px;background-color:#fff}.login_page{max-width:100%}.login_page .f-login-title{margin-bottom:25px}.login_page .f-login-title .font-20-sm.fw-100{font-size:22px}.login_page form .form-control{padding:11px 14px;font-size:13px;margin-bottom:18px}.login_page form .pos_relative .eye{font-size:18px}.login_page form .align_link{margin-bottom:20px}.login_page form .align_link .checkbox{font-size:13px}.login_page form .align_link .f-link{font-size:13px}.login_page form .f-login-btn{padding:13px 18px;font-size:15px}.login_page .icons_content .f-link{font-size:13px}.login-footer{padding:30px 0}.login-footer .container{padding:0 15px}.login-footer .footer-content{grid-template-columns:1fr;gap:25px}.login-footer .footer-content .footer-section h4{font-size:15px;margin-bottom:12px}.login-footer .footer-content .footer-section .contact-item,.login-footer .footer-content .footer-section .address-item{font-size:13px;margin-bottom:8px}.login-footer .footer-content .footer-section .contact-item i,.login-footer .footer-content .footer-section .address-item i{font-size:16px}.login-footer .footer-content .footer-section .help-links .help-link{font-size:13px}.login-footer .footer-content .footer-section .follow-text{font-size:13px;margin-bottom:12px}.login-footer .footer-content .footer-section .email-subscription .email-input{padding:9px 11px;font-size:13px}.login-footer .footer-content .footer-section .email-subscription .subscribe-btn{padding:9px 11px}.login-footer .footer-content .footer-section .email-subscription .subscribe-btn i{font-size:16px}.login-footer .footer-content .footer-section .social-icons{gap:10px}.login-footer .footer-content .footer-section .social-icons .social-icon{width:38px;height:38px}.login-footer .footer-content .footer-section .social-icons .social-icon i{font-size:18px}}@media(max-width: 480px){.login-header{padding:10px 0}.login-header .brand-logo .brand-logo-img{width:50%;height:50%}.login-header .header-nav{gap:8px}.login-header .header-nav .nav-link{font-size:11px;padding:3px}.login-header .header-nav .login-btn-header{padding:5px 12px;font-size:11px}.wrapper-lg.form-wrapper{padding:20px 0;margin-top:130px}.login_wrapper .container{padding:0 5px}.login_wrapper .col-md-7{height:220px}.login_wrapper .col-md-7 .carousel-inner .item.active.login-image .kivo-logo-overlay .kivo-logo-white{width:60px;margin-bottom:10px}.login_wrapper .col-md-7 .carousel-inner .item.active.login-image .kivo-logo-overlay .kivo-tagline{font-size:12px;max-width:200px;padding:0 15px}.col-md-5.f-register-container{padding:20px 15px}.login_page .f-login-title{margin-bottom:20px}.login_page .f-login-title .font-20-sm.fw-100{font-size:20px}.login_page form .form-control{padding:10px 12px;font-size:13px;margin-bottom:16px}.login_page form .pos_relative .eye{font-size:16px;right:10px}.login_page form .align_link{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:18px}.login_page form .align_link .checkbox{font-size:12px}.login_page form .align_link .f-link{font-size:12px}.login_page form .f-login-btn{padding:12px 16px;font-size:14px}.login_page .icons_content .f-link{font-size:12px}.login-footer{padding:25px 0}.login-footer .container{padding:0 10px}.login-footer .footer-content{gap:20px}.login-footer .footer-content .footer-section h4{font-size:14px;margin-bottom:10px}.login-footer .footer-content .footer-section .contact-item,.login-footer .footer-content .footer-section .address-item{font-size:12px;gap:8px}.login-footer .footer-content .footer-section .contact-item i,.login-footer .footer-content .footer-section .address-item i{font-size:14px}.login-footer .footer-content .footer-section .help-links .help-link{font-size:12px}.login-footer .footer-content .footer-section .follow-text{font-size:12px}.login-footer .footer-content .footer-section .email-subscription{flex-direction:column;gap:10px}.login-footer .footer-content .footer-section .email-subscription .email-input{width:100%;padding:8px 10px;font-size:12px}.login-footer .footer-content .footer-section .email-subscription .subscribe-btn{width:100%;padding:8px 10px}.login-footer .footer-content .footer-section .email-subscription .subscribe-btn i{font-size:14px}.login-footer .footer-content .footer-section .social-icons{justify-content:center;gap:8px}.login-footer .footer-content .footer-section .social-icons .social-icon{width:36px;height:36px}.login-footer .footer-content .footer-section .social-icons .social-icon i{font-size:16px}}@media(max-width: 360px){.login-header{padding:8px 0}.login-header .header-nav .nav-link{display:none}.wrapper-lg.form-wrapper{margin-top:80px;padding:15px 0}.login_wrapper .col-md-7{height:180px}.col-md-5.f-register-container{padding:15px 10px}.login_page .f-login-title .font-20-sm.fw-100{font-size:18px}}.visitor-form-page{min-height:100vh;min-height:100dvh;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:var(--primary-background-white, #ffffff);font-family:var(--font-regular-sans, "Pacaembu Trial Regular", "Segoe UI", sans-serif);color:var(--text-black, #000000);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:clamp(20px,4vw,40px) clamp(16px,4vw,48px) 40px;box-sizing:border-box}.visitor-form-page--loading,.visitor-form-page--error{justify-content:center;min-height:100vh;min-height:100dvh}.visitor-form-loader{display:flex;flex-direction:column;align-items:center;gap:16px}.visitor-form-loader__spinner{width:44px;height:44px;border:3px solid var(--primary-light-grey, #d2d2d2);border-top-color:#40518a;border-radius:50%;animation:visitor-form-spin .75s linear infinite}.visitor-form-loader__text{font-size:15px;color:var(--text-grey, #777777)}@keyframes visitor-form-spin{to{transform:rotate(360deg)}}.visitor-form-shell{width:100%;max-width:720px;margin:0 auto;flex-shrink:0}.visitor-form-card{background:var(--theme-white, #ffffff);border-radius:12px;padding:clamp(20px,4vw,36px);box-shadow:0 8px 32px rgba(64,81,138,.08);border:1px solid rgba(64,81,138,.1)}.visitor-form-card--narrow{max-width:400px;margin:0 auto;text-align:center}.visitor-form-error-msg{margin:0 0 20px;color:#b42318;font-size:15px;line-height:1.5}.visitor-form-brand{display:flex;justify-content:center;margin-bottom:16px}.visitor-form-logo{max-width:140px;max-height:80px;width:auto;height:auto;object-fit:contain}.visitor-form-brand--placeholder{width:72px;height:72px;margin-left:auto;margin-right:auto;border-radius:12px;background:linear-gradient(145deg, rgb(76.9267326733, 97.3603960396, 165.8732673267), #40518a);display:flex;align-items:center;justify-content:center}.visitor-form-brand-fallback{font-size:28px;font-weight:700;color:#fff;font-family:var(--font-medium, "Pacaembu Trial Medium", sans-serif)}.visitor-form-branch-title{margin:0 0 8px;font-size:clamp(18px,4vw,22px);font-weight:600;text-align:center;font-family:var(--font-medium, "Pacaembu Trial Medium", sans-serif);color:var(--text-black, #000)}.visitor-form-branch-meta{margin:0 0 20px;font-size:13px;color:var(--text-grey, #777777);text-align:center;line-height:1.45}.visitor-form-heading{margin:0 0 24px;font-size:17px;font-weight:700;text-align:center;font-family:var(--font-medium, "Pacaembu Trial Medium", sans-serif)}.visitor-form{display:flex;flex-direction:column;gap:18px}.visitor-form-field{display:flex;flex-direction:column;gap:8px}.visitor-form-field--animate-in{animation:visitor-form-field-in .2s ease-out}@keyframes visitor-form-field-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.visitor-form-label{font-size:13px;font-weight:600;color:var(--font-medium-gray, #4a4a4a)}.visitor-form-required{color:#dc2626;font-weight:700;margin-left:2px}.visitor-form-input{width:100%;box-sizing:border-box;min-height:44px;padding:10px 14px;font-size:15px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:var(--text-black, #000);transition:border-color .15s ease,box-shadow .15s ease}.visitor-form-input::placeholder{color:#9ca3af}.visitor-form-input:focus{outline:none;border-color:#40518a;box-shadow:0 0 0 3px rgba(64,81,138,.15)}.visitor-form-select{cursor:pointer;appearance:auto;background-color:#fff}.visitor-form-input--datetime{min-height:44px;color-scheme:light}.visitor-form-input--datetime::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.85}.visitor-form-textarea{min-height:100px;resize:vertical;line-height:1.45}.visitor-form-file-input-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.visitor-form-camera-btn{flex:1;min-width:0;min-height:44px;padding:10px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;color:#40518a;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease}.visitor-form-camera-btn:hover{background:#f1f5f9;border-color:#40518a}.visitor-form-camera-btn:focus-visible{outline:none;border-color:#40518a;box-shadow:0 0 0 3px rgba(64,81,138,.15)}.visitor-form-file-hint{margin:8px 0 0;font-size:13px;color:var(--text-grey, #777777)}.visitor-form-lookup-hint{margin:6px 0 0;font-size:13px;color:var(--text-grey, #777777);line-height:1.4}.visitor-form-lookup-hint--success{color:#166534}.visitor-form-text-btn{padding:0;border:none;background:none;color:#40518a;font-size:inherit;font-family:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.visitor-form-text-btn:hover{color:#344073}.visitor-form-text-btn:focus-visible{outline:2px solid #40518a;outline-offset:2px;border-radius:2px}.visitor-form-file-row{display:flex;align-items:stretch;gap:10px;width:100%}.visitor-form-file--grow{flex:1;min-width:0}.visitor-form-file-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.visitor-form-file-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;min-height:44px;padding:0;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#40518a;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.visitor-form-file-icon-btn:hover{background:#f8fafc;border-color:#40518a}.visitor-form-file-icon-btn:focus-visible{outline:none;border-color:#40518a;box-shadow:0 0 0 3px rgba(64,81,138,.15)}.visitor-form-file-icon-btn:disabled{opacity:.45;cursor:not-allowed}.visitor-form-file-icon-btn--danger{color:#b42318}.visitor-form-file-icon-btn--danger:hover{background:#fef2f2;border-color:#fecaca;color:#991b1b}.visitor-form-file{padding:10px 12px;font-size:14px;cursor:pointer}.visitor-form-file::file-selector-button{margin-right:12px;padding:8px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;color:#40518a;font-weight:600;cursor:pointer;font-family:inherit}.visitor-form-file::file-selector-button:hover{background:#f1f5f9}.visitor-form-file-name{margin:6px 0 0;font-size:13px;color:var(--text-grey, #777777);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.visitor-form-submit{margin-top:8px;width:100%;min-height:48px;padding:12px 20px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;background:#40518a;color:#fff;font-family:var(--font-medium, "Pacaembu Trial Medium", sans-serif);transition:background .15s ease,transform .1s ease}.visitor-form-submit:hover:not(:disabled){background:#344073}.visitor-form-submit:active:not(:disabled){transform:scale(0.99)}.visitor-form-submit:disabled{opacity:.65;cursor:not-allowed}.visitor-form-camera-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.visitor-form-camera-modal__backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;background:rgba(15,23,42,.55);cursor:pointer}.visitor-form-camera-modal__panel{position:relative;z-index:1;width:min(100%,520px);max-height:min(92vh,680px);overflow:auto;background:#fff;border-radius:12px;padding:16px;box-shadow:0 24px 48px rgba(0,0,0,.22);display:flex;flex-direction:column;gap:12px}.visitor-form-camera-modal__title{margin:0;font-size:18px;font-weight:600;color:var(--text-black, #000)}.visitor-form-camera-modal__video{display:block;width:100%;max-height:min(55vh,420px);object-fit:contain;background:#0f172a;border-radius:8px}.visitor-form-camera-modal__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.visitor-form-camera-modal__btn{min-height:44px;padding:10px 18px;border-radius:8px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.visitor-form-camera-modal__btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(64,81,138,.15)}.visitor-form-camera-modal__btn--secondary{border:1px solid #e5e7eb;background:#fff;color:#40518a}.visitor-form-camera-modal__btn--secondary:hover{background:#f8fafc;border-color:#40518a}.visitor-form-camera-modal__btn--primary{border:none;background:#40518a;color:#fff}.visitor-form-camera-modal__btn--primary:hover{background:#344073}.visitor-form-footer{margin-top:28px;text-align:center;padding-bottom:8px}.visitor-form-powered{font-size:13px;color:#40518a;text-decoration:none;font-weight:500}.visitor-form-powered:hover{text-decoration:underline}@media(max-width: 480px){.visitor-form-card{box-shadow:none;border:none;padding-left:4px;padding-right:4px}.visitor-form-page{padding-top:12px}}@media(prefers-reduced-motion: reduce){.visitor-form-loader__spinner{animation:none;border-top-color:#40518a}.visitor-form-field--animate-in{animation:none}}.visitor-thank-you{min-height:100vh;min-height:100dvh;box-sizing:border-box;padding:max(clamp(24px,5vw,48px),env(safe-area-inset-top)) clamp(16px,4vw,40px) max(clamp(28px,5vw,48px),env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow-x:hidden;font-family:var(--font-regular-sans, "Pacaembu Trial Regular", "Segoe UI", sans-serif);background:linear-gradient(165deg, #f8fafc 0%, #eef2ff 42%, #ffffff 100%)}.visitor-thank-you__art{position:absolute;inset:0;pointer-events:none;overflow:hidden}.visitor-thank-you__orb{position:absolute;top:-18%;right:-10%;width:min(56vw,420px);height:min(56vw,420px);border-radius:50%;background:radial-gradient(circle at 35% 35%, rgba(64, 81, 138, 0.18), rgba(64, 81, 138, 0.04) 55%, transparent 70%);animation:visitor-ty-float 14s ease-in-out infinite}.visitor-thank-you__illustration{position:absolute;bottom:8%;left:4%;width:min(28vw,160px);height:auto;opacity:.22;filter:saturate(0.85);animation:visitor-ty-float 18s ease-in-out infinite reverse}@keyframes visitor-ty-float{0%,100%{transform:translate(0, 0)}50%{transform:translate(-8px, 12px)}}.visitor-thank-you__card{position:relative;z-index:1;width:100%;max-width:min(520px,100%);background:#fff;border-radius:16px;padding:clamp(28px,5vw,44px);box-shadow:0 4px 6px rgba(64,81,138,.06),0 24px 48px rgba(64,81,138,.1);border:1px solid rgba(64,81,138,.08);text-align:center}.visitor-thank-you__success-icon{margin:0 auto 20px;width:88px;height:88px}.visitor-thank-you__check-svg{width:100%;height:100%;display:block;animation:visitor-ty-pop .65s cubic-bezier(0.34, 1.56, 0.64, 1) both}@keyframes visitor-ty-pop{from{opacity:0;transform:scale(0.7)}to{opacity:1;transform:scale(1)}}.visitor-thank-you__check-ring{fill:rgba(64,81,138,.12)}.visitor-thank-you__check-mark{stroke:#40518a}.visitor-thank-you__context{margin:0 0 12px;font-size:13px;font-weight:600;color:var(--text-grey, #777777);letter-spacing:.02em}.visitor-thank-you__title{margin:0 0 16px;font-size:clamp(1.5rem,4vw,1.85rem);font-weight:700;font-family:var(--font-medium, "Pacaembu Trial Medium", sans-serif);color:var(--text-black, #111827);line-height:1.25}.visitor-thank-you__lead{margin:0 0 14px;font-size:1.05rem;color:#374151;line-height:1.55}.visitor-thank-you__body{margin:0 0 24px;font-size:.95rem;color:var(--text-grey, #6b7280);line-height:1.5}.visitor-thank-you__logo-wrap{margin-top:8px;padding-top:20px;border-top:1px solid #e5e7eb}.visitor-thank-you__kivo-logo{max-width:140px;height:auto;opacity:.9}.visitor-thank-you__footer{position:relative;z-index:1;margin-top:32px;display:flex;flex-direction:column;align-items:center;gap:14px}.visitor-thank-you__powered{font-size:13px;color:#40518a;text-decoration:none;font-weight:500}.visitor-thank-you__powered:hover{text-decoration:underline}.visitor-thank-you__close{background:rgba(0,0,0,0);border:1px solid #d1d5db;color:#4b5563;font-size:14px;font-weight:600;padding:10px 20px;border-radius:8px;cursor:pointer;font-family:inherit;transition:border-color .15s ease,color .15s ease,background .15s ease}.visitor-thank-you__close:hover{border-color:#40518a;color:#40518a;background:rgba(64,81,138,.04)}.visitor-thank-you__close:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(64,81,138,.2)}@media(prefers-reduced-motion: reduce){.visitor-thank-you__orb,.visitor-thank-you__illustration,.visitor-thank-you__check-svg{animation:none}}@media(max-width: 480px){.visitor-thank-you__card{box-shadow:0 8px 24px rgba(64,81,138,.08)}.visitor-thank-you__illustration{opacity:.14}}.rdrDateDisplayWrapper{width:100% !important}.calendarElement .rdrDateDisplayWrapper{width:100% !important}.rdrCalendarWrapper{width:100% !important;min-width:300px !important;font-size:11px !important}.calendarElement .rdrCalendarWrapper{width:100% !important;min-width:300px !important;font-size:11px !important}@media(max-width: 768px){.rdrCalendarWrapper{font-size:10px !important;min-width:280px !important}.calendarElement .rdrCalendarWrapper{font-size:10px !important;min-width:280px !important}}@media(max-width: 480px){.rdrCalendarWrapper{font-size:9px !important;min-width:260px !important}.calendarElement .rdrCalendarWrapper{font-size:9px !important;min-width:260px !important}}@media(max-width: 768px){.rdrCalendarWrapper .rdrDay{font-size:10px !important;padding:4px !important}.rdrCalendarWrapper .rdrWeekDay{font-size:10px !important;padding:6px 0 !important}.rdrCalendarWrapper .rdrMonthAndYearWrapper{font-size:10px !important}}@media(max-width: 480px){.rdrCalendarWrapper .rdrDay{font-size:9px !important;padding:3px !important}.rdrCalendarWrapper .rdrWeekDay{font-size:9px !important;padding:4px 0 !important}.rdrCalendarWrapper .rdrMonthAndYearWrapper{font-size:9px !important}}.calenderWarp .rdrDateDisplayWrapper{width:100% !important;max-width:100% !important;overflow:hidden !important;display:block !important;box-sizing:border-box !important}.calenderWarp .rdrDateDisplay{display:flex !important;flex-direction:row !important;width:90% !important;max-width:90% !important;gap:2px !important;box-sizing:border-box !important;margin:0 auto !important}.calenderWarp .rdrDateDisplayItem{width:calc(50% - 1px) !important;max-width:calc(50% - 1px) !important;flex:0 0 calc(50% - 1px) !important;display:block !important;box-sizing:border-box !important}.calenderWarp .rdrDateDisplayItem input{width:100% !important;max-width:100% !important;box-sizing:border-box !important;font-size:.7rem !important;text-align:center !important;padding:4px 2px !important}div.calenderWarp .rdrDateDisplayWrapper{display:block !important;width:100% !important;max-width:100% !important;overflow:hidden !important}div.calenderWarp .rdrDateDisplay{display:flex !important;flex-direction:row !important;width:90% !important;max-width:90% !important;gap:2px !important;box-sizing:border-box !important;margin:0 auto !important}div.calenderWarp .rdrDateDisplayItem{width:calc(50% - 1px) !important;max-width:calc(50% - 1px) !important;flex:0 0 calc(50% - 1px) !important;display:block !important;box-sizing:border-box !important}div.calenderWarp .rdrDateDisplayItem input{width:100% !important;max-width:100% !important;box-sizing:border-box !important;font-size:.75rem !important;text-align:center !important}
