:root {
  color-scheme: light;
  --primary: #005ce6;
  --secondary: #6e828a;
  --success: #9ee85d;
  --info: #0dcaf0;
  --warning: #fc3c3c;
  --danger: #fc3c3c;
  --light: #f5f5f5;
  --dark: #303841;
  --light-gray: #cfdade;
  --primary-rgb: 0, 92, 230;
  --secondary-rgb: 110, 130, 138;
  --success-rgb: 158, 232, 93;
  --info-rgb: 13, 202, 240;
  --warning-rgb: 252, 60, 60;
  --danger-rgb: 252, 60, 60;
  --light-rgb: 245, 245, 245;
  --dark-rgb: 48, 56, 65;
  --light-gray-rgb: 207, 218, 222;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --body-color-rgb: 48, 56, 65;
  --body-bg-rgb: 245, 245, 245;
  --font-sans-serif: "Outfit", "Helvetica", "Arial", sans-serif;
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  --gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #303841;
  --body-bg: #f5f5f5;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #dee2e6;
  --border-color-translucent: rgba(0, 0, 0, 0.175);
  --border-radius: 0.375rem;
  --border-radius-sm: 0.25rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --border-radius-2xl: 2rem;
  --border-radius-pill: 50rem;
  --link-color: #005ce6;
  --link-hover-color: #004ab8;
  --code-color: #d63384;
  --highlight-bg: #fff3cd;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



@media (min-width: 1200px) {
  .h1 {
    font-size: 2.5rem;
  }
}

.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
.modal__wraper ul{
  margin-left: 0rem !important;
}
.modal__wraper li{
  margin-bottom: 0rem !important;
}
@media (min-width: 1200px) {
  .h2 {
    font-size: 2rem;
  }
}
/* .mobile-input label[for="mobile_num"] {
    position: absolute !important;
    margin-top: 37px !important;
    padding-top: 3px !important;
    } */
.error, .dloginmob_error, .dloginagent_error, .dforgetmob_error, .dsignupmob_error, .dloginotpmob_error{
font-size: 12px ;
color: red;
/* 	position: absolute !important;
	margin-top: 37px !important;
	padding-top: 3px !important; */
}
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3 {
    font-size: 1.75rem;
  }
}

.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4 {
    font-size: 1.5rem;
  }
}

.h5 {
  font-size: 1.25rem;
}

.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

.small {
  font-size: 0.8em;
}

