@charset "UTF-8";
/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600&display=swap");

:root {
  --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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:not(.btn):hover {
  text-decoration: none !important;
}

@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: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.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 + 0.9vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.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;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

a:not(.btn),
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none !important;
}

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 {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
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;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.container,
.container-lg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-lg,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-lg,
  .container {
    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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}


.gx-1 {
  --bs-gutter-x: 0.25rem;
}


.gy-1 {
  --bs-gutter-y: 0.25rem;
}


.gy-2 {
  --bs-gutter-y: 0.5rem;
}


.gy-3 {
  --bs-gutter-y: 1rem;
}


.gy-4 {
  --bs-gutter-y: 1.5rem;
}

@media (min-width: 576px) {
  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .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-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.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: 0.5rem 0.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-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.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 0.15s ease-in-out, box-shadow 0.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 {
  box-shadow: none !important;
}

.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::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.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 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;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.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 0.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 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow:none !important;
}

.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-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.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);
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.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='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%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='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 5;
  box-shadow: none !important;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.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:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
  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(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.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 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;
}

@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: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);
}

:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled {
  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-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-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);
}

.fade {
  transition: opacity 0.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 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}


.dropdown {
  position: relative;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  border: none !important;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.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-end {
  --bs-position: end;
}

.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:hover,
.dropdown-item:focus {
  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: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.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: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.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:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  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);
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.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;
}

.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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  --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;
  }
}

/* .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.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'/%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;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.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);
} */

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.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.2;
  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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) 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) * 0.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) * 0.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;
  }
}

.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);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

.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);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.offcanvas {
  --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;
}

.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-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.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}

