@charset "UTF-8";
/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

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

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}


tbody,
tr,
td {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[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] {
  -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;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.container,
.container-lg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container-lg, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-lg, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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


.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4 {
  --bs-gutter-y: 1.5rem;
}


.gx-5 {
  --bs-gutter-x: 3rem;
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    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-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .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-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.form-label {
  margin-bottom: 0.5rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

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

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-lg {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    --bs-modal-width: 800px;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap !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-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;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

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

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

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

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

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

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

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

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

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

/* rtl:begin:remove */

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
}
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Bold.eot");
  src: url("../fonts/IBMPlexSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-Bold.woff2") format("woff2"), url("../fonts/IBMPlexSans-Bold.woff") format("woff"), url("../fonts/IBMPlexSans-Bold.ttf") format("truetype"), url("../fonts/IBMPlexSans-Bold.svg#IBMPlexSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-ExtraLight.eot");
  src: url("../fonts/IBMPlexSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-ExtraLight.woff2") format("woff2"), url("../fonts/IBMPlexSans-ExtraLight.woff") format("woff"), url("../fonts/IBMPlexSans-ExtraLight.ttf") format("truetype"), url("../fonts/IBMPlexSans-ExtraLight.svg#IBMPlexSans-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Light.eot");
  src: url("../fonts/IBMPlexSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-Light.woff2") format("woff2"), url("../fonts/IBMPlexSans-Light.woff") format("woff"), url("../fonts/IBMPlexSans-Light.ttf") format("truetype"), url("../fonts/IBMPlexSans-Light.svg#IBMPlexSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Medium.eot");
  src: url("../fonts/IBMPlexSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSans-Medium.woff") format("woff"), url("../fonts/IBMPlexSans-Medium.ttf") format("truetype"), url("../fonts/IBMPlexSans-Medium.svg#IBMPlexSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Regular.eot");
  src: url("../fonts/IBMPlexSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/IBMPlexSans-Regular.ttf") format("truetype"), url("../fonts/IBMPlexSans-Regular.svg#IBMPlexSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-SemiBold.eot");
  src: url("../fonts/IBMPlexSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-SemiBold.woff2") format("woff2"), url("../fonts/IBMPlexSans-SemiBold.woff") format("woff"), url("../fonts/IBMPlexSans-SemiBold.ttf") format("truetype"), url("../fonts/IBMPlexSans-SemiBold.svg#IBMPlexSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Thin.eot");
  src: url("../fonts/IBMPlexSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-Thin.woff2") format("woff2"), url("../fonts/IBMPlexSans-Thin.woff") format("woff"), url("../fonts/IBMPlexSans-Thin.ttf") format("truetype"), url("../fonts/IBMPlexSans-Thin.svg#IBMPlexSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-font: "IBM Plex Sans", Arial, sans-serif;
}

.bg-primary {
  background: #47BCCC !important;
}

.btn-primary {
  background: #47BCCC;
  border-color: #47BCCC;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgba(71, 188, 204, 0.8);
  border-color: #47BCCC;
}

.text-primary {
  color: #47BCCC !important;
}

.bg-white {
  background: #fff !important;
}

.btn-white {
  background: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: rgba(255, 255, 255, 0.8);
  border-color: #fff;
}

.text-white {
  color: #fff !important;
}

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

.text-black1 {
  color: #333333 !important;
}

.bg-secondary {
  background: #E23673 !important;
}

.btn-secondary {
  background: #E23673;
  border-color: #E23673;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: rgba(226, 54, 115, 0.8);
  border-color: #E23673;
}

.text-secondary {
  color: #E23673 !important;
}

.bg-yellow {
  background: #F5BF3B !important;
}

.bg-grey3 {
  background: #FCFCFC !important;
}

.bg-grey7 {
  background: #AFAFAF !important;
}

.bg-orange {
  background: #FF4949 !important;
}

.text-light-grey {
  color: #858585 !important;
}

.btn {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 8px;
  transition: all 0.2s linear 0s;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 18px;
  }
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .btn {
    font-size: 18px;
  }
}
.btn.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 5px 5px rgba(226, 54, 115, 0.5);
}
.btn.btn-secondary:hover {
  box-shadow: none;
  transition: all 0.2s linear 0s;
}
.btn.btn-secondary.no-shadow {
  box-shadow: none;
  border: none;
}
.btn.btn-primary-border {
  color: #47BCCC;
  padding: 18px 32px;
  border: 1px solid rgba(71, 188, 204, 0.7);
  box-shadow: 5px 5px rgba(71, 188, 204, 0.5);
}
@media (max-width: 991.98px) {
  .btn.btn-primary-border {
    padding: 14px 14px;
  }
}
.btn.btn-primary-border:hover {
  box-shadow: none;
  transition: all 0.2s linear 0s;
}
.btn.btn-white {
  border: 1px solid rgba(226, 54, 115, 0.7);
  box-shadow: 5px 5px rgba(226, 54, 115, 0.5);
  color: #E23673;
}
.btn.btn-white:hover {
  box-shadow: none;
  transition: all 0.2s linear 0s;
}
.btn.btn-primary {
  padding: 18px 32px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 5px 5px rgba(71, 188, 204, 0.5);
  transition: all 0.2s linear 0s;
}
@media (max-width: 991.98px) {
  .btn.btn-primary {
    padding: 14px 14px;
  }
}
.btn.btn-primary.arrow::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/link-arrow.svg);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}
html[dir=rtl] .btn.btn-primary.arrow::after {
  transform: rotate(-90deg);
}
@media (max-width: 991.98px) {
  .btn.btn-primary.arrow::after {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
    width: 15px;
    height: 15px;
  }
}
.btn.btn-primary:hover {
  box-shadow: none;
  transition: all 0.2s linear 0s;
}
.btn.btn-primary:hover.arrow::after {
  transform: rotate(45deg);
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .btn.btn-primary:hover.arrow::after {
  transform: rotate(-134deg);
}
.btn.btn-primary.no-shadow {
  box-shadow: none;
  border: none;
}
.btn.btn-lock.arrow {
  position: relative;
}
.btn.btn-lock.arrow::after {
  content: "";
  position: absolute;
  inset-inline-end: 32px;
}
.btn.btn-lock span {
  line-height: 15px;
}
.btn.btn-post {
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 32px;
}
.btn.btn-post.no-shadow {
  box-shadow: none;
  border: none;
}
@media (max-width: 991.98px) {
  .btn.btn-post {
    font-size: 12px;
    padding: 10px 16px;
  }
}
.btn.btn-delete {
  color: #fff;
  background: #FF4949;
}
.btn.btn-delete:hover {
  opacity: 0.8;
}
.btn.btn-approval {
  color: #F5BF3B;
  background: rgba(245, 191, 59, 0.05);
}
.btn.btn-approval:hover {
  background: rgba(245, 191, 59, 0.2);
}
.btn.btn-approval.no-shadow {
  box-shadow: none;
  border: none;
}
.btn.btn-publish {
  color: #20BE79;
  background: rgba(32, 190, 121, 0.05);
}
.btn.btn-publish:hover {
  background: rgba(32, 190, 121, 0.2);
}
.btn.btn-publish.no-shadow {
  box-shadow: none;
  border: none;
}
.btn.btn-rejected {
  color: #FF4949;
  background: rgba(255, 73, 73, 0.05);
}
.btn.btn-rejected:hover {
  background: rgba(255, 73, 73, 0.2);
}
.btn.btn-rejected.no-shadow {
  box-shadow: none;
  border: none;
}

.btn-connect {
  border-radius: 6px;
  border: 1px solid #47BCCC;
  color: #47BCCC;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .btn-connect {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.btn-connect:hover {
  background-color: #47BCCC;
  color: #fff;
}
.btn-cancel {
  border-radius: 6px;
  border: 1px solid #E23673;
  color: #E23673;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .btn-cancel {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.btn-cancel:hover {
  background-color: #E23673;
  color: #fff;
}

.btn-detched {
  border-radius: 6px;
  border: 1px solid #F5BF3B;
  color: #F5BF3B;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
}
html[dir=rtl] .btn-detched {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .btn-detched {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.btn-detched:hover {
  background-color: #F5BF3B;
  color: #fff;
}
.btn-loadmore {
  padding: 18px 30px;
  border: 1px solid rgba(71, 188, 204, 0.5);
  color: #47BCCC;
  font-size: 18px;
  font-weight: 600;
  border-radius: 39px;
  position: relative;
}
.btn-loadmore:hover {
  border: 1px solid rgba(71, 188, 204, 0.5);
  color: #47BCCC;
}

.finish-btn {
  position: relative;
}
.finish-btn.show-animation {
  -webkit-padding-start: 60px !important;
          padding-inline-start: 60px !important;
  -webkit-padding-end: 30px !important;
          padding-inline-end: 30px !important;
}
.finish-btn.show-animation::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  animation: spin 1s linear infinite;
}

.show-animation {
  -webkit-padding-start: 55px;
          padding-inline-start: 55px;
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
}
html[dir=rtl] .show-animation {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  -webkit-padding-end: 55px;
          padding-inline-end: 55px;
}
.show-animation::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 22px;
  left: 24px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid rgba(71, 188, 204, 0.2);
  border-top-color: #47BCCC;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-filter-new {
  padding: 16px 20px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  width: 100%;
  text-align: left;
  position: relative;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .btn-filter-new {
    font-size: 12px;
    padding: 14px 12px;
  }
}
.btn-filter-new::before {
  content: none;
}
.btn-filter-new.collapsed::after {
  transform: rotate(90deg);
  transition: all 0.2s linear 0s;
}
.btn-filter-new::after {
  content: "";
  position: absolute;
  inset-inline-end: 18px;
  top: 18px;
  display: block;
  background-image: url(../images/down-black-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 9px;
  height: 14px;
}
@media (max-width: 575.98px) {
  .btn-filter-new::after {
    inset-inline-end: 10px;
  }
}

.btn-filter {
  padding: 21px 20px;
  border-radius: 8px;
  background-color: #F2F2F2;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  border: none;
  box-shadow: none;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.btn-filter::before {
  content: "";
  display: block;
  background-image: url(../images/filter.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 24px;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
}

.newsletter-form {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 575.98px) {
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form .form-control {
    -webkit-margin-end: 0 !important;
            margin-inline-end: 0 !important;
    margin-bottom: 10px;
  }
  .newsletter-form .btn-primary,
  .newsletter-form aside,
  .newsletter-form .d-flex.align-items-center {
    width: 100%;
  }
}
.newsletter-form .newsletter-label {
  width: 40%;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .newsletter-form .newsletter-label {
    width: 100%;
  }
}

.section-newsletter .form-control {
  background-color: #fff;
  padding: 18px 24px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 400;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
}
.section-newsletter .form-label {
  font-size: 0;
  margin: 0;
}
.section-newsletter .form-label::after {
  content: "";
  display: block;
  background-image: url(../images/email.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 15px;
  position: absolute;
  top: 27px;
  inset-inline-start: 15px;
  z-index: 1;
}

.form-label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
}
.form-label.with-img {
  display: flex;
  align-items: center;
}
.form-label.with-img img {
  width: 20px;
  height: 20px;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}
.form-label.with-img.grey img {
  opacity: 0.4;
  filter: grayscale(100%);
}

.post-wrapper .form-label {
  font-weight: 500;
}

.form-control,
.form-select {
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.form-control.fill,
.form-select.fill {
  background-color: #F4F4F4;
}
.form-control:disabled,
.form-select:disabled {
  opacity: 0.5;
}

.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  min-height: 110px;
}

.password-wrappper {
  position: relative;
}
.password-wrappper .pswd {
  background: none;
  outline: none;
  border: none;
  width: 0;
  height: 0;
  background-color: inherit;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.password-wrappper .pswd i {
}
.password-wrappper .pswd i::after {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  width: 23px;
  height: 22px;
  position: absolute;
  background-color: #292D32;
  top: 14px;
  inset-inline-end: 8px;
}
.password-wrappper .pswd i.eye-class-hide::after {
  -webkit-mask-image: url(../images/eye-close.svg);
}
.password-wrappper .pswd i.eye-class-show::after {
  -webkit-mask-image: url(../images/eye-open.svg);
}

.img-validation {
  display: flex;
  align-items: center;
}
.img-validation img {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  flex-shrink: 0;
}
.img-validation p {
  font-size: 16px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}
.iti {
  display: block;
}

html[dir=rtl] .iti--allow-dropdown .iti__flag-container,
html[dir=rtl] .iti--separate-dial-code .iti__flag-container {
  left: auto;
  right: 0;
}
html[dir=rtl] .iti--allow-dropdown input,
html[dir=rtl] .iti--allow-dropdown input[type=text],
html[dir=rtl] .iti--allow-dropdown input[type=tel],
html[dir=rtl] .iti--separate-dial-code input,
html[dir=rtl] .iti--separate-dial-code input[type=text],
html[dir=rtl] .iti--separate-dial-code input[type=tel] {
  padding-right: 88px;
  padding-left: 0;
}
html[dir=rtl] .iti__country-list {
  text-align: right;
}
.date-picker {
}
.date-picker input {
  position: relative;
}
html[dir=rtl] .date-picker input {
  text-align: right;
}
.date-picker input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.email-frgt {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.email-frgt a {
  text-decoration: underline;
  font-weight: 700;
  color: #47BCCC;
}

.error {
  color: red;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.supporter-form textarea.form-control {
  min-height: 180px;
}

.custom-switch {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.custom-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.custom-switch input[type=checkbox] + .label-hidden {
  cursor: pointer;
  width: 55px;
  height: 30px;
  background-color: #d4d4d4;
  border: 0;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  margin: 0px;
  transition: all 0.3s;
}
.custom-switch input[type=checkbox] + .label-hidden:after {
  content: "";
  position: absolute;
  top: 2px;
  inset-inline-start: 2px;
  width: 26px;
  height: 26px;
  padding: 0px;
  background-color: #fff;
  border-radius: 90px;
  transition: all 0.3s;
}
.custom-switch input[type=checkbox]:checked + .label-hidden {
  background-color: #47BCCC;
}
.custom-switch input[type=checkbox]:checked + .label-hidden:after {
  inset-inline-start: calc(100% - 2px);
  transform: translateX(-100%);
}
html[dir=rtl] .custom-switch input[type=checkbox]:checked + .label-hidden:after {
  inset-inline-start: 2px;
}
.custom-switch .label-displayed {
  color: #333333;
  -webkit-margin-start: 12px;
          margin-inline-start: 12px;
}

.notify-checkbox {
  display: flex;
  flex-direction: column;
}
.notify-checkbox small, .notify-checkbox .small {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.8);
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}
.notify-checkbox .container-checkbox-filed__checkbox {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.search-form {
  display: flex;
  position: relative;
  align-items: center;
}
.search-form .form-control {
  min-height: 80px;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 18px 28px;
  background-size: 20px 20px;
  -webkit-padding-start: 55px;
          padding-inline-start: 55px;
}
@media (max-width: 1199.98px) {
  .search-form .form-control {
    background-image: none;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
@media (max-width: 392px) {
  .search-form .form-control {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
  }
}
@media (max-width: 392px) {
  html[dir=rtl] .search-form .form-control {
    overflow: visible;
    text-overflow: unset;
    display: block;
    white-space: unset;
  }
}
.search-form .btn-secondary {
  position: absolute;
  inset-inline-end: 13px;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}
@media (max-width: 1199.98px) {
  .search-form .btn-secondary {
    padding: 14px 18px;
    font-size: 0;
  }
  .search-form .btn-secondary::after {
    content: "";
    display: block;
    -webkit-mask-image: url(../images/new-search-white.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    width: 20px;
    height: 19px;
    background-color: #fff;
  }
}

.star {
  color: #FE4C4C;
}
@media (max-width: 392px) {
  .search-form .form-control::-moz-placeholder {
    width: 75px;
  }
  .search-form .form-control::placeholder {
    width: 75px;
  }
}
@media (max-width: 392px) {
  html[dir=rtl] .search-form .form-control::-moz-placeholder {
    width: unset;
  }
  html[dir=rtl] .search-form .form-control::placeholder {
    width: unset;
  }
}

.filter-select .select2-container {
  width: 100% !important;
}
.filter-select .select2-container--open .select2-selection--multiple::before {
  content: "";
  transform: rotate(180deg);
}
.filter-select .select2-container--default .select2-selection--multiple {
  border: 1px solid rgba(0, 0, 0, 0.09);
  font-weight: 400;
  font-size: 16px;
}
.filter-select .select2-container .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.09);
  font-weight: 400;
  font-size: 16px;
}
.filter-select .select2-container .select2-selection--single {
  min-height: 50px;
  position: relative;
}
.filter-select .select2-container .select2-selection--single::before {
  content: "";
  position: relative;
  display: block;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset-inline-end: 15px;
  top: 20px;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.filter-select .select2-container .select2-selection--multiple {
  min-height: 50px;
  position: relative;
}
.filter-select .select2-container .select2-selection--multiple::before {
  content: "";
  position: relative;
  display: block;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset-inline-end: 15px;
  top: 20px;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.filter-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #E23673;
  border-color: #E23673;
  border-radius: 31px;
  padding: 8px 24px;
  color: #fff;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}
.filter-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  -webkit-border-end: none;
          border-inline-end: none;
  font-size: 20px;
  inset-inline-end: 12px;
  top: 5px;
  color: #fff;
  left: auto;
}
html[dir=rtl] .filter-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  right: auto;
  left: 10px;
  border-left: none;
  border-right: none;
}
.filter-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: inherit;
  color: #fff;
}
.filter-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.filter-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 12px 16px;
  line-height: unset;
}
.filter-select .select2-container .select2-results__option {
  border: 1px solid rgba(0, 0, 0, 0.09);
  font-weight: 400;
  font-size: 16px;
}

.fill-input {
  background-color: #FCFCFC;
}
.fill-input:disabled {
  opacity: 0.5;
}

.text-danger {
  color: red !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.text-success {
  color: green !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.select2-results {
  font-size: 16px !important;
  font-weight: 400 !important;
}

#supporter-form .iti__selected-flag {
  height: auto;
  padding: 12px 8px 12px 8px;
}

#event_booking_form .iti__selected-flag {
  height: auto;
  padding: 12px 8px 12px 8px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #FCFCFC;
}
.radio-wrapper {
  display: flex;
  align-items: center;
  -webkit-margin-start: 12px;
          margin-inline-start: 12px;
}
.radio-wrapper .radio {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.radio-wrapper [type=radio]:checked,
.radio-wrapper [type=radio]:not(:checked) {
  position: absolute;
  inset-inline-start: -9999px;
}

.radio-wrapper [type=radio]:checked + label,
.radio-wrapper [type=radio]:not(:checked) + label {
  position: relative;
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.radio-wrapper [type=radio]:checked + label:before,
.radio-wrapper [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #D9D9D9;
  border-radius: 100%;
  background: #fff;
}

.radio-wrapper [type=radio]:checked + label:after,
.radio-wrapper [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #47BCCC;
  position: absolute;
  top: 4px;
  inset-inline-start: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.radio-wrapper [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.radio-wrapper [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.social-input .form-control {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}

.social-icon {
  position: relative;
}
.social-icon::before {
  content: "";
  display: block;
  background-image: url(../images/linkedin.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 1;
  top: 13px;
  inset-inline-start: 13px;
}
.social-icon.instagram::before {
  background-image: url(../images/instagram.svg);
}
.social-icon.facebook::before {
  background-image: url(../images/facebook.svg);
}

.sub-section {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.sub-section .form-select {
  max-width: 75px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: 4px;
  background-color: #F5F4F4;
}
html[dir=rtl] .sub-section .form-select {
  max-width: 90px;
}
.sub-section .form-select:focus {
  box-shadow: none;
}
.sub-section .form-control {
  border: none;
}

@media (min-width: 992px) {
  .min-h-1 {
    min-height: 60px;
  }
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .breadcrumb-item {
    font-size: 16px;
  }
}
.breadcrumb-item a {
  color: #fff;
  font-weight: 300;
}
.breadcrumb-item.active {
  color: #fff;
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/down-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  width: 14px;
  height: 8px;
  background-color: #fff;
  transform: rotate(270deg);
  float: none;
  padding: 0;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
html[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  transform: rotate(90deg);
}

.breadcrumb-item + .breadcrumb-item {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.5s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.header.home-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.header.home-header .btn {
  padding: 14px 32px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .header.home-header .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .header.home-header .btn {
    font-size: 15px;
    padding: 8px 12px;
  }
}
.header.home-header .btn-primary {
  padding: 14px 32px;
  white-space: nowrap;
}
@media (min-width: 991px) and (max-width: 1400px) {
  .header.home-header .btn-primary {
    font-size: 15px;
    padding: 8px 12px;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .header.home-header .btn-primary {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.header.home-header:not(.fixed) {
  background-color: transparent;
}
@media (min-width: 992px) {
  .header.home-header:not(.fixed) .nav-link {
    color: #fff;
  }
  .header.home-header:not(.fixed) .dropdown-toggle::after {
    background-color: #fff;
  }
  .header.home-header:not(.fixed) .end-section .flag-section {
    border-color: #fff;
    color: #fff;
  }
  .header.home-header:not(.fixed) .end-section img {
    border-color: #fff;
  }
}
.header.home-header .page-logo.logo-fixed {
  display: none;
}
.header .navbar {
  padding: 20px 50px;
  background-color: #fff;
}
.header .navbar:not(.home-header) {
  background-color: inherit;
}
@media (max-width: 991.98px) {
  .header .navbar {
    padding: 0px;
    flex-direction: row-reverse;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .header .navbar {
    padding: 10px 13px;
  }
}
.header .nav-link {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1620px) {
  .header .nav-link {
    font-size: 17px;
    -webkit-margin-end: 9px;
            margin-inline-end: 9px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .header .nav-link {
    font-size: 13px;
    -webkit-margin-end: 3px;
            margin-inline-end: 3px;
  }
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .header .nav-link {
    font-size: 16px;
    -webkit-margin-end: 3px;
            margin-inline-end: 3px;
  }
}
@media (max-width: 991.98px) {
  .header .nav-link {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    padding: 10px;
    font-size: 15px;
  }
}
.header .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .dropdown-toggle::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/down-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  width: 14px;
  height: 8px;
  background-color: #000;
  border: none;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.header .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.header .dropdown-toggle.login-btn::after {
  background-color: #fff;
}
.header .dropdown-graphic .dropdown .dropdown-menu {
  min-width: 240px;
  border: none;
  left: auto;
  right: 0px;
}
html[dir=rtl] .header .dropdown-graphic .dropdown .dropdown-menu {
  left: 0;
  right: auto;
}
.header .dropdown-graphic .dropdown .dropdown-menu::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 40px solid #fff;
  inset-inline-end: 20px;
  top: -12px;
  position: absolute;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .header .dropdown-graphic .dropdown .dropdown-menu {
    position: absolute;
    padding: 23px 23px 46px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: none;
  }
  .header .dropdown-graphic .dropdown .dropdown-menu::before {
    content: "";
  }
}
.header .dropdown-graphic .dropdown .dropdown-menu a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
.header .dropdown-graphic .dropdown .dropdown-menu a::before {
  content: "" !important;
  display: block !important;
  -webkit-mask-image: url(../images/diamond.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #47BCCC;
  width: 15px;
  height: 15px;
  -webkit-margin-end: 18px;
          margin-inline-end: 18px;
}
.header .dropdown-graphic .dropdown .dropdown-menu a:hover {
  background-color: none;
  background: none;
}
.header .dropdown .dropdown-menu {
  padding: 23px 23px 46px;
  border-radius: 8px;
  border: none;
  left: auto;
  right: 0px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 991px) and (max-width: 1600px) {
  .header .dropdown .dropdown-menu {
    padding: 20px 20px 30px;
  }
}
.header .dropdown .dropdown-menu .logout a {
  background: none;
  color: #FF4949;
  font-weight: 500;
  font-size: 18px;
}
.header .dropdown .dropdown-menu .logout a::before {
  content: none;
}
.header .dropdown .dropdown-menu::before {
  content: "";
  display: block;
  background-image: url(../images/dropdown-graphic.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 34px;
  inset-block-end: 0px;
  inset-inline: 0;
  position: absolute;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .header .dropdown .dropdown-menu {
    margin: 0 25px;
    margin-top: 0;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .header .dropdown .dropdown-menu::before {
    content: none;
  }
}
.header .dropdown .dropdown-menu a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 991px) and (max-width: 1600px) {
  .header .dropdown .dropdown-menu a {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .header .dropdown .dropdown-menu a {
    font-size: 15px;
  }
}
.header .dropdown .dropdown-menu a::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/diamond.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #47BCCC;
  width: 15px;
  height: 15px;
  -webkit-margin-end: 18px;
          margin-inline-end: 18px;
}
@media (max-width: 991.98px) {
  .header .dropdown .dropdown-menu a::before {
    content: none;
  }
}
.header .dropdown .dropdown-menu a:hover {
  background-color: none;
  background: none;
}
.header.fixed {
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.3);
}
.header.fixed .page-logo.logo-fixed {
  display: block;
}
.header.fixed .page-logo.logo-normal {
  display: none;
}
@media (min-width: 991px) and (max-width: 1400px) {
  .header .page-logo {
    width: 100px;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .header .page-logo {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .header .page-logo {
    width: 150px;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .header .navbar-brand {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .header .navbar-brand {
    padding: 12px !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    width: 44px;
    height: 44px;
    padding: 0px;
    background-color: #000;
    border: none;
    border-radius: 50px;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
  }
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
    width: 18px;
    height: 12px;
    background-image: inherit;
    -webkit-mask-image: url(../images/menu-bar.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
  }
  .navbar-toggler.collapsed .navbar-toggler-icon {
    width: 18px;
    height: 12px;
    background-image: inherit;
    -webkit-mask-image: url(../images/menu-bar.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
  }
  .navbar-toggler .navbar-toggler-icon {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url(../images/close-line.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
    background-image: inherit;
  }
  .navbar-collapse {
    padding: 0px;
    background-color: #fff;
    border-radius: 0px;
    padding-bottom: 20px;
  }
  .flag {
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 0;
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
    color: #000;
    border-radius: 8px;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .flag {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .flag img {
    width: 18px;
  }
}
@media (max-width: 575.98px) {
  .end-section {
    gap: 10px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .end-section .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .end-section .btn {
    font-size: 15px;
    padding: 12px 16px !important;
  }
}
.end-section .flag-section {
  padding: 12px 30px;
  border-radius: 70px;
  font-size: 18px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 500;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .end-section .flag-section {
    font-size: 15px;
    padding: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .end-section .flag-section {
    padding: 8px 18px;
    font-size: 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .end-section .flag-section {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.end-section img {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  border-radius: 20px;
  border: 1px solid #CECECE;
}
@media (min-width: 991px) and (max-width: 1400px) {
  .end-section img {
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    width: 16px;
  }
}
.end-section .login-btn {
  white-space: nowrap;
  padding: 14px 32px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .end-section .login-btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}
html[dir=rtl] .login-btn {
  white-space: nowrap;
  font-size: 18px;
}
@media (min-width: 991px) and (max-width: 1400px) {
  .login-btn {
    font-size: 15px;
    padding: 8px 12px !important;
  }
}
.end-section {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .end-section {
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .end-section {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .end-section {
    padding: 0 12px;
  }
}

.banner-holder {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.banner-holder .banner-holder {
  position: relative;
  z-index: 0;
}
@media (min-width: 1400px) {
  .banner-holder .container-lg {
    max-width: 1280px;
  }
}

.banner-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-text p {
  color: #fff;
}
.banner-text .slick-track {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .banner-text .line-clamp-2 {
    margin-bottom: 20px;
  }
}

.banner-image {
  position: relative;
}
.banner-image::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to bottom, #000 24%, #000 70%, #000 40%);
  opacity: 0.6;
}
.banner-image img,
.banner-image video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  max-height: 100vh;
}
@media (max-width: 767.98px) {
  .banner-image img,
  .banner-image video {
    max-height: none;
    height: 1040px;
    min-height: 100%;
  }
}

.home-banner {
}
.home-banner .slick-dots {
  position: absolute;
  top: 50%;
  inset-inline-end: 30px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .home-banner .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    inset-inline-end: 0px;
    bottom: 80px;
    top: auto;
  }
}
.home-banner .slick-dots li button {
  border: none;
  font-size: 0;
  background-color: inherit;
  padding: 0;
}
.home-banner .slick-dots li button::after {
  content: "";
  display: block;
  background-image: url(../images/slick-dot-disable.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.home-banner .slick-dots li.slick-active button::after {
  background-image: url(../images/slick-dot-enable.svg);
}

.scroll-down {
  position: absolute;
  bottom: 90px;
  inset-inline-start: 50%;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .scroll-down {
    display: none !important;
  }
}

.mouse {
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 60px;
  margin-bottom: 14px;
  position: relative;
}
.mouse::before {
  content: "";
  width: 5px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 60px;
  opacity: 1;
  animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}
.social {
  position: absolute;
  top: 50%;
  inset-inline-start: 50px;
}
@media (max-width: 1600px) {
  .social {
    inset-inline-start: 10px;
  }
}
@media (max-width: 991.98px) {
  .social {
    display: none;
  }
}
.social ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social li a {
  border: 1px solid #fff;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
}
.social li a:hover {
  background-color: #47BCCC;
  color: #fff;
  border-color: #47BCCC;
}
@media (max-width: 1600px) {
  .social li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.social-text {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: 9;
  transform-origin: bottom;
  -webkit-margin-start: -17px;
          margin-inline-start: -17px;
  transform: rotate(-90deg) translateX(-90%);
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  top: 55%;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 1600px) and (max-width: 2800px) {
  .social-text {
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
    top: 58%;
  }
}
html[dir=rtl] .social-text {
  -webkit-margin-start: -67px;
          margin-inline-start: -67px;
}
@media (min-width: 1600px) and (max-width: 2800px) {
  html[dir=rtl] .social-text {
    -webkit-margin-start: -20px;
            margin-inline-start: -20px;
  }
}
@media (max-width: 991.98px) {
  .social-text {
    display: none;
  }
}

.section-block {
  padding-block: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .section-block {
    padding-block: 30px;
  }
}

.section-about {
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .section-about {
    margin-bottom: 0px;
  }
}
.section-about .about-content {
  opacity: 0.7;
  color: #000;
}

.section-content p {
  opacity: 0.8;
  font-size: 20px;
  color: #333333;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .section-content p {
    font-size: 16px;
  }
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .section-content p {
    font-size: 16px;
  }
}

.section-membership {
  background-color: rgba(0, 0, 0, 0.8);
}

.section-newsletter {
  padding-block: 100px;
}
@media (max-width: 991.98px) {
  .section-newsletter {
    padding-block: 30px;
  }
}
.section-newsletter p {
  color: #000;
  opacity: 0.6;
}

.section-patronage p {
  margin: 0;
  font-size: 22px;
  color: rgba(51, 51, 51, 0.6);
}
@media (max-width: 991.98px) {
  .section-patronage p {
    font-size: 18px;
  }
}
.section-patronage h2 span, .section-patronage .h2 span {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.news-main {
  width: 100%;
  height: 366px;
}
.news-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-bottom {
  display: flex;
  font-size: 18px;
  align-items: center;
}
@media (max-width: 392px) {
  .news-bottom {
    display: block;
  }
}
.news-bottom .date {
  -webkit-border-end: 1px solid #D9D9D9;
          border-inline-end: 1px solid #D9D9D9;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
}
@media (max-width: 392px) {
  .news-bottom .date {
    -webkit-border-end: none;
            border-inline-end: none;
  }
}

.date-icon-hide .date::before {
  content: none;
}

.date {
  white-space: nowrap;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.62);
}
@media (max-width: 991.98px) {
  .date {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .date {
    font-size: 14px;
  }
}
.date::before {
  content: "";
  display: block;
  background-image: url(../images/dot-calendar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  -webkit-margin-end: 14px;
          margin-inline-end: 14px;
  flex-shrink: 0;
}

.category {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .category {
    font-size: 14px;
  }
}

.img-zoom figure img {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1);
}
.img-zoom:hover figure img {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.img-zoom:hover .learn-more::after {
  transform: rotate(45deg);
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .img-zoom:hover .learn-more::after {
  transform: rotate(-134deg);
}

.news-sub {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 575.98px) {
  .news-sub {
    flex-direction: column;
    align-items: start;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .news-sub {
    gap: 18px;
  }
}
.news-sub figure {
  width: 257px;
  height: 168px;
}
@media (max-width: 575.98px) {
  .news-sub figure {
    width: 100%;
  }
}
.news-sub figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-sub h4, .news-sub .h4 {
  font-size: 20px;
}
.news-sub .category {
  width: 142px;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .news-sub .news-bottom {
    display: block;
  }
}
.news-sub .date {
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .news-sub .date {
    -webkit-border-end: none;
            border-inline-end: none;
  }
}

.section-news-inner figure {
  position: relative;
  width: 100%;
}
.section-news-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1);
}
@media (max-width: 575.98px) {
  .section-news-inner figure img {
    height: auto;
  }
}

.event-card .card {
  padding: 6px;
  border-radius: 20px;
}
.event-card .card:hover figure img {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.event-card .card:hover .arrow::after {
  transform: rotate(45deg);
  transition: all 0.2s linear 0s;
}
.event-card .learn-more {
  font-size: 18px;
}
.event-card figure {
  position: relative;
  width: 100%;
  border-radius: 12px;
}
.event-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1);
}
.event-card figure::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-card figure .overlay {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 32.32%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-card figure .statusTag {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: #fff;
  padding: 14.5px 28px;
  border-radius: 6px;
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
}
.event-card figure .statusTag.rejected {
  background-color: #FFF6F2;
  color: #FB5353;
}
.event-card figure .statusTag.pending {
  background-color: #FFFCF6;
  color: #FDBD48;
}
.event-card figure .statusTag.published {
  background-color: #F4FCF3;
  color: #22C014;
}
.event-card.shadow {
  border-radius: 20px;
}
.event-card.shadow .card {
  border: none;
}
.event-card.shadow .card:hover .learn-more::after {
  transform: rotate(45deg);
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .event-card.shadow .card:hover .learn-more::after {
  transform: rotate(-134deg);
}
.event-card.shadow figure::before {
  content: none;
}
.event-card.black-shadow {
  border-radius: 20px;
}
.event-card.black-shadow .card {
  border: none;
}
.event-card.black-shadow .card:hover .learn-more::after {
  transform: rotate(45deg);
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .event-card.black-shadow .card:hover .learn-more::after {
  transform: rotate(-134deg);
}
.event-card.black-shadow figure {
  position: relative;
  width: 100%;
}
.event-card.black-shadow figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1);
}
.event-card.black-shadow figure::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-card .vedio-style video {
  height: 380px;
  -o-object-fit: none;
     object-fit: none;
}

.calender-date {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .calender-date {
    font-size: 16px;
  }
}
.calender-date::before {
  content: "";
  display: block;
  background-image: url(../images/calednder-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  flex-shrink: 0;
}

.time {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .time {
    font-size: 16px;
  }
}
html[dir=rtl] .time {
  justify-content: flex-end;
}
.time::before {
  content: "";
  display: block;
  background-image: url(../images/clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 20px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  flex-shrink: 0;
}

.money {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}
html[dir=rtl] .money {
  justify-content: flex-end;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .money {
    font-size: 16px;
  }
}
.money::before {
  content: "";
  display: block;
  background-image: url(../images/dollar-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  flex-shrink: 0;
}

.location {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}
html[dir=rtl] .location {
  justify-content: flex-end;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .location {
    font-size: 16px;
  }
}
.location::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/location-new.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #000;
  width: 15px;
  height: 22px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  flex-shrink: 0;
}

.mail {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}
html[dir=rtl] .mail {
  justify-content: flex-end;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .mail {
    font-size: 16px;
  }
}
.mail::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/email-black.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #000;
  width: 20px;
  height: 21px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  flex-shrink: 0;
}

.call {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}
html[dir=rtl] .call {
  justify-content: flex-end;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .call {
    font-size: 16px;
  }
}
.call::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/phone-black.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #000;
  width: 20px;
  height: 21px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  flex-shrink: 0;
}

.fig-date {
  background: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  inset-inline-start: 10px;
  border-radius: 6px;
  z-index: 2;
  padding: 8px 23px;
  font-size: 28px;
  color: #47BCCC;
  font-weight: 700;
}
.fig-date small, .fig-date .small {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.fig-photos {
  background: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  inset-inline-end: 10px;
  border-radius: 6px;
  z-index: 2;
  padding: 12px 18px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.fig-photos::before {
  content: "";
  display: inline-flex;
  background-image: url(../images/photo-list.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 20px;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  flex-shrink: 0;
}

.fig-view {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  inset-inline-end: 10px;
  border-radius: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.fig-view::before {
  content: "";
  display: block;
  background-image: url(../images/fig-view-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.news-on-image {
  background: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  inset-inline-end: 90px;
  inset-inline-start: 10px;
  border-radius: 6px;
  z-index: 3;
  padding: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .news-on-image {
    position: unset;
    padding: 0;
    margin-top: 30px;
  }
}

.slider-1 {
}
.slider-1 .event-card {
  margin: 0 10px;
}
.slider-1 .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background-color: #E23673;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .slider-1 .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
.slider-1 .slick-arrow.slick-prev {
  inset-inline-start: -30px;
}
html[dir=rtl] .slider-1 .slick-arrow.slick-prev {
  inset-inline-start: -90px;
}
@media (max-width: 1199.98px) {
  .slider-1 .slick-arrow.slick-prev {
    inset-inline-start: 50px;
  }
  html[dir=rtl] .slider-1 .slick-arrow.slick-prev {
    inset-inline-start: -90px;
  }
}
@media (min-width: 1400px) and (max-width: 1550px) {
  .slider-1 .slick-arrow.slick-prev {
    inset-inline-start: 54px;
  }
  html[dir=rtl] .slider-1 .slick-arrow.slick-prev {
    inset-inline-start: -10px;
  }
}
.slider-1 .slick-arrow.slick-next {
  inset-inline-end: -90px;
}
html[dir=rtl] .slider-1 .slick-arrow.slick-next {
  inset-inline-end: -30px;
}
@media (max-width: 1199.98px) {
  .slider-1 .slick-arrow.slick-next {
    inset-inline-end: 0px;
  }
  html[dir=rtl] .slider-1 .slick-arrow.slick-next {
    inset-inline-end: 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1550px) {
  .slider-1 .slick-arrow.slick-next {
    inset-inline-end: -10px;
  }
  html[dir=rtl] .slider-1 .slick-arrow.slick-next {
    inset-inline-end: 50px;
  }
}
.slider-1 .slick-arrow.slick-next::before {
  transform: rotate(180deg);
}
html[dir=rtl] .slider-1 .slick-arrow.slick-next::before {
  transform: rotate(0deg);
}
.slider-1 .slick-arrow.slick-disabled {
  opacity: 0.8;
}
.slider-1 .slick-arrow.slick-disabled::before {
  opacity: 0.8;
}
.slider-1 .slick-arrow::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-mask-position: center;
}
html[dir=rtl] .slider-1 .slick-arrow::before {
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .slider-1 .slick-arrow::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767.98px) {
  .slider-1 .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .slider-1 .slick-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 0;
    border: 1px solid #47BCCC;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider-1 .slick-dots .slick-active button {
    background-color: #47BCCC;
  }
}
.blue-text {
  font-size: 18px;
  font-weight: 400;
  color: #47BCCC;
  display: block;
}

.section-events .btn-lock {
  padding: 15px 25px;
}

.event-text-link h5 a, .event-text-link .h5 a {
  color: #333333;
}
.event-text-link h5 a:hover, .event-text-link .h5 a:hover {
  color: #333333;
  text-decoration: underline;
}

.slider-1 .box-card .card-body {
  min-height: 305px;
}
@media (max-width: 575.98px) {
  .slider-1 .box-card .card-body {
    min-height: 100%;
  }
}
.promitionStatusBox {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}
.promitionStatusBox .btn-delete {
  padding: 14.5px 28px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.promitionStatusBox .statusTag {
  background-color: #fff;
  padding: 14.5px 28px;
  border-radius: 6px;
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
}
.promitionStatusBox .statusTag.rejected {
  background-color: #FFF6F2;
  color: #FB5353;
}
.promitionStatusBox .statusTag.pending {
  background-color: #FFFCF6;
  color: #FDBD48;
}
.promitionStatusBox .statusTag.published {
  background-color: #F4FCF3;
  color: #22C014;
}

.infoRow {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.infoRow .infoItem {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  min-width: 150px;
}
.infoRow .infoItem img {
  width: 46px;
  height: 46px;
}
.infoRow .infoItem .infoText {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.8);
}
@media screen and (max-width: 768px) {
  .infoRow {
    gap: 24px;
  }
  .infoRow .infoItem {
    min-width: 120px;
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .infoRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .infoRow .infoItem {
    min-width: 100%;
    gap: 16px;
  }
}

.usageBtn {
  margin-top: 100px;
  margin-bottom: 150px;
  width: 250px;
}
@media only screen and (min-width: 480px) {
  .usageBtn {
    width: 320px;
  }
}

.footer {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  padding: 50px;
}
@media (max-width: 991.98px) {
  .footer {
    padding: 30px 15px;
  }
}
.footer::before {
  content: "";
  display: block;
  background-color: #47BCCC;
  height: 10px;
  border-start-start-radius: 10px;
  border-start-end-radius: 10px;
  position: absolute;
  top: -10px;
  inset-inline-start: 0;
  width: 100%;
}
.footer::after {
  content: "";
  display: block;
  background-image: url(../images/footer-graphic.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
  height: 90px;
  inset-inline-start: 0;
}

.footer-nav h6, .footer-nav .h6 {
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-nav ul li {
  margin-bottom: 15px;
}
.footer-nav ul li a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .footer-nav ul li a {
    font-size: 18px;
  }
}
.footer-nav ul li a:hover {
  color: white;
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}

.contact-details p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7) !important;
}
.contact-details p:hover {
  color: white !important;
}
.contact-details a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 400;
}
.contact-details a:hover {
  color: white !important;
}
.contact-details img {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.social-footer ul {
  display: flex;
  gap: 10px;
}
.social-footer li a {
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.16);
}
.social-footer li a:hover {
  background-color: #47BCCC;
  color: #fff;
  border-color: #47BCCC;
}
.social-footer.black li a {
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 50px;
  height: 50px;
}
.social-footer.black li a:hover {
  color: #fff;
  border-color: #47BCCC;
}

.copright p {
  color: #fff;
  font-size: 18px;
  margin-top: 80px;
  position: relative;
  top: 30px;
}
@media (max-width: 991.98px) {
  .copright p {
    top: 0;
    margin-top: 40px;
  }
}

.member-ship {
  padding: 25px 0;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .member-ship {
    margin-bottom: 100px;
  }
}

.member-ship-tab {
  display: flex;
}
.member-ship-tab__cards {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
          border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}
@media (max-width: 767.98px) {
  .member-ship-tab__cards {
    -webkit-border-end: none;
            border-inline-end: none;
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
  }
}
.member-ship-tab__card {
  width: calc(33.3333333333% - 20px);
  padding: 20px;
  height: 150px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.16);
  transition: 0.5s;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .member-ship-tab__card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .member-ship-tab__card {
    padding: 16px;
  }
}
.member-ship-tab__card figure {
  margin-bottom: 20px;
}
.member-ship-tab__card:hover {
  color: #000;
  background-color: #fff;
}
.member-ship-tab__card:hover figure img {
  filter: brightness(0%);
}
.member-ship-tab__card h4, .member-ship-tab__card .h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .member-ship-tab__card h4, .member-ship-tab__card .h4 {
    font-size: 18px;
  }
}
.member-ship-tab__card.active {
  color: #000;
  background-color: #fff;
}
.member-ship-tab__card.active figure img {
  filter: brightness(0%);
}
.member-ship-tab .tabcontent {
  display: none;
}
.member-ship-tab__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.member-ship-tab__content h4, .member-ship-tab__content .h4 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .member-ship-tab__content h4, .member-ship-tab__content .h4 {
    font-size: 25px;
  }
}
.member-ship-tab__content p {
  color: #c0c0c0;
}
.member-ship-tab__register {
  background-color: #F5BF3B;
  padding: 55px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  height: 95px;
}
@media (max-width: 991.98px) {
  .member-ship-tab__register {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 0;
    padding: 20px;
  }
}
.member-ship-tab__register p {
  color: #000;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .member-ship-tab__register p {
    font-size: 17px;
    margin-bottom: 90px;
  }
}
.member-ship-tab__round-shape {
  position: relative;
  width: 100px;
  height: 100%;
}
.member-ship-tab__round-shape:hover {
  transition: 0.5s;
}
.member-ship-tab__round-shape:hover .member-ship-tab__arrow {
  transform: rotate(45deg);
}
.member-ship-tab__emblem {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: 0 auto;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  font-weight: bold;
  color: #000;
  animation: spinZ 20s linear infinite;
  text-align: center;
  background-image: url(../images/round-shape.svg);
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .member-ship-tab__emblem {
    top: -80px;
  }
}
@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.member-ship-tab__arrow {
  transition: 0.5s;
  position: absolute;
  top: -8px;
  inset-inline-start: 40%;
}
@media (max-width: 991.98px) {
  .member-ship-tab__arrow {
    top: -48px;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .member-ship-tab__arrow {
    inset-inline-start: 47%;
  }
}

.yec-login-form {
  display: flex;
  justify-content: flex-start;
}
.yec-login-form h2, .yec-login-form .h2 {
  font-size: 22px;
}
@media (max-width: 575.98px) {
  .yec-login-form h2, .yec-login-form .h2 {
    font-size: 18px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .yec-login-form h2, .yec-login-form .h2 {
    font-size: 22px;
  }
}
.yec-login-form__left {
  width: 100%;
  max-width: 60%;
}
.yec-login-form__right {
  width: 100%;
  max-width: 40%;
}
.yec-login-form__signup-sec {
  background-image: url(../images/login-bg.png);
  width: 100%;
  border-radius: 15px;
  padding: 140px 0px;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 10px;
  z-index: 1;
}
@media (max-width: 998.98px) {
  .yec-login-form__signup-sec {
    padding: 0px 0px;
  }
}
.yec-login-form__signup-sec::before {
  content: "";
  position: absolute;
  border-radius: 15px;
  background-color: #47BCCC;
  width: 100%;
  height: 100%;
  opacity: 80%;
  z-index: -1;
}
.yec-login-form__signup-sec::after {
  content: "";
  position: absolute;
  border-radius: 15px;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 50%;
  z-index: -1;
}
.yec-login-form__signup-sec h2, .yec-login-form__signup-sec .h2 {
  color: #fff;
  z-index: 1;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}
@media (max-width: 1600px) {
  .yec-login-form__signup-sec h2, .yec-login-form__signup-sec .h2 {
    font-size: 38px;
  }
}
.yec-login-form__signup-sec h2 span, .yec-login-form__signup-sec .h2 span {
  display: block;
}
.yec-login-form__signup-sec button {
  z-index: 1;
}
.yec-login-form__signup-sec p {
  color: #fff;
  z-index: 1;
  font-size: 18px;
  text-align: center;
  width: 65%;
}
.yec-login-form__signin-sec {
  padding: 50px;
  margin-bottom: 30px;
}
.yec-login-form__signin-sec .form-label img {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.yec-login-form .issue-note {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 18px 0;
}

.container-checkbox-filed__checkbox {
  display: inline-block;
  position: relative;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 500;
  color: #333333;
}
.container-checkbox-filed__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container-checkbox-filed__checkbox input:checked ~ .checkmark {
  background-color: #47BCCC;
  border-color: #47BCCC;
}
.container-checkbox-filed__checkbox input:checked ~ .checkmark::after {
  display: block;
}
.container-checkbox-filed__checkbox .checkmark {
  position: absolute;
  top: 5px;
  inset-inline-start: 0;
  height: 25px;
  width: 25px;
  background-color: inherit;
  border-radius: 4px;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.container-checkbox-filed__checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  border: none;
  background-image: url(../images/tick-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 10px;
  top: 6px;
  inset-inline-start: 3px;
}

.forget-psw {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 998.98px) {
  .yec-login-form {
    flex-direction: column;
  }
  .yec-login-form__signin-sec {
    height: auto;
    padding: 32px;
  }
  .yec-login-form__left {
    max-width: 100%;
    order: 2;
  }
  .yec-login-form__right {
    max-width: 100%;
    order: 1;
  }
  .yec-login-form__signup-sec {
    height: 700px;
  }
}
.close-btn {
  position: absolute;
  top: 30px;
  inset-inline-end: 30px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  padding: 15px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.close-btn:active {
  transform: scale(0.8);
}

.login-modal .modal-dialog {
  max-width: 1055px;
}
@media (max-width: 1600px) {
  .login-modal .modal-dialog {
    max-width: 960px;
  }
}
.login-modal .modal-header {
  border: none;
  padding: 0;
}
.login-modal .modal-content {
  border-radius: 20px;
}
.login-modal .container-checkbox-filed__checkbox .checkmark {
  top: 1px;
}
.dropzone {
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.dropzone-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.dropzone-wrapper img {
  opacity: 0.4;
  margin-bottom: 12px;
}
.dropzone-wrapper p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.dropzone-wrapper .img-format-msg {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  margin-top: 5px;
}
.inner-banner {
  padding-top: 105px !important;
  padding-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .inner-banner {
    padding-top: 96px !important;
    padding-bottom: 0 !important;
  }
}

.inner-banner-holder {
  position: relative;
}
.inner-banner-holder figure {
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .inner-banner-holder figure {
    height: 200px;
  }
}
.inner-banner-holder figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner-holder figure::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
}
.inner-banner-holder figure::after {
  content: "";
  position: absolute;
  display: block;
  inset-inline-end: 0;
  width: 234px;
  height: 100%;
  top: 0;
  z-index: 0;
  background-image: url(../images/inner-banner-graphic.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .inner-banner-holder figure::after {
    display: none;
  }
}
html[dir=rtl] .inner-banner-holder figure::after {
  transform: scaleX(-1);
}

.inner-banner-text {
  position: absolute;
  top: 40%;
}
@media (max-width: 767.98px) {
  .inner-banner-text {
    top: 20%;
  }
}
.account-step ul[role=tablist] {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.account-step .title {
  height: 0;
  width: 0;
  opacity: 0;
}
.account-step .steps {
  width: 0;
  height: 0;
}
.account-step .actions {
  margin: 30px 0;
  display: flex;
  gap: 20px;
}
.account-step .actions .next-btn,
.account-step .actions .finish-btn {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  padding: 18px 32px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 5px 5px rgba(71, 188, 204, 0.5);
  transition: all 0.2s linear 0s;
  background-color: #47BCCC;
}
.account-step .actions .next-btn:hover,
.account-step .actions .finish-btn:hover {
  box-shadow: none;
  transition: all 0.2s linear 0s;
}
@media (max-width: 575.98px) {
  .account-step .actions .next-btn,
  .account-step .actions .finish-btn {
    font-size: 17px;
    padding: 14px 20px;
  }
}
.account-step .actions .prev-btn {
  padding: 18px 32px;
  border: 1px solid rgba(71, 188, 204, 0.6);
  background-color: #fff;
  color: #47BCCC;
  position: relative;
  transition: all 0.7s ease-in-out;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .account-step .actions .prev-btn {
    font-size: 17px;
    padding: 14px 20px;
  }
}
.account-step .actions .prev-btn::before {
  content: "";
  position: absolute;
  top: 2px;
  inset-inline-start: 8px;
  display: block;
  inset-inline-end: -7px;
  bottom: -7px;
  border: 1px solid #47BCCC;
  border-radius: 8px;
  background-color: #fff;
  z-index: -1;
  transition: all 0.7s ease-in-out;
}
.account-step .actions .prev-btn:hover::before {
  display: none;
}
.account-step .actions ul {
  display: flex;
  gap: 18px;
}
.account-step .actions li[aria-disabled=true] a {
  cursor: no-drop;
  opacity: 0.4;
}

.custom-tooltip {
  z-index: 9;
}
.custom-tooltip .tooltip-inner {
  color: #333333;
  background-color: #fff;
  opacity: 1;
  padding: 10px;
  width: 500px;
  border-radius: 5px;
}
.custom-tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  top: 0;
}
.custom-tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: #fff !important;
}

.loader-style .btn {
  position: relative;
}
.loader-style .btn.btn-connect-loadmore {
  border: 1px solid #E23673;
  color: #E23673;
  padding: 14px 32px;
}
.loader-style .btn.btn-connect-loadmore.show-animation::before {
  top: 18px;
  border: 3px solid rgba(226, 54, 115, 0.2);
  border-top-color: #E23673;
}
.loader-style .btn.btn-connect-loadmore:hover {
  background-color: #E23673;
  color: #fff;
}
.loader-style .btn.btn-connect-loadmore:hover.show-animation::before {
  top: 18px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}
html[dir=rtl] .accordion-style-1 .accordion-button:not(.collapsed)::after {
  margin-left: unset;
  margin-right: auto;
}
html[dir=rtl] .accordion-style-1 .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}

html[dir=rtl] .blue-box::after {
  transform: scaleX(-1);
}

html[dir=rtl] .booking-wrap::after {
  transform: scaleX(-1);
}

html[dir=rtl] .form-select {
  background-position: left 0.75rem center;
}

html[dir=rtl] .btn-filter-new {
  text-align: right;
}

html[dir=rtl] .form-control {
  text-align: right;
}

html[dir=rtl] .inner-banner-holder::after {
  transform: scaleX(-1);
}

.vedio-style video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  max-height: 100%;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .vedio-style video {
    max-height: none;
    min-height: 100%;
  }
}

.figure-border {
  border: 1px solid rgba(71, 188, 204, 0.5);
}

.ui-datepicker {
  width: 270px !important;
  font-size: 15px !important;
}

.ui-icon::before {
  width: 17px !important;
  height: 17px !important;
}

.ui-datepicker td {
  text-align: center !important;
}

.promotion-block .fig-radius {
  height: 345px;
}

.ui-state-default {
  border: 1px solid transparent !important;
  background: transparent !important;
  text-align: center !important;
  color: #333333;
}

.ui-widget-header {
  border: 1px solid transparent !important;
  background: transparent !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid rgba(226, 54, 115, 0.8) !important;
  background: #E23673 !important;
  color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff !important;
  background: #007fff !important;
  color: #fff !important;
}
.ticket-box {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.4);
  padding: 15px 20px;
  -webkit-padding-end: 15%;
          padding-inline-end: 15%;
  position: relative;
}
@media (max-width: 767.98px) {
  .ticket-box {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    padding: 15px 20px;
  }
}
.ticket-box::before {
  content: "";
  display: block;
  background-image: url(../images/pattern-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 934px;
  height: 334px;
  inset-block-start: 0px;
  inset-inline-end: 0px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .ticket-box::before {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ticket-box::before {
    display: none !important;
  }
}
.ticket-box::after {
  content: "";
  display: block;
  background-image: url(../images/Line-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 934px;
  height: 334px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .ticket-box::after {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ticket-box::after {
    display: none !important;
  }
}

.dotted-line {
  -webkit-border-end: 1px dashed rgba(51, 51, 51, 0.6509803922);
          border-inline-end: 1px dashed rgba(51, 51, 51, 0.6509803922);
  z-index: 4;
  position: relative;
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
}
@media (max-width: 991.98px) {
  .dotted-line {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    -webkit-border-end: none;
            border-inline-end: none;
  }
}
.dotted-line::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid;
  inset-block-start: -25px;
  inset-inline-end: -13px;
  position: absolute;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid rgba(51, 51, 51, 0.6509803922);
  border-top: 0;
}
@media (max-width: 991.98px) {
  .dotted-line::before {
    display: none !important;
  }
}
.dotted-line::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid;
  bottom: -25px;
  inset-inline-end: -13px;
  position: absolute;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border: 1px solid rgba(51, 51, 51, 0.6509803922);
  border-bottom: 0;
}
@media (max-width: 991.98px) {
  .dotted-line::after {
    display: none !important;
  }
}

.pdf-download {
  display: flex;
  align-items: center;
  color: #47BCCC;
  font-weight: 500;
  font-size: 10px;
  gap: 5px;
}
.pdf-download::before {
  content: "";
  display: block;
  background-image: url(../images/pdf-download.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.modal-graphic .pdf-download {
  display: flex;
  align-items: center;
  color: #47BCCC;
  font-weight: 500;
  font-size: 18px;
  gap: 10px;
}
.modal-graphic .pdf-download::before {
  content: "";
  display: block;
  background-image: url(../images/pdf-download.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.ticket-info {
  font-size: 17px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.65);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .ticket-info {
    font-size: 13px;
  }
}
.ticket-info::before {
  content: "";
  display: block;
  background-image: url(../images/ticket-date-time.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 28px;
  flex-shrink: 0;
}
.ticket-info.tic-location::before {
  background-image: url(../images/ticket-location.svg);
}

.ticket-id {
  font-weight: 400;
  font-size: 10px;
  color: rgba(51, 51, 51, 0.6);
}

.ticket-price {
  font-size: 24px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.85);
}
@media (max-width: 991.98px) {
  .ticket-price {
    font-size: 18px;
  }
}

.ticket-bottom {
  margin-top: 40px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ticket-bottom {
    margin-top: 20px;
  }
}

.pagination {
  gap: 8px;
}
.pagination .prev, .pagination .next {
  display: none !important;
}
.pagination .page-link {
  border-radius: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: rgba(51, 51, 51, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-link.active {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}

.modal-wrapper .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.modal-wrapper .modal-graphic {
  position: relative;
  padding-block: 30px 40px;
}
.modal-wrapper .modal-graphic::before {
  content: "";
  display: block;
  background-image: url(../images/popup-graphic.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 47px;
  inset-block-start: 0px;
  position: absolute;
  z-index: 0;
}
.modal-wrapper .confirm-text {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 400;
}
.modal-wrapper .sure-text {
  font-size: 22px;
  font-weight: 600;
}

.popup-close {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  inset-inline-end: 15px;
  inset-block-start: 10px;
  z-index: 9;
  padding: 0;
  opacity: 1;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  background-image: inherit;
  border: 1px solid #47bccc;
}
.popup-close::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/close-icon.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 16px;
  height: 16px;
  background: #47BCCC;
}

.fig-radius-modal {
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.scroll-popup {
  overflow-y: auto;
  padding-inline: 20px !important;
  margin-inline: 20px;
  max-height: 600px;
}
@media (max-width: 991.98px) {
  .scroll-popup {
    overflow-x: hidden;
  }
}

.scroll-popup::-webkit-scrollbar-track {
  border-radius: 10px;
}

.scroll-popup::-webkit-scrollbar {
  width: 5px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}

.scroll-popup::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #47BCCC;
  background-clip: padding-box;
}

.modal-wrapper .card {
  border-radius: 12px;
  border: none;
}
.modal-wrapper .card:hover figure img {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-wrapper .card:hover .arrow::after {
  transform: rotate(45deg);
  transition: all 0.2s linear 0s;
}

.modal-card {
  padding: 35px;
}

.small-box {
  padding: 14px 16px;
  width: 200px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .small-box {
    padding: 15px;
    width: unset;
  }
}

#conRequestModal {
}
#conRequestModal .btn-secondary:disabled {
  box-shadow: 5px 5px rgba(226, 54, 115, 0.5);
  border-color: #E23673;
  opacity: 1;
  background-color: #E23673;
}
#conRequestModal .show-animation::before {
  border-top-color: #fff;
}
.photo-center-section {
  position: relative;
}
.photo-center-section::after {
  content: "";
  display: block;
  background-image: url(../images/about-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 714px;
  height: 277px;
  position: absolute;
  top: 140px;
  inset-inline-end: 0;
  z-index: -1;
}
html[dir=rtl] .photo-center-section::after {
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .photo-center-section::after {
    content: none;
  }
}

.photo-count {
  display: flex;
  align-items: center;
  border-radius: 6px;
  z-index: 3;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
}
.photo-count::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  flex-shrink: 0;
  -webkit-mask-image: url(../images/photo-list.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background: #fff;
}
.add-box {
  border-radius: 8px;
  background-color: #fff;
  max-width: 345px;
  z-index: 10;
  position: absolute;
  inset-inline-end: 20px;
  top: 220px;
}
@media (max-width: 1600px) {
  .add-box {
    max-width: 315px;
  }
}
@media (max-width: 991.98px) {
  .add-box h5, .add-box .h5 {
    font-size: 16px;
  }
}
.add-box.box-1 {
  inset-inline-start: 20px;
  max-width: 710px;
  top: 130px;
}
@media (max-width: 991.98px) {
  .add-box.box-1 {
    max-width: 250px !important;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .add-box.box-1 {
    max-width: 480px !important;
  }
}
@media (max-width: 1600px) {
  .add-box.box-1 {
    max-width: 610px;
  }
}
.add-box.box-1 figure {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.add-box.box-1 figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.add-box.box-1.box-sticky {
  position: sticky;
  border: 1px solid rgba(204, 204, 204, 0.33);
  inset-inline-start: 100%;
  top: 50%;
}
.add-box.box-1.box-sticky.sticky-news {
  inset-inline-start: 10px;
  inset-inline-end: auto;
}
.add-box .close-btn {
  width: 30px;
  height: 30px;
  top: 20px;
  inset-inline-end: 20px;
}
.add-box .close-btn img {
  height: 12px;
  width: 12px;
}
.add-box figure {
  margin: 0;
}
.add-box figure img {
  height: auto;
  max-height: none;
}
.add-box span {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .add-box span {
    margin-bottom: 8px;
  }
}
.add-box .add-content {
  padding: 30px;
}
@media (max-width: 991.98px) {
  .add-box .add-content {
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .add-box .add-content {
    padding: 20px;
  }
}
@media (max-width: 1600px) {
  .add-box .add-content {
    padding: 20px;
  }
}
.add-box .btn.btn-primary {
  font-size: 18px;
  padding: 16px 20px;
}
@media (max-width: 991.98px) {
  .add-box .btn.btn-primary {
    font-size: 15px;
    padding: 12px 14px;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .add-box .btn.btn-primary {
    font-size: 14px;
    padding: 8px 8px !important;
  }
}
.add-box .close-btn {
  border: 1px solid #47BCCC;
}

@media (max-width: 991.98px) {
  .sticky-about.animate {
    top: 0 !important;
    inset-inline-start: 20% !important;
  }
}

@media (max-width: 767.98px) {
  .banner-holder .add-box.box-1 {
    top: 100px;
    max-width: 100% !important;
  }
  .banner-holder .add-box {
    top: 530px;
    inset-inline-end: 0;
    inset-inline-start: 0;
    max-width: 100%;
  }
  .banner-holder .add-box figure img {
    height: 210px;
  }
  .banner-holder .add-box h5, .banner-holder .add-box .h5 {
    margin-bottom: 10px !important;
  }
}

.UsagePage .usageHeadingText {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  margin-bottom: 84px;
}
.UsagePage .usageItem {
  border: 0.5px solid #E1E1E1;
  background-color: #fff;
  border-radius: 18px;
  padding: 24px;
  width: 100%;
  margin-bottom: 24px;
}
.UsagePage .usageItem .title {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin-bottom: 2px;
}
.UsagePage .usageItem .code {
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5019607843);
  margin-bottom: 24px;
}
.UsagePage .usageItem .dateBox {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}
.UsagePage .usageItem .dateBox img {
  width: 24px;
  height: 24px;
}
.UsagePage .usageItem .dateBox p {
  font-weight: 400;
  font-size: 18px;
  opacity: 70%;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .UsagePage .usageItem .dateBox p {
    font-size: 14px;
  }
}
.UsagePage .addNewUage {
  margin-top: 48px;
}

@media only screen and (min-width: 786px) {
  #addUsageModal .modal-dialog {
    max-width: 555px;
  }
}
#addUsageModal .hireForm .inputBox {
  margin-bottom: 20px;
}
#addUsageModal .hireForm .form-label {
  text-align: left;
  width: 100%;
}

body, html {
  margin: 0;
  direction: ltr;
  min-height: 100%;
}
html[dir=rtl] body, html[dir=rtl] html {
  direction: rtl;
  font-family: "brando-arabic", sans-serif !important;
}

body {
  font-size: 20px;
  font-family: var(--primary-font);
  font-weight: 500;
  background: #fff;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html[dir=rtl] body {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

@media (min-width: 1400px) {
   .container-lg {
    max-width: 1412px;
  }
}
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  transition: all 300ms;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: all 300ms;
}

[class*=" icon-"]:before, [class^=icon-]:before {
  margin: 0;
}

p {
  font-size: 22px;
  color: #333333;
  font-weight: 400;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  p {
    font-size: 16px;
  }
}

.opacity-content {
  color: rgba(51, 51, 51, 0.8);
}

.space-map {
  -webkit-padding-end: 45px;
          padding-inline-end: 45px;
}
@media (max-width: 991.98px) {
  .space-map {
    -webkit-padding-end: 15px;
            padding-inline-end: 15px;
  }
}
.dropzone .dz-preview {
  z-index: 0 !important;
}

@media (min-width: 1399px) and (max-width: 1600px) {
  .container-lg {
    max-width: 1320px;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .footer .page-logo {
    width: 180px;
  }
}
html[dir=rtl] .iti--separate-dial-code .iti__selected-dial-code {
  direction: ltr !important;
}
p a,
h6 a,
.h6 a {
  color: #47BCCC;
}
p a:hover,
h6 a:hover,
.h6 a:hover {
  color: #47BCCC;
  text-decoration: underline;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 72px;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  h1, .h1 {
    font-size: 64px;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  h2, .h2 {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 25px;
  }
}

h3, .h3 {
  font-size: 32px;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  h3, .h3 {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 25px;
  }
}

h4, .h4 {
  font-size: 24px;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 20px;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  h5, .h5 {
    font-size: 18px;
  }
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-500 {
  font-weight: 500;
}

.text-400 {
  font-weight: 400;
}

.fs-18 {
  font-size: 18px;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-16 {
  font-size: 16px;
}

.fs-12 {
  font-size: 12px;
}

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

.fs-20 {
  font-size: 20px;
}

.overflow-inherit {
  overflow: inherit !important;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 45px;
  max-height: 100%;
}

.diamound::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/diamond.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #47BCCC;
  width: 30px;
  height: 30px;
  -webkit-margin-end: 18px;
          margin-inline-end: 18px;
}
.diamound.black::before {
  background-color: #333333;
}
.diamound.diamound-sm::before {
  background-color: #fff;
  width: 15px;
  height: 15px;
}

.fig-radius {
  border-radius: 20px;
  overflow: hidden;
}

.img-bottom {
  position: absolute;
  bottom: -100px;
  inset-inline-start: -60px;
  transform: rotate(-10deg);
  border: 7px solid #fff;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .img-bottom {
    width: 200px;
    height: 200px;
    bottom: 20px;
    inset-inline-start: 0px;
  }
}
@media (max-width: 767.98px) {
  .img-bottom {
    position: relative;
    width: 200px;
    height: 200px;
    bottom: 80px;
    inset-inline-start: 20px;
  }
}

.learn-more {
  color: #E23673;
  font-weight: 400;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .learn-more {
    font-size: 18px;
  }
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .learn-more {
    font-size: 17px;
  }
}
.learn-more::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/link-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-color: #E23673;
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .learn-more::after {
  transform: rotate(-90deg);
}

hr {
  opacity: 0.1;
}

.side-graphic {
  position: relative;
}
.side-graphic::before {
  content: "";
  display: block;
  background-image: url(../images/side-graphic.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 440px;
  height: 234px;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  z-index: -1;
}
html[dir=rtl] .side-graphic::before {
  transform: scaleX(-1);
}
@media (max-width: 1199.98px) {
  .side-graphic::before {
    display: none;
  }
}
.side-graphic::after {
  content: "";
  display: block;
  background-image: url(../images/side-graphic.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 440px;
  height: 234px;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  transform: rotate(0deg) scaleX(-1);
  z-index: -1;
}
html[dir=rtl] .side-graphic::after {
  transform: rotate(0deg) scaleX(1);
}
@media (max-width: 1199.98px) {
  .side-graphic::after {
    display: none;
  }
}

.blue-box {
  background-color: rgba(71, 188, 204, 0.16);
  border-radius: 20px;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .blue-box {
    padding: 20px;
  }
}
.blue-box::after {
  content: "";
  display: block;
  background-image: url(../images/newsletter-graphic.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 293px;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .blue-box::after {
    display: none;
  }
}

.section-inner {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .section-inner {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}

.mid-box {
  padding: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .mid-box {
    padding: 20px;
  }
}
.mid-box .mid-content {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 30px;
}

.details-wrap {
  display: flex;
  align-items: center;
}
.details-wrap span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(71, 188, 204, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.details-wrap p,
.details-wrap a {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .details-wrap p,
  .details-wrap a {
    font-size: 17px;
  }
}

.map-fig {
  position: relative;
}
.map-fig .btn-secondary {
  position: absolute;
  bottom: 66px;
  inset-inline-end: 66px;
}
.map-fig img {
  border-radius: 20px;
}
.map-fig .map-tool {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(71, 188, 204, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .map-fig .map-tool {
    font-size: 14px;
    padding: 15px;
  }
}

.shadow-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .shadow-box {
    padding: 20px;
  }
}

.details-holder .col-md-6 {
  position: relative;
  margin-bottom: 12px;
}
.details-holder .col-md-6:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  inset-inline-end: 15%;
}
@media (max-width: 767.98px) {
  .details-holder .col-md-6:first-child::after {
    display: none;
  }
}

.list-normal {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.list-normal li {
  list-style: disc;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
  color: rgba(51, 51, 51, 0.8);
}

.filter-block {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #E1E1E1;
  display: none;
  transition: all 0.2s;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: absolute;
  inset-inline-end: 0;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .filter-block {
    inset-inline-start: 0;
    min-width: unset;
  }
}
@media (max-width: 1199.98px) {
  .filter-block {
    inset-inline-end: 0;
    min-width: unset;
  }
}
.filter-block.hidden {
  transition: all 0.2s;
  display: block;
}
.filter-block .reset-filter a {
  transition: none;
}
.filter-block .reset-filter button {
  transition: none;
}

.filter-block2 {
  background-color: #fff;
  visibility: visible;
  transition: all 0.2s;
  margin-bottom: 10px;
  z-index: 3;
}

@media (max-width: 1198px) {
  .filter-block2 {
    position: absolute;
    min-width: auto;
    visibility: hidden;
    inset: 0;
    width: 97%;
    margin: 0 auto;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.filter-block2.hidden {
  transition: all 0.2s;
  visibility: visible;
}

.filter-block2 a {
  transition: none;
}

.filter-block2 button {
  transition: none;
}

.connection-block {
  background-color: #fff;
  visibility: visible;
  transition: all 0.2s;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .connection-block .connec-name {
    min-width: 242px;
  }
  .connection-block .connec-name figure {
    width: 51px;
    height: 51px;
  }
  .connection-block .connec-name .name {
    font-size: 16px;
  }
  .connection-block .connect-btn .btn {
    padding: 10px 14px;
  }
}

@media (max-width: 1198px) {
  .connection-block {
    position: absolute;
    min-width: auto;
    visibility: hidden;
    inset: 0;
    width: 97%;
    margin: 0 auto;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.connection-block.hidden {
  transition: all 0.2s;
  visibility: visible;
}

.connection-block a {
  transition: none;
}

.connection-block button {
  transition: none;
}

.topic-title {
  background-color: rgba(71, 188, 204, 0.1);
  color: rgba(71, 188, 204, 0.7);
  padding: 4px 9px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
}

.fa-twitter:before {
  content: none;
}

.fa-twitter:after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/twitter-x.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 13px;
  height: 13px;
  background: #000;
}
.fa-twitter:after:hover {
  background: #fff;
}

.share-on li:hover .fa-twitter:after {
  background: #fff;
}

.key .form-label img {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.payment-box .mid-box {
  background-color: rgba(0, 0, 0, 0.03);
  border: none;
}
.payment-box h4, .payment-box .h4 {
  position: relative;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.payment-box .diamound::before {
  content: "";
  width: 25px;
  inset-inline-start: 0;
  top: 2px;
  height: 25px;
  position: absolute;
}

.booking-wrap {
  position: relative;
}
.booking-wrap::after {
  content: "";
  display: block;
  background-image: url(../images/booking-graphic.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 723px;
  height: 349px;
  position: absolute;
  bottom: 200px;
  inset-inline-end: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .booking-wrap::after {
    content: none;
  }
}

.payment-text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.payment-text span {
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 1399px) and (max-width: 1600px) {
  .payment-text span {
    font-size: 20px;
  }
}

.dir-ltr {
  direction: ltr;
}
.ui-widget-header .ui-icon {
  background-image: inherit;
}

.ui-icon {
  width: 20px;
  height: 20px;
}
.ui-icon::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/left-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #47BCCC;
  width: 20px;
  height: 20px;
}
.ui-icon.ui-icon-circle-triangle-e::before {
  transform: rotate(180deg);
}

.ui-datepicker-year {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 14px;
  padding: 5px;
  margin: 0;
}
.br-line {
  -webkit-border-start: 1px solid rgba(51, 51, 51, 0.5);
          border-inline-start: 1px solid rgba(51, 51, 51, 0.5);
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
}

.registraion-form-section .form-label span {
  color: #FE4C4C;
  font-size: 16px;
  font-weight: 400;
}
.registraion-form-section .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
}
.download-cv-btn {
  display: flex;
  white-space: nowrap;
  justify-content: center;
}

.accordion-style-1 .accordion-item {
  border: none;
  background-color: inherit;
  border-radius: 0;
}
.accordion-style-1 .accordion-button {
  font-weight: 600;
  font-size: 20px;
  color: rgba(51, 51, 51, 0.9);
  border: none;
  border-bottom: 1px solid #E9E9E9;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  border-radius: 0;
  background-color: inherit;
}
@media (max-width: 767.98px) {
  .accordion-style-1 .accordion-button {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.accordion-style-1 .accordion-button:not(.collapsed) {
  background-color: inherit;
  box-shadow: none;
}
.accordion-style-1 .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-icon.svg);
  height: 3px;
}
.accordion-style-1 .accordion-button:focus {
  box-shadow: none;
}
.accordion-style-1 .accordion-button::after {
  content: "";
  display: block;
  border: none;
  background-image: url(../images/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
}
.accordion-style-1 .accordion-body {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  font-size: 17px;
  font-weight: 400;
  padding-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .accordion-style-1 .accordion-body {
    font-size: 15px;
  }
}

.accordian-faq-membership .accordion-button {
  font-weight: 500;
}
.about-banner {
  position: relative;
}
.about-banner::after {
  content: "";
  display: block;
  background-image: url(../images/about-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 714px;
  height: 277px;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
html[dir=rtl] .about-banner::after {
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .about-banner::after {
    content: none;
  }
}

.obj-box {
  border-radius: 20px;
  border: 1px solid rgba(51, 51, 51, 0.35);
  padding: 25px;
  height: 100%;
}
.obj-box:hover {
  border: 1px solid transparent;
  background-color: rgba(51, 51, 51, 0.8);
}
.obj-box:hover p {
  color: #fff !important;
}
.obj-box:hover h5, .obj-box:hover .h5 {
  color: #fff !important;
}
.obj-box:hover figure img {
  filter: brightness(0) invert(1);
}
.obj-box:hover.yellow-graphic::after {
  filter: brightness(0) invert(1);
}
.obj-box:hover.blue-graphic::after {
  background: #fff;
}
.obj-box:hover.red-graphic::after {
  background: #fff;
}

.yellow-graphic {
  position: relative;
}
.yellow-graphic::after {
  content: "";
  display: block;
  background-image: url(../images/membership-graphic-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 128px;
  height: 131px;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}
html[dir=rtl] .yellow-graphic::after {
  transform: scaleX(-1);
}

.blue-graphic {
  position: relative;
}
.blue-graphic::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/membership-graphic-1.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background: #47BCCC;
  width: 160px;
  height: 93px;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}
html[dir=rtl] .blue-graphic::after {
  transform: scaleX(-1);
}

.red-graphic {
  position: relative;
}
.red-graphic::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/membership-graphic-3.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background: #FF4949;
  width: 168px;
  height: 153px;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}
html[dir=rtl] .red-graphic::after {
  transform: scaleX(-1);
}

.membership-wrap .obj-box {
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.account-setting {
  position: relative;
}
.account-setting .red-ribbon {
  position: absolute;
  top: 140px;
  padding: 10px;
  width: 100%;
  z-index: 3;
}
@media (min-width: 991px) and (max-width: 1400px) {
  .account-setting .red-ribbon {
    top: 62px;
  }
}
@media (max-width: 991.98px) {
  .account-setting .red-ribbon {
    top: 78px;
  }
}
@media (max-width: 1399.98px) {
  .account-setting .mid-box {
    padding: 20px;
  }
}

.profile-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.profile-img {
  width: 170px;
  height: 179px;
  border-radius: 50%;
  position: relative;
}
.profile-img .img-profile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid rgba(224, 224, 224, 0.9);
}

.edit-profile {
  width: 24px;
  height: 24px;
  display: block;
}
.edit-profile img {
  position: absolute;
  inset-inline-end: 5px;
  bottom: 30px;
}

.profile-name {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
}

.dep-name {
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5);
}

.sub-head {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.profile-tab {
  flex-direction: column;
  border: none;
}
.profile-tab .nav-link {
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.85);
  padding: 10px 16px;
  margin-bottom: 12px;
  width: 100%;
  border-radius: 6px;
  text-align: start;
  position: relative;
}
@media (max-width: 1399.98px) {
  .profile-tab .nav-link {
    padding: 10px 10px;
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.profile-tab .nav-link.active {
  background-color: #333333;
  color: #fff;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2);
}
.profile-tab .nav-link.active img {
  filter: brightness(0) invert(1);
}
.profile-tab .nav-link.active .count {
  background-color: #fff;
  color: #333333;
}
.profile-tab .nav-link img {
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
}
.profile-tab .nav-link .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-color: #E23673;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
}

.edit-input {
  position: relative;
}
.edit-input .form-control {
  padding: 12px 45px 12px 16px;
}
.edit-input span {
  position: absolute;
  top: 7px;
  inset-inline-end: 15px;
}
.edit-input.disabled span img {
  opacity: 0.5;
}
.edit-input.active .form-control {
  border: 1px solid rgba(32, 190, 121, 0.6);
  color: #20BE79;
  font-weight: 500;
  font-size: 16px;
  background-color: rgba(32, 190, 121, 0.05);
}
.edit-input.active .form-control:disabled {
  opacity: 1;
}
.edit-input.pending .form-control {
  border: 1px solid #FDBD48;
  color: #FDBD48;
  font-weight: 500;
  font-size: 16px;
  background-color: #FFFCF6;
}
.edit-input.pending .form-control:disabled {
  opacity: 1;
}
.edit-input.expired .form-control {
  border: 1px solid #FB5353;
  color: #FB5353;
  font-weight: 500;
  font-size: 16px;
  background-color: #FFF6F2;
}
.edit-input.expired .form-control:disabled {
  opacity: 1;
}
.member-card {
  border-radius: 20px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  padding: 20px;
  position: relative;
  min-width: 345px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .member-card {
    min-width: 100%;
  }
}
.member-card::before {
  content: "";
  display: block;
  background-image: url(../images/card-graphic-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 260px;
  height: 100%;
  opacity: 0.055;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  z-index: -1;
}
html[dir=rtl] .member-card::before {
  transform: scaleX(-1);
}
.member-card::after {
  content: "";
  display: block;
  background-image: url(../images/card-graphic-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 288px;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  z-index: -1;
}
html[dir=rtl] .member-card::after {
  transform: scaleX(-1);
}
@media (max-width: 1399.98px) {
  html[dir=rtl] .member-card::after {
    width: 100%;
    border-radius: 20px;
  }
}
.member-card .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.member-card .memb-id {
  display: block;
  font-size: 10px;
  color: rgba(35, 31, 32, 0.4);
}
.expire {
  font-size: 10px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.expire span {
  display: block;
  font-weight: 500;
  color: #333333;
}

.wallet-sec {
  display: flex;
  gap: 10px;
}

.wallet-btn {
  border-radius: 7px;
  background-color: #333333;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  text-align: start;
}
.wallet-btn img {
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
}

.bio h3, .bio .h3 {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
}
.bio p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.85);
  margin-bottom: 30px;
  word-break: break-all;
}

.admin-comment {
  background-color: #FF4F4F;
  color: #fff !important;
  font-size: 18px !important;
  padding: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.admin-comment div,
.admin-comment a,
.admin-comment p {
  color: #fff !important;
  font-size: 18px !important;
}
.admin-comment ul li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.admin-comment ul li:last-child {
  margin-bottom: 0;
}
.admin-comment ul li a {
  color: #fff;
  text-decoration: underline;
}

/* Ajaya style */

@media (max-width: 767px) {
  .wallet-sec {
    display: block;
    gap: 10px;
  }
}
.cropImageModal .btn {
  padding: 14px 32px !important;
}
@media (max-width: 991.98px) {
  .cropImageModal .btn {
    padding: 12px 16px !important;
    font-size: 16px;
  }
}
.cropImageModal .modal-dialog {
  max-width: 750px;
  width: 90%;
  margin: 0.5rem auto;
}
.cropImageModal .up-photo-title {
  padding: 8px 15px;
  text-align: center;
}
.cropImageModal #upload-demo {
  position: relative;
  width: 100%;
  height: 250px;
  padding-bottom: 0;
}
.cropImageModal .croppie-container h5, .cropImageModal .croppie-container .h5 {
  position: absolute;
  bottom: 4px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  font-size: 15px;
}
.cropImageModal .upload-action-btn {
  padding-top: 60px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .cropImageModal .upload-action-btn {
    gap: 12px;
    padding-bottom: 30px;
  }
}
.filter-box,
.connection-box {
  padding: 32px;
}
@media (max-width: 1399.98px) {
  .filter-box,
  .connection-box {
    padding: 20px;
  }
}

.filter-head-sec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.filter-head-sec a,
.filter-head-sec p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.filter-head-sec a {
  text-decoration: underline;
}
.filter-head-sec p {
  margin: 0;
}

.filter-list ul .container-checkbox-filed {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .filter-list ul .container-checkbox-filed {
    margin-bottom: 14px;
  }
}
.filter-list ul .container-checkbox-filed:last-child {
  margin-bottom: 0;
}
.filter-list .container-checkbox-filed__checkbox .checkmark {
  top: 0;
}
.filter-list .container-checkbox-filed__checkbox {
  color: rgba(51, 51, 51, 0.85);
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

@media (max-width: 1199.98px) {
  .trend-box {
    background: #F4F4F4;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .trend-box {
    margin-bottom: 20px;
    border: 1px solid rgba(224, 224, 224, 0.9);
  }
}
@media (max-width: 1199.98px) {
  .trend-box .trending-wrap {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
  }
}
.trend-box .trend-deisgn {
  position: relative;
}
.trend-box .trend-deisgn::before {
  content: "";
  position: absolute;
  top: 3px;
  background-image: url(../images/trending.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 16px;
}
.trend-box h3, .trend-box .h3 {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
.trend-box p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .trend-box p {
    font-size: 13px;
  }
}
.trend-box span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 575.98px) {
  .trend-box span {
    font-size: 10px;
  }
}
.trend-box ul li {
  margin-bottom: 15px;
}
.trend-box ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .connection-box {
    margin-top: 20px;
  }
}
.connection-box h3, .connection-box .h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}

.connec-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.connec-wrapper:last-child {
  margin-bottom: 0;
}
.connec-wrapper .connec-name {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .connec-wrapper .connect-btn .btn-connect {
    padding: 10px 10px;
    font-size: 13px;
  }
}

.connec-name {
  display: flex;
  align-items: center;
  min-width: 250px;
}
@media (max-width: 991.98px) {
  .connec-name {
    min-width: 200px;
  }
}
.connec-name figure {
  width: 61px;
  height: 61px;
  border-radius: 60%;
  overflow: hidden;
  border: 1px solid rgba(224, 224, 224, 0.85);
  margin-bottom: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .connec-name figure {
    width: 41px;
    height: 41px;
  }
}
.connec-name figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 3px;
  border-radius: 50%;
}
.connec-name .name {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .connec-name .name {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .connec-name .name {
    font-size: 16px;
  }
}

.dep {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 767.98px) {
  .dep {
    font-size: 11px;
  }
}

.post-box {
  padding: 16px 24px;
}
.post-box figure img {
  width: 100%;
}

.liked {
  display: flex;
  align-items: center;
  gap: 8px;
}
.liked .lkd-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 22px;
  border-radius: 14px;
  background-color: #E23673;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.liked .like {
  display: none;
}

.liked-icon .unlike {
  display: none;
}
.liked-icon .like {
  display: block;
}

.share-on p {
  margin: 0;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}
.share-on ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.share-on li a {
  border: none;
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.16);
}
.share-on li a:hover {
  background-color: #E23673;
  color: #fff;
  border-color: #E23673;
}

.post-list-wapper {
  overflow: auto;
  max-height: 1000px;
}
@media (max-width: 1199.98px) {
  .post-list-wapper {
    overflow: hidden;
    max-height: unset;
  }
}

.scroll-box {
  overflow-y: auto;
  max-height: 500px;
}
@media (max-width: 991.98px) {
  .scroll-box {
    overflow-x: hidden;
  }
}

.slider-2 {
}
.slider-2 .slick-list {
  border-radius: 20px;
}
.slider-2 .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slider-2 .slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background-color: #47BCCC;
  font-size: 0;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-2 .slick-dots .slick-active button::before {
  content: "";
  padding: 4px;
  background-color: #fff;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.slider-2 figure {
  height: 337px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .slider-2 figure {
    height: 220px;
  }
}
.slider-2 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-detail .slider-2 .slick-slide {
  height: auto;
}
.post-list-wapper {
  scrollbar-width: auto;
  scrollbar-color: #47BCCC #ffffff;
}

.post-list-wapper::-webkit-scrollbar {
  width: 16px;
}

.post-list-wapper::-webkit-scrollbar-track {
  background: #ffffff;
}

.post-list-wapper::-webkit-scrollbar-thumb {
  background-color: #47BCCC;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.scroll-box::-webkit-scrollbar-track {
  border-radius: 10px;
}

.scroll-box::-webkit-scrollbar {
  width: 5px;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #47BCCC;
  background-clip: padding-box;
}

.card-style-1 {
  padding: 32px 80px;
  border-radius: 18px;
  border: 1px solid rgba(225, 225, 225, 0.85);
  text-align: center;
  transition: all 0.2s ease;
  min-height: 550px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .card-style-1 {
    padding: 25px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .card-style-1 {
    padding: 25px 30px;
    min-height: 580px;
  }
}
@media (max-width: 991.98px) {
  .card-style-1 {
    min-height: 530px;
  }
}
.card-style-1:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.card-style-1 .btn-connect:disabled {
  background-color: rgba(206, 206, 206, 0.7);
  border-color: rgba(206, 206, 206, 0.7);
}
.card-style-1 .connect-btn {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 32px;
}
.card-style-1 p {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .card-style-1 p {
    -webkit-line-clamp: 5;
  }
}

.connec-name.big {
  flex-direction: column;
  min-width: auto;
  gap: 12px;
}
.connec-name.big figure {
  width: 173px;
  height: 173px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.connec-name.big figure img {
  padding: 7px;
}
.connec-name.big .name {
  font-size: 20px;
  font-weight: 600;
}

.connect-table .table td {
  border: none;
}
.connect-table .table-inner {
  border: 1px solid #E1E1E1;
  border-radius: 20px;
}
.connect-table .table-inner td {
  padding: 20px;
}
.connect-table .details-wrap {
  gap: 8px;
}
.connect-table .details-wrap a {
  font-size: 15px;
  line-height: 32px;
  display: block;
  color: rgba(51, 51, 51, 0.85);
}
.connect-table .actions {
  position: absolute;
  top: 26px;
  inset-inline-end: 28px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .connect-table .actions {
    position: unset;
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .connect-table .actions {
    position: unset;
  }
}
.connect-table .connec-name figure {
  width: 76px;
  height: 76px;
}

.job-details p {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  color: rgba(51, 51, 51, 0.85);
}
@media (max-width: 991.98px) {
  .job-details p {
    font-size: 14px;
  }
}
.job-details span {
  font-weight: 400;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.5);
}

.blocked-user a {
  font-size: 14px;
  color: #FF4949;
  text-decoration: underline;
  font-weight: 500;
}

.action-unblock {
  padding: 6px 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 20px;
  background: transparent;
}
.action-unblock:hover {
  background: #333333;
  border: 1px solid transparent;
  color: #fff;
}

.action-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #FF4949;
}
@media (max-width: 991.98px) {
  .action-delete {
    width: 36px;
    height: 36px;
  }
}
.action-delete::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/close-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 16px;
  height: 16px;
}
@media (max-width: 991.98px) {
  .action-delete::after {
    width: 12px;
    height: 12px;
  }
}

.action-success {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #20BE79;
}
@media (max-width: 991.98px) {
  .action-success {
    width: 36px;
    height: 36px;
  }
}
.action-success::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/tick-white.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 16px;
  height: 16px;
}
@media (max-width: 991.98px) {
  .action-success::after {
    width: 12px;
    height: 12px;
  }
}

.actions {
  display: flex;
  gap: 8px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .actions {
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .actions {
    justify-content: flex-end;
  }
}

.cmpy-social {
  display: flex;
  align-items: center;
  gap: 25px;
}
.cmpy-social p {
  margin: 0;
  color: rgba(51, 51, 51, 0.8);
  font-size: 18px;
  position: relative;
  text-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .cmpy-social p {
    font-size: 16px;
  }
}
.cmpy-social p::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #CECECE;
  position: absolute;
  top: 7px;
  inset-inline-end: -15px;
}
.cmpy-social ul {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.candidate-tab {
  border: none;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .candidate-tab {
    gap: 12px;
  }
}
.candidate-tab .nav-link {
  background-color: transparent;
  border-radius: 8px;
  font-size: 20px;
  border: none;
  margin: 0;
  padding: 15px 40px;
  color: #231F20;
  border-bottom: 3px solid #47BCCC;
}
@media (max-width: 575.98px) {
  .candidate-tab .nav-link {
    font-size: 18px;
    padding: 15px 22px;
  }
}
.candidate-tab .nav-link.active {
  background-color: #000;
  color: #fff;
  border-bottom: 3px solid transparent;
}
.candidate-tab .nav-link.active:hover, .candidate-tab .nav-link.active:focus {
  border-bottom: 3px solid transparent;
}
.candidate-tab .nav-link:hover, .candidate-tab .nav-link:focus {
  margin: 0;
  border-bottom: 3px solid #47BCCC;
}

.candidate-box {
  border-radius: 15px;
  border: 0.5px solid rgba(0, 0, 0, 0.9);
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.candidate-box .name {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.candidate-box .btn {
  margin-top: auto;
  width: -moz-max-content;
  width: max-content;
}
.candidate-box .info-wrapper {
  min-height: 100px;
  max-height: 150px;
  margin-bottom: 15px;
}
.candidate-box .buttonBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.candidate-box .buttonBox button {
  width: 100%;
  white-space: nowrap;
}
.candidate-box .buttonBox a {
  width: 100%;
  white-space: nowrap;
}
.candidate-box .buttonBox .hired {
  border-color: #F4F4F4;
  color: rgba(51, 51, 51, 0.4);
}
.candidate-box .buttonBox .hired:hover {
  background-color: #fff;
  color: rgba(51, 51, 51, 0.4);
}

.personal-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.personal-info img {
  width: 18px;
  height: 18px;
}
.personal-info span {
  font-size: 15px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.85);
}
.personal-info span a {
  color: rgba(51, 51, 51, 0.85);
}
.personal-info span a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 786px) {
  #hireModal .modal-dialog {
    max-width: 700px;
  }
}
#hireModal .hireForm .radioBox {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 22px;
  margin-bottom: 20px;
}
#hireModal .hireForm .radioBox .radioLabel {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
#hireModal .hireForm .radioBox .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}
#hireModal .hireForm .radioBox input {
  margin-top: 6px;
  cursor: pointer;
}
#hireModal .hireForm .radioBox input:checked {
  background-color: #47BCCC;
  border-color: #47BCCC;
}
#hireModal .hireForm .radioBox input:focus {
  box-shadow: none;
  outline: none;
}
#hireModal .hireForm .inputBox {
  margin-bottom: 20px;
}
#hireModal .hireForm .form-label {
  text-align: left;
  width: 100%;
}

.refund-failure-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.refund-failure-section .success-holder {
  position: relative;
  padding: 64px;
  padding-top: 97px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.refund-failure-section .success-holder::before {
  content: "";
  display: block;
  background-image: url(../images/popup-graphic.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 47px;
  inset-block-start: 0px;
  position: absolute;
  inset-inline-start: 0px;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .refund-failure-section .success-holder {
    max-width: 500px;
    min-width: auto;
    padding: 20px;
    padding-top: 37px;
  }
}
.refund-failure-section .confirm-text {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 400;
  max-width: 500px;
}
.refund-failure-section .sure-text {
  font-size: 22px;
  font-weight: 600;
}
.refund-failure-section .mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .refund-failure-section .mb-32 {
    margin-bottom: 16px;
  }
}
.refund-failure-section button {
  padding: 14px 30px !important;
}
.refund-failure-section button:active {
  background-color: rgb(71, 188, 204) !important;
  border-color: transparent !important;
}

.payment-success-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-success-section .success-holder {
  position: relative;
  padding: 64px;
  padding-top: 97px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.payment-success-section .success-holder::before {
  content: "";
  display: block;
  background-image: url(../images/popup-graphic.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 47px;
  inset-block-start: 0px;
  position: absolute;
  inset-inline-start: 0px;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .payment-success-section .success-holder {
    max-width: 500px;
    min-width: auto;
    padding: 20px;
    padding-top: 37px;
  }
}
.payment-success-section .confirm-text {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 400;
  max-width: 500px;
}
.payment-success-section .sure-text {
  font-size: 22px;
  font-weight: 600;
}
.payment-success-section .ref-no,
.payment-success-section .booked-date {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 14px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .payment-success-section .ref-no,
  .payment-success-section .booked-date {
    align-items: center;
  }
}
.payment-success-section .ref-no h6, .payment-success-section .ref-no .h6,
.payment-success-section .booked-date h6,
.payment-success-section .booked-date .h6 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}
.payment-success-section .ref-no p,
.payment-success-section .booked-date p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  opacity: 0.5;
}
.payment-success-section .mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .payment-success-section .mb-32 {
    margin-bottom: 16px;
  }
}
.payment-success-section button {
  padding: 14px 30px !important;
}
.payment-success-section button:active {
  background-color: rgb(71, 188, 204) !important;
  border-color: transparent !important;
}