a {
  color: var(--link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select{
  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 {
     height: 43px !important;
}
select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[hidden] {
  display: none !important;
}

.col {
  flex: 1 0 0%;
}


.col-12 {
  flex: 0 0 auto;
  width: 100%;
}


.g-1,
.gx-1 {
  --gutter-x: 8px;
}

.g-1,
.gy-1 {
  --gutter-y: 8px;
}

.g-3,
.gx-3 {
  --gutter-x: 24px;
}

.g-3,
.gy-3 {
  --gutter-y: 24px;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.form-label {
  font-size: 0.8rem;
  color: var(--secondary);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #303841 !important;
  background-clip: padding-box;
  border: 2px solid #ced4da !important;
  appearance: none !important;
  border-radius: 0.5rem !important;
  transition: border-color 0.15s ease-in-out !important;
}
@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 {
  border-color: var(--primary) !important;
  outline: 0;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 0.7;
  font-size: 14px;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #303841;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #303841;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem 0.5rem 0.75rem !important;
  -moz-padding-start: calc(0.75rem - 3px) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #303841 !important;
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236F828A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.35rem center !important;
  background-size: 16px 12px !important;
  border: 2px solid #ced4da !important;
  border-radius: 0.5rem !important;
  transition: border-color 0.15s ease-in-out !important;
  appearance: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: var(--primary) !important;
  outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:invalid {
  color: rgba(108, 117, 125, 0.7) !important;
}
.form-select > option:not(:first-of-type) {
  color: #303841 !important;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #303841;
}

.form-select-sm {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.5rem !important;
  font-size: 0.875rem !important;
  border-radius: 0.25rem !important;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.6em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.6em;
}

.form-check-reverse {
  padding-right: 1.6em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.6em;
  margin-left: 0;
}

.form-check-input {
  width: 1.1em;
  height: 1.1em;
  margin-top: 0.2em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1.5px solid #9ee85d;
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #9ee85d;
  outline: 0;
}
.form-check-input:checked {
  background-color: #9ee85d;
  border-color: #9ee85d;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #9ee85d;
  border-color: #9ee85d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cff4ae'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #fc3c3c;
}

.btn {
  --btn-padding-x: 1.75rem;
  --btn-padding-y: 0.375rem;
  --btn-font-family: Outfit, Helvetica, Arial, sans-serif;
  --btn-font-size: 17px;
  --btn-font-weight: 600;
  --btn-line-height: 1.5;
  --btn-color: #303841;
  --btn-bg: transparent;
  --btn-border-width: 1.5px;
  --btn-border-color: transparent;
  --btn-border-radius: 7px;
  --btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --btn-disabled-opacity: 0.65;
  --btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  font-family: var(--btn-font-family) !important;
  font-size: var(--btn-font-size) !important;
  font-weight: var(--btn-font-weight) !important;
  line-height: var(--btn-line-height);
  color: var(--btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--btn-border-width) solid var(--btn-border-color) !important;
  border-radius: var(--btn-border-radius) !important;
  background-color: var(--btn-bg) !important;
  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 !important;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
}
.btn-check:focus + .btn,
.btn:focus {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn-check:active + .btn,
.btn:active,
.btn.active,
.btn.show {
  color: var(--btn-active-color);
  background-color: var(--btn-active-bg);
  border-color: var(--btn-active-border-color);
}
.btn-check:checked + .btn:focus,
.btn-check:active + .btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.show:focus {
  box-shadow: var(--btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--btn-disabled-color);
  pointer-events: none;
  background-color: var(--btn-disabled-bg);
  border-color: var(--btn-disabled-border-color);
  opacity: var(--btn-disabled-opacity);
}

.btn-primary {
  --btn-color: #fff;
  --btn-bg: #005ce6;
  --btn-border-color: #005ce6;
  --btn-hover-color: #fff;
  --btn-hover-bg: #004ec4;
  --btn-hover-border-color: #004ab8;
  --btn-focus-shadow-rgb: 38, 116, 234;
  --btn-active-color: #fff;
  --btn-active-bg: #004ab8;
  --btn-active-border-color: #0045ad;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #005ce6;
  --btn-disabled-border-color: #005ce6;
}

.btn-secondary {
  --btn-color: #000;
  --btn-bg: #6e828a;
  --btn-border-color: #6e828a;
  --btn-hover-color: #000;
  --btn-hover-bg: #84959c;
  --btn-hover-border-color: #7d8f96;
  --btn-focus-shadow-rgb: 94, 111, 117;
  --btn-active-color: #000;
  --btn-active-bg: #8b9ba1;
  --btn-active-border-color: #7d8f96;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #6e828a;
  --btn-disabled-border-color: #6e828a;
}

.btn-success {
  --btn-color: #000;
  --btn-bg: #9ee85d;
  --btn-border-color: #9ee85d;
  --btn-hover-color: #000;
  --btn-hover-bg: #adeb75;
  --btn-hover-border-color: #a8ea6d;
  --btn-focus-shadow-rgb: 134, 197, 79;
  --btn-active-color: #000;
  --btn-active-bg: #b1ed7d;
  --btn-active-border-color: #a8ea6d;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #9ee85d;
  --btn-disabled-border-color: #9ee85d;
}

.btn-info {
  --btn-color: #000;
  --btn-bg: #0dcaf0;
  --btn-border-color: #0dcaf0;
  --btn-hover-color: #000;
  --btn-hover-bg: #31d2f2;
  --btn-hover-border-color: #25cff2;
  --btn-focus-shadow-rgb: 11, 172, 204;
  --btn-active-color: #000;
  --btn-active-bg: #3dd5f3;
  --btn-active-border-color: #25cff2;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #0dcaf0;
  --btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --btn-color: #000;
  --btn-bg: #fc3c3c;
  --btn-border-color: #fc3c3c;
  --btn-hover-color: #000;
  --btn-hover-bg: #fc5959;
  --btn-hover-border-color: #fc5050;
  --btn-focus-shadow-rgb: 214, 51, 51;
  --btn-active-color: #000;
  --btn-active-bg: #fd6363;
  --btn-active-border-color: #fc5050;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #fc3c3c;
  --btn-disabled-border-color: #fc3c3c;
}

.btn-danger {
  --btn-color: #000;
  --btn-bg: #fc3c3c;
  --btn-border-color: #fc3c3c;
  --btn-hover-color: #000;
  --btn-hover-bg: #fc5959;
  --btn-hover-border-color: #fc5050;
  --btn-focus-shadow-rgb: 214, 51, 51;
  --btn-active-color: #000;
  --btn-active-bg: #fd6363;
  --btn-active-border-color: #fc5050;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #fc3c3c;
  --btn-disabled-border-color: #fc3c3c;
}

.btn-light {
  --btn-color: #000;
  --btn-bg: #f5f5f5;
  --btn-border-color: #f5f5f5;
  --btn-hover-color: #000;
  --btn-hover-bg: #d0d0d0;
  --btn-hover-border-color: #c4c4c4;
  --btn-focus-shadow-rgb: 208, 208, 208;
  --btn-active-color: #000;
  --btn-active-bg: #c4c4c4;
  --btn-active-border-color: #b8b8b8;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #f5f5f5;
  --btn-disabled-border-color: #f5f5f5;
}

.btn-dark {
  --btn-color: #fff;
  --btn-bg: #303841;
  --btn-border-color: #303841;
  --btn-hover-color: #fff;
  --btn-hover-bg: #4f565e;
  --btn-hover-border-color: #454c54;
  --btn-focus-shadow-rgb: 79, 86, 94;
  --btn-active-color: #fff;
  --btn-active-bg: #596067;
  --btn-active-border-color: #454c54;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #303841;
  --btn-disabled-border-color: #303841;
}

.btn-light-gray {
  --btn-color: #000;
  --btn-bg: #cfdade;
  --btn-border-color: #cfdade;
  --btn-hover-color: #000;
  --btn-hover-bg: #d6e0e3;
  --btn-hover-border-color: #d4dee1;
  --btn-focus-shadow-rgb: 176, 185, 189;
  --btn-active-color: #000;
  --btn-active-bg: #d9e1e5;
  --btn-active-border-color: #d4dee1;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #cfdade;
  --btn-disabled-border-color: #cfdade;
}

.btn-outline-primary {
  --btn-color: #005ce6;
  --btn-border-color: #005ce6;
  --btn-hover-color: #fff;
  --btn-hover-bg: #005ce6;
  --btn-hover-border-color: #005ce6;
  --btn-focus-shadow-rgb: 0, 92, 230;
  --btn-active-color: #fff;
  --btn-active-bg: #005ce6;
  --btn-active-border-color: #005ce6;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #005ce6;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #005ce6;
  --gradient: none;
}

.btn-outline-secondary {
  --btn-color: #6e828a;
  --btn-border-color: #6e828a;
  --btn-hover-color: #6e828a;
  --btn-hover-bg: #ffffff;
  --btn-hover-border-color: #6e828a;
  --btn-focus-shadow-rgb: 110, 130, 138;
  --btn-active-color: #6e828a;
  --btn-active-bg: #ffffff;
  --btn-active-border-color: #6e828a;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #6e828a;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #6e828a;
  --gradient: none;
}

.btn-outline-success {
  --btn-color: #9ee85d;
  --btn-border-color: #9ee85d;
  --btn-hover-color: #000;
  --btn-hover-bg: #9ee85d;
  --btn-hover-border-color: #9ee85d;
  --btn-focus-shadow-rgb: 158, 232, 93;
  --btn-active-color: #000;
  --btn-active-bg: #9ee85d;
  --btn-active-border-color: #9ee85d;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #9ee85d;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #9ee85d;
  --gradient: none;
}

.btn-outline-info {
  --btn-color: #0dcaf0;
  --btn-border-color: #0dcaf0;
  --btn-hover-color: #000;
  --btn-hover-bg: #0dcaf0;
  --btn-hover-border-color: #0dcaf0;
  --btn-focus-shadow-rgb: 13, 202, 240;
  --btn-active-color: #000;
  --btn-active-bg: #0dcaf0;
  --btn-active-border-color: #0dcaf0;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #0dcaf0;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #0dcaf0;
  --gradient: none;
}

.btn-outline-warning {
  --btn-color: #fc3c3c;
  --btn-border-color: #fc3c3c;
  --btn-hover-color: #000;
  --btn-hover-bg: #fc3c3c;
  --btn-hover-border-color: #fc3c3c;
  --btn-focus-shadow-rgb: 252, 60, 60;
  --btn-active-color: #000;
  --btn-active-bg: #fc3c3c;
  --btn-active-border-color: #fc3c3c;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fc3c3c;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #fc3c3c;
  --gradient: none;
}

.btn-outline-danger {
  --btn-color: #fc3c3c;
  --btn-border-color: #fc3c3c;
  --btn-hover-color: #000;
  --btn-hover-bg: #fc3c3c;
  --btn-hover-border-color: #fc3c3c;
  --btn-focus-shadow-rgb: 252, 60, 60;
  --btn-active-color: #000;
  --btn-active-bg: #fc3c3c;
  --btn-active-border-color: #fc3c3c;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fc3c3c;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #fc3c3c;
  --gradient: none;
}

.btn-outline-light {
  --btn-color: #f5f5f5;
  --btn-border-color: #f5f5f5;
  --btn-hover-color: #000;
  --btn-hover-bg: #f5f5f5;
  --btn-hover-border-color: #f5f5f5;
  --btn-focus-shadow-rgb: 245, 245, 245;
  --btn-active-color: #000;
  --btn-active-bg: #f5f5f5;
  --btn-active-border-color: #f5f5f5;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #f5f5f5;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #f5f5f5;
  --gradient: none;
}

.btn-outline-dark {
  --btn-color: #303841;
  --btn-border-color: #303841;
  --btn-hover-color: #fff;
  --btn-hover-bg: #303841;
  --btn-hover-border-color: #303841;
  --btn-focus-shadow-rgb: 48, 56, 65;
  --btn-active-color: #fff;
  --btn-active-bg: #303841;
  --btn-active-border-color: #303841;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #303841;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #303841;
  --gradient: none;
}

.btn-outline-light-gray {
  --btn-color: #cfdade;
  --btn-border-color: #cfdade;
  --btn-hover-color: #000;
  --btn-hover-bg: #cfdade;
  --btn-hover-border-color: #cfdade;
  --btn-focus-shadow-rgb: 207, 218, 222;
  --btn-active-color: #000;
  --btn-active-bg: #cfdade;
  --btn-active-border-color: #cfdade;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #cfdade;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #cfdade;
  --gradient: none;
}

.btn-link {
  --btn-font-weight: 400;
  --btn-color: var(--link-color);
  --btn-bg: transparent;
  --btn-border-color: transparent;
  --btn-hover-color: var(--link-hover-color);
  --btn-hover-border-color: transparent;
  --btn-active-color: var(--link-hover-color);
  --btn-active-border-color: transparent;
  --btn-disabled-color: #6c757d;
  --btn-disabled-border-color: transparent;
  --btn-box-shadow: none;
  --btn-focus-shadow-rgb: 38, 116, 234;
  text-decoration: underline;
}
.btn-link:focus {
  color: var(--btn-color);
}
.btn-link:hover {
  color: var(--btn-hover-color);
}

.btn-lg {
  --btn-padding-y: 0.5rem;
  --btn-padding-x: 1rem;
  --btn-font-size: 1.25rem;
  --btn-border-radius: 0.5rem;
}

.btn-sm {
  --btn-padding-y: 0.25rem;
  --btn-padding-x: 0.5rem;
  --btn-font-size: 0.875rem;
  --btn-border-radius: 0.25rem;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(0, 92, 230, var(--bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(110, 130, 138, var(--bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(158, 232, 93, var(--bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(252, 60, 60, var(--bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(252, 60, 60, var(--bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(245, 245, 245, var(--bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(48, 56, 65, var(--bg-opacity, 1)) !important;
}

.text-bg-light-gray {
  color: #000 !important;
  background-color: RGBA(207, 218, 222, var(--bg-opacity, 1)) !important;
}

.link-primary {
  color: #005ce6 !important;
}
.link-primary:hover,
.link-primary:focus {
  color: #004ab8 !important;
}

.link-secondary {
  color: #6e828a !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: #8b9ba1 !important;
}

.link-success {
  color: #9ee85d !important;
}
.link-success:hover,
.link-success:focus {
  color: #b1ed7d !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover,
.link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #fc3c3c !important;
}
.link-warning:hover,
.link-warning:focus {
  color: #fd6363 !important;
}

.link-danger {
  color: #fc3c3c !important;
}
.link-danger:hover,
.link-danger:focus {
  color: #fd6363 !important;
}

.link-light {
  color: #f5f5f5 !important;
}
.link-light:hover,
.link-light:focus {
  color: #f7f7f7 !important;
}

.link-dark {
  color: #303841 !important;
}
.link-dark:hover,
.link-dark:focus {
  color: #262d34 !important;
}

.link-light-gray {
  color: #cfdade !important;
}
.link-light-gray:hover,
.link-light-gray:focus {
  color: #d9e1e5 !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.border {
  border: var(--border-width) var(--border-style) var(--border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--border-width) var(--border-style) var(--border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--border-width) var(--border-style) var(--border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--border-width) var(--border-style) var(--border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--border-width) var(--border-style) var(--border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --border-opacity: 1;
  border-color: rgba(var(--primary-rgb), var(--border-opacity)) !important;
}

.border-secondary {
  --border-opacity: 1;
  border-color: rgba(var(--secondary-rgb), var(--border-opacity)) !important;
}

.border-success {
  --border-opacity: 1;
  border-color: rgba(var(--success-rgb), var(--border-opacity)) !important;
}

.border-info {
  --border-opacity: 1;
  border-color: rgba(var(--info-rgb), var(--border-opacity)) !important;
}

.border-warning {
  --border-opacity: 1;
  border-color: rgba(var(--warning-rgb), var(--border-opacity)) !important;
}

.border-danger {
  --border-opacity: 1;
  border-color: rgba(var(--danger-rgb), var(--border-opacity)) !important;
}

.border-light {
  --border-opacity: 1;
  border-color: rgba(var(--light-rgb), var(--border-opacity)) !important;
}

.border-dark {
  --border-opacity: 1;
  border-color: rgba(var(--dark-rgb), var(--border-opacity)) !important;
}

.border-light-gray {
  --border-opacity: 1;
  border-color: rgba(var(--light-gray-rgb), var(--border-opacity)) !important;
}

.border-white {
  --border-opacity: 1;
  border-color: rgba(var(--white-rgb), var(--border-opacity)) !important;
}

.border-1 {
  --border-width: 1px;
}

.border-2 {
  --border-width: 2px;
}

.border-3 {
  --border-width: 3px;
}

.border-4 {
  --border-width: 4px;
}

.border-5 {
  --border-width: 5px;
}

.w-25 {
  width: 25% !important;
}

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

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 2px !important;
}

.m-2 {
  margin: 4px !important;
}

.m-3 {
  margin: 8px !important;
}

.m-4 {
  margin: 12px !important;
}

.m-5 {
  margin: 24px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.mx-2 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mx-3 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-4 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mx-5 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.my-2 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-3 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-4 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-5 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 2px !important;
}

.mt-2 {
  margin-top: 4px !important;
}

.mt-3 {
  margin-top: 8px !important;
}

.mt-4 {
  margin-top: 12px !important;
}

.mt-5 {
  margin-top: 24px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 2px !important;
}

.me-2 {
  margin-right: 4px !important;
}

.me-3 {
  margin-right: 8px !important;
}

.me-4 {
  margin-right: 12px !important;
}

.me-5 {
  margin-right: 24px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 2px !important;
}

.ms-2 {
  margin-left: 4px !important;
}

.ms-3 {
  margin-left: 8px !important;
}

.ms-4 {
  margin-left: 12px !important;
}

.ms-5 {
  margin-left: 24px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 2px !important;
}

.p-2 {
  padding: 4px !important;
}

.p-3 {
  padding: 8px !important;
}

.p-4 {
  padding: 12px !important;
}

.p-5 {
  padding: 24px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.px-2 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.px-3 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-4 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.px-5 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-2 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-3 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-4 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-5 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 2px !important;
}

.pt-2 {
  padding-top: 4px !important;
}

.pt-3 {
  padding-top: 8px !important;
}

.pt-4 {
  padding-top: 12px !important;
}

.pt-5 {
  padding-top: 24px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 2px !important;
}

.pe-2 {
  padding-right: 4px !important;
}

.pe-3 {
  padding-right: 8px !important;
}

.pe-4 {
  padding-right: 12px !important;
}

.pe-5 {
  padding-right: 24px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 2px !important;
}

.pb-2 {
  padding-bottom: 4px !important;
}

.pb-3 {
  padding-bottom: 8px !important;
}

.pb-4 {
  padding-bottom: 12px !important;
}

.pb-5 {
  padding-bottom: 24px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 2px !important;
}

.ps-2 {
  padding-left: 4px !important;
}

.ps-3 {
  padding-left: 8px !important;
}

.ps-4 {
  padding-left: 12px !important;
}

.ps-5 {
  padding-left: 24px !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 2px !important;
}

.gap-2 {
  gap: 4px !important;
}

.gap-3 {
  gap: 8px !important;
}

.gap-4 {
  gap: 12px !important;
}

.gap-5 {
  gap: 24px !important;
}

.font-monospace {
  font-family: var(--font-monospace) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --text-opacity: 1;
  color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
}

.text-secondary {
  --text-opacity: 1;
  color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
}

.text-success {
  --text-opacity: 1;
  color: rgba(var(--success-rgb), var(--text-opacity)) !important;
}

.text-info {
  --text-opacity: 1;
  color: rgba(var(--info-rgb), var(--text-opacity)) !important;
}

.text-warning {
  --text-opacity: 1;
  color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
}

.text-danger {
  --text-opacity: 1;
  color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
}

.text-light {
  --text-opacity: 1;
  color: rgba(var(--light-rgb), var(--text-opacity)) !important;
}

.text-dark {
  --text-opacity: 1;
  color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
}

.text-light-gray {
  --text-opacity: 1;
  color: rgba(var(--light-gray-rgb), var(--text-opacity)) !important;
}

.text-black {
  --text-opacity: 1;
  color: rgba(var(--black-rgb), var(--text-opacity)) !important;
}

.text-white {
  --text-opacity: 1;
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}

.text-body {
  --text-opacity: 1;
  color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
}

.text-muted {
  --text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --text-opacity: 1;
  color: inherit !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--border-radius) !important;
}

.rounded-3 {
  border-radius: var(--border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--border-radius) !important;
  border-top-left-radius: var(--border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 2px !important;
  }
  .m-sm-2 {
    margin: 4px !important;
  }
  .m-sm-3 {
    margin: 8px !important;
  }
  .m-sm-4 {
    margin: 12px !important;
  }
  .m-sm-5 {
    margin: 24px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  .mx-sm-2 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-sm-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-4 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-sm-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .my-sm-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-sm-3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-4 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 2px !important;
  }
  .mt-sm-2 {
    margin-top: 4px !important;
  }
  .mt-sm-3 {
    margin-top: 8px !important;
  }
  .mt-sm-4 {
    margin-top: 12px !important;
  }
  .mt-sm-5 {
    margin-top: 24px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 2px !important;
  }
  .me-sm-2 {
    margin-right: 4px !important;
  }
  .me-sm-3 {
    margin-right: 8px !important;
  }
  .me-sm-4 {
    margin-right: 12px !important;
  }
  .me-sm-5 {
    margin-right: 24px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 2px !important;
  }
  .mb-sm-2 {
    margin-bottom: 4px !important;
  }
  .mb-sm-3 {
    margin-bottom: 8px !important;
  }
  .mb-sm-4 {
    margin-bottom: 12px !important;
  }
  .mb-sm-5 {
    margin-bottom: 24px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 2px !important;
  }
  .ms-sm-2 {
    margin-left: 4px !important;
  }
  .ms-sm-3 {
    margin-left: 8px !important;
  }
  .ms-sm-4 {
    margin-left: 12px !important;
  }
  .ms-sm-5 {
    margin-left: 24px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 2px !important;
  }
  .p-sm-2 {
    padding: 4px !important;
  }
  .p-sm-3 {
    padding: 8px !important;
  }
  .p-sm-4 {
    padding: 12px !important;
  }
  .p-sm-5 {
    padding: 24px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  .px-sm-2 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-sm-3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-4 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-sm-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .py-sm-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-sm-3 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 2px !important;
  }
  .pt-sm-2 {
    padding-top: 4px !important;
  }
  .pt-sm-3 {
    padding-top: 8px !important;
  }
  .pt-sm-4 {
    padding-top: 12px !important;
  }
  .pt-sm-5 {
    padding-top: 24px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 2px !important;
  }
  .pe-sm-2 {
    padding-right: 4px !important;
  }
  .pe-sm-3 {
    padding-right: 8px !important;
  }
  .pe-sm-4 {
    padding-right: 12px !important;
  }
  .pe-sm-5 {
    padding-right: 24px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 2px !important;
  }
  .pb-sm-2 {
    padding-bottom: 4px !important;
  }
  .pb-sm-3 {
    padding-bottom: 8px !important;
  }
  .pb-sm-4 {
    padding-bottom: 12px !important;
  }
  .pb-sm-5 {
    padding-bottom: 24px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 2px !important;
  }
  .ps-sm-2 {
    padding-left: 4px !important;
  }
  .ps-sm-3 {
    padding-left: 8px !important;
  }
  .ps-sm-4 {
    padding-left: 12px !important;
  }
  .ps-sm-5 {
    padding-left: 24px !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 2px !important;
  }
  .gap-sm-2 {
    gap: 4px !important;
  }
  .gap-sm-3 {
    gap: 8px !important;
  }
  .gap-sm-4 {
    gap: 12px !important;
  }
  .gap-sm-5 {
    gap: 24px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 2px !important;
  }
  .m-md-2 {
    margin: 4px !important;
  }
  .m-md-3 {
    margin: 8px !important;
  }
  .m-md-4 {
    margin: 12px !important;
  }
  .m-md-5 {
    margin: 24px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  .mx-md-2 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-md-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-4 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-md-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .my-md-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-md-3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-4 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 2px !important;
  }
  .mt-md-2 {
    margin-top: 4px !important;
  }
  .mt-md-3 {
    margin-top: 8px !important;
  }
  .mt-md-4 {
    margin-top: 12px !important;
  }
  .mt-md-5 {
    margin-top: 24px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 2px !important;
  }
  .me-md-2 {
    margin-right: 4px !important;
  }
  .me-md-3 {
    margin-right: 8px !important;
  }
  .me-md-4 {
    margin-right: 12px !important;
  }
  .me-md-5 {
    margin-right: 24px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 2px !important;
  }
  .mb-md-2 {
    margin-bottom: 4px !important;
  }
  .mb-md-3 {
    margin-bottom: 8px !important;
  }
  .mb-md-4 {
    margin-bottom: 12px !important;
  }
  .mb-md-5 {
    margin-bottom: 24px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 2px !important;
  }
  .ms-md-2 {
    margin-left: 4px !important;
  }
  .ms-md-3 {
    margin-left: 8px !important;
  }
  .ms-md-4 {
    margin-left: 12px !important;
  }
  .ms-md-5 {
    margin-left: 24px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 2px !important;
  }
  .p-md-2 {
    padding: 4px !important;
  }
  .p-md-3 {
    padding: 8px !important;
  }
  .p-md-4 {
    padding: 12px !important;
  }
  .p-md-5 {
    padding: 24px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  .px-md-2 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-md-3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-4 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-md-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .py-md-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-md-3 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 2px !important;
  }
  .pt-md-2 {
    padding-top: 4px !important;
  }
  .pt-md-3 {
    padding-top: 8px !important;
  }
  .pt-md-4 {
    padding-top: 12px !important;
  }
  .pt-md-5 {
    padding-top: 24px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 2px !important;
  }
  .pe-md-2 {
    padding-right: 4px !important;
  }
  .pe-md-3 {
    padding-right: 8px !important;
  }
  .pe-md-4 {
    padding-right: 12px !important;
  }
  .pe-md-5 {
    padding-right: 24px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 2px !important;
  }
  .pb-md-2 {
    padding-bottom: 4px !important;
  }
  .pb-md-3 {
    padding-bottom: 8px !important;
  }
  .pb-md-4 {
    padding-bottom: 12px !important;
  }
  .pb-md-5 {
    padding-bottom: 24px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 2px !important;
  }
  .ps-md-2 {
    padding-left: 4px !important;
  }
  .ps-md-3 {
    padding-left: 8px !important;
  }
  .ps-md-4 {
    padding-left: 12px !important;
  }
  .ps-md-5 {
    padding-left: 24px !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 2px !important;
  }
  .gap-md-2 {
    gap: 4px !important;
  }
  .gap-md-3 {
    gap: 8px !important;
  }
  .gap-md-4 {
    gap: 12px !important;
  }
  .gap-md-5 {
    gap: 24px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 2px !important;
  }
  .m-lg-2 {
    margin: 4px !important;
  }
  .m-lg-3 {
    margin: 8px !important;
  }
  .m-lg-4 {
    margin: 12px !important;
  }
  .m-lg-5 {
    margin: 24px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  .mx-lg-2 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-lg-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-lg-4 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-lg-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .my-lg-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-lg-3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-4 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 2px !important;
  }
  .mt-lg-2 {
    margin-top: 4px !important;
  }
  .mt-lg-3 {
    margin-top: 8px !important;
  }
  .mt-lg-4 {
    margin-top: 12px !important;
  }
  .mt-lg-5 {
    margin-top: 24px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 2px !important;
  }
  .me-lg-2 {
    margin-right: 4px !important;
  }
  .me-lg-3 {
    margin-right: 8px !important;
  }
  .me-lg-4 {
    margin-right: 12px !important;
  }
  .me-lg-5 {
    margin-right: 24px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 2px !important;
  }
  .mb-lg-2 {
    margin-bottom: 4px !important;
  }
  .mb-lg-3 {
    margin-bottom: 8px !important;
  }
  .mb-lg-4 {
    margin-bottom: 12px !important;
  }
  .mb-lg-5 {
    margin-bottom: 24px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 2px !important;
  }
  .ms-lg-2 {
    margin-left: 4px !important;
  }
  .ms-lg-3 {
    margin-left: 8px !important;
  }
  .ms-lg-4 {
    margin-left: 12px !important;
  }
  .ms-lg-5 {
    margin-left: 24px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 2px !important;
  }
  .p-lg-2 {
    padding: 4px !important;
  }
  .p-lg-3 {
    padding: 8px !important;
  }
  .p-lg-4 {
    padding: 12px !important;
  }
  .p-lg-5 {
    padding: 24px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  .px-lg-2 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-lg-3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-lg-4 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-lg-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .py-lg-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-lg-3 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 2px !important;
  }
  .pt-lg-2 {
    padding-top: 4px !important;
  }
  .pt-lg-3 {
    padding-top: 8px !important;
  }
  .pt-lg-4 {
    padding-top: 12px !important;
  }
  .pt-lg-5 {
    padding-top: 24px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 2px !important;
  }
  .pe-lg-2 {
    padding-right: 4px !important;
  }
  .pe-lg-3 {
    padding-right: 8px !important;
  }
  .pe-lg-4 {
    padding-right: 12px !important;
  }
  .pe-lg-5 {
    padding-right: 24px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 2px !important;
  }
  .pb-lg-2 {
    padding-bottom: 4px !important;
  }
  .pb-lg-3 {
    padding-bottom: 8px !important;
  }
  .pb-lg-4 {
    padding-bottom: 12px !important;
  }
  .pb-lg-5 {
    padding-bottom: 24px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 2px !important;
  }
  .ps-lg-2 {
    padding-left: 4px !important;
  }
  .ps-lg-3 {
    padding-left: 8px !important;
  }
  .ps-lg-4 {
    padding-left: 12px !important;
  }
  .ps-lg-5 {
    padding-left: 24px !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 2px !important;
  }
  .gap-lg-2 {
    gap: 4px !important;
  }
  .gap-lg-3 {
    gap: 8px !important;
  }
  .gap-lg-4 {
    gap: 12px !important;
  }
  .gap-lg-5 {
    gap: 24px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 2px !important;
  }
  .m-xl-2 {
    margin: 4px !important;
  }
  .m-xl-3 {
    margin: 8px !important;
  }
  .m-xl-4 {
    margin: 12px !important;
  }
  .m-xl-5 {
    margin: 24px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  .mx-xl-2 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xl-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xl-4 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xl-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .my-xl-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xl-3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-4 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 2px !important;
  }
  .mt-xl-2 {
    margin-top: 4px !important;
  }
  .mt-xl-3 {
    margin-top: 8px !important;
  }
  .mt-xl-4 {
    margin-top: 12px !important;
  }
  .mt-xl-5 {
    margin-top: 24px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 2px !important;
  }
  .me-xl-2 {
    margin-right: 4px !important;
  }
  .me-xl-3 {
    margin-right: 8px !important;
  }
  .me-xl-4 {
    margin-right: 12px !important;
  }
  .me-xl-5 {
    margin-right: 24px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 2px !important;
  }
  .mb-xl-2 {
    margin-bottom: 4px !important;
  }
  .mb-xl-3 {
    margin-bottom: 8px !important;
  }
  .mb-xl-4 {
    margin-bottom: 12px !important;
  }
  .mb-xl-5 {
    margin-bottom: 24px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 2px !important;
  }
  .ms-xl-2 {
    margin-left: 4px !important;
  }
  .ms-xl-3 {
    margin-left: 8px !important;
  }
  .ms-xl-4 {
    margin-left: 12px !important;
  }
  .ms-xl-5 {
    margin-left: 24px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 2px !important;
  }
  .p-xl-2 {
    padding: 4px !important;
  }
  .p-xl-3 {
    padding: 8px !important;
  }
  .p-xl-4 {
    padding: 12px !important;
  }
  .p-xl-5 {
    padding: 24px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  .px-xl-2 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xl-3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xl-4 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xl-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .py-xl-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xl-3 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 2px !important;
  }
  .pt-xl-2 {
    padding-top: 4px !important;
  }
  .pt-xl-3 {
    padding-top: 8px !important;
  }
  .pt-xl-4 {
    padding-top: 12px !important;
  }
  .pt-xl-5 {
    padding-top: 24px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 2px !important;
  }
  .pe-xl-2 {
    padding-right: 4px !important;
  }
  .pe-xl-3 {
    padding-right: 8px !important;
  }
  .pe-xl-4 {
    padding-right: 12px !important;
  }
  .pe-xl-5 {
    padding-right: 24px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 2px !important;
  }
  .pb-xl-2 {
    padding-bottom: 4px !important;
  }
  .pb-xl-3 {
    padding-bottom: 8px !important;
  }
  .pb-xl-4 {
    padding-bottom: 12px !important;
  }
  .pb-xl-5 {
    padding-bottom: 24px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 2px !important;
  }
  .ps-xl-2 {
    padding-left: 4px !important;
  }
  .ps-xl-3 {
    padding-left: 8px !important;
  }
  .ps-xl-4 {
    padding-left: 12px !important;
  }
  .ps-xl-5 {
    padding-left: 24px !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 2px !important;
  }
  .gap-xl-2 {
    gap: 4px !important;
  }
  .gap-xl-3 {
    gap: 8px !important;
  }
  .gap-xl-4 {
    gap: 12px !important;
  }
  .gap-xl-5 {
    gap: 24px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 2px !important;
  }
  .m-xxl-2 {
    margin: 4px !important;
  }
  .m-xxl-3 {
    margin: 8px !important;
  }
  .m-xxl-4 {
    margin: 12px !important;
  }
  .m-xxl-5 {
    margin: 24px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  .mx-xxl-2 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xxl-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xxl-4 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xxl-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .my-xxl-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xxl-3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xxl-4 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xxl-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 2px !important;
  }
  .mt-xxl-2 {
    margin-top: 4px !important;
  }
  .mt-xxl-3 {
    margin-top: 8px !important;
  }
  .mt-xxl-4 {
    margin-top: 12px !important;
  }
  .mt-xxl-5 {
    margin-top: 24px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 2px !important;
  }
  .me-xxl-2 {
    margin-right: 4px !important;
  }
  .me-xxl-3 {
    margin-right: 8px !important;
  }
  .me-xxl-4 {
    margin-right: 12px !important;
  }
  .me-xxl-5 {
    margin-right: 24px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 2px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 4px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 8px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 12px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 24px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 2px !important;
  }
  .ms-xxl-2 {
    margin-left: 4px !important;
  }
  .ms-xxl-3 {
    margin-left: 8px !important;
  }
  .ms-xxl-4 {
    margin-left: 12px !important;
  }
  .ms-xxl-5 {
    margin-left: 24px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 2px !important;
  }
  .p-xxl-2 {
    padding: 4px !important;
  }
  .p-xxl-3 {
    padding: 8px !important;
  }
  .p-xxl-4 {
    padding: 12px !important;
  }
  .p-xxl-5 {
    padding: 24px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  .px-xxl-2 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xxl-3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xxl-4 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xxl-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .py-xxl-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xxl-3 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xxl-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xxl-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 2px !important;
  }
  .pt-xxl-2 {
    padding-top: 4px !important;
  }
  .pt-xxl-3 {
    padding-top: 8px !important;
  }
  .pt-xxl-4 {
    padding-top: 12px !important;
  }
  .pt-xxl-5 {
    padding-top: 24px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 2px !important;
  }
  .pe-xxl-2 {
    padding-right: 4px !important;
  }
  .pe-xxl-3 {
    padding-right: 8px !important;
  }
  .pe-xxl-4 {
    padding-right: 12px !important;
  }
  .pe-xxl-5 {
    padding-right: 24px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 2px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 4px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 8px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 12px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 24px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 2px !important;
  }
  .ps-xxl-2 {
    padding-left: 4px !important;
  }
  .ps-xxl-3 {
    padding-left: 8px !important;
  }
  .ps-xxl-4 {
    padding-left: 12px !important;
  }
  .ps-xxl-5 {
    padding-left: 24px !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 2px !important;
  }
  .gap-xxl-2 {
    gap: 4px !important;
  }
  .gap-xxl-3 {
    gap: 8px !important;
  }
  .gap-xxl-4 {
    gap: 12px !important;
  }
  .gap-xxl-5 {
    gap: 24px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.helper-text {
  font-size: 13px;
  line-height: 1.2;
}
/* modal */
.modal {
  position: fixed;
  background-color: rgba(48, 56, 65, 0.31);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 2.5rem 1rem;
  z-index: 1100;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
}
.modal__wraper {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 460px;
  width: 100%;
}
.close__modal {
  position: absolute;
  right: -9px;
  top: -9px;
  background: #005ce6;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company__logo {
  max-width: 135px;
}
.company__logo img {
  width: 100%;
}

.nav-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  border-radius: 7px;
  border: 1px solid var(--light-gray);
}
.nav-tabs > .tab-item {
  width: 50%;
  flex: 0 0 50%;
}
.nav-tabs .tab-link {
  color: var(--secondary);
  text-align: center !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  padding: 0.5rem !important;
  border-radius: 7px !important;
  cursor: pointer !important;
}
.nav-tabs .tab-link.active {
  color: var(--dark);
  background-color: var(--light-gray) !important;
}
.tab__container > .tab {
  display: none !important;
}
.tab__container > .tab.active {
  display: block !important;
}

.user-type-selector{
  border-radius: 7px;
  border: 1px solid var(--light-gray);
}
.user-type-selector > .select-user {
  width: 50%;
  flex: 0 0 50%;
}
.user-type-selector > .select-user > label {
  color: var(--secondary);
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.5rem;
  border-radius: 7px;
  cursor: pointer;
  user-select: none;
}
.user-type-selector > .select-user > input[type="radio"]:checked~label{
  color: var(--dark);
  background-color: var(--light-gray);
}

.mobile-input {
  border: 2px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out;
  margin-bottom: 15px;
}
.mobile-input:focus-within {
  border-color: var(--primary);
}

.pass-input > input {
  padding-right: 2.3rem;
}
.pass-input > .pass_toggle_button {
  top: 4px;
  right: 0;
  width: 40px;
  height: 38px;
/*   transform: translateY(-50%); */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23005ce6' class='bi bi-eye' viewBox='0 0 16 16'%3E%3Cpath d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z'/%3E%3Cpath d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.pass-input > .pass_toggle_button.show {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23005ce6' class='bi bi-eye-slash' viewBox='0 0 16 16'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E");
}
.mobile-input {
    position: relative;
}

.mobile-input label.error, .mobile-input label.dloginmob_error, .mobile-input label.dloginagent_error, .mobile-input label.dforgetmob_error, .mobile-input label.dsignupmob_error, .mobile-input label.dloginotpmob_error
 {
 position: absolute;
 width: 100%;
 left: 0;
 bottom: -22px;
}
.form-check-label[data-name="is_agree"] {
  font-size: 0.875rem;
}
.otp_input {
  max-width: 50px;
}

.form-scroll {
  max-height: calc(100vh - 21.5rem);
  overflow-y: overlay;
  overflow-x: hidden;
  margin-right: -1.5rem;
  padding-right: 1.5rem;
}
.form-scroll::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}
.form-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.form-scroll::-webkit-scrollbar-thumb {
  background: #88888899;
  opacity: 0.5;
  border-radius: 10px;
}
.form-scroll::-webkit-scrollbar-thumb:hover {
  background: #555555aa;
  opacity: 1;
}
/* Edited by Ecosmob */
.row {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-0,
.gx-0 {
  --gutter-x: 0;
}

.g-0,
.gy-0 {
  --gutter-y: 0;
}

.g-1,
.gx-1 {
  --gutter-x: 8px;
}

.g-1,
.gy-1 {
  --gutter-y: 8px;
}

.g-2,
.gx-2 {
  --gutter-x: 16px;
}

.g-2,
.gy-2 {
  --gutter-y: 16px;
}

.g-3,
.gx-3 {
  --gutter-x: 24px;
}

.g-3,
.gy-3 {
  --gutter-y: 24px;
}

.g-4,
.gx-4 {
  --gutter-x: 32px;
}

.g-4,
.gy-4 {
  --gutter-y: 32px;
}

.g-5,
.gx-5 {
  --gutter-x: 40px;
}

.g-5,
.gy-5 {
  --gutter-y: 40px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 8px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --gutter-y: 8px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 16px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --gutter-y: 16px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 24px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --gutter-y: 24px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 32px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --gutter-y: 32px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 40px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --gutter-y: 40px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-md-0,
  .gx-md-0 {
    --gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 8px;
  }
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 8px;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 16px;
  }
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 16px;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 24px;
  }
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 24px;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 32px;
  }
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 32px;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 40px;
  }
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 40px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 8px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 8px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 16px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 16px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 24px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 24px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 32px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 32px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 40px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 40px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 8px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 8px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 16px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 16px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 24px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 24px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 32px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 32px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 40px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 40px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 8px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --gutter-y: 8px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 16px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --gutter-y: 16px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 24px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --gutter-y: 24px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 32px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --gutter-y: 32px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 40px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --gutter-y: 40px;
  }
}
.form-check label.error {
    position: absolute;
    left: 0;
    bottom: -10px;
}
.form-check {  position: relative;
}
.btn.btn-outline-secondary {
    padding: 0.375rem 1.75rem;
    line-height: 1.5;
}
.modal__wraper .text-secondary[role="h5"] {
    font-size: 14px;
}

.mt-5.text-center.text-secondary {
    font-size: 16px;
}
/* End Edit */

/* dropdown css */

.select2-container {
  z-index: 9999;
  width: auto !important;
}
.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  height: auto !important;
  padding: 0.25rem 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px !important;
}

span.select2-dropdown {
  min-width: 275px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  box-shadow: rgba(20, 20, 20, 0.15) 0rem 0.5rem 1.625rem -0.25rem,
    rgba(20, 20, 20, 0.06) 0rem 0.5rem 0.5625rem -0.3125rem;
  padding: 0.5rem;
  border-radius: 0.625rem !important;
}
.select2-results__option {
  border-radius: 0.5rem;
  transition: background-color 300ms ease 0s, color 300ms ease 0s;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #005ce6 !important;
}
.select2-results__options {
  margin-right: -8px !important;
  padding-right: 5px !important;
}
.select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: #88888899;
  opacity: 0.5;
  border-radius: 10px;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555555aa;
  opacity: 1;
}
span.select2-dropdown .select2-search--dropdown {
  padding: 0;
  padding-bottom: 12px;
  position: relative;
}
span.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: none;
  background-color: rgb(244, 245, 245);
  border-radius: 5px;
  outline: none;
  line-height: normal !important;
  padding: 6px 6px 6px 34px;
}
span.select2-dropdown .select2-search--dropdown::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' viewBox='0 0 24 24' aria-hidden='true' fill='%23707070' data-testid='SearchRoundedIcon'%3E%3Cpath d='M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'%3E%3C/path%3E%3C/svg%3E");
  top: 6px;
  left: 6px;
  width: 20px;
}
input.select2-search__field::-webkit-input-placeholder {
  color: #a9adb1;
}
input.select2-search__field:-moz-placeholder {
  color: #a9adb1;
  opacity: 1;
}
input.select2-search__field:-ms-input-placeholder {
  color: #a9adb1;
}
input.select2-search__field::-ms-input-placeholder {
  color: #a9adb1;
}

input.select2-search__field::placeholder {
  color: #a9adb1;
}

/* dropdown css end */