.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: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 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%;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-middle {
  vertical-align: middle !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-relative {
  position: relative !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !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;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-content-center {
  align-content: center !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.lh-1 {
  line-height: 1 !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.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-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-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.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-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .text-lg-end {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }
}

/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
:root {
  --primary-font: "Roboto", sans-serif;
}

.bg-primary {
  background: #2A7DE1 !important;
}

.btn-primary {
  background: #2A7DE1;
  border-color: #2A7DE1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: rgba(42, 125, 225, 0.8) !important;
  border-color: #2A7DE1;
}

.btn-outline-primary {
  background: transparent;
  border-color: #2A7DE1;
  color: #2A7DE1;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: rgba(42, 125, 225, 0.8) !important;
  border-color: #2A7DE1;
  box-shadow: none;
  outline: none;
  color: #fff !important;
}

.text-primary {
  color: #2A7DE1 !important;
}

.bg-primary2 {
  background: #0263D1 !important;
}

.bg-light-primary {
  background: #D4E5F9 !important;
}

.bg-light-primary1 {
  background: #EAF2FC !important;
}

.bg-white {
  background: #fff !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-black1 {
  color: #1D1E1E !important;
}

.bg-secondary {
  background: #5F5F5F !important;
}

.btn-secondary {
  background: #5F5F5F;
  border-color: #5F5F5F;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: rgba(95, 95, 95, 0.8) !important;
  border-color: #5F5F5F;
}

.text-secondary {
  color: #5F5F5F !important;
}

.bg-red {
  background: #E1251B !important;
}

.btn-red {
  background: #E1251B;
  border-color: #E1251B;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  background: rgba(225, 37, 27, 0.8) !important;
  border-color: #E1251B;
}

.btn-outline-red {
  background: transparent;
  border-color: #E1251B;
  color: #E1251B;
}

.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red:active {
  background-color: rgba(225, 37, 27, 0.8) !important;
  border-color: #E1251B;
  box-shadow: none;
  outline: none;
  color: #fff;
}

.text-red {
  color: #E1251B !important;
}

.bg-light-grey {
  background: #F6F6F6 !important;
}

.bg-green {
  background: #00AC69 !important;
}

.btn-green {
  background: #00AC69;
  border-color: #00AC69;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background: rgba(0, 172, 105, 0.8) !important;
  border-color: #00AC69;
}

.btn-outline-green {
  background: transparent;
  border-color: #00AC69;
  color: #00AC69;
}

.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green:active {
  background-color: #00AC69 !important;
  border-color: #00AC69;
  box-shadow: none;
  outline: none;
  color: #fff;
}

.text-green {
  color: #00AC69 !important;
}

.bg-green1 {
  background: #00733B !important;
}

.bg-light-red {
  background: #FCE9E8 !important;
}

.bg-light-blue {
  background: #EAF2FC !important;
}

.bg-grey2 {
  background: #EDEDED !important;
}

.bg-light-black {
  background: #4D4D4D !important;
}

.text-light-black {
  color: #4D4D4D !important;
}

.bg-grey3 {
  background: #949494 !important;
}

.text-grey3 {
  color: #949494 !important;
}

.bg-grey4 {
  background: #B8B8B8 !important;
}

.text-grey4 {
  color: #B8B8B8 !important;
}

.bg-grey5 {
  background: #F1F1F1 !important;
}

.text-grey6 {
  color: #717171 !important;
}

.text-grey7 {
  color: #A6A6A6 !important;
}

.bg-black2 {
  background: #1D1E1E !important;
}

.text-black2 {
  color: #1D1E1E !important;
}

.btn-outline-primary {
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #fff;
  color: #2A7DE1;
  display: inline-block;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .btn-outline-primary:hover {
    background-color: #2A7DE1;
    color: #fff !important;
  }
}

.btn-primary {
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #2A7DE1;
  color: #fff;
  display: inline-block;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .btn-primary:hover {
    background-color: #2A7DE1;
    color: #fff;
  }
}

.btn-outline-primary {
  padding: 8px 16px;
  border-radius: 8px;
  color: #2A7DE1;
  border: 1px solid #2A7DE1;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}


body,
html {
  margin: 0;
  direction: ltr;
  min-height: 100%;
}

body {
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: normal;
  background: #fff;
  overflow-x: hidden;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  body {
    background-color: red;
  }
}

section {
  overflow: hidden;
}

.container-lg {
  max-width: 1484px;
}

.nav-tabs {
  border-bottom: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  transition: all 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  transition: all 300ms;
}

p,
.btn,
button,
input,
select,
textarea,
.form-control,
.form-select,
.dropdown-menu {
  font-size: 16px;
}

.form-control {
  padding: 10px;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  margin: 0;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2 {
  font-size: 1.25rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.border-primary {
  border: 1px solid #2A7DE1;
}

.border-bottom-grey2 {
  border-bottom: 1px solid #EDEDED;
}

.border-dashed {
  border-top: 1px dashed #CACACA;
}

.border-grey2 {
  border: 1px solid #EDEDED;
}

.border-left {
  border-inline-start: 1px solid #E3E3E3;
}

.border-default {
  position: relative;
}

.border-default::after {
  position: absolute;
  content: "";
  inset-inline-end: 0;
  background-color: #EDEDED;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #EDEDED;
}

.size-8x9 {
  width: 8px;
  height: 9px;
}

@media (max-width: 575.98px) {
  .size-8x9 {
    width: 6px;
    height: 7px;
  }
}

.size-10 {
  width: 10px;
  height: 10px;
}

.size-13 {
  width: 13px;
  height: 13px;
}

.size-16 {
  width: 16px;
  height: 16px;
}

@media (max-width: 575.98px) {
  .size-16 {
    width: 18px;
    height: 18px;
  }
}

.size-20 {
  width: 20px;
  height: 20px;
}

.size-23 {
  width: 23px;
  height: 23px;
}

@media (max-width: 575.98px) {
  .size-23 {
    width: 18px;
    height: 18px;
  }
}

.size-24 {
  width: 24px;
  height: 24px;
}

.size-32 {
  width: 32px;
  height: 32px;
}

@media (max-width: 575.98px) {
  .size-32 {
    width: 26px;
    height: 26px;
  }
}

.size-40 {
  width: 40px;
  height: 40px;
}

@media (max-width: 575.98px) {
  .size-40 {
    width: 30px;
    height: 30px;
  }
}

.size-48 {
  width: 48px;
  height: 48px;
}

.size-56 {
  width: 56px;
  height: 56px;
}

.size-60 {
  width: 60px;
  height: 60px;
}

.size-18x20 {
  width: 18px;
  height: 20px;
}

.size-24x29 {
  width: 24px;
  height: 29px;
}

.size-120 {
  width: 120px;
  height: 120px;
}

@media (max-width: 767.98px) {
  .size-120 {
    width: 100px;
    height: 100px;
  }
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .fs-16 {
    font-size: 16px;
  }
}

.fs-18 {
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .fs-18 {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-20 {
  font-size: 16px;
}

@media (min-width: 1200px) {
  .fs-20 {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .fs-20 {
    font-size: 16px;
  }
}

.fs-24 {
  font-size: 24px;
}

@media (max-width: 1199.98px) {
  .fs-24 {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .fs-24 {
    font-size: 16px;
  }
}

.fs-40 {
  font-size: 40px;
}

@media (max-width: 991.98px) {
  .fs-40 {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .fs-40 {
    font-size: 25px;
  }
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.gap-32 {
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.gap-10 {
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.gy-32 {
  row-gap: 32px;
}

@media (max-width: 767.98px) {
  .gy-32 {
    row-gap: 16px;
  }
}

.radius-4 {
  border-radius: 4px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-16 {
  border-radius: 16px;
}

.radius-32 {
  border-radius: 32px;
}

.radius-50 {
  border-radius: 50%;
}

.radius-top-16 {
  border-start-start-radius: 16px;
  border-start-end-radius: 16px;
}

.radius-bottom-16 {
  border-end-start-radius: 16px;
  border-end-end-radius: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  .mb-32 {
    margin-bottom: 15px;
  }
}

.mb-56 {
  margin-bottom: 56px;
}

@media (max-width: 991.98px) {
  .mb-56 {
    margin-bottom: 20px;
  }
}

.mb-28 {
  margin-bottom: 28px;
}

.p-12 {
  padding: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width: 991.98px) {
  .py-32 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto !important;
}

.p-inline-start-3 {
  padding-inline-start: 3px;
}

.p-inline-start-8 {
  padding-inline-start: 8px;
}

p a,
h6 a,
.h6 a {
  color: #2A7DE1;
}

p a:hover,
h6 a:hover,
.h6 a:hover {
  color: #2A7DE1;
  text-decoration: underline;
}

body {
  background-color: #F6F6F6;
  font-family: "Roboto", sans-serif;
}

body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "Roboto", sans-serif !important;
}

.dropdown-toggle.arrow-primary::after {
  border-top: none;
  border-right: none;
  border-left: none;
  background-image: url(../images/down-arrow.svg);
  width: 12px;
  height: 7px;
  vertical-align: middle;
}

.arrow-size {
  width: 12px;
  height: 7px;
}

.content-holder {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.page-holder {
  position: relative;
  overflow-x: hidden;
}

.section-holder {
  height: calc(100vh - 120px);
  overflow: hidden;
  overflow-y: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1200px) {
  .section-holder {
    margin-inline-start: 320px;
  }
}

@media (min-width: 1200px) {
  .section-holder {
    padding-inline-start: 32px;
    padding-inline-end: 32px;
    padding-top: 32px;
    padding-bottom: 38px;
  }
}

.section-holder::-webkit-scrollbar {
  width: 5px;
}

.section-holder::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.section-holder::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 3px;
}

@media (max-width: 767.98px) {

  .section-holder h1,
  .section-holder .h1 {
    font-size: 25px !important;
  }
}

.sideMenuToggler .sidebar-wrap {
  /* transform: translateX(-100%); */
}

.sideMenuToggler .page-aside {
  width: 80px !important;
}

.sideMenuToggler .sidemenu-links a .mt-adjt {
  display: none !important;
}

.mainLogo {
  display: block;
}

.toggleLogo {
  display: none;
}

.sideMenuToggler .toggleLogo {
  display: block !important;
}

.sideMenuToggler .toggleLogo svg {
  min-width: 27px !important;
}

.sideMenuToggler .mainLogo {
  display: none !important;
}

.sideMenuToggler .section-holder,
.sideMenuToggler .header {
  margin-inline-start: 140px;
}

.sideMenuToggler .menuToggle svg {
  transform: rotate(180deg);
}

.sidebar-wrap {
  position: fixed;
  padding-inline-start: 32px;
  padding-bottom: 38px;
  padding-top: 32px;
  transition: all 0.5s ease-in-out;
  z-index: 99;
  top: 0px;
  bottom: 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .sideMenuToggler .section-holder,
  .sideMenuToggler .header{
    margin-inline-start: 0px !important;
  }
  .sideMenuToggler .sidebar-wrap{
    display: none;
  }
  .section-holder,
  .header {
    margin-inline-start: 80px;

  }

  .page-holder {
    position: fixed !important;
    left: 82px;
  }

  .sidebar-wrap {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sidebar-wrap .page-aside {
    width: 80px !important;
  }

  .sidemenu-links li .mt-adjt  {
    display: none !important;
  }

  .mainLogo {
    display: none !important;
  }
   .toggleLogo{
    display: block !important;
   }

  .toggleLogo svg {
    min-width: 27px !important;
  }

}

@media (max-width: 1199.98px) {
  .sidebar-wrap .page-aside {
    height: 100vh;
  }
}

@media (max-width: 1199.98px) {
  .page-holder.dashboard-close .sidebar-wrap {
    transform: translateX(0);
  }
}

.dashboard-close .sidebar-wrap {
  position: fixed;
  transform: translateX(-100%);
}

.dashboard-close .dashboard-icon {
  transition: all 0.5s ease-in-out;
  transform: rotate(180deg);
}

.section {
  height: 500px;
}

.text-name {
  max-width: 230px;
}

.daterange {
  border-radius: 8px !important;
  padding: 8px 40px !important;
  cursor: pointer;
  max-width: 230px;
}

@media (max-width: 1499px) {
  .daterange {
    padding: 5px 40px;
  }
}

.daterange::-moz-placeholder {
  color: #2A7DE1;
}

.daterange::placeholder {
  color: #2A7DE1;
}

.daterange-label {
  position: absolute;
  inset-inline-start: 16px;
  top: 53%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  z-index: 6;
  cursor: pointer;
}

.picker-group::after {
  position: absolute;
  content: "";
  background-image: url(../images/down-arrow.svg);
  width: 16px;
  height: 8px;
  background-repeat: no-repeat;
  inset-inline-end: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  pointer-events: none;
}

.timer-wrap {
  padding-inline-start: 24px;
  margin-inline-start: 24px;
  border-inline-start: 1px solid #EDEDED;
}

@media (max-width: 991.98px) {
  .timer-wrap {
    padding-inline-start: 0px;
    margin-inline-start: 0px;
    border-inline-start: 1px solid transparent;
  }
}

.status-card_wrap {
  margin: 0 -24px;
}

.status-card {
  position: relative;
  padding: 0 24px;
  overflow: hidden;
  inset-inline-start: -1px;
  flex: 0 0 100%;
  position: relative;
}

@media (max-width: 575.98px) {
  .status-card {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .status-card::before {
    position: absolute;
    content: "";
    width: calc(100% - 48px);
    inset-inline-start: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #EDEDED;
    bottom: 0;
  }
}

@media (min-width: 576px) {
  .status-card {
    flex: 0 0 50%;
    border-top: none;
  }
}

@media (min-width: 768px) {
  .status-card {
    flex: 0 0 33.3%;
  }
}

@media (min-width: 1200px) {
  .status-card {
    flex: 0 0 20%;
  }
}

.status-card::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  background-color: #EDEDED;
}

@media (min-width: 576px) {
  .status-card::after {
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 109px;
  }
}

.status-card.progress-card .count {
  color: #2A7DE1;
}

.status-card.progress-card .icon-wrap {
  background-color: #EAF2FC;
  border: 1px solid #D4E5F9;
}

.status-card.progress-card .icon-wrap i {
  background-color: #2A7DE1;
}

.status-card.completed-card .count {
  color: #00AC69;
}

.status-card.completed-card .icon-wrap {
  background-color: #E5F7F0;
  border: 1px solid #cceee1;
}

.status-card.completed-card .icon-wrap i {
  background-color: #00AC69;
}

.status-card.pending-card .count {
  color: #4D4D4D;
}

.status-card.pending-card .icon-wrap {
  background-color: #EDEDED;
  border: 1px solid #dbdbdb;
}

.status-card.pending-card .icon-wrap i {
  background-color: #5F5F5F;
}

.status-card.due-card .count {
  color: #E1251B;
}

.status-card.due-card .icon-wrap {
  background-color: #FCE9E8;
  border: 1px solid #f9d3d1;
}

.status-card.due-card .icon-wrap i {
  background-color: #E1251B;
}

.status-card.review-card .count {
  color: #FFB71B;
}

.status-card.review-card .icon-wrap {
  background-color: #FFF8E8;
  border: 1px solid #fff1d1;
}

.status-card.review-card .icon-wrap i {
  background-color: #FFB71B;
}

.graph-img {
  --bs-aspect-ratio: 14.02%;
  overflow: hidden;
}

.graph-img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.time-add {
  overflow: hidden;
  margin: 0 -8px;
}

.gx-8 {
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.p-24 {
  padding: 24px;
}

.px-16 {
  padding-inline: 16px;
}

.py-12 {
  padding-block: 12px;
}

.pb-21 {
  padding-bottom: 21px;
}

.clamp-text-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-member-name {
  min-width: 100px;
}

@media (max-width: 575.98px) {
  .name-wraper {
    max-width: 50px;
  }

  .sideMenuToggler .page-aside {
    width: 80px !important;
    position: absolute;
    top: 0px;
  }

  .sideMenuToggler .section-holder,
  .sideMenuToggler .header {
    margin-inline-start: 80px !important;
  }
}

.time-sheet-status .nav-pills,
.horiz-scroll .scroll-cls {
  overflow: auto;
  width: 100%;
  flex-wrap: nowrap;
}

.time-sheet-status .nav-pills::-webkit-scrollbar,
.horiz-scroll .scroll-cls::-webkit-scrollbar {
  height: 4px;
}

.time-sheet-status .nav-pills::-webkit-scrollbar-thumb,
.horiz-scroll .scroll-cls::-webkit-scrollbar-thumb {
  background-color: #D4E5F9;
  height: 2px;
  border-radius: 20px;
}

.time-sheet-status .nav-pills::-webkit-scrollbar-track,
.horiz-scroll .scroll-cls::-webkit-scrollbar-track {
  background-color: transparent;
  margin-inline: 15px;
}

.delete-modal {
  --bs-modal-width: 592px;
}

.delete-modal .modal-header {
  border-bottom: none;
}

.delete-modal .modal-footer {
  border-top: none;
}

.btn-close {
  -webkit-mask: url("/close-circle.svg") center no-repeat;
  background-color: #4D4D4D;
  width: 24px;
  height: 24px;
}

.name-wrap {
  display: inline-flex;
  background-color: white;
  border: 1px solid #ededed;
}

.radius-bottom-16 {
  border-end-end-radius: 16px;
  border-end-start-radius: 16px;
}

th {
  font-weight: 300;
}

.shadow1 {
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.0588235294);
}

.mt-adjt {
  margin-top: 2px;
}

.nav-pills .nav-link.active {
  background-color: #2A7DE1;
  color: White;
  text-decoration: none !important;
}

.nav-pills .nav-link {
  color: #2A7DE1;
  text-decoration: none !important;
}

@media (max-width: 1600px) {
  .proj-list .fs-16 {
    font-size: 16px;
  }
}

@media (max-width: 1600px) {
  .time-sheet-dashboard .fs-18 {
    font-size: 16px;
  }
}

.btn-dot {
  width: 20px;
  height: 20px;
  background-image: url("/dots.png");
  background-size: cover;
  background-position: center;
  border: none;
  cursor: pointer;
  margin-inline-start: 16px;
}

.overflow-scroll {
  overflow-y: auto;
  max-height: 100%;
  border-radius: 50px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

/* Scrollbar styling for WebKit (Chrome, Safari, Edge) */
.overflow-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.overflow-scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}

.overflow-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.bg-trans {
  background-color: transparent;
}

.bdr-trans {
  border-color: transparent;
}

#search-row {
  transition: all 0.3s ease-in-out;
}

.search-bar .card {
  border: 1px solid var(--Color-GreyScale-GreyScale300, #cacaca);
  border-radius: 16px;
}

.search-bar .input-group {
  border: 1px solid #EDEDED;
  border-radius: 8px;
}

.search-bar .form-control {
  padding: 5px !important;
  border-color: transparent;
  border: none !important;
}

.search-bar .form-control:focus {
  box-shadow: none !important;
}

.search-bar .input-group-text {
  background-color: transparent;
  border-color: transparent;
}

.filter-bar .bdr-top {
  border-top: 1px solid #EDEDED;
  margin-inline: -16px;
  padding-top: 16px;
}

@media (max-width: 991.98px) {
  .filter-bar .bdr-top {
    margin-inline: -8px;
  }
}

.filter-bar .btn-outline-primary {
  padding: 5px 8px;
  border-radius: 8px;
  color: #2A7DE1;
  border: 1px solid #2A7DE1;
  background-color: transparent;
}

.filter-bar .btn-outline-primary i {
  background-color: #2A7DE1;
}

.filter-bar .btn-outline-primary:hover,
.filter-bar .btn-outline-primary:focus,
.filter-bar .btn-outline-primary:active,
.filter-bar .btn-outline-primary.active {
  background-color: #2A7DE1;
  color: #fff !important;
  border-color: #2A7DE1;
}

.filter-bar .btn-outline-primary:hover span.text-primary,
.filter-bar .btn-outline-primary:focus span.text-primary,
.filter-bar .btn-outline-primary:active span.text-primary,
.filter-bar .btn-outline-primary.active span.text-primary {
  color: #fff !important;
}

.filter-bar .btn-outline-primary:hover i,
.filter-bar .btn-outline-primary:focus i,
.filter-bar .btn-outline-primary:active i,
.filter-bar .btn-outline-primary.active i {
  background-color: #fff;
}

.filter-bar .form-select {
  --bs-form-select-bg-img: url("../images/select-downarrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
}

.export-modal {
  --bs-modal-width: 388px;
}

.export-modal .export-excelsheet,
.export-modal .export-doc,
.export-modal .export-pdf {
  display: flex;
  gap: 10px;
  padding-block: 3px;
  padding-inline: 13px;
  align-items: center;
}

.export-modal .modal-footer {
  border-top: transparent;
}

.export-modal .modal-header {
  border-bottom: transparent;
}

.header {
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  padding-top: 32px;
  padding-bottom: 16px;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1200px) {
  .header {
    margin-inline-start: 320px;
  }
}

@media (min-width: 992px) {
  .header {
    padding-inline-start: 32px;
    padding-inline-end: 32px;
    padding-bottom: 24px;
  }
}

.profile-img {
  width: 19px;
  height: 23px;
}

@media (max-width: 575.98px) {
  .profile-img {
    width: 14px;
    height: 18px;
  }
}

.notification {
  position: relative;
}

.notification::after {
  position: absolute;
  content: "";
  background-color: #2A7DE1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  inset-inline-end: 4px;
  top: 1px;
}

.dropdown-toggle::after {
  display: none !important;
}

.account-drop {
  border: 1px solid #ededed;
  border-radius: 8px;
}

.account-drop li {
  border-radius: 8px;
}

.account-drop li a {
  padding: 10px 8px !important;
}

.account-drop li a:hover,
.account-drop li a:focus {
  background-color: #F6F6F6 !important;
  border-radius: 8px;
  padding: 10px 8px !important;
}

.account-details ul {
  padding: 10px;
}

.account-details .dropdown-menu {
  padding-block: 5px !important;
}

.notification-modal-yes .view-all {
  position: relative;
  padding-right: 20px;
  padding-inline: 30px 40px;
  padding-block: 6px;
}

.notification-modal-yes .view-all::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background-image: url("../images/right-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.notification-modal-yes .view-pjt {
  padding-inline: 23px;
  padding-block: 6px;
}

.notification-modal-yes .modal-header {
  padding: 24px;
}

.notification-modal-yes .modal-dialog {
  background-color: white;
  border-radius: 16px;
  --bs-modal-width: 632px !important;
}

.notification-modal-yes .modal-body {
  background-color: #f6f6f6;
  padding: 24px;
}

.notification-modal-yes .modal-footer {
  padding: 24px;
}

.notification-modal-yes .bdr-grey {
  border-bottom: 1px solid #ededed;
}

.notification-modal-no .modal-header {
  padding: 24px;
}

.notification-modal-no .modal-dialog {
  background-color: white;
  border-radius: 16px;
  --bs-modal-width: 632px !important;
}

.notification-modal-no .modal-body {
  background-color: #f6f6f6;
  padding: 24px;
}

.notification-modal-no .modal-footer {
  padding: 40px;
}

.notification-modal-no .bdr-grey {
  border-bottom: 1px solid #ededed;
}

.name-wrap {
  display: inline-flex;
  background-color: white;
  border: 1px solid #EDEDED;
}

.project-name {
  max-width: 200px;
}

.client-name,
.employee-name,
.role-name {
  max-width: 200px;
}

.task-name {
  max-width: 100px;
}

.time-sheet-status {
  border: 1px solid var(--Color-GreyScale-GreyScale100, rgb(237, 237, 237));
  padding: 4px;
}
.draft {
    background-color: #fff8e7 !important;
    color: #bcb002 !important;
}
.draft-counter {
  display: flex;
  width: 30px;
  height: 20px;
  align-items: center;
  justify-content: center;
}

.nav-pills .nav-link.active .draft-counter {
  background-color: #5597E7;
  color: #fff;
}

.draft-counter {
  background-color: #EAF2FC;
  color: #2A7DE1;
}

thead tr th {
  background-color: #F6F6F6 !important;
}

thead tr th:first-child {
  border-start-start-radius: 16px;
}

thead tr th:last-child {
  border-start-end-radius: 16px;
}

tbody tr:last-child td:first-child {
  border-end-start-radius: 16px;
}

tbody tr:last-child td:last-child {
  border-end-end-radius: 16px;
}

.arrow {
  display: block;
  float: right;
  margin-top: 0.25em;
  border-color: transparent;
  border-top-color: #CACACA;
  border-style: solid;
  border-width: 0.4em 0.3em 0;
  width: 0;
  height: 0;
  position: relative;
  line-height: 0;
  top: -3px;
}

.arrow-up {
  border-width: 0 0.3em 0.4em;
  border-top-color: transparent;
  border-bottom-color: #CACACA;
}

.head-name {
  white-space: nowrap;
}

.outer-table {
  border: 1px solid var(--Color-GreyScale-GreyScale100, #EDEDED);
  border-radius: 16px;
  overflow: unset !important;
}

.table {
  margin-bottom: 0px;
}

.table tbody tr:last-child {
  border-bottom-color: transparent;
}

thead tr td,
tbody tr td {
  vertical-align: middle;
}

.table> :not(caption)>*>* {
  padding: 1rem 0.5rem;
}

.custom-proj-offcanvas {
  border-start-start-radius: 8px;
  border-end-start-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.offcanvas {
  --bs-offcanvas-width: 652px;
}

.btn-close {
  -webkit-mask: url("/close-circle.svg") center no-repeat;
  background-color: #4D4D4D;
  width: 24px;
  height: 24px;
}

.p-10 {
  padding: 10px;
}

.m-24 {
  margin-inline: 24px 20px;
  margin-top: 24px;
}

.bdr-block-grey1 {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

.page-aside {
  width: 288px;
  background-color: #fff;
  border-radius: 16px;
  height: calc(100vh - 70px);
  transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
  overflow: hidden;
}



.logo-wrap {
  padding: 19px 24px;
  border-bottom: 1px solid #EDEDED;
}

.sidemenu-links {
  padding: 24px 16px;
  overflow: hidden;
}

.sidemenu-links a {
  transition: all 0.2s ease-in-out;
  color: #5F5F5F;
  text-decoration: none;
}

.sidemenu-links .item-active a,
.sidemenu-links a:hover {
  background-color: #EAF2FC;
  color: #2A7DE1;
  text-decoration: none !important;
}

.sidemenu-links .item-active a .link-icon .stroke-color,
.sidemenu-links a:active .stroke-color .sidemenu-links a:focus .stroke-color,
.sidemenu-links a:hover .stroke-color {
  stroke: #2A7DE1 !important;
}

.sidemenu-links .item-active a .link-icon,
.sidemenu-links a.active .link-icon {
  color: #2A7DE1;
}

@media (min-width: 576px) {
  .header-dropdown {
    padding-inline-end: 24px;
    margin-inline-end: 24px;
    border-inline-end: 1px solid #EDEDED;
  }
}

.sidelist-wrapper {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.sidelist-wrapper::-webkit-scrollbar {
  width: 5px;
}

.sidelist-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.sidelist-outside-wrapper {
  height: calc(100vh - 70px);
}

.dashboard-icon span {
  color: #5F5F5F;
  line-height: 18px;
  padding-top: 4px;
}

.project-list_item {
  background-color: #F6F6F6;
}

.project-list_item:nth-child(2n) {
  background-color: #fff;
}

.status-ttl {
  position: relative;
}

.status-ttl::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-inline-end: 8px;
  vertical-align: middle;
}

.progress-ttl::before {
  background-color: #2A7DE1;
}

.completed-ttl::before {
  background-color: #00AC69;
}

.review-ttl::before {
  background-color: #FFB71B;
}

.due-ttl::before {
  background-color: #E1251B;
}

.pending-ttl::before {
  background-color: #4D4D4D;
}

.time-item {
  margin-bottom: 24px;
}

.time-item:last-child {
  margin-bottom: 0;
}

.rejected {
  background-color: #FCE9E8;
  color: #E1251B;
}

.pending {
  background-color: #FFF8E8;
  color: #FFB71B;
}

.approved {
  background-color: #E5F7F0;
  color: #00AC69;
}

.reject {
  background-color: #E1251B;
  color: #ffffff;
}

.reject i {
  margin-inline-start: 8px;
}

.approve {
  background-color: #00AC69;
  color: #ffffff;
}

.approve i {
  margin-inline-start: 8px;
}



.entry-card:not(:first-child) {
  border-top: 1px solid #EDEDED;
}

.progress {
  --bs-progress-bg: transparent;
  --bs-progress-height: 5px;
}

.timer-img {
  margin-inline-end: 4px;
}

.timespent_bottom-user {
  /* max-height: 507px; */
  max-height: unset !important;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-inline-end: 10px;
  /* For Firefox */
  scrollbar-width: thin;
  scrollbar-color: #EDEDED transparent;
}

@media (min-width: 1399px) and (max-width: 1600px) {
  .timespent_bottom-user {
    /* max-height: 755px; */
     max-height: unset !important;
  }
}

.timespent_bottom-user::-webkit-scrollbar {
  width: 5px;
}

.timespent_bottom-user::-webkit-scrollbar-thumb {
  background-color: #EDEDED;
  border-radius: 3px;
}

.timespent_bottom-user::-webkit-scrollbar-track {
  background-color: transparent;
}

.timespent_bottom-manager {
  height: 803px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-inline-end: 10px;
  /* For Firefox */
  scrollbar-width: thin;
  scrollbar-color: #EDEDED transparent;
}

@media (min-width: 1600px) and (max-width: 1699px) {
  .timespent_bottom-manager {
    height: 623px;
  }
}

@media (min-width: 1520px) and (max-width: 1600px) {
  .timespent_bottom-manager {
    height: 592px;
  }
}

@media (min-width: 1399px) and (max-width: 1519px) {
  .timespent_bottom-manager {
    height: 725px;
  }
}

.timespent_bottom-manager::-webkit-scrollbar {
  width: 5px;
}

.timespent_bottom-manager::-webkit-scrollbar-thumb {
  background-color: #EDEDED;
  border-radius: 3px;
}

.timespent_bottom-manager::-webkit-scrollbar-track {
  background-color: transparent;
}

.timespent_bottom2 {
  padding-inline-start: 14px;
}

.red {
  background-color: #E1251B;
}

.lightred {
  background-color: #ED7C76;
}

.verylightred {
  background-color: #F6BEBB;
}

.yellow {
  background-color: #FFB71B;
}

.lightyellow {
  background-color: #FFE9BB;
}

.green {
  background-color: #00AC69;
}

.lightgreen {
  background-color: #99DEC3;
}

.verylightgreen {
  background-color: #CCEEE1;
}

.highcharts-credits {
  display: none;
}

#time-graph {
  overflow: hidden;
}

.inner {
  row-gap: 15px;
}

.entry-card-item {
  row-gap: 15px;
}

#time-graph {
  height: 235px;
}

@media (min-width: 1400px) {
  .col-custom-1 {
    width: 100%;
  }
}

@media (min-width: 1700px) {
  .col-custom-1 {
    width: 41.66%;
  }
}

@media (max-width: 991.98px) {
  .col-custom-1 {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-custom-2 {
    width: 100%;
    margin-top: 15px;
  }
}

@media (min-width: 1700px) {
  .col-custom-2 {
    width: 58.33%;
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .col-custom-2 {
    width: 100%;
  }
}

.calender-gap {
  margin-inline-end: 4px;
}

.border-data {
  margin: 0 -8px;
}

.border-data .item {
  border-left: 1px solid #949494;
}

.border-data .item:first-child {
  border-left: none;
}

.holiday-list_wrap-user {
  height: 460px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-inline-end: 10px;
  /* For Firefox */
  scrollbar-width: thin;
  scrollbar-color: #EDEDED transparent;
}

@media (min-width: 1700px) {
  .holiday-list_wrap-user {
    height: 279px;
  }
}

.holiday-list_wrap-user::-webkit-scrollbar {
  width: 5px;
}

.holiday-list_wrap-user::-webkit-scrollbar-thumb {
  background-color: #EDEDED;
  border-radius: 3px;
}

.holiday-list_wrap-user::-webkit-scrollbar-track {
  background-color: transparent;
}

.holiday-list_wrap-manager {
  height: 447px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-inline-end: 10px;
  /* For Firefox */
  scrollbar-width: thin;
  scrollbar-color: #EDEDED transparent;
}

@media (min-width: 1700px) {
  .holiday-list_wrap-manager {
    height: 264px;
  }
}

.holiday-list_wrap-manager::-webkit-scrollbar {
  width: 5px;
}

.holiday-list_wrap-manager::-webkit-scrollbar-thumb {
  background-color: #EDEDED;
  border-radius: 3px;
}

.holiday-list_wrap-manager::-webkit-scrollbar-track {
  background-color: transparent;
}

.time-spent-byteam-wrap {
  height: 462px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-inline-end: 10px;
  /* For Firefox */
  scrollbar-width: thin;
  scrollbar-color: #EDEDED transparent;
}

@media (max-width: 1499px) {
  .time-spent-byteam-wrap {
    height: 288px;
  }
}

@media (max-width: 1400px) {
  .time-spent-byteam-wrap {
    height: 335px;
  }
}

@media (min-width: 1499px) {
  .time-spent-byteam-wrap {
    height: 277px;
  }
}

@media (min-width: 1765px) {
  .time-spent-byteam-wrap {
    height: 240px;
  }
}

.time-spent-byteam-wrap::-webkit-scrollbar {
  width: 5px;
}

.time-spent-byteam-wrap::-webkit-scrollbar-thumb {
  background-color: #EDEDED;
  border-radius: 3px;
}

.time-spent-byteam-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

.manager-tab {
  min-width: 311px;
  flex: 0 0 40%;
  border: 1px solid #EDEDED;
  border-radius: 8px;
}

.time-spent-list .item1 {
  background-color: #F6F6F6;
}

.time-spent-list .item2 {
  background-color: #fff;
}

.status-clr {
  position: relative;
}

.status-clr:before {
  content: "";
  position: absolute;
  display: inline-block;
  inset-inline-start: -14px;
  height: 100%;
  width: 4px;
}

.leave-status:before {
  background-color: #E1251B;
  border-radius: 8px;
}

.wfh-status:before {
  background-color: #7FB1ED;
  border-radius: 8px;
}

.halfday-status:before {
  background-color: #FFD476;
  border-radius: 8px;
}

.inoffice-status:before {
  background-color: #66CDA5;
  border-radius: 8px;
}

.border-tab {
  border: 1px solid var(--Color-GreyScale-GreyScale100, #EDEDED);
  padding: 3px;
}

.action-drop.dropdown-menu>li {
  border-radius: 8px;
}

.action-drop.dropdown-menu>li>a {
  padding: 8px 20px;
  text-decoration: none !important;
  border-radius: 8px;
}

.action-drop.dropdown-menu>.active>a,
.action-drop.dropdown-menu>li>a:hover,
.action-drop.dropdown-menu>li>a:focus {
  padding: 8px 20px;
  background-color: #F6F6F6 !important;
  text-decoration: none !important;

}

.action-drop.dropdown-menu>.active>a svg,
.action-drop.dropdown-menu>li>a:hover svg,
.action-drop.dropdown-menu>li>a:focus svg {
  color: #000;
}

.calendar-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #EDEDED;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.calender-arrow i {
  width: 7px;
  height: 12px;
}

.day-name {
  text-transform: uppercase;
  color: #A6A6A6;
  font-size: 14px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
  row-gap: 24px;
  -moz-column-gap: 2px;
  column-gap: 2px;
}

.day {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #4D4D4D;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  line-height: 1;
}

.day.weekend {
  color: #B8B8B8;
}

.day:hover {
  background-color: #EAF2FC;
}

.day.holiday {
  color: #E1251B;
  font-weight: 600;
}

.day.holiday::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #E1251B;
  border-radius: 50%;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}

.day.today {
  color: #2A7DE1;
  background-color: rgba(42, 125, 225, 0.0784313725);
  font-weight: 600;
}

.day.today::after {
  position: absolute;
  content: "";
  background-color: #2A7DE1;
  width: 100%;
  height: 3px;
  border-radius: 0%;
  inset-inline-start: 0px;
  bottom: 0;
}

.holiday-nav {
  border-bottom: none;
}

.nav-link-custom.nav-link {
  padding: 8px 16px;
  border-color: #2A7DE1 !important;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  flex: 0 0 48%;
  color: #2A7DE1;
}

.nav-link-custom.nav-link.active {
  background-color: #2A7DE1;
  color: #fff;
}

.nav-link-custom.nav-link.nav-manager {
  border-color: transparent !important;
}

.view-details-inner-modal .modal-content {
  border-radius: 16px;
  border: 1px solid #EDEDED;
}

.view-details-inner-modal .modal-header {
  padding: 24px;
  border-bottom: 1px solid #EDEDED;

}

.view-details-inner-modal .modal-header p {
  color: #2A7DE1;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 8px;
  display: block;
  font-family: "Roboto", sans-serif;
}

.view-details-inner-modal .modal-header h3 {
  color: #5F5F5F;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
}


.view-details-inner-modal .labelView {
  color: #5F5F5F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}

.view-details-inner-modal .description {
  color: #5F5F5F;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
}

.bb-gray {
  border-bottom: 1px solid #EDEDED;
}

.bt-gray {
  border-top: 1px solid #EDEDED;
}


.alert-Modal .modal-content {
  border-radius: 8px;
  border: none;
}

.alert-Modal .modal-header {
  border-radius: 8px;
  border: none;
  padding: 16px;
  align-items: start;
}

.alert-Modal .modal-header .d-flex svg {
  min-width: 32px;
}

.alert-Modal .modal-header .modal-title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
}

.alert-Modal .modal-header p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

/* success modal */
#successModal .modal-header {
  background-color: #E5F7F0 !important;
}

#successModal .modal-header .modal-title {
  color: #00AC69;
}

#successModal .modal-header .btn-cross {
  background-color: transparent !important;
  border: none;
}

#successModalText {
  color: #00AC69;

}

/* error modal */
#errorModal .modal-header {
  background-color: #FCE9E8 !important;
}

#errorModal .modal-header .modal-title {
  color: #E1251B;
}

#errorModal .modal-header .btn-cross {
  background-color: transparent !important;
  border: none;
}

#errorModalText {
  color: #E1251B;

}

.icon-bg {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  padding: 7px;
}

#DeleteTimeModal .icon-bg {
  background-color: #FCE9E8;
}

#confirmationModal .icon-bg {
  background-color: #E5F7F0;
}

.content{
   min-height: calc(100vh - 190px);
}
