@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: "Montserrat", sans-serif;
}

button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
}

:root {
  /* font weight */
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  /* font size */
  --font-size-8px: 8px;
  --font-size-10px: 10px;
  --font-size-12px: 12px;
  --font-size-14px: 14px;
  --font-size-16px: 16px;
  --font-size-18px: 18px;
  --font-size-20px: 20px;
  --font-size-22px: 22px;
  --font-size-24px: 24px;
  --font-size-26px: 26px;
  --font-size-28px: 28px;
  --font-size-30px: 30px;
  --font-size-48px: 48px;
  /* border radius */
  --border-radius-5px: 5px;
  --border-radius-8px: 8px;
  --border-radius-12px: 12px;
  --border-radius-10px: 10px;
  --border-radius-15px: 15px;
  --color-dark-orchid: #a138d3;
  --color-purple: #200e44;
}

/* common css */

/*----------------------------------------- Font Size ------------------------------------*/

.fs-8 {
  font-size: var(--font-size-8px);
}

.fs-10 {
  font-size: var(--font-size-10px);
}

.fs-12 {
  font-size: var(--font-size-12px) !important;
}

.fs-14 {
  font-size: var(--font-size-14px) !important;
}

.fs-16 {
  font-size: var(--font-size-16px);
}

.fs-18 {
  font-size: var(--font-size-18px);
}

.fs-20 {
  font-size: var(--font-size-20px);
}

.fs-24 {
  font-size: var(--font-size-24px);
}

.fs-26 {
  font-size: var(--font-size-26px);
}

.fs-30 {
  font-size: var(--font-size-30px);
}

.fs-48 {
  font-size: var(--font-size-48px);
}

/* ------------------------------------------------------------------------ Font Weight --------------------------------------------------------*/

.fw-400 {
  font-weight: var(--font-weight-400);
}

.fw-500 {
  font-weight: var(--font-weight-500);
}

.fw-600 {
  font-weight: var(--font-weight-600) !important;
}

.fw-700 {
  font-weight: var(--font-weight-700);
}

.fw-800 {
  font-weight: var(--font-weight-800);
}

/* ----------------------------------------------------------------------- margin right -------------------------------------------------------- */

.me-6 {
  margin-right: 60px;
}

.me-7 {
  margin-right: 70px;
}

.me-8 {
  margin-right: 80px;
}

.me-9 {
  margin-right: 90px;
}

.me-10 {
  margin-right: 100px;
}

/* ----------------------------------------------------------------------- Margin left ----------------------------------------------------------------------- */

.ms-6 {
  margin-left: 60px;
}

.ms-7 {
  margin-left: 70px;
}

.ms-8 {
  margin-left: 80px;
}

.ms-9 {
  margin-left: 90px;
}

.ms-10 {
  margin-left: 100px;
}

/* ----------------------------------------------------------------------- Margin top ----------------------------------------------------------------------- */

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

/* ----------------------------------------------------------------------- Margin bottom ----------------------------------------------------------------------- */

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

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

/* ----------------------------------------------------------------------- padding right ----------------------------------------------------------------------- */

.pe-6 {
  padding-right: 60px;
}

.pe-7 {
  padding-right: 70px;
}

.pe-8 {
  padding-right: 80px;
}

.pe-9 {
  padding-right: 90px;
}

.pe-10 {
  padding-right: 100px;
}

/* ----------------------------------------------------------------------- padding left ----------------------------------------------------------------------- */

.ps-6 {
  padding-left: 60px;
}

.ps-7 {
  padding-left: 70px;
}

.ps-8 {
  padding-left: 80px;
}

.ps-9 {
  padding-left: 90px;
}

.ps-10 {
  padding-left: 100px;
}

/* ----------------------------------------------------------------------- padding top ----------------------------------------------------------------------- */

.pt-6 {
  padding-top: 60px;
}

.pt-7 {
  padding-top: 70px;
}

.pt-8 {
  padding-top: 80px;
}

.pt-9 {
  padding-top: 90px;
}

.pt-10 {
  padding-top: 100px;
}

/* ----------------------------------------------------------------------- padding bottom ----------------------------------------------------------------------- */

.pb-6 {
  padding-bottom: 60px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pb-9 {
  padding-bottom: 90px;
}

.pb-10 {
  padding-bottom: 100px;
}

/* ----------------------------------------------------------------- Border - radius ------------------------------------------------------------------- */

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

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

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

/* ----------------------------------------------------------------- Common Button --------------------------------------------------------------------- */

.violet-flat-btn {
  background: #8083ff;
  box-shadow:
    -4px -4px 5px rgba(79, 73, 138, 0.3),
    4px 4px 5px rgba(0, 1, 34, 0.5),
    inset 4px 4px 5px rgba(255, 255, 255, 0.5),
    inset -4px -4px 4px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius-8px);
}

.cyan-process-btn {
  background: #32ade6;
  box-shadow:
    -4px -4px 5px rgba(79, 73, 138, 0.3),
    4px 4px 5px rgba(0, 1, 34, 0.5),
    inset 4px 4px 5px rgba(255, 255, 255, 0.5),
    inset -4px -4px 4px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius-12px);
}

.white-flat-btn {
  background: #d9d0e4;
  box-shadow:
    -4px -4px 5px rgba(79, 73, 138, 0.3),
    4px 4px 5px rgba(0, 1, 34, 0.5),
    inset 4px 4px 5px rgba(255, 255, 255, 0.5),
    inset -4px -4px 4px rgba(11, 7, 57, 0.25);
  border-radius: var(--border-radius-8px);
  border: 0px;
}

.sky-blue-flat-btn {
  background: #4386ac;
  border: 1px solid #efac00;
  box-shadow:
    inset 4px 4px 4px #71a6b4,
    inset -4px -4px 5px 1px rgba(19, 101, 81, 0.5);
  border-radius: var(--border-radius-12px);
}

.black-flat-btn {
  background: #1a1a29;
  box-shadow:
    -2px -2px 5px #422c75,
    2px 2px 5px rgba(0, 0, 0, 0.25),
    inset -2px -2px 5px #0a0a0a,
    inset 2px 2px 5px #5b5b5b;
  border-radius: var(--border-radius-12px);
}

.clementine-flat-btn {
  background: #ea7000;
}

.dim_gray-flat-btn {
  background: #727272;
}

/*------------------------------------------------ Buttons Styles ---------------------------------------------------------*/

.pink-skyblue-gradient-btn {
  background: linear-gradient(96.07deg, #e35cf9 4.8%, #00a1ff 102.67%);
  box-shadow:
    -4px -4px 5px rgba(78, 62, 114, 0.5),
    4px 4px 5px #1c0f39,
    inset -2px -2px 5px #2f1204,
    inset 2px 2px 5px #ffede4;
  border-radius: var(--border-radius-10px);
}

.magenta-blue-gradient-btn {
  background: linear-gradient(180deg, #c23091 0%, #5a1385 100%);
  box-shadow:
    4px 4px 5px rgba(0, 0, 0, 0.25),
    -4px -4px 5px rgba(197, 171, 171, 0.4),
    inset 4px 4px 5px rgba(255, 255, 255, 0.5),
    inset -4px -4px 5px #471240;
  border-radius: var(--border-radius-15px);
}

.orange-gradient-btn {
  background: linear-gradient(180deg, #fbb040 0%, #ef4136 100%);
  box-shadow:
    inset 4px 4px 5px rgba(255, 255, 255, 0.5),
    inset -4px -4px 5px #55410a;
  border-radius: var(--border-radius-15px);
}

.green-gradient-btn {
  background: linear-gradient(180deg, #33c58e 0%, #009245 100%);
  border-radius: var(--border-radius-15px);
  box-shadow:
    inset 4px 4px 5px rgba(255, 255, 255, 0.5),
    inset -4px -4px 5px #122638;
}

.violet_blue-gradient {
  background: linear-gradient(
    91.59deg,
    #e22cdb -9.12%,
    #b42be8 43.28%,
    #2930e6 101.86%,
    #2a52dc 101.87%
  );
  border-radius: var(--border-radius-8px);
}

.gold_magenta-gradient {
  background: linear-gradient(91.59deg, #ffa553 -9.12%, #ca9100 43.28%, #dc2a80 101.87%);
  border-radius: var(--border-radius-8px);
}

.catalina-blue {
  background: linear-gradient(93.26deg, #1e2c79 1.39%, #190d3b 100.81%);
  border: 1px solid #1c0e40;
  box-shadow:
    -4px -4px 4px #2a195c,
    4px 4px 4px rgba(0, 0, 0, 0.25),
    inset 4px 4px 5px #2d667b,
    inset -4px -4px 8px #180d2d;
  border-radius: var(--border-radius-8px);
}

.cello-gradient-btn {
  background: #1b2956;
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px #221936,
    inset 4px 4px 5px #83939d;
  border-radius: var(--border-radius-10px);
}

.flat-btn {
  background: linear-gradient(90deg, #77b903 0%, #ffb800 100%);
  border-radius: var(--border-radius-12px);
  border: none;
}

.round-btn {
  box-shadow:
    inset -2px -2px 4px rgb(17 13 64 / 50%),
    inset 2px 2px 5px rgb(255 255 255 / 50%);
  filter: drop-shadow(-2px -2px 5px rgba(255, 255, 255, 0.2))
    drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
  background: #d9d0e4;
}

.green-round-btn {
  background: linear-gradient(131.71deg, #77b903 -3.97%, #ffb800 105.14%);
  box-shadow:
    -2.65px -2.65px 6.625px rgba(255, 255, 255, 0.2),
    2.65px 2.65px 6.625px rgba(0, 0, 0, 0.5),
    inset -2.65px -2.65px 5.3px rgba(17, 13, 64, 0.5),
    inset 2.65px 2.65px 6.625px rgba(255, 255, 255, 0.5);
}

.black-round-btn {
  background: #393939;
  box-shadow:
    -2.65px -2.65px 6.625px rgba(255, 255, 255, 0.2),
    2.65px 2.65px 6.625px rgba(0, 0, 0, 0.5),
    inset -2.65px -2.65px 5.3px rgba(17, 13, 64, 0.5),
    inset 2.65px 2.65px 6.625px rgba(255, 255, 255, 0.5);
}

.white-round-btn {
  box-shadow:
    inset -2px -2px 4px rgba(17, 13, 64, 0.5),
    inset 2px 2px 5px rgba(255, 255, 255, 0.5);
  filter: drop-shadow(-2px -2px 5px rgba(255, 255, 255, 0.2))
    drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}

.green-flat-btn {
  background: linear-gradient(90deg, rgba(119, 185, 3, 0.8) 0%, rgba(255, 184, 0, 0.8) 100%);
  box-shadow:
    5px 5px 5px rgba(0, 0, 0, 0.6),
    -4px -4px 4px rgba(147, 147, 147, 0.25),
    inset -4px -4px 4px #7d6818,
    inset 4px 4px 4px #e6e885;
  border-radius: var(--border-radius-8px);
}

.den-gradient-btn {
  background: linear-gradient(
    91.59deg,
    #e22cdb -9.12%,
    #b42be8 43.28%,
    #2930e6 101.86%,
    #2a52dc 101.87%
  );
  border-radius: 8px;
  cursor: pointer;
}

/* ----------------------------------------------------------------- Text Field Color ------------------------------------------------------------------- */

.purple-field {
  background: rgba(47, 48, 83, 0.5);
  box-shadow:
    inset 4px 4px 8px rgba(0, 0, 0, 0.25),
    inset -3px -3px 4px #3b2e5d;
  border-radius: var(--border-radius-8px);
}

.dark-orchid-text {
  color: var(--color-dark-orchid);
}

/* ------------------------------Image Upload-------------------------------- */

.uploadWithPreview .upload-banner {
  height: 85px;
}

.before-uploaded-panel {
  text-align: center;
  background: rgba(47, 48, 83, 0.5);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  box-shadow:
    inset -3px -3px 5px #322c55,
    inset 4px 4px 8px #180d2d;
  border-radius: var(--border-radius-8px);
}

.upload-section .after-uploaded-image img {
  width: 100%;
  height: 85px;
  border: 2px solid white;
  border-radius: var(--border-radius-10px);
}

.btn_upload {
  height: 83px;
}

.btn_upload input {
  opacity: 0;
}

.upload-section .image-input {
  height: 100%;
  width: 75px;
}

.upload-section .upload-icon {
  color: #222;
  height: 30px;
  width: 30px;
}

/* ------------------------------------------Dropdown---------------------------------------------------- */

.select-game-dropdown .dropdown-basic {
  background: rgba(47, 48, 83, 0.5) !important;
  border: 0px solid #2f3053 !important;
  box-sizing: border-box !important;
  box-shadow:
    inset -3px -3px 5px #322c55,
    inset 4px 4px 8px #180d2d !important;
  border-radius: var(--border-radius-8px) !important;
}

.select-game-dropdown .dropdown-menu {
  background: #2f3053 !important;
  border: 1px solid #4f5184 !important;
  box-sizing: border-box !important;
  border-radius: 12px !important;
  margin-top: 5px !important;
  width: max-content;
  min-width: -webkit-fill-available;
}

.dropdown-arrow {
  appearance: none !important;
  background-repeat: no-repeat !important;
  background-position:
    right 30px top 20px,
    right 25px top 20px !important;
  background-size:
    5px 5px,
    5px 5px !important;
  color: white;
}

select {
  appearance: none !important;
  background-repeat: no-repeat !important;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%) !important;
  background-position:
    right 30px top 20px,
    right 25px top 20px !important;
  background-size:
    5px 5px,
    5px 5px !important;
}

/* ----------------------------------Cards-------------------------------------- */

.monochrome-card {
  background: linear-gradient(93.31deg, #606c88 -3.11%, #3f4c6b 103.79%);
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px #221936,
    inset 4px 4px 5px #96b3c5;
  border-radius: var(--border-radius-10px);
}

.mulberry-purple-card {
  /* background: rgba(69, 59, 95, 0.6) !important;
    box-shadow: -4px -4px 5px rgba(65, 47, 115, 0.25), 4px 4px 4px rgba(1, 0, 4, 0.4), inset 4px 4px 15px #121818, inset -4px -4px 5px #8F87A6 !important;
    border-radius: 10px !important; */
  background: rgba(69, 59, 95, 0.6);
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px #221936,
    inset 4px 4px 5px #7d7396;
  border-radius: var(--border-radius-10px);
}

.mulled-wine {
  background: rgba(69, 59, 95, 0.6);
  border-radius: var(--border-radius-10px);
}

.martinique-card {
  background: rgba(47, 48, 83, 0.5);
  border: 1px solid #2f3053;
  box-sizing: border-box;
  box-shadow:
    inset -3px -3px 5px #322c55,
    inset 4px 4px 8px #180d2d;
  border-radius: var(--border-radius-8px);
}

.husk-gradient-card {
  background: linear-gradient(94.32deg, #514b0f -2.13%, #282400 105.31%);
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px rgba(0, 0, 0, 0.4),
    inset 4px 4px 5px #baa365;
  border-radius: var(--border-radius-10px);
}

.member-card {
  background: linear-gradient(
    133.22deg,
    rgba(149, 46, 223, 0.6) 2.63%,
    rgba(11, 181, 254, 0.6) 100%
  );
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px #221936,
    inset 4px 4px 5px #8f76ae;
  border-radius: var(--border-radius-10px);
}

.manager-card {
  background: linear-gradient(
    133.22deg,
    rgba(55, 185, 161, 0.6) 2.63%,
    rgba(202, 99, 55, 0.6) 100%
  );
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px #221936,
    inset 4px 4px 5px #6da0a9;
  border-radius: var(--border-radius-10px);
}

.coach-card {
  background: linear-gradient(
    133.22deg,
    rgba(168, 38, 38, 0.6) 2.63%,
    rgba(255, 147, 86, 0.6) 100%
  );
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px #221936,
    inset 4px 4px 5px #9e6d78;
  border-radius: var(--border-radius-10px);
}

.substitute-card {
  background: linear-gradient(
    133.22deg,
    rgba(43, 155, 61, 0.6) 2.63%,
    rgba(28, 162, 130, 0.6) 100%
  );
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px #221936,
    inset 4px 4px 5px #59a982;
  border-radius: var(--border-radius-10px);
}

.no-member-card {
  background: linear-gradient(
    133.22deg,
    rgba(133, 147, 152, 0.6) 2.63%,
    rgba(40, 48, 72, 0.6) 100%
  );
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px #221936,
    inset 4px 4px 5px #7d7396;
  border-radius: var(--border-radius-10px);
}

.port-gore-card {
  background: #272351;
  box-shadow:
    -4px -4px 5px rgba(64, 67, 88, 0.25),
    4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius-10px);
}

.dark-gray-card {
  box-shadow:
    inset -4px -4px 5px #404040,
    inset 4px 4px 8px #0e0e0e;
  background: rgba(52, 52, 52, 0.5);
  border: 1px solid #2f3053;
  border-radius: var(--border-radius-8px);
}

.green-olive-card {
  background: #333b1d !important;
  box-shadow:
    inset 2px 2px 5px #0a0a0a,
    inset -2px -2px 5px #505d2d;
  border-radius: 5px !important;
}

.steel_gray-card {
  background: #231d36;
  border-radius: 8px;
}

/* ----------------------------------------------------------------- Common Classes ------------------------------------------------------------------- */

.height-45 {
  height: 45px;
}

.height-55 {
  height: 55px;
}

.close-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #fff;
}

.field-icon {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  color: #ffffff;
}

.upload-icon {
  width: 30px;
  height: 30px;
  color: #ffffff;
}

.remove-image-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #fff;
}

.back-arrow {
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #d1d1d6;
}

.back-btn {
  position: fixed;
  width: 36px;
  height: 24px;
  left: 0;
  top: 70px;
  color: darkgray !important;
  z-index: 9;
}

.btn-size-10 {
  width: 10px !important;
  height: 10px !important;
}

.btn-size-12 {
  width: 12px !important;
  height: 12px !important;
}

.btn-size-15 {
  width: 15px !important;
  height: 15px !important;
}

.btn-size-20 {
  width: 20px !important;
  height: 20px !important;
}

.btn-size-25 {
  width: 25px;
  height: 25px;
}

.btn-size-32 {
  width: 32px !important;
  height: 32px !important;
}

.btn-size-35 {
  width: 35px !important;
  height: 35px !important;
}

.btn-size-40 {
  width: 40px !important;
  height: 40px !important;
}

.btn-size-45 {
  width: 45px !important;
  height: 45px !important;
}

.btn-size-52 {
  width: 52px !important;
  height: 52px !important;
}

.error-msg {
  color: red;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.get-started-background {
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.black-rock {
  color: #0e0334 !important;
}

.martinique-color {
  background-color: rgba(47, 48, 83, 0.5);
}

/* Modal */

.modal-content {
  background: #030027 !important;
  border-radius: 20px !important;
  cursor: auto;
}

.modal-body {
  padding: 0rem !important;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.modal-hr-line {
  flex-grow: 1;
  height: 1px;
  background-color: #ffdada;
}

.blue {
  color: #8083ff !important;
  cursor: pointer;
  font-weight: var(--font-weight-400);
}

.footer-text {
  height: 48px;
  left: 40px;
  top: 260px;
  line-height: 24px;
  color: #d1d1d6;
}

/* Login */

.right-login-text-container {
  border-bottom-left-radius: 20px;
  background: linear-gradient(
    104.04deg,
    rgba(242, 242, 247, 0.5) 0%,
    rgba(242, 242, 247, 0.2) 0.01%,
    rgba(242, 242, 247, 0.2) 100%
  );
  backdrop-filter: blur(12px);
  border-radius: 0px 0px 0px 16px;
  padding-left: 15px;
  padding: 10px;
}

/* Home Page Banner Section */

.blur-effect {
  background-image: radial-gradient(#454d54, #121212);
  width: 100%;
}

.game-card {
  height: 190px;
  width: 300px;
  box-shadow: 0px 0px 12px rgba(221, 218, 253, 0.25);
  border-radius: var(--border-radius-15px);
  border: none;
  margin: auto;
}

.tournament-section .carousel-inner {
  overflow: visible;
}

/* Espotz Currency Section */

.espotzCurrency-card {
  margin-bottom: 400px;
}

.espotzCurrency-back {
  position: absolute;
  width: 90%;
  max-width: 450px;
  height: 250px;
  left: 50px;
  top: 190px;
  background: linear-gradient(
    108.79deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0.16) 100%
  );
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 24px;
}

.espotzCurrency-front {
  position: relative;
  width: 90%;
  max-width: 450px;
  height: 250px;
  top: 90px;
  left: 100px;
  background: linear-gradient(
    108.79deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0.16) 100%
  );
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 24px;
}

/* Clan Page */

.body-section {
  position: absolute;
  background-color: #200e45;
  color: white;
  padding-top: 73px;
  min-height: 100%;
  width: 100%;
}

.den_page {
  background-color: #04000b !important;
  position: absolute;
  color: white;
  padding-top: 73px;
  min-height: 100%;
  width: 100%;
}

.image-input {
  height: 100%;
  width: 75px;
}

.clan-heading {
  font-size: var(--font-size-26px);
  font-weight: bold;
}

.joinAlert {
  margin-top: 25%;
}

.join-alertImage {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/Saly-10-CLA0CY-M.png);
  background-position: center;
  height: 150px;
}

.clanPage_Cards a {
  text-decoration: none;
}

.clan-grid {
  padding-left: 20px;
  padding-right: 20px;
}

/* Clan View Page*/

.clan-view-page .clan-view-logo {
  border-radius: var(--border-radius-15px);
  height: 100px;
}

.clan-view-page .cam-container {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-self: end;
  margin-bottom: -5px;
  margin-left: -22px;
  align-items: center;
  justify-content: center;
}

.clan-view-page .cover-cam-container {
  height: 30px;
  width: 30px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 80px;
  right: 10px;
}

.clan-view-page .test-trail {
  position: relative;
  margin-top: -100px;
}

.clan-view-page .show-more {
  color: #00ffe0;
}

.clanView-banner {
  height: 200px;
  text-align: center;
}

.clanView-background {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.clanView-fronImage {
  height: 154px;
  width: auto;
  top: -152px;
  position: relative;
}

.btn-group.nav {
  text-align: center;
  background-color: #030027;
  display: block;
}

.btn-group .btn.active {
  background-color: white;
  color: black;
}

.btn-group .btn {
  padding: 5px 20px;
  border: 1px solid white;
  border-radius: var(--border-radius-15px);
  color: white;
}

.clan-view-page a {
  text-decoration: none;
}

.close {
  opacity: 1 !important;
}

.clanMinus-icon {
  margin-top: 5px;
}

.arrow {
  color: #030027;
  font-size: 15px;
  height: 24px;
  width: 30px;
}

.avatars {
  margin-left: 15px;
}

/* ClanView Setting */

.bio-ContentSetting {
  background: rgba(47, 48, 83, 0.5);
  border: 1px solid #2f3053;
  padding: 15px;
}

/* verifyPassword-modal */

.verifyPassword-modal {
  width: 650px;
  padding: 30px;
  background-color: #fafafa;
}

/* Owner Modal */

.owner-body {
  height: 48px;
  background: #170d2a;
  opacity: 0.75;
  border-radius: var(--border-radius-15px);
  display: flex;
  align-items: center;
}

.owner-avatar {
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background-size: cover;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 112px;
}

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

/* Clan Invite Modal */

.ClanInvite-modal #dropdown-basic {
  background: #2f3053;
  border: 1px solid #4f5184;
  color: white;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 90%;
  text-align: left;
  padding-left: 20px;
}

.ClanInvite-modal #dropdown-basic::after {
  float: right;
  margin-top: 10px;
}

.ClanInvite-modal .dropdown-menu {
  background: #2f3053;
  border: 1px solid #4f5184;
  box-sizing: border-box;
  border-radius: var(--border-radius-12px);
  width: 90%;
  margin-top: 5px;
}

.ClanInvite-modal .dropdown-item {
  color: white !important;
}

.ClanInvite-modal .dropdown-item :hover {
  color: white !important;
  background-color: #8083ff !important;
}

.ClanInvite-modal .form-control {
  background: #2f3053;
  border: 1px solid #4f5184;
  color: white;
  width: 90%;
  text-align: left;
  padding-left: 20px;
}

/* Create Team Modal */

.dropdown-basic::after {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

.clan-card {
  height: 180px;
  border-radius: var(--border-radius-15px);
  background-color: transparent;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.clan-card-name {
  background: linear-gradient(90.9deg, rgba(12, 3, 47, 0.49) 0%, rgba(12, 3, 47, 0.49) 100%);
  backdrop-filter: blur(24px) !important;
  backdrop-filter: revert;
  border-radius: 0 0 15px 15px;
  margin: -2px;
  overflow: hidden;
}

.deactivated {
  width: auto;
  align-self: center;
  background: linear-gradient(90.9deg, rgba(12, 3, 47, 0.49) 0%, rgba(12, 3, 47, 0.49) 100%);
  padding: 10px 15px;
  backdrop-filter: revert;
  font-size: var(--font-size-14px);
  color: #ffffff;
  font-weight: var(--font-weight-500);
  line-height: 18px;
  border-radius: var(--border-radius-15px);
  margin: 0;
  margin-top: auto;
  letter-spacing: 0.03em;
}

.image-input {
  height: 100%;
  width: 75px;
}

/* Team View */

.showAddMember-body {
  height: 100px;
  width: 100px;
  text-align: -webkit-center;
}

.teamView-banner {
  text-align: center;
  height: 150px;
}

.avatar:not(:first-child) {
  margin-left: -8px;
}

.avatar img {
  border-radius: 50%;
  position: relative;
  /* left: 17px; */
  /* margin-left: -14px; */
  height: 25px;
  width: 25px;
  background-image: none;
}

.avatars {
  margin-left: 15px;
}

.avatar-count {
  background-color: #363636;
  border: 2px solid #2e1c46;
}

.multiselect-container {
  background: #2f3053;
  border: 0.497754px solid #4f5184;
  border-radius: var(--border-radius-5px);
}

.multiselect-container .chip {
  background: #1a1a29 !important;
  margin-top: 5px;
}

.multiSelectContainer li {
  background: #2f3053 !important;
}

.multiSelectContainer .optionContainer {
  background: #2f3053;
}

.highlightOption {
  background: #1a1a29 !important;
  padding: 4px 10px px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: var(--border-radius-12px);
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
}

.optionListContainer {
  border: 1px solid #4f5184;
  font-size: var(--font-size-14px);
}

.optionContainer li {
  background: #1a1a29 !important;
  margin: 5px 5px 5px 5px;
  width: 96%;
  border-radius: var(--border-radius-12px);
}

.multiSelectContainer input {
  font-size: var(--font-size-14px);
}

.dropDown-selectPlayer .multiSelectContainer {
  margin-bottom: 50px;
}

.dropDown-Captain .multiSelectContainer {
  margin-bottom: 50px;
}

/* Add Member Modal */

.AddMember-modal .form-control {
  background: rgba(47, 48, 83, 0.5) !important;
  border: 1px solid #2f3053;
  box-sizing: border-box;
  border-radius: var(--border-radius-8px);
  border-right: none !important;
}

.AddMember-modal #basic-addon2 {
  background: rgba(47, 48, 83, 0.5);
  border: 1px solid #2f3053;
  border-left: none !important;
  margin-left: 0px;
}

.AddMember-modal .eye-icon {
  margin-right: 0px;
}

.AddMember-modal .owner-body {
  background: none;
}

/* Accept Invite Modal */

.horizontal-line-1 {
  width: 100%;
  height: 1px;
  background: #f1f1f2;
}

.horizontal-line-2 {
  width: 100%;
  height: 1px;
  background: #f1f1f2;
}

.change-password-button {
  width: 240px;
  height: 40px;
  background: #030027;
  margin-top: 20px;
  margin-bottom: 20px;
}

.question-text {
  width: 317px;
  height: 12px;
  line-height: 12px;
  letter-spacing: 0.0025em;
  color: #8e8e93;
  margin-bottom: 20px;
}

.regards-text {
  height: 16px;
  line-height: 16px;
  color: #8e8e93;
  margin-bottom: 8px;
}

.disclaimer-text {
  height: 10px;
  line-height: 10px;
  letter-spacing: 0.02em;
  color: #8e8e93;
  margin-top: 15px;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* Landing Page desktop design css*/

@media (min-width: 769px) {
  .clans-card-image {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    background-color: #c4c4c4;
    opacity: 0.25;
    margin: auto;
  }

  .espotz-den-right-container {
    width: 450px;
    height: 450px;
    background: #c4c4c4;
    border-radius: 32px;
  }

  .card-logo {
    height: 55px;
    width: 140px;
  }
}

@media (max-width: 768px) {
  .nav-link {
    margin-right: 0px !important;
    padding: 0.7rem 1rem;
  }
}

/*home page medium devices CSS*/

@media (min-width: 481px) and (max-width: 768px) {
  .clans-card-image {
    height: 180px;
    width: 180px;
    border-radius: 100%;
    background-color: #c4c4c4;
    align-self: center;
    opacity: 0.25;
    margin: auto;
  }

  .espotz-den-right-container {
    width: 512px;
    height: 512px;
    background: #c4c4c4;
    border-radius: 32px;
    margin: auto;
    margin-top: 80px;
  }

  .card-logo {
    height: 45px;
    width: 130px;
  }
}

@media (max-width: 480px) {
  .nav-btn {
    border-radius: 12px;
  }

  .nav-link {
    margin-right: 0 !important;
    padding: 1.25rem;
  }

  .navbar-brand {
    padding: 0px;
  }
}

/*home page small devices CSS*/

@media (max-width: 480px) {
  .espotz-den-right-container {
    width: 240px;
    height: 220px;
    background: #c4c4c4;
    border-radius: 24px;
    margin-bottom: 45px;
  }
}

/*Mobile Devices CSS*/

@media (max-width: 480px) {
  .mobile-modal {
    margin-top: 15% !important;
    margin: auto;
    min-height: 50vh;
    width: 95%;
    background-color: #030027;
    border-radius: var(--border-radius-15px);
    display: flex;
    flex-direction: column;
    padding: 10px 20px 40px 20px;
    overflow-y: scroll;
  }

  .purple {
    color: #040411;
    font-weight: 200;
  }
}

/*Medium Devices CSS*/

@media (min-width: 481px) and (max-width: 768px) {
  .mobile-modal {
    min-height: 50vh;
    width: 420px;
    background-color: #030027;
    border-radius: var(--border-radius-15px);
    display: flex;
    flex-direction: column;
    padding: 10px 20px 40px 20px;
    overflow-y: scroll;
  }

  .purple {
    color: #040411;
    font-weight: 200;
  }
}

@media (min-width: 769px) {
  .mobile-modal {
    display: none;
  }
}

/*Large Devices CSS*/

@media (min-width: 769px) {
  .blue {
    color: blueviolet;
    font-weight: var(--font-weight-600);
  }

  .valid {
    color: #42ba96;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.dialog-hr-line {
  height: 1px;
  background-color: #c4c4c4;
  margin: 0;
}

.dialog-logo {
  width: 40%;
  align-self: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.dialog-span {
  color: #8083ff;
  cursor: pointer;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
}

.checkbox {
  margin: 0;
  margin-right: 10px;
}

.button {
  padding: 5px 15px;
  font-size: var(--font-size-20px);
  background-color: #8083ff;
  color: #fff;
  border-radius: var(--border-radius-8px);
  border: 1px solid #8083ff;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  width: fit-content;
  align-self: center;
}

.dialog-close {
  color: #d1d1d6;
  align-self: flex-end;
  cursor: pointer;
}

.button-disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.bannerSection .carousel-inner {
  overflow: hidden !important;
}

.bannerSection .bannerSection-btn {
  margin-top: 15px;
}

.bannerSection .carousel-inner {
  overflow: hidden !important;
}

.checkedItem {
  color: #200f44;
}

/* Media Queries */

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .bannerSection .container-fluid {
    padding-top: 5px;
  }

  .bannerSection .carousel-indicators {
    display: none;
  }

  .bannerSection .carousel-inner {
    overflow: hidden !important;
  }

  .currency-card {
    margin-top: 30px;
    height: 250px;
  }

  .dropdown-toggle::after {
    margin-left: 10px;
  }

  .game-card {
    height: 98px;
    width: 100%;
    box-shadow: 0px 0px 12px rgba(221, 218, 253, 0.25);
    border-radius: var(--border-radius-15px);
    border: none;
  }

  .espotzCurrency-card {
    margin-bottom: 200px;
  }

  .espotzCurrency-back {
    width: 210px;
    height: 150px;
    left: 0px;
    top: -150px;
    border-radius: var(--border-radius-15px);
  }

  .espotzCurrency-front {
    width: 210px;
    height: 150px;
    top: 50px;
    right: 0;
    border-radius: var(--border-radius-15px);
  }

  .clan-heading {
    font-size: 16px;
  }

  .createClan-form {
    margin: 2%;
  }

  .clans-card-image {
    height: 130px;
    width: 130px;
    border-radius: 100%;
    background-color: #c4c4c4;
    align-self: center;
    opacity: 0.25;
    margin: auto;
  }

  .card-logo {
    height: 30px;
    width: 65px;
  }

  .addMember-body {
    height: 90px;
    width: 90px;
  }

  .clan-grid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* ----------- Moto G4 ----------- */

/* Portrait and Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) {
  .bannerSection .container-fluid {
    padding-top: 25px;
  }

  .game-card {
    height: 98px !important;
  }

  .espotzCurrency-row {
    margin-top: 50px;
  }

  .espotzCurrency-card {
    margin-bottom: 200px;
  }

  .espotzCurrency-back {
    width: 210px;
    height: 150px;
    left: 40px;
    top: -150px;
  }

  .espotzCurrency-front {
    width: 210px;
    height: 150px;
    top: 50px;
    left: 80px;
  }

  .clan-heading {
    font-size: var(--font-size-16px);
  }

  .createClan-dialog {
    margin: 8%;
  }

  .createClan-form {
    margin: 2%;
  }

  .currency-card {
    margin-top: 30px;
    height: 250px;
  }

  .clans-card-image {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    background-color: #c4c4c4;
    align-self: center;
    opacity: 0.25;
    margin: auto;
  }

  .addMember-body {
    height: 100px;
    width: 100px;
  }

  .card-logo {
    height: 30px;
    width: 65px;
  }

  .panel-grid {
    margin-top: 20px !important;
  }

  .clan-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tournament-section .card-container {
    width: 250px !important;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .clan-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .game-card {
    height: 98px;
  }

  .espotzCurrency-back {
    left: 40px;
    top: -150px;
  }

  .espotzCurrency-front {
    left: 80px;
    top: 40px;
  }

  .joinAlert {
    margin-top: 50%;
  }

  .clans-card-image {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    background-color: #c4c4c4;
    align-self: center;
    opacity: 0.25;
    margin: auto;
  }

  .addMember-body {
    height: 100px;
    width: 100px;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .bannerSection .container-fluid {
    padding-top: 20px;
  }

  .game-card {
    height: 98px;
  }

  .espotzCurrency-back {
    width: 250px;
    left: 40px;
    top: -150px;
  }

  .espotzCurrency-front {
    width: 250px;
    left: 80px;
    top: 40px;
  }

  .clans-card-image {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    background-color: #c4c4c4;
    align-self: center;
    opacity: 0.25;
    margin: auto;
  }

  .addMember-body {
    height: 100px;
    width: 100px;
  }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
  .bannerSection .container-fluid {
    padding-top: 20px;
  }

  .joinAlert {
    margin-top: 50%;
  }

  .clans-card-image {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    background-color: #c4c4c4;
    align-self: center;
    opacity: 0.25;
    margin: auto;
  }

  .addMember-body {
    height: 100px;
    width: 100px;
  }
}

/* ----------- Pixel 2 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 411px) and (max-device-width: 731px) {
  .clan-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .game-card {
    height: 98px;
  }

  .espotzCurrency-back {
    width: 250px;
    left: 40px;
    top: -150px;
  }

  .espotzCurrency-front {
    width: 250px;
    left: 80px;
    top: 40px;
  }

  .clan-heading {
    font-size: var(--font-size-16px);
  }

  .joinAlert {
    margin-top: 25%;
  }

  .createClan-dialog {
    margin: 8%;
  }

  .createClan-form {
    margin: 2%;
  }

  .clans-card-image {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    background-color: #c4c4c4;
    align-self: center;
    opacity: 0.25;
    margin: auto;
  }

  .card-logo {
    height: 30px;
    width: 65px;
  }

  .addMember-body {
    height: 110px;
    width: 110px;
  }
}

/* ----------- Pixel 2 XL----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 411px) and (max-device-width: 823px) {
  .bannerSection .container-fluid {
    padding-top: 35px;
  }

  .clans-card-image {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    background-color: #c4c4c4;
    align-self: center;
    opacity: 0.25;
    margin: auto;
  }

  .card-logo {
    height: 30px;
    width: 65px;
  }

  .addMember-body {
    height: 110px;
    width: 110px;
  }
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .espotz-den-right-container {
    width: 325px;
    height: 380px;
    background: #c4c4c4;
    border-radius: 32 px;
  }

  .espotzCurrency-front {
    width: 80%;
    height: 250px;
    left: 100px;
  }

  .espotzCurrency-back {
    width: 80%;
    height: 250px;
    left: 60px;
    top: -200px;
  }

  .join-alertImage {
    height: 300px;
  }
}

/* Logout Modal */

.logout-modal {
  background-color: #09062e;
  width: 90% !important;
  max-width: 400px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--border-radius-15px);
}

.navbar-nav {
  margin-left: auto;
}

div.fade.in.modal {
  display: flex !important;
}

.trail {
  width: 160px;
  background: transparent;
  display: flex;
  justify-content: flex-end;
}

.dropdown-item {
  cursor: pointer;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 1rem);
  cursor: pointer;
}

.eml {
  margin-top: -15% !important;
}

.profile-section img {
  box-shadow: 0px 1px 13px #6c757d;
}

.Toastify__toast-body {
  font-weight: bold !important;
  color: #fff !important;
}

.Toastify__toast--success {
  background: #4caf50 !important;
}

.Toastify__toast--error {
  background: #f44336 !important;
}

.Toastify__toast--warning {
  background: #f7b924 !important;
}

.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
  font-weight: 600 !important;
}

/* Tournament Section */

.tournament-section .card-container {
  padding: 15px;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.05) 0%, rgba(250, 250, 250, 0.05) 100%);
  box-shadow: 0px 0px 8px 2px rgba(2, 3, 20, 0.25);
  border-radius: 16px;
  display: inline-flex;
  width: 250px;
}

.tournament-section .tournament-card {
  height: 350px;
  border-radius: var(--border-radius-15px);
  display: flex;
  flex-direction: column;
}

.tournament-section .top-section {
  height: 40%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.tournament-section .card-name {
  color: #030027;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: var(--border-radius-15px);
  font-size: var(--font-size-10px);
  font-weight: bold;
  letter-spacing: 00.0025em;
  margin-left: 10px;
}

.tournament-section .bottom-section {
  background-color: #272533;
  flex-grow: 1;
  border-radius: 0 0 16px 16px;
  display: flex;
  flex-direction: column;
}

.tournament-section .card-button {
  background-color: #fafafa;
  border-radius: 18px;
  border: 1px solid #007aff;
  font-size: var(--font-size-10px);
  font-weight: bold;
  color: #8083ff;
  line-height: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.tournament-section .carousel-indicators {
  display: none !important;
}

.tournament-section .carousel-control-next {
  margin-right: -12%;
}

.tournament-section .carousel-control-next-icon {
  height: 15px;
  width: 15px;
}

.tournament-section .carousel-control-prev {
  margin-left: -12%;
}

.tournament-section .carousel-control-prev-icon {
  height: 15px;
  width: 15px;
}

.tournament-section .carousel-inner {
  border-radius: var(--border-radius-15px);
}

.ems-vrf {
  width: 20%;
}

.nav-link-btn {
  color: white !important;
  text-decoration: none;
}

.error-template img {
  width: 30%;
}

.invite-btn {
  width: 94px;
  height: 32px;
  font-style: normal;
  font-size: var(--font-size-14px) !important;
  color: #030027 !important;
}

.img-error {
  position: absolute;
  margin-top: 35%;
}

.image-preview {
  max-height: 300px;
  width: 100%;
}

.image-preview-container .modal-content {
  width: auto;
  background-color: none !important;
  background: transparent !important;
}

.image-preview-container .image-preview-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  opacity: 0.7;
}

.react-multiple-carousel__arrow--right {
  right: calc(0% + 1px) !important;
}

.react-multiple-carousel__arrow--left {
  left: calc(0% + 1px) !important;
}

.react-multiple-carousel__arrow {
  background: transparent !important;
}

.tournament-block {
  height: 130px;
}

.sponsor-dropdown > option {
  background-color: #2f3053;
  border-radius: var(--border-radius-10px);
}

.user-registration-dropdown > option {
  background-color: gray;
  border-radius: var(--border-radius-10px);
  color: white;
}

.layout-one-tournament-carousel .carousel-indicators {
  margin-bottom: 5px !important;
}

.layout-one-sponsor-carousel .carousel-indicators {
  margin-bottom: 50px !important;
}

::-webkit-scrollbar {
  display: none;
}

#tournament-date ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  display: block;
}

#tournament-date ::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #0bb5fe;
}

#tournament-date ::-webkit-scrollbar-track {
  border-radius: 30px;
  background: gray;
}

.page-not-found-bg {
  background-image: url(/assets/pageNotFound-mobile-B9pcZn6c.png);
  background-size: cover;
}

.hide-indicators .carousel-control-next-icon {
  display: none;
}

.hide-indicators .carousel-control-prev-icon {
  display: none;
}

.hide-indicators .carousel-indicators {
  display: none;
}

.clear-selected-button {
  display: none !important;
}

/* FAQs */

.faq .accordion-button {
  background: #272351 !important;
  border-radius: var(--border-radius-10px) !important;
  color: #43accd !important;
  font-weight: var(--font-weight-700);
}

.faq .accordion-item {
  background: #272351;
  box-shadow:
    -4px -4px 5px rgba(64, 67, 88, 0.25),
    4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius-10px) !important;
}

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

.tooltip-text .__react_component_tooltip {
  position: absolute !important;
  margin-top: 0px !important;
  margin-left: 15px !important;
  font-size: var() !important;
  color: black !important;
  font-weight: var(--font-weight-600) !important;
}

.create-tournament-page .__react_component_tooltip {
  position: absolute !important;
  margin-top: -10px !important;
  margin-left: 0px !important;
  font-size: var(--font-size-10px) !important;
  color: black !important;
  font-weight: var(--font-weight-600) !important;
}

.__react_component_tooltip {
  font-weight: var(--font-weight-600) !important;
}

.no-resize {
  resize: none;
}

.tooltip-info {
  display: inline-flex;
  position: absolute;
}

.tooltip-info:hover:after {
  /* display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; */
  background: linear-gradient(91.35deg, #696969 0%, #5a5a5a 100.98%);
  border-radius: var(--border-radius-8px);
  color: white;
  content: attr(title);
  content: attr(data-tooltip);
  font-size: 10px;
  padding: 7px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -30px;
  margin-top: 35px;
  font-weight: var(--font-weight-500);
  z-index: 1000;
  white-space: pre-line; /*to use \n in the tooltip*/
  text-align: left;
}

.tooltip-info:hover:before {
  border: solid;
  border-color: #818181 transparent;
  border-width: 12px 6px 0 6px;
  content: "";
  top: 25px;
  position: absolute;
  margin-left: 3px;
  transform: rotate(180deg);
  z-index: 1000;
}

.slot_details-dropdown {
  width: fit-content !important;
}

.matches_border-bottom {
  border-bottom: 1px solid #0bb5fe !important;
}

.prize-distribution-section .carousel-control-next-icon {
  visibility: hidden;
}

.prize-distribution-section .carousel-control-prev-icon {
  visibility: hidden;
}

/* Media Queries */

/* ----------- Moto G4 ----------- */

@media screen and (device-width: 360px) and (device-height: 640px) {
}

/* ----------- Pixel 2 ----------- */

@media only screen and (min-device-width: 411px) and (device-height: 731px) {
}

/* ----------- Pixel 2 XL----------- */

@media only screen and (min-device-width: 411px) and (device-height: 823px) {
}

/* ---------- iPhone 5, 5S, 5C and 5SE ----------- */

@media only screen and (min-device-width: 320px) and (device-height: 568px) {
  .showAddMember-body {
    width: 90px;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

@media only screen and (min-device-width: 375px) and (device-height: 667px) {
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

@media only screen and (min-device-width: 414px) and (device-height: 736px) {
}

/* ----------- iPhone X ----------- */

@media only screen and (min-device-width: 375px) and (device-height: 812px) {
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .joinAlert {
    margin-top: 25%;
  }

  .espotz-den-right-container {
    width: 240px;
    height: 240px;
    background: #c4c4c4;
    border-radius: 24px;
    margin-top: 0;
  }

  .addMember-body {
    height: 100px;
    width: 100px;
  }

  .espotzCurrency-back {
    height: 180px;
    width: 80%;
    left: 40px;
    top: -180px;
  }

  .espotzCurrency-front {
    height: 180px;
    width: 80%;
    left: 80px;
    top: 60px;
  }

  .microWebsitePage .color-picker {
    width: 45px !important;
    height: 45px !important;
  }

  .upload-section .after-uploaded-image img {
    height: 100px;
  }

  .uploadWithPreview .upload-banner {
    height: 100px;
  }

  .cmc-bottom-button {
    position: fixed !important;
    bottom: 60px;
  }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) {
}

/* ----------- iPad Pro 10.5" ----------- */

@media only screen and (min-device-width: 834px) and (device-height: 1112px) {
}

/* ----------- iPad Pro 12.9" ----------- */

@media only screen and (min-device-width: 1024px) and (device-height: 1366px) {
}

/* ----------- Desktop ----------- */

@media only screen and (min-width: 1200px) {
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .body-section {
    padding-top: 62px;
    min-height: 94%;
    height: 95%;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 40px;
  }

  .den_page {
    background-color: #04000b !important;
    padding-top: 62px;
    min-height: 94%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 40px;
  }

  .main-box {
    height: 140px !important;
    width: 140px !important;
    background-color: transparent;
  }

  .div-1 {
    height: 40px;
    background-color: yellow;
    width: 10px !important;
  }

  .div-2 {
    height: 10px !important;
    width: 30px;
    background-color: yellow;
    align-self: flex-end;
  }

  .div-3 {
    align-self: flex-start;
  }

  .banner-carousel {
    width: 100px !important;
    height: 100px !important;
    margin: 10px;
    border-radius: var(--border-radius-10px);
    display: -webkit-box !important;
  }

  .banner-carousel .react-multi-carousel-item {
    display: contents;
  }

  .espotz-card {
    height: 200px;
  }

  .homepage-ic {
    height: 125px;
  }

  .team-name {
    top: 70px !important;
  }

  .chat-bottom-field {
    width: 100%;
  }

  .cmc-bottom-button {
    position: fixed !important;
    bottom: 60px;
  }

  .cancel_and_refund:hover:after {
    margin-left: -200px !important;
  }

  .cancel_and_refund:hover:before {
    border-color: #575757 transparent;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) and (max-width: 768) {
  .body-section {
    padding-top: 78px;
    min-height: 100%;
    height: 95%;
    overflow: scroll;
    padding-bottom: 40px;
    overflow-x: hidden;
  }

  .den_page {
    background-color: #04000b !important;
    padding-top: 78px;
    min-height: 100%;
    height: 100%;
    overflow: scroll;
    padding-bottom: 40px;
    overflow-x: hidden;
  }

  .accept-invite-modal .modal-content {
    min-width: 600px !important;
    display: flex;
  }

  .back-btn {
    top: 85px;
  }

  .clanView-banner {
    height: 250px;
    text-align: center;
  }

  .clanView-background {
    height: 200px;
  }

  .clanView-fronImage {
    height: 204px;
    top: -202px;
  }

  .teamView-banner {
    height: 200px;
  }

  .bottom-navbar {
    display: block;
  }

  .espotz-card {
    height: 150px;
  }

  .banner-heading {
    font-size: 32px;
  }

  .banner-description {
    font-size: 16px;
  }

  .main-box {
    height: 285px !important;
    width: 275px !important;
    background-color: transparent;
  }

  .div-1 {
    height: 100px;
    background-color: yellow;
    width: 20px !important;
  }

  .div-2 {
    height: 20px !important;
    width: 70px;
    background-color: yellow;
    align-self: flex-end;
  }

  .div-3 {
    align-self: flex-start;
  }

  .banner-carousel {
    width: 242px !important;
    height: 220px !important;
    margin: 10px;
    border-radius: var(--border-radius-10px);
    display: -webkit-box !important;
  }

  .banner-carousel .react-multi-carousel-item {
    display: contents;
  }

  .team-name {
    top: 70px !important;
  }

  .chat-bottom-field {
    width: 100%;
  }

  .cancel_and_refund:hover:after {
    margin-left: -200px !important;
  }

  .cancel_and_refund:hover:before {
    border-color: #575757 transparent !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-section {
    padding-top: 78px;
    min-height: 100%;
    height: 95%;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 40px;
  }

  .den_page {
    background-color: #04000b !important;
    padding-top: 78px;
    min-height: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 40px;
  }

  .accept-invite-modal .modal-content {
    min-width: 600px !important;
    display: flex;
  }

  .back-btn {
    top: 85px;
  }

  .clanView-banner {
    height: 250px;
    text-align: center;
  }

  .clanView-background {
    height: 200px;
  }

  .clanView-fronImage {
    height: 204px;
    top: -202px;
  }

  .teamView-banner {
    height: 200px;
  }

  .bottom-navbar {
    display: block;
  }

  .espotz-card {
    height: 150px;
  }

  .banner-heading {
    font-size: 32px;
  }

  .banner-description {
    font-size: var(--font-size-16px);
  }

  .main-box {
    height: 280px !important;
    width: 275px !important;
    background-color: transparent;
  }

  .div-1 {
    height: 100px;
    background-color: yellow;
    width: 20px !important;
  }

  .div-2 {
    height: 20px !important;
    width: 70px;
    background-color: yellow;
    align-self: flex-end;
  }

  .div-3 {
    align-self: flex-start;
  }

  .banner-carousel {
    width: 242px !important;
    height: 220px !important;
    margin: 10px;
    border-radius: var(--border-radius-10px);
    display: -webkit-box !important;
  }

  .banner-carousel .react-multi-carousel-item {
    display: contents;
  }

  .team-name {
    top: 90px !important;
  }

  .chat-bottom-field {
    width: 75%;
  }

  .clan-view-page .cover-cam-container {
    top: 85px;
  }

  .no_record-found-page {
    width: 50% !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .banner-heading {
    font-size: 36px;
  }

  .body-section {
    padding-top: 85px;
    min-height: 100%;
    height: 95%;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 40px;
  }

  .den_page {
    background-color: #04000b !important;
    padding-top: 85px !important;
    min-height: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 40px;
  }

  .den-profile-page {
    padding-top: 85px !important;
  }

  .banner-description {
    font-size: var(--font-size-18px);
  }

  .main-box {
    height: 410px !important;
    width: 400px !important;
    background-color: transparent;
  }

  .div-1 {
    height: 100px;
    background-color: yellow;
    width: 20px !important;
  }

  .div-2 {
    height: 20px !important;
    width: 70px;
    background-color: yellow;
    align-self: flex-end;
  }

  .div-3 {
    align-self: flex-start;
  }

  .banner-carousel {
    width: 350px !important;
    height: 350px !important;
    margin: 10px;
    border-radius: var(--border-radius-10px);
    display: -webkit-box !important;
  }

  .banner-carousel .react-multi-carousel-item {
    display: contents;
  }

  .team-name {
    top: 90px !important;
  }

  .clan-view-page .cover-cam-container {
    top: 85px;
  }

  #tournament-date ::-webkit-scrollbar {
    height: 6px;
  }

  .no_record-found-page {
    width: 25% !important;
    height: 40vh !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  .accept-invite-modal .modal-content {
    min-width: 600px !important;
    display: flex;
  }

  .get-started-background {
    margin-top: 75px;
  }

  .clanView-banner {
    height: 275px;
  }

  .clanView-background {
    height: 250px;
  }

  .clanView-fronImage {
    height: 254px;
    top: -253px;
  }

  .teamView-banner {
    height: 225px;
  }

  .banner-heading {
    font-size: var(--font-size-48px);
  }

  .banner-description {
    font-size: var(--font-size-20px);
  }

  .home-section-subheading {
    font-size: 32px;
  }

  .create-tournament-card {
    flex-direction: column;
  }

  .main-box {
    height: 410px !important;
    width: 400px !important;
    background-color: transparent;
  }

  .div-1 {
    height: 100px;
    background-color: yellow;
    width: 20px !important;
  }

  .div-2 {
    height: 20px !important;
    width: 70px;
    background-color: yellow;
    align-self: flex-end;
  }

  .div-3 {
    align-self: flex-start;
  }

  .banner-carousel {
    width: 350px !important;
    height: 350px !important;
    margin: 10px;
    border-radius: var(--border-radius-10px);
    display: -webkit-box !important;
  }

  .banner-carousel .react-multi-carousel-item {
    display: contents !important;
  }

  .creat-team-btn {
    bottom: 40% !important;
  }

  .ClanInvite-modal .modal-content {
    min-width: 600px;
  }

  .create-organization .uploadWithPreview .upload-banner {
    height: 130px;
  }

  .create-organization .upload-section .after-uploaded-image img {
    height: 130px;
  }

  .team-name {
    top: 90px !important;
  }

  .back-btn {
    top: 85px;
  }

  .microWebsitePage .color-picker {
    width: 45px !important;
    height: 45px !important;
  }

  .clan-view-page .cover-cam-container {
    top: 85px;
  }

  .tournament-header-logo {
    height: 25px;
  }

  .chat-bottom-field {
    width: 50%;
  }

  .fs-lg-14 {
    font-size: var(--font-size-14px) !important;
  }

  .fs-lg-16 {
    font-size: var(--font-size-16px) !important;
  }

  .fs-lg-18 {
    font-size: var(--font-size-18px) !important;
  }

  .fs-lg-20 {
    font-size: var(--font-size-20px) !important;
  }

  .fs-lg-22 {
    font-size: var(--font-size-22px) !important;
  }

  .fs-lg-24 {
    font-size: var(--font-size-24px) !important;
  }

  .fs-lg-26 {
    font-size: var(--font-size-26px) !important;
  }

  .fs-lg-28 {
    font-size: var(--font-size-28px) !important;
  }

  .fs-lg-30 {
    font-size: var(--font-size-30px) !important;
  }

  .fs-lg-32 {
    font-size: 32px !important;
  }

  .fs-lg-34 {
    font-size: 34px !important;
  }

  .page-not-found-bg {
    background-image: url(/assets/pageNotFound-desktop-nK-jNybz.png) !important;
    background: round;
  }

  #tournament-date ::-webkit-scrollbar {
    height: 6px;
  }

  .icons-box {
    position: fixed;
    bottom: 8%;
    left: 0%;
    background-color: transparent;
  }

  .seeding-page {
    margin-top: 170px !important;
  }

  .no_record-found-page {
    width: 25% !important;
    height: 40vh !important;
  }
}

/* For notifications */

@media (min-width: 768px) {
  .notifications {
    max-width: 80% !important;
  }

  .post-bottomsheet {
    position: absolute;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .notifications {
    max-width: 95% !important;
  }

  .post-bottomsheet {
    position: fixed;
    bottom: 50px;
  }
}

.seeding-page {
  margin-top: 160px;
}

.mt-13 {
  margin-top: 130px;
}

.no_record-found-page {
  background-image: url(/assets/page_not_found-CJKPxhyt.png);
  background-repeat: round;
  height: 40%;
  width: 75%;
}

.bet-options .accordion-button {
  background: rgba(47, 48, 83, 0.5) !important;
  box-shadow:
    inset 4px 4px 8px rgb(0 0 0 / 25%),
    inset -3px -3px 4px #3b2e5d !important;
  border-radius: var(--border-radius-8px) !important;
}

.bet-options .accordion-item {
  background-color: transparent !important;
  border: none !important;
}

.tournament-scoreboard-page .active-btn {
  height: 32px;
  width: 90px;
  background: linear-gradient(90deg, #77b903 0%, #ffb800 100%);
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #030027;
  border: none;
  outline: none;
  flex-shrink: 0;
}

.tournament-scoreboard-page .normal-btn {
  height: 32px;
  width: 90px;
  background: #808080;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #e5e5e5;
  opacity: 0.5;
  border: none;
  outline: none;
  flex-shrink: 0;
}

.tournament-scoreboard-page .participant-card {
  background: linear-gradient(94.32deg, #000000 -2.13%, #000000 53.27%, #000000 105.31%);
  opacity: 0.8;
  backdrop-filter: blur(55.7143px);
  border-radius: 5px;
}

.prize-distribution-section .prize-pool-distribution {
  background-image: url("/assets/prizepool-8wUZdNPU.png");
  background-size: cover;
  min-height: 390px;
  width: 100%;
  max-width: 390px;
}

.prize-distribution-section .rank-1-avatar {
  height: 52px;
  width: 52px;
}

.prize-distribution-section .rank-text {
  font-weight: 700;
  text-shadow: 0px 5.2px 5.2px rgba(0, 0, 0, 0.25);
}

.prize-distribution-section .rank-1 {
  font-size: 65px;
  color: rgba(255, 215, 0, 0.75);
}

.prize-distribution-section .rank-2 {
  font-size: 50px;
  color: rgba(192, 192, 192, 0.75);
}

.prize-distribution-section .rank-3 {
  font-size: 50px;
  color: rgba(255, 165, 75, 0.75);
}

.prize-distribution-section .rank-4 {
  font-size: 16px;
  color: rgba(231, 231, 231, 0.75);
}

.prize-distribution-section .amount {
  font-weight: 700;
  font-size: 16px;
  color: #ffd700;
}

.prize-distribution-section .x1 {
  font-weight: 700;
  font-size: 48px;
  color: #a0ffc6;
  text-shadow: 0px 6.5px 6.5px rgba(0, 0, 0, 0.25);
}

.prize-distribution-section .normal-text {
  font-weight: 700;
  font-size: 16px;
  color: rgba(231, 231, 231, 0.75);
  text-shadow: 0px 5.2px 5.2px rgba(0, 0, 0, 0.25);
}

.tournament-page-body #nav-dropdown {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.text-white-75 {
  color: #fff;
  font-weight: 500;
  opacity: 75%;
}

.column-center-align-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.row-center-align-div {
  display: flex;
  align-items: center;
}

.message-count-box {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #ff3333;
}

.wallet-btn {
  background: linear-gradient(
    104.28deg,
    rgba(255, 52, 70, 0.75) 2.36%,
    rgba(50, 95, 255, 0.75) 100%
  );
}

.no-posts-card {
  background: linear-gradient(127.88deg, #9ea577 0%, #106632 100%);
}

.infinite-scroll-component {
  overflow: hidden !important;
}

.body-section.clan-view-page,
.body-section.organizationView-page {
  padding-top: 0;
}

@media only screen and (max-width: 600px) {
  .body-section.clan-view-page,
  .body-section.organizationView-page {
    padding-top: 0;
  }
}
.application-loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f1923;
  opacity: 0.9;
  z-index: 9999;
}

.logo-container {
  width: 120px;
  height: 120px;
  position: relative;
}

#logo {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 10px rgba(1, 242, 254, 0.7));
}

.glow {
  filter: drop-shadow(0 0 20px rgba(1, 242, 254, 0.9));
  animation: glow 3s infinite alternate;
}

@keyframes glow {
  from {
    filter: drop-shadow(0 0 10px rgba(1, 242, 254, 0.7));
  }
  to {
    filter: drop-shadow(0 0 25px rgba(1, 242, 254, 1));
  }
}

/* Pulse effect around the logo */
.pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px; /* Set a fixed width */
  height: 150px; /* Set a fixed height - same as width */
  border-radius: 50%;
  border: 2px solid rgba(1, 242, 254, 0.5);
  opacity: 0;
}

#pulse1 {
  animation: pulse 3s infinite;
}

#pulse2 {
  animation: pulse 3s 1s infinite;
}

#pulse3 {
  animation: pulse 3s 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.loading-text {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  color: #01f2fe;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  opacity: 0;
  animation: fadeInOut 4s infinite;
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.App {
  background-color: #121212;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
  display: none;
}

.app-version {
  color: #fff;
  margin-right: 12px;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #200e45;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* This first section is a simple "reset". It allows the navbar to push up against the top of the browser window with no white space around it. This code also sets the default font for your whole page. Put it at the very top of your css page.  */

html,
body,
div,
p,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}

/* This class is applied to the containing div <div className="nav"> and is used to set the background color and height of the navbar */

.nav {
  background: #000;
  /* height: 60px; ` */
  /* set same as height & line-height below */
}

/* This rule centers the nav items verticaly in the bar with the height and line height properties. Spacing between the nav items is controlled by setting right and left padding.  */

.nav li {
  display: inline-block;
  list-style: none;
  height: 60px;
  /* should be the same as line-height */
  line-height: 60px;
  /* should be the same as height */
  padding: 0 40px;
  /* "0" sets top and bottom padding to none */
}

/* :hover allows you change the background color of the nav items when you mouse over them. Play around with the transition value to change the speed of the hover transition. */

.nav li:hover {
  background: #61dafb;
  /* transition: background .3s; */
}

/* This rule is applied to the link <a> tag. It lets you turn off the link underline and set the link text color. */

.nav-link {
  color: #fff;
  text-decoration: none;
}

.epz-check {
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.epz-check .check {
  color: #fff;
  margin-top: -10px;
  margin-left: -4px;
  width: 13px;
}

.epz-member-scroll {
  max-height: 370px;
  overflow-y: scroll;
  overflow-x: hidden;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.epz-team-members {
  position: absolute;
  margin-top: 45px;
  margin-left: 85px;
}

.epz-clan-deactivate {
  filter: grayscale(100%);
}

.pagination > li {
  display: inline-block;
  padding-left: 0;
}

.pagination > li {
  list-style: none;
  border: 0.9px solid;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: white;
  border: 1px solid #ddd;
  margin-left: -1px;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.05) 0%, rgba(250, 250, 250, 0.05) 100%);
  box-shadow: 0px 0px 12.1162px 3.02905px rgb(2 3 20 / 25%);
  -webkit-backdrop-filter: blur(36.3486px);
}

.pagination > li.active > a {
  color: #fff;
  background-color: #272533;
  border-color: #ddd;
}

/* Style the active class (and buttons on mouse-over) */
.pagination {
  justify-content: center;
  margin-top: 50px;
}

.pagination > li > a:hover {
  background-color: #272533;
  color: white;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  padding: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  display: none !important;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  margin-right: 0;
  padding: 0px !important;
  border-top-right-radius: 4px;
  display: none !important;
}

/* -----------------------------------Margin Bootstrap Classes --------------------------------------*/

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

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

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

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

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

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

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

/*----------------------------------------- Padding Bootstrap Classes -----------------------------------------*/

.p-1 {
  padding: 0.25rem !important;
}

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

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

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

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

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

.bhdLno {
  position: relative;
  width: 50vw !important;
  max-width: 260px !important;
  height: 50vw !important;
  max-height: 260px !important;
  object-fit: contain;
  flex-shrink: 0;
  z-index: 5;
  pointer-events: none;
}
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * 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-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-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",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-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@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 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .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.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;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;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;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;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

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

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

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

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

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

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

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

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

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

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

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */.signUp-modal .modal-content {
  background-image: url("/assets/modal-background-QsxNWbVY.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

div.fade.in.modal {
  display: flex !important;
}

.terms-conditions-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.mobile-text {
  background: linear-gradient(
    104.04deg,
    rgba(242, 242, 247, 0.5) 0%,
    rgba(242, 242, 247, 0.2) 0.01%,
    rgba(242, 242, 247, 0.2) 100%
  );
  backdrop-filter: blur(12px);
  border-radius: 0px 0px 16px 16px;
  padding: 15px;
  text-align: center;
}

/* Media Queries */

/* ----------- Desktop ----------- */

@media only screen and (min-width: 1200px) {
  .signUp-modal .modal-content {
    background-image: url("/assets/modal-desktop-background-B5P1yA2q.png") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 650px;
    display: flex;
    padding-left: 15px !important;
  }
  .signUp-modal-page .white-flat-btn {
    width: 100% !important;
  }
  .sign-up-pc-image {
    width: 92%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-top: 155px;
  }
  .signUp-modal-page .field-eye-icon {
    left: 245px !important;
  }
}
.login-modal .modal-content {
  background-image: url("/assets/modal-background-QsxNWbVY.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

div.fade.in.modal {
  display: flex !important;
}

.mobile-text {
  background: linear-gradient(
    104.04deg,
    rgba(242, 242, 247, 0.5) 0%,
    rgba(242, 242, 247, 0.2) 0.01%,
    rgba(242, 242, 247, 0.2) 100%
  );
  backdrop-filter: blur(12px);
  border-radius: 0px 0px 16px 16px;
  padding: 15px;
  text-align: center;
}

.login-desktop-image {
  width: 92%;
  border-top-left-radius: var(--border-radius-15px);
  border-top-right-radius: var(--border-radius-15px);
  margin-top: 130px;
}

/* Media Queries */

/* ----------- Moto G4 ----------- */

@media screen and (device-width: 360px) and (device-height: 640px) {
  .modal-content {
    position: relative !important;
    margin: 10px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .login-modal .modal-content {
    width: 400px;
  }
}

/* ----------- Desktop ----------- */

@media only screen and (min-width: 1200px) {
  .login-modal .modal-content {
    background-image: url("/assets/modal-desktop-background-B5P1yA2q.png") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 650px;
    display: flex;
    padding-left: 15px !important;
  }
  .login-modal-page .text-heading {
    text-align: left !important;
  }
  .login-modal-page .text-description {
    text-align: left !important;
    padding-left: 0px !important;
  }
  .login-modal-page .white-flat-btn {
    width: 100% !important;
  }
  .login-desktop-image {
    width: 92%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-top: 90px;
  }
  .share-icon-container {
    margin-bottom: 20px !important;
  }
  .login-modal-page .field-eye-icon {
    left: 245px !important;
  }
}
/* Media Queries */

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .activate-account-modal .modal-content {
    background-image: url("/assets/Auth_Activate_account-1PtZjya9.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 500px;
    display: flex;
    padding-left: 15px !important;
  }
  .activate-account-modal .white-flat-btn {
    width: 100% !important;
  }
  .activate-account-modal .text-heading {
    text-align: left !important;
  }
  .activate-account-modal .text-description {
    text-align: left !important;
    padding-left: 0px !important;
    font-size: var(--font-size-16px);
  }
  .activate-account-modal .back-arrow {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
  }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) {
}

/* ----------- iPad Pro 10.5" ----------- */

@media only screen and (min-device-width: 834px) and (device-height: 1112px) {
}

/* ----------- iPad Pro 12.9" ----------- */

@media only screen and (min-device-width: 1024px) and (device-height: 1366px) {
}

/* ----------- Desktop ----------- */

@media only screen and (min-width: 1200px) {
  .activate-account-modal .modal-content {
    background-image: url("/assets/Auth_Activate_account-1PtZjya9.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 500px;
    display: flex;
    padding-left: 15px !important;
  }
  .activate-account-modal .text-heading {
    text-align: left !important;
  }
  .activate-account-modal .text-description {
    text-align: left !important;
    padding-left: 0px !important;
  }
  .activate-account-modal .white-flat-btn {
    width: 100% !important;
  }
  .activate-account-modal .back-arrow {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
  }
}
/* Media Queries */

/* ---------- iPhone 5, 5S, 5C and 5SE ----------- */

@media only screen and (min-device-width: 320px) and (device-height: 568px) {
  .forgot-password-modal .white-flat-btn {
    width: 100% !important;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .forgot-password-modal .modal-content {
    background-image: url("/assets/Forgot_Password-I2pzsA1H.png") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 600px;
    display: flex;
  }
  .forgot-password-modal .back-arrow {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
  }
  .forgot-password-modal .text-heading {
    text-align: left !important;
  }
  .text-description {
    text-align: left !important;
    padding-left: 0px !important;
  }
  .forgot-password-modal .white-flat-btn {
    border-radius: var(--border-radius-8px) !important;
    width: 100% !important;
  }
}

/* ----------- Desktop ----------- */

@media only screen and (min-width: 1200px) {
  .forgot-password-modal .modal-content {
    background-image: url("/assets/Forgot_Password-I2pzsA1H.png") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 600px;
    display: flex;
  }
  .forgot-password-modal .white-flat-btn {
    border-radius: var(--border-radius-8px) !important;
    width: 100% !important;
  }
  .text-heading {
    text-align: left !important;
  }
  .text-description {
    text-align: left !important;
    padding-left: 0px !important;
  }
  .forgot-password-modal .back-arrow {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
  }
}
.button-disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

/* Media Queries */

/* ----------- Moto G4 ----------- */

@media screen and (device-width: 360px) and (device-height: 640px) {
}

/* ----------- Pixel 2 ----------- */

@media only screen and (min-device-width: 411px) and (device-height: 731px) {
}

/* ----------- Pixel 2 XL----------- */

@media only screen and (min-device-width: 411px) and (device-height: 823px) {
}

/* ---------- iPhone 5, 5S, 5C and 5SE ----------- */

@media only screen and (min-device-width: 320px) and (device-height: 568px) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

@media only screen and (min-device-width: 375px) and (device-height: 667px) {
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

@media only screen and (min-device-width: 414px) and (device-height: 736px) {
}

/* ----------- iPhone X ----------- */

@media only screen and (min-device-width: 375px) and (device-height: 812px) {
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .create-new-password-modal .modal-content {
    background-image: url("/assets/Change_Password-DN0K1LCf.png") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 600px;
    display: flex;
  }
  .create-new-password-page {
    margin: 20px;
  }
  .create-new-password-page .white-flat-btn {
    border-radius: var(--border-radius-8px) !important;
    width: 100% !important;
  }
  .create-new-password-page .field-eye-icon {
    left: 280px !important;
  }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) {
}

/* ----------- iPad Pro 10.5" ----------- */

@media only screen and (min-device-width: 834px) and (device-height: 1112px) {
}

/* ----------- iPad Pro 12.9" ----------- */

@media only screen and (min-device-width: 1024px) and (device-height: 1366px) {
}

/* ----------- Desktop ----------- */

@media only screen and (min-width: 1200px) {
  .create-new-password-modal .modal-content {
    background-image: url("/assets/Change_Password-DN0K1LCf.png") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 600px;
    display: flex;
  }
  .create-new-password-page {
    margin-left: 10px;
    margin-top: 20px;
  }
  .create-new-password-page .white-flat-btn {
    border-radius: var(--border-radius-8px) !important;
    width: 100% !important;
  }
  .create-new-password-page .field-eye-icon {
    left: 245px !important;
  }
}
.sign-up-policies .modal-content {
  background-color: #09062e;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 20px;
  padding: 0;
  max-width: 400px;
}

.our-policies-modal .terms-conditions-container {
  display: flex;
  flex-direction: column;
}
/* Navbar */
.navbar {
  background-image: url(/assets/navbar-mobile-background-CAP1-obe.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-logo {
  height: 30px;
}

.main-nav .active {
  color: #18acfe;
  font-weight: bold;
}

.navbar ul li a:hover {
  font-weight: bold;
}

/* Bottom-navbar */
.bottom-navbar {
  width: 100%;
  overflow: auto;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: linear-gradient(0deg, #0d052d, #0d052d), #0d052d;
  box-shadow:
    0px 0px 0px rgb(79 73 138 / 30%),
    4px 4px 5px rgb(0 1 34 / 50%),
    inset 0px 0px 4px rgb(255 255 255 / 50%),
    inset 4px -4px 4px rgb(11 7 57 / 25%);
}

.bottom-navbar a {
  color: white;
  text-decoration: none;
  font-size: var(--font-size-8px);
  padding-bottom: 10px;
  width: 25%;
  float: left;
  display: grid;
  justify-items: center;
}

.fa-fw {
  font-size: var(--font-size-12px);
  margin-bottom: 4px;
}

.active .navBorder {
  border: 2px solid white;
  background: white;
  width: 50px;
  border-bottom-left-radius: var(--border-radius-10px);
  border-bottom-right-radius: var(--border-radius-10px);
}

.bottom-navbar .fa {
  padding-top: 10px;
}

.bottom-navbar .active {
  color: #0bb5fe !important;
}

.dropdown-show-profile {
  background-image: url(/assets/navbar-mobile-background-CAP1-obe.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.dropdown-show-profile .dropdown-item:focus,
.dropdown-item:hover {
  color: white;
  background-color: transparent;
}

.bottom-navbar .navbar-block {
  width: 100%;
}

.bottom-navbar-arrow {
  color: white;
  position: fixed;
  bottom: 15px;
  right: 10px;
}

/* Media Queries */
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-left: 0px;
    height: 100vh;
  }

  .auth-btn {
    margin-top: 4rem;
  }
}

/* Desktop */
@media only screen and (min-width: 991px) {
  .auth-btn {
    width: auto !important;
    position: initial !important;
  }

  .show-icon {
    display: none;
  }
}
.our-policies-modal .modal-content {
  background-color: #09062e;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 20px;
  padding: 0;
  max-width: 400px;
}

.our-policies-modal .terms-conditions-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.team-logo {
  width: 100px;
  height: 100px;
  margin: auto;
  box-shadow: 0px 1px 13px #6c757d;
}
.team-dropdown-arrow {
  background-position:
    right 10px top 10px,
    right 5px top 10px !important;
}

/* Media Queries */

/* ----------- iPad 1, 2, Mini and Air ----------- */
@media only screen and (min-device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .create-team-modal .modal-content {
    background-image: url("/assets/create-team-desktop-background-COiQgB3t.png") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 630px;
    display: flex;
    padding-left: 15px !important;
  }
}

/* ----------- Desktop ----------- */

@media only screen and (min-width: 1200px) {
  .create-team-modal .modal-content {
    background-image: url("/assets/create-team-desktop-background-COiQgB3t.png") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 630px;
    display: flex;
    padding-left: 15px !important;
  }
  .team-logo {
    width: 150px;
    height: 150px;
    margin: auto;
    box-shadow: 0px 1px 13px #6c757d;
  }
}
ol li {
  color: rgba(255, 255, 255, 0.575); /* set color of list item to a dark gray */
  list-style: none; /* if you’re not already using a reset */
  font-weight: 500;
}

ol li:before {
  color: rgba(255, 255, 255, 0.575); /* set color to red */
  content: "\25AA"; /* /2022 is the numerical unicode for &bull; */
  font-size: 2em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right: 0.25em; /* give the bullet some padding from the text Make sure to use em*/
  position: relative;
  top: 0.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}
/* .profile-section{
    position: absolute;
    background-color: #200E45;
    color: white;
    padding-top: 73px;
    min-height: 100%;
    width: 100%;
} */

.profile-section .profile-picker {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  border: 1px solid white;
  align-self: center;
}

.profile-section .image-cam-container {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-size: cover;
  align-self: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.profile-section .camera-icon {
  height: 25px;
  width: 25px;
  padding: 4px;
  background: darkgrey;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.profile-logo {
  width: 100px;
  margin: auto;
}

.profile-logo > div {
  width: 100px !important;
  height: 100px !important;
  border: 2px solid darkgray;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  background: inherit;
  margin: auto;
  box-shadow: 0px 1px 13px #6c757d;
}

/* Media Queries */

/* ---------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (device-height: 568px) {
  .profile-section {
    padding-top: 73px;
    min-height: 94%;
    height: 95%;
    overflow: scroll;
    padding-bottom: 40px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
@media only screen and (min-device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .profile-section .image-cam-container {
    margin-bottom: 10px;
  }
}
.layout {
  background-color: #000000;
  /* height: 95vh; */
  overflow-y: scroll;
  padding-bottom: 70px;
}

.layout2 {
  padding: 16px;
  overflow-y: auto;
}

.layout1 .banner-card {
  height: 195px;
  border-radius: var(--border-radius-8px);
  background-size: 100% 100%;
}

.layout1 .select-form {
  width: 250px;
  background-color: #000000;
  color: #77b903;
  border: 1px solid #ffb800;
  font-size: var(--font-size-14px);
  margin-bottom: 20px;
  font-weight: bold;
}

.layout1 .form-option {
  width: 200px;
  font-weight: bold !important;
}

.layout1 .tournament-card {
  height: 340px;
  border-radius: var(--border-radius-15px);
  background-size: cover;
  padding: 8px;
  margin-bottom: 5px;
}

.layout1 .game-card {
  height: 100px;
  width: 100%;
  border-radius: var(--border-radius-5px);
  background-color: #505050;
  margin-bottom: 15px;
  box-shadow: none !important;
  justify-content: center;
  display: flex;
  /* background-size: cover; */
}

.layout1 .carousel-control-next-icon {
  display: none;
}

.layout1 .carousel-control-prev-icon {
  display: none;
}

.icon-container {
  height: 30px;
  width: 30px;
  border-radius: 100px;
  background-color: #77b903;
  margin-right: 8px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.close-preview {
  padding: 6px 15px;
  font-size: var(--font-size-12px);
  border-radius: var(--border-radius-12px);
  border: none;
  color: #000;
  font-weight: bold;
  position: fixed;
  right: 25px;
  top: 80px;
}

/* --------------------------------------- Layout2 -------------------------------------------- */

.layout2 .banner {
  height: 220px;
  border-radius: var(--border-radius-8px);
  border: 1px solid #282c34;
  background-size: cover;
  border: none;
  background-position: center;
}

.layout2 .select-form {
  width: 250px;
  background-color: #000000;
  color: #77b903;
  border: 1px solid #ffb800;
  font-size: var(--font-size-14px);
  margin-bottom: 20px;
  font-weight: bold;
}

.layout2 .details-card {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-15px);
  width: 80%;
  border: 1px solid #ffb800;
}

.layout2 .games-container {
  display: flex;
  overflow-x: scroll;
}

.layout2 .game-card {
  height: 150px !important;
  width: 250px;
  border-radius: var(--border-radius-15px);
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  flex-shrink: 0;
  margin-right: 15px;
}

/* Organization Navbar */

.org-navbar .nav-link {
  font-size: var(--font-size-20px);
  font-weight: var(--font-weight-700);
  line-height: 20px;
}

.org-navbar .icon-container {
  height: 30px;
  width: 30px;
  border-radius: 100px;
  background-color: #77b903;
  margin-right: 8px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-container {
  height: 300px;
}

.org-navbar .micro-nav-logo {
  height: 38px;
  width: auto;
}

.micro-layout-logo {
  height: 100px;
  width: auto;
}

.nav-bottom-section {
  position: fixed;
  bottom: 10%;
  width: 100%;
}

/* --------------------------------------- Background --------------------------------------- */

.micro-web-site-bg- {
  color: #145da0 !important;
}

.micro-web-site-bg-0 {
  color: #145da0 !important;
}

.micro-web-site-bg-1 {
  color: #05445e !important;
}

.micro-web-site-bg-2 {
  color: #2f5233 !important;
}

.micro-web-site-bg-3 {
  color: #620ff0 !important;
}

.micro-web-site-bg-4 {
  color: #050a30 !important;
}

.micro-web-site-bg-5 {
  color: #000 !important;
}

/* --------------------------------------- Primary --------------------------------------- */

.micro-web-site-sc-text- {
  color: #2e8bc0 !important;
}

.micro-web-site-sc-text-0 {
  color: #2e8bc0 !important;
}

.micro-web-site-sc-text-1 {
  color: #189ab4 !important;
}

.micro-web-site-sc-text-2 {
  color: #76b947 !important;
}

.micro-web-site-sc-text-3 {
  color: #9a65f6 !important;
}

.micro-web-site-sc-text-4 {
  color: #055c9d !important;
}

.micro-web-site-sc-text-5 {
  color: #404040 !important;
}

/* --------------------------------------- Secondary --------------------------------------- */

.micro-web-site-text- {
  color: #b1d4e0 !important;
}

.micro-web-site-text-0 {
  color: #b1d4e0 !important;
}

.micro-web-site-text-1 {
  color: #d4f1f4 !important;
}

.micro-web-site-text-2 {
  color: #b1d8b7 !important;
}

.micro-web-site-text-3 {
  color: #cfb5fa !important;
}

.micro-web-site-text-4 {
  color: #68bbe3 !important;
}

.micro-web-site-text-5 {
  color: #858585 !important;
}

/* --------------------------------------- Tournament --------------------------------------- */

.layout1 .tournament-card {
  height: 330;
  border-radius: var(--border-radius-15px);
  background-size: cover;
  padding: 8px;
  margin-bottom: 5px;
}

.layout1 .tournament-game {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.layout1 .regular-game {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--border-radius-15px);
}

.layout1 .game {
  height: 90px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 16px 16px 0 0;
}

.layout1 .tournament-game-card {
  height: 90px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  border-radius: 16px 16px 0 0;
}

.layout1 .name {
  color: #030027;
  background-color: #fff;
  padding: 3px 8px;
  border-radius: var(--border-radius-8px);
  font-weight: var(--font-weight-700);
  font-size: var(--font-size-10px);
}

.layout1 .game-card-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 4px;
}

.layout1 .game-details {
  flex-grow: 1;
  background-size: cover;
  background-image: url("/assets/premium-diamond-w7H1wN3c.png");
  border-radius: 0 0 16px 16px;
}

.layout1 .regular-game-details {
  flex-grow: 1;
  background-size: cover;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAACzCAYAAABSB1Q8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGcSURBVHgB7dIBEcAgAAAhty6eAeyfTRP4CSAD35r7DHj4BwRBSIKQBCEJQhKEJAhJEJIgJEFIgpAEIQlCEoQkCEkQkiAkQUiCkAQhCUIShCQISRCSICRBSIKQBCEJQhKEJAhJEJIgJEFIgpAEIQlCEoQkCEkQkiAkQUiCkAQhCUIShCQISRCSICRBSIKQBCEJQhKEJAhJEJIgJEFIgpAEIQlCEoQkCEkQkiAkQUiCkAQhCUIShCQISRCSICRBSIKQBCEJQhKEJAhJEJIgJEFIgpAEIQlCEoQkCEkQkiAkQUiCkAQhCUIShCQISRCSICRBSIKQBCEJQhKEJAhJEJIgJEFIgpAEIQlCEoQkCEkQkiAkQUiCkAQhCUIShCQISRCSICRBSIKQBCEJQhKEJAhJEJIgJEFIgpAEIQlCEoQkCEkQkiAkQUiCkAQhCUIShCQISRCSICRBSIKQBCEJQhKEJAhJEJIgJEFIgpAEIQlCEoQkCEkQkiAkQUiCkAQhCUIShCQISRCSICRBSIKQBCEJQhKEJAhJEJIgJEFIF7+sAuT7NJCkAAAAAElFTkSuQmCC");
  border-radius: 0 0 16px 16px;
}

.layout1 .details-heading {
  color: #ffffff;
  font-size: var(--font-size-14px);
  font-weight: var(--font-weight-600);
  text-align: center;
  line-height: 17px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.progress {
  height: 7px !important;
  width: 90%;
  margin: auto;
}

.spots {
  color: #ff453a;
  font-size: var(--font-size-8px);
  font-weight: var(--font-weight-500);
  margin-bottom: 4px;
}

.layout1 .tournament-input {
  width: 100%;
  height: 38px;
  border-radius: var(--border-radius-5px);
  background-color: #000;
  padding-left: 12px;
  font-size: var(--font-size-14px);
}

.layout1 .filter-input {
  width: 100%;
  height: 38px;
  border-radius: var(--border-radius-5px);
  background-color: #000;
  padding-left: 12px;
  padding-right: 12px;
  font-size: var(--font-size-14px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.layout1 .stars-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.no-tour-found {
  height: 250px;
  opacity: 0.5;
}

.card-padding {
  padding: 4px !important;
}

.diamond {
}

/* --------------------------------------- Layout 3 --------------------------------------- */

.banner {
  height: 220px;
  border-radius: 0px;
  border: 1px solid #282c34;
  background-size: cover;
  border: none;
}

.layout3 .details-card {
  height: 85px;
  background-color: #9aa5b1;
  margin-bottom: 15px;
  border-radius: 7px;
  background-size: cover;
  box-sizing: border-box;
  background-position: center;
}

.games-container {
  display: flex;
  overflow-x: scroll;
}

.game-card {
  height: 180px;
  border-radius: 0px;
  background-size: cover;
  flex-shrink: 0;
  margin-right: 15px;
  width: 300px;
  background-size: 100% 100%;
}

.layout3 .game-card {
  margin-left: 15px;
  background-size: 100% 100%;
}

.wrapper {
  position: fixed;
  bottom: 50px;
  left: 25px;
  transform: translate(-50%, -25%);
}

.wrapper ul {
  list-style: none;
}

.wrapper ul li {
  width: 35px;
  height: 35px;
  position: relative;
  background: #e59500;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.wrapper ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--font-size-20px);
  color: #fff;
}

.wrapper ul li.facebook {
  background: #3b5998;
}

.wrapper ul li.twitter {
  background: #00aced;
}

.wrapper ul li.instagram {
  background: #bc2a8d;
}

.wrapper ul li.google {
  background: #dd4b39;
}

.wrapper ul li.whatsapp {
  background: #4dc247;
}

/* youtube link */

.youtube {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 160px;
  text-align: center;
  padding: 15px 10px;
  background: #bb0000;
  border-radius: var(--border-radius-5px);
}

.youtube a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.layout3 .select-form {
  width: 250px;
  background-color: #000000;
  color: #77b903;
  border: 1px solid #ffb800;
  font-size: var(--font-size-14px);
  margin-bottom: 20px;
}

.sponsor-names-carousel .carousel-indicators {
  display: none;
}

.sponsor-names-carousel .carousel-control-prev-icon {
  display: none;
}

.sponsor-names-carousel .carousel-control-next-icon {
  display: none;
}

.micro-website-about-us-page .about-us-image {
  height: 190px;
  background-size: cover;
}

/* Media Queries */

/* ----------- Moto G4 ----------- */

/* Portrait and Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) {
  .org-navbar .nav-collapse {
    height: 85vh;
  }
  .layout3 .banner {
    height: 200px;
  }
}

/* ---------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (device-height: 568px) {
  .org-navbar .nav-collapse {
    height: 82vh;
  }
  .layout1 .tournament-card {
    height: 350px;
  }
  .layout3 {
    height: 88vh;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (device-height: 667px) {
  .org-navbar .nav-collapse {
    height: 85vh !important;
  }
  .layout1 .game {
    height: 100px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .layout1 {
    height: 96vh;
    /* padding-top: 100px; */
  }
  .layout1 .game-card {
    height: 170px;
    background-size: 100% 100%;
  }
  .layout1 .banner-card {
    height: 320px;
    background-size: 100% 100%;
  }
  .layout1 .carousel-indicators {
    margin-bottom: -5%;
  }
  .layout1 .close-preview {
    right: 20px;
    top: 120px;
  }
  .layout3 .banner-card {
    height: 320px;
    background-size: 100% 100%;
  }
  .layout3 .close-preview {
    right: 10px;
    top: 100px;
  }
  .layout1 .tournament-card {
    height: 370px;
    padding: 12px;
  }
  .layout1 .game {
    height: 120px;
  }
  .layout1 .game-card-footer {
    padding: 10px;
  }
  .layout1 .name {
    padding: 5px 15px;
    border-radius: var(--border-radius-8px);
    font-weight: var(--font-weight-700);
    font-size: var(--font-size-12px);
  }
  .card-padding {
    padding: 0 !important;
  }
  .layout3 .details-card {
    height: 150px;
  }
  .micro-website-navbar {
    height: 81px;
  }
}

@media only screen and (min-width: 1200px) {
  .layout3 .details-card {
    height: 150px;
  }
  .micro-website-about-us-page .about-us-image {
    height: 350px;
    background-size: cover;
  }
  .layout1 .game-card {
    height: 170px;
    background-size: 100% 100%;
  }
  .micro-website-navbar {
    height: 81px;
  }
}

/* Add a container for the banner image to maintain aspect ratio */
.banner-container {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  background: #000;
  min-height: 120px;
  max-height: 350px;
  margin-bottom: 1.5rem;
}

.microWeb-banner-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  border-radius: 0;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .banner-container {
    aspect-ratio: 16 / 9;
    min-height: 80px;
    max-height: 180px;
  }
}
@font-face{font-family:"revicons";fallback:fallback;src:url("/assets/revicons-DbTteTvA.woff") format('woff'),url("/assets/revicons-CBqxZnew.ttf") format('ttf'),url("/assets/revicons-BNIKeAUC.eot") format('ttf')}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,0.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,0.8)}.react-multiple-carousel__arrow::before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,0.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left::before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right::before{content:"\e825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;margin:auto;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;padding:5px 5px 5px 5px;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:grey;padding:0;margin:0;margin-right:6px;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active{background:#080808}.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0 !important}.react-multi-carousel-track{overflow:visible !important}}[dir='rtl'].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right::before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left::before{content:"\e825"}/* =========================Sponsor Section Layout======================= */
._sponsorsSection_q9gn7_2 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

._sponsorCategory_q9gn7_9 {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow-x: auto;
}

/* For placing Associate and Streaming sponsors in a single row on larger screens */
._associateStreamingRow_q9gn7_16 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 900px) {
  ._associateStreamingRow_q9gn7_16 {
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
  }
  ._associateStreamingRow_q9gn7_16 > div {
    width: 50%;
    min-width: 0;
  }
}

/* =========================Carousel Styles======================= */
._carouselItem_q9gn7_34 {
  padding: 0 15px;
}

._diamondDot_q9gn7_38 {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #555;
  transform: rotate(45deg);
  transition: background-color 0.3s ease;
  border: none;
  margin: 4px 6px;
  padding: 0;
  cursor: pointer;
}

._diamondDotActive_q9gn7_51 {
  background-color: #77b903;
}

/* =========================Sponsor Item Base Styles======================= */
._sponsorItemWrapper_q9gn7_56 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
  min-width: 0;
  width: 100%;
  max-width: 300px;
  flex: 1 1 0;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  ._sponsorItemWrapper_q9gn7_56 {
    max-width: 350px;
  }
}

@media (min-width: 900px) {
  ._sponsorItemWrapper_q9gn7_56 {
    max-width: 400px;
  }
}

._sponsorItem_q9gn7_56 {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius-8px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 80px;
  max-height: 180px;
}

._sponsorName_q9gn7_94 {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

/* =========================Section-Specific Overrides======================= */

/* Styles for the larger "Sponsored By" section */
._largeSponsorSection_q9gn7_106 ._sponsorItemWrapper_q9gn7_56 {
  max-width: 450px;
}

@media (min-width: 600px) {
  ._largeSponsorSection_q9gn7_106 ._sponsorItemWrapper_q9gn7_56 {
    max-width: 400px;
  }
}

@media (min-width: 900px) {
  ._largeSponsorSection_q9gn7_106 ._sponsorItemWrapper_q9gn7_56 {
    max-width: 450px;
  }
}

._largeSponsorSection_q9gn7_106 ._sponsorItem_q9gn7_56 {
  max-height: 280px;
}
/* ScrollingText.css */

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.scrolling-text-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.scrolling:hover {
  animation-play-state: paused;
}

.separator {
  color: #ffd700; /* Yellow color */
  font-weight: bold;
}
.item {
  opacity: 0.4;
  transition: 0.4s ease all;
  margin: 0 20px;
  transform: scale(0.8);
}

@media (max-width: 1000px) {
  .item {
    margin: 0;
    transform: scale(0.9);
  }
}

.active .item {
  opacity: 1;
  transform: scale(1);
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.inner {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

.inner a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s ease border-color;
}

.inner a:hover {
  border-color: #fff;
}

.black .inner a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.4);
}

.black .inner a:hover {
  border-color: #000;
}

.owl-carousel:after {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -4%;
  pointer-events: none;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/43033/aett_logo_slider.png) no-repeat
    center 50%;
  background-size: 100% auto;
}

.owl-controls {
  position: absolute;
  margin-top: 300px;
}

.home-page {
  /* background-image: url(../images/homeBackground2.png); */
  background-image: url(/assets/desktop-homepage-hQcBBMbg.png);
  background-repeat: round;
}

.home-page-section-bg {
  background: rgba(27, 27, 33, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 50px;
}

.banner-heading {
  font-family: "Times New Roman", Times, serif;
}

.label-homepage {
  width: 100%;
  display: flex;
  height: 65vh;
  justify-content: center;
  align-items: center;
}

.label-homepage img {
  width: 50%;
}

/* Media Queries */

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .gameSection .clan-card {
    height: 85px;
  }
}

/* ----------- Moto G4 ----------- */

/* Portrait and Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) {
  .gameSection .clan-card {
    height: 95px;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .gameSection .clan-card {
    height: 125px;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .gameSection .clan-card {
    height: 132px;
  }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
  .gameSection .clan-card {
    height: 100px;
  }
}

/* ----------- Pixel 2 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 411px) and (max-device-width: 731px) {
  .gameSection .clan-card {
    height: 128px;
  }
}

/* ----------- Pixel 2 XL----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 411px) and (max-device-width: 823px) {
  .gameSection .clan-card {
    height: 110px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .gameSection .clan-card {
    height: 150px;
  }
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .home-page {
    background-image: url(/assets/mobile-homepage-Gph_TfdV.png);
    background-repeat: round;
  }
  .label-homepage {
    width: 100%;
    display: flex;
    height: 50vh;
    justify-content: center;
    align-items: center;
  }
  .label-homepage img {
    width: 75%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) and (max-width: 768) {
  .home-page {
    background-image: url(/assets/mobile-homepage-Gph_TfdV.png);
    background-repeat: round;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-page {
    background-image: url(/assets/tablet-homepage-BsYS3onK.png);
    background-repeat: round;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .home-page {
    background-image: url(/assets/tablet-homepage-BsYS3onK.png);
    background-repeat: round;
    background-origin: content-box;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
}
/* Create Clan */

.createClan-form {
  margin: 5%;
}

.createClan-form label {
  font-weight: var(--font-weight-600);
  font-size: var(--font-size-12px);
  line-height: 20px;
  color: #ffffff;
}

.createClan-form-control {
  background: rgba(47, 48, 83, 0.5) !important;
  border: 1px solid #2f3053 !important;
  border-radius: var(--border-radius-8px) !important;
  color: white !important;
}

.create-clan-modal .panel {
  width: 100%;
}

.clanCard {
  border-radius: 19px !important;
  border: none !important;
  background: #170d2a !important;
}

.clanCardImage {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  height: 150px;
  object-fit: cover;
}

.clanCard .logo-card {
  position: absolute;
  width: 85px;
  height: 85px;
  top: 100px;
  border-radius: var(--border-radius-15px);
}

.game-fs {
  font-size: var(--font-size-12px) !important;
}

.clan-view-page .clan-view-logo {
  border-radius: var(--border-radius-15px);
  height: 100px;
}

.clan-view-page .cam-container {
  margin-left: 75px;
  margin-top: -25px;
  z-index: 99;
}

.clan-view-page .organization-logo, .clan-view-page .clan-view-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.clan-view-page .clan-view-logo h6 {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Media Queries */

/* ----------- Moto G4 ----------- */

@media screen and (device-width: 360px) and (device-height: 640px) {
  .modal-content {
    position: relative !important;
    margin: 10px;
  }
}

/* ----------- Pixel 2 ----------- */

@media only screen and (min-device-width: 411px) and (device-height: 731px) {
}

/* ----------- Pixel 2 XL----------- */

@media only screen and (min-device-width: 411px) and (device-height: 823px) {
}

/* ---------- iPhone 5, 5S, 5C and 5SE ----------- */

@media only screen and (min-device-width: 320px) and (device-height: 568px) {
  .member-type {
    font-size: var(--font-size-14px) !important;
  }
  .game-fs {
    font-size: 11px !important;
  }
  .team-toggle {
    font-size: 11px !important;
  }
  /* Add styles for the custom dropdown toggle on small screens */
  .select-game-dropdown .dropdown-basic {
    -webkit-appearance: none !important; /* Remove default mobile appearance */
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 8px 12px !important; /* Match desktop padding */
    height: 45px !important; /* Match desktop height */
    border: 1px solid #2f3053 !important; /* Match desktop border */
    border-radius: 8px !important; /* Match desktop border radius */
    background: rgba(47, 48, 83, 0.5) !important; /* Match desktop background */
    color: white !important; /* Match desktop text color */
    font-size: 14px !important; /* Match desktop font size */
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

@media only screen and (min-device-width: 375px) and (device-height: 667px) {
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

@media only screen and (min-device-width: 414px) and (device-height: 736px) {
}

/* ----------- iPhone X ----------- */

@media only screen and (min-device-width: 375px) and (device-height: 812px) {
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .create-clan-modal .modal-content {
    background-image: url("/assets/create-clan-desktop-background-CL7RsKUY.png") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 600px;
    display: flex;
  }
  .create-clan-page .text-heading {
    font-size: var(--font-size-20px);
  }
  .team-toggle {
    font-size: var(--font-size-14px);
  }
  .game-fs {
    font-size: var(--font-size-14px) !important;
  }
  .member-type-btn {
    width: 50% !important;
  }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) {
}

/* ----------- iPad Pro 10.5" ----------- */

@media only screen and (min-device-width: 834px) and (device-height: 1112px) {
}

/* ----------- iPad Pro 12.9" ----------- */

@media only screen and (min-device-width: 1024px) and (device-height: 1366px) {
}

/* ----------- Desktop ----------- */

@media only screen and (min-width: 1200px) {
  .create-clan-modal .modal-content {
    background-image: url("/assets/create-clan-desktop-background-CL7RsKUY.png") !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 630px;
    display: flex;
    padding-left: 15px !important;
  }
  .create-clan-page .text-heading {
    font-size: var(--font-size-20px);
  }
  .create-clan-page .logo-remove-icon {
    margin-left: 72px !important;
    margin-top: -10px !important;
  }
  .create-clan-page .cover-remove-icon {
    margin-left: 72px;
    margin-top: -10px;
  }
  .clan-page .sky-blue-flat-btn {
    width: 15% !important;
  }
  .member-type-btn {
    width: 50% !important;
  }
  .team-toggle {
    font-size: var(--font-size-14px);
  }
  .game-fs {
    font-size: var(--font-size-14px) !important;
  }
  .clan-view-page .cam-container {
    margin-left: 125px;
    margin-top: -25px;
  }
}
#oopss {
  background: #030027;
  text-align: center;
  margin-bottom: 50px;
  font-weight: var(--font-weight-400);
  font-size: var(--font-size-20px);
  position: fixed;
  width: 100%;
  height: 100%;
  line-height: 1.5em;
  z-index: 9999;
  left: 0px;
}

#error-text {
  top: 15%;
  position: relative;
  font-size: 40px;
  color: #eee;
  justify-content: center;
  display: flex;
}

#error-text a {
  color: #eee;
}

#error-text a:hover {
  color: #fff;
}

#error-text p {
  color: #eee;
  margin: 25px 0 0 0;
  font-size: var(--font-size-20px);
}

#error-text span:hover {
  background: #d7401f;
  color: #fff;
  -webkit-animation: jelly 0.5s;
  -moz-animation: jelly 0.5s;
  -ms-animation: jelly 0.5s;
  -o-animation: jelly 0.5s;
  animation: jelly 0.5s;
}

#error-text span:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ef4824;
  border-width: 7px;
  margin-left: -7px;
}

/* CSS Error Page Responsive */

.back:hover {
  background: #4c4c4c;
  color: #fff;
}

.back {
  text-decoration: none;
  background: #5b5a5a;
  color: #fff;
  padding: 10px 20px;
  font-size: var(--font-size-20px);
  font-weight: var(--font-weight-700);
  line-height: normal;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-out;
}

.mtp {
  margin-top: 3% !important;
}

h3 {
  color: #ffffff50;
}
.organizationCard {
  border-radius: 19px !important;
  border: none !important;
  background: #170d2a !important;
}

.orgCardImage {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.organization-logo {
  width: 100px;
  height: 100px;
  margin: auto;
  /* border: 1px solid white; */
}

.logo-card {
  width: 85px;
  height: 80px;
  top: 110px;
}

.organizationPage .after-uploaded-image {
  width: 70px !important;
  height: 40px !important;
  border: 1px solid !important;
}

.organizationPage .image-input {
  height: 100%;
  width: 75px;
}

.organizationPage .upload-icon {
  color: #222;
  height: 30px;
  width: 30px;
}

.addMoreField {
  padding-top: 5px;
  height: 48px;
  background: #1a1a29;
  border-radius: var(--border-radius-15px);
  text-align: center;
}

.sponsor-border {
  border: 1px solid indigo !important;
}

#edit {
  position: relative;
  float: right;
  font-weight: var(--font-weight-500);
  font-size: 10px;
  color: #8083ff;
  bottom: 32px;
}

.organizationPage .deactivated {
  position: fixed;
  top: 50px;
}

.microWebsitePage .layout-border {
  border: 2px solid #fff;
}

.layout-img {
  width: 100%;
  border-radius: var(--border-radius-10px);
}

.layout-img:active {
  border: 5px solid;
}

.layout-preview {
  margin: auto;
  display: block;
  margin-top: 20px;
}

/* .layout-default {
    font-weight: var(--font-weight-600);
    font-size: 10px;
    text-align: center;
    color: #5E5E5E;
} */

.microWebsite-bg {
  width: 40px;
  height: 37px;
  background: #c4c4c4;
  border-radius: 100%;
  margin: 5px;
  text-align: center;
  font-size: var(--font-size-30px);
  border: 1px solid #fff;
}

.microWebsite-bg:nth-child(1) {
  margin-left: 0px;
}

.microWebsitePage #dropdown-basic {
  background: #2f3053;
  border: 1px solid #2f3053 !important;
  color: white;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  height: 38px;
}

.microWebsitePage #dropdown-basic::after {
  float: right;
  margin-top: 10px;
}

.microWebsitePage .dropdown-menu {
  background: #2f3053;
  border: 1px solid #4f5184;
  box-sizing: border-box;
  border-radius: var(--border-radius-12px);
  width: 100%;
  margin-top: 5px;
}

.microWebsitePage .dropdown-item {
  color: white !important;
}

.microWebsitePage .dropdown-menu a:hover {
  color: white !important;
  background-color: #8083ff !important;
}

.select-ic {
  font-size: 25px;
  margin-bottom: 15px;
}

.select-layout {
  position: absolute;
  margin-top: 22%;
  margin-left: -14%;
  color: rgba(255, 255, 255, 0.6) !important;
}

.select-game {
  margin: auto;
  display: block;
  font-size: 50px !important;
}

/* .edit-username {
    margin-top: -30px;
} */

.user-verified {
  color: #04f0ff;
}

.sponsorBadge {
  background-color: #77b903 !important;
  color: black !important;
}

.mwc-image-validation {
  position: absolute;
  right: 5%;
  font-size: 13px !important;
}

.vacant {
  color: #00ff0a !important;
}

/* Media Queries */

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) {
  .organization-page .logo-card {
    top: 110px;
  }
  .select-layout {
    margin-top: 17%;
    margin-left: -11.5%;
    font-size: 40px;
  }
}

/* ----------- Desktop ----------- */

@media only screen and (min-width: 1200px) {
  .organization-page .logo-card {
    top: 110px;
    height: 100px;
    width: 100px;
  }
  .organization-logo {
    width: 135px;
    height: 135px;
  }
  .organizationView-page .logo-cam {
    margin-left: 120px !important;
    margin-top: 115px !important;
  }
  .select-layout {
    margin-top: 120px;
    margin-left: -80px;
    font-size: 45px;
  }
}

.organizationView-page .clan-view-logo, .organizationView-page .organization-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.organizationView-page .clan-view-logo h6 {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.image-cropper-preview {
    width: 200px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-5px);
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    margin: auto;
    display: block;
}

.image-cropper-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    margin-left: auto;
    margin-right: auto;
}

.image-cropper-logo-cover {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
/* src/components/common/DateTimePicker/DateTimePicker.css */
._date-picker-wrapper_1u6o9_2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 230px;
  z-index: 1000;
}

._date-picker-wrapper_1u6o9_2 .react-datepicker {
  display: flex;
  flex-direction: column;
}

.react-datepicker {
  border: none !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: black !important;
}

.react-datepicker__header {
  background-color: #fff !important;
  border-bottom: none !important;
  padding: 0;
}

.react-datepicker__navigation {
  top: 16px !important;
}

.react-datepicker__current-month {
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.react-datepicker__day-name,
.react-datepicker__day {
  color: #000 !important;
  width: 1.4rem !important;
  line-height: 1.4rem !important;
  margin: 0.1rem !important;
}

/* Only highlight the actual selected start and end dates */
.react-datepicker__day--selected {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0 !important;
}

/* Remove the in-range highlighting that was causing all dates to be highlighted */
.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0 !important;
}

.react-datepicker__day--keyboard-selected {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0 !important;
}

.react-datepicker__day--disabled {
  color: #ccc !important;
}

/* Custom classes for specific highlighting - these will override the global styles */
._my-selected_1u6o9_74 {
  background-color: var(--color-purple) !important;
  color: #fff !important;
  border-radius: 50% !important;
}

._my-in-range_1u6o9_80 {
  background-color: var(--color-purple) !important; /* light purple */
  color: #fff !important;
  border-radius: 50% !important;
}

/* Ensure that dates in other months don't get highlighted */
.react-datepicker__day--outside-month {
  background-color: transparent !important;
  color: #ccc !important;
}

.react-datepicker__day--outside-month.my-selected {
  background-color: transparent !important;
  color: #ccc !important;
}

._date-time-section_1u6o9_97 {
  border-top: 1px solid #eee;
  margin-top: 8px;
  padding: 8px 5px 0;
}

._date-time-row_1u6o9_103 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 0;
}

._date-time-label_1u6o9_110 {
  font-size: 0.6rem;
  color: #666;
  text-transform: uppercase;
}

._date-time-value_1u6o9_116 {
  display: flex;
  align-items: center;
}

._date-time-date_1u6o9_121 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  width: 90px;
}

._date-time-day_1u6o9_129 {
  font-size: 0.75rem;
  color: #666;
}

._date-time-clock_1u6o9_134 {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  padding: 0;
  border-radius: 4px;
}

._custom-time-dropdown_1u6o9_142 {
  position: relative;
  width: 100%;
  min-width: 90px;
}

._time-select-display_1u6o9_148 {
  padding: 6px 25px 6px 8px;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  min-height: 24px;
  min-width: 80px;
  width: 100%;
  border: 1px solid black;
  position: relative;
  box-sizing: border-box;
}

._time-select-display_1u6o9_148::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #333;
  transition: transform 0.2s ease;
}

._time-select-display_1u6o9_148._open_1u6o9_176::after {
  transform: translateY(-50%) rotate(180deg);
}

._time-options-list_1u6o9_180 {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 120px;
  overflow-y: auto;
  z-index: 10;
  scroll-behavior: smooth;
}

._time-option_1u6o9_180 {
  padding: 6px 8px;
  cursor: pointer;
  font-size: 0.8rem;
  text-align: center;
  color: #000;
  white-space: nowrap;
  font-weight: 400;
  min-height: 24px;
}

._time-option_1u6o9_180:hover {
  background-color: #f0f0f0;
}

._selected-option_1u6o9_209 {
  background-color: var(--color-purple) !important;
  color: #fff !important;
  font-weight: 600 !important;
}

._selected-option_1u6o9_209:hover {
  background-color: var(--color-purple) !important;
  opacity: 0.9;
}

._custom-header-container_1u6o9_220 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

._custom-header_month-year-container_1u6o9_227 {
  display: flex;
  gap: 10px;
}

._arrow-btn_1u6o9_232 {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.75rem;
  color: #000;
  font-weight: 500;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
}

._arrow-btn_1u6o9_232:hover {
  background-color: #f0f0f0;
}

._arrow-btn_1u6o9_232:disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: transparent;
}

._month-select_1u6o9_253,
._year-select_1u6o9_254 {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
}

._month-display_1u6o9_266,
._year-display_1u6o9_267 {
  padding: 1px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* Global react-datepicker styles moved from index.css */
.react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  color: black !important;
}

.react-datepicker__day-name,
.react-datepicker__time-name {
  color: #000 !important;
  font-weight: var(--font-weight-400);
}
.react-datepicker__day {
  color: #eee;
  font-weight: var(--font-weight-400);
}
.react-datepicker__time-container {
  color: black !important;
}

.react-datepicker__time-list-item {
  color: black !important;
  font-weight: var(--font-weight-400);
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  color: grey !important;
}
.white-btn-shadow {
  background: #d9d0e4;
  border: 0.5px solid #0b092a;
  box-sizing: border-box;
  box-shadow:
    -4px -4px 5px rgba(79, 73, 138, 0.3),
    4px 4px 5px rgba(0, 1, 34, 0.5),
    inset 4px 4px 5px rgba(255, 255, 255, 0.5),
    inset -4px -4px 4px rgba(11, 7, 57, 0.25);
  border-radius: var(--border-radius-12px);
}

.add-btn-shadow {
  background: #1a1a29;
  border: 0.5px solid #190b33;
  box-sizing: border-box;
  box-shadow:
    4px 4px 4px rgba(0, 0, 0, 0.25),
    -4px -4px 5px rgba(59, 59, 81, 0.25),
    inset 2px 2px 5px rgba(86, 93, 130, 0.25),
    inset -2px -2px 5px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius-15px);
}

.category-btn {
  background: linear-gradient(96.07deg, #e35cf9 4.8%, #00a1ff 102.67%);
  box-shadow:
    -4px -4px 5px rgba(78, 62, 114, 0.5),
    4px 4px 5px #1c0f39,
    inset -2px -2px 5px #2f1204,
    inset 2px 2px 5px #ffede4;
}

.brown-shadow {
  background: linear-gradient(96.88deg, rgba(252, 87, 94, 0.8) 0%, rgba(144, 213, 236, 0.8) 100%);
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px #283d58,
    inset 4px 4px 5px #dc8995;
  border-radius: var(--border-radius-10px);
}

.gold-shadow {
  background: linear-gradient(94.32deg, #9a9133 -2.13%, #807300 105.31%);
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px rgba(0, 0, 0, 0.4),
    inset 4px 4px 5px #baa365;
  border-radius: var(--border-radius-10px);
}

.silver-shadow {
  background: linear-gradient(94.32deg, #a1a2a3 -2.13%, #70706f 105.31%);
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px rgba(0, 0, 0, 0.4),
    inset 4px 4px 5px #b7b7b7;
  border-radius: var(--border-radius-10px);
}

.bronze-shadow {
  background: linear-gradient(94.32deg, #895e1a -2.13%, #804a00 105.31%);
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px rgba(0, 0, 0, 0.4),
    inset 4px 4px 5px #b2724d;
  border-radius: var(--border-radius-10px);
}

.grey-score-shadow {
  background: #4f5184;
  box-shadow:
    -4px -4px 5px rgba(65, 47, 115, 0.75),
    4px 4px 4px rgba(1, 0, 4, 0.4),
    inset -4px -4px 5px rgba(0, 0, 0, 0.4),
    inset 4px 4px 5px #797a9e;
  border-radius: var(--border-radius-10px);
}

.round-close-btn {
  background: #ff4747;
  border: 1px solid #0e0334;
  box-sizing: border-box;
  box-shadow:
    -2px -2px 5px rgba(255, 255, 255, 0.2),
    2px 2px 5px rgba(0, 0, 0, 0.5),
    inset -2px -2px 4px rgba(17, 13, 64, 0.5),
    inset 2px 2px 5px rgba(255, 255, 255, 0.5);
}

.round-check-btn {
  background: #62ff48;
  border: 1px solid #0d3403;
  box-sizing: border-box;
  box-shadow:
    -2px -2px 5px rgba(255, 255, 255, 0.2),
    2px 2px 5px rgba(0, 0, 0, 0.5),
    inset -2px -2px 4px rgba(17, 13, 64, 0.5),
    inset 2px 2px 5px rgba(255, 255, 255, 0.5);
}

/* Create Tournament */

.react-switch-bg {
  height: 20px !important;
  width: 49px !important;
}

.react-switch-handle {
  height: 18px !important;
  width: 18px !important;
}

.create-tournament-page .tournament-game-card {
  height: 100px;
  border-radius: var(--border-radius-8px);
  background-size: cover;
  margin-bottom: 12px;
  background-position: center;
}

/* .small-input-field {
    height: 33px;
    width: 108px;
    color: #0bb5fe;
    text-align: right;
    background: rgba(47, 48, 83, 0.5);
    border: 1px solid #2f3053;
    border-radius: var(--border-radius-8px);
} */

.contact-toggle {
  background: linear-gradient(93.26deg, #1e2c79 1.39%, #190d3b 100.81%);
  box-shadow:
    -4px -4px 4px #2a195c,
    4px 4px 4px rgba(0, 0, 0, 0.25),
    inset 4px 4px 5px #2d667b,
    inset -4px -4px 8px #180d2d;
}

.create-tournament .region-dropdown {
  flex-grow: 1;
  background-color: transparent;
  color: #ffffff;
  font-size: var(--font-size-16px);
  border: none;
  height: 50px;
  outline: none;
}

.create-tournament .default-btn {
  box-shadow:
    inset 4px 4px 5px rgba(255, 255, 255, 0.25),
    inset -3px -3px 5px rgba(0, 0, 0, 0.25);
  filter: drop-shadow(-4px -4px 5px #261955) drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
  font-weight: var(--font-weight-600);
  font-size: var(--font-size-16px);
  line-height: 20px;
  color: #030027;
  border: none;
  border-radius: var(--border-radius-15px);
  padding: 5px 20px;
  height: 40px;
}

.stepper {
  height: 28px;
  width: 1px;
  background-color: #ffffff;
}

/* Social Media Modal */

.add-time .add-btn {
  height: 36px;
  background: #d9d0e4;
  border: 0.5px solid #0b092a;
  box-shadow:
    -4px -4px 5px rgba(79, 73, 138, 0.3),
    4px 4px 5px rgba(0, 1, 34, 0.5),
    inset 4px 4px 5px rgba(255, 255, 255, 0.5),
    inset -4px -4px 4px rgba(11, 7, 57, 0.25);
  align-self: center;
  padding: 5px 15px;
}

.btn-shadow {
}

.participant-list img {
  width: 35px;
}

.participant-round-btn {
  right: 30px;
  width: 30px;
  height: 30px;
}

.participant-round-btn img {
  border-radius: 0%;
}

::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
  border-radius: 100%;
  margin-top: 5px;
  z-index: 1;
}

.slot-details ::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
  margin-top: 12px;
  text-align: center;
  z-index: 1;
  padding-right: 30px;
  padding-left: 30px;
}

.tournament-sponsor .region-dropdown {
  flex-grow: 1;
  background-color: transparent;
  color: #ffffff;
  font-size: var(--font-size-16px);
  border: none;
  height: 50px;
  outline: none;
}

.sponsor-heading {
  font-size: var(--font-size-14px);
  border: 6px solid rgb(32, 14, 69);
  background-color: rgb(32, 14, 69);
  margin-top: -30px !important;
}

/* Stage Form */

.ffa-single-elimination .alert {
  background: rgba(28, 56, 98, 0.5);
  border: 1px solid #2f3053;
  border-radius: var(--border-radius-8px);
  font-weight: var(--font-weight-600);
  font-size: var(--font-size-14px);
  color: #0bb5fe;
  max-width: fit-content !important;
}

.stage-sub-heading {
  font-weight: bold;
  font-size: var(--font-size-12px);
  line-height: 15px;
  color: #998896;
}

/* Duel Type Round Robin Group */

.stages-group-list {
  margin-top: -15px !important;
}

.epz-active-field {
  border: 1px solid #ffd700 !important;
  box-shadow:
    0px 0px 10px #ffd700,
    -4px -4px 5px rgba(78, 62, 114, 0.5),
    4px 4px 5px #1c0f39,
    inset 2px 2px 5px #2f1204,
    inset -2px -2px 5px #ffede4 !important;
}

.select-dropdown {
  position: relative;
}

.select-dropdown:after {
  content: "\f078";
  font: normal normal normal 12px/1 FontAwesome;
  right: 25px;
  top: 42px;
  position: absolute;
  pointer-events: none;
  color: darkgray;
}

select-dropdown::-ms-expand {
  display: none;
}

.select-dropdown select {
  -webkit-appearance: none;
  width: 100%;
  padding-left: 20px !important;
}

.padding-start-2 {
  padding-left: 20px !important;
}

.jTzNkf {
  background: linear-gradient(96.07deg, #e35cf9 4.8%, #00a1ff 102.67%);
  box-shadow:
    -4px -4px 5px rgb(78 62 114 / 50%),
    4px 4px 5px #1c0f39,
    inset -2px -2px 5px #2f1204,
    inset 2px 2px 5px #ffede4 !important;
  border-radius: var(--border-radius-10px) !important;
}

.dDVnxg {
  background-color: transparent !important;
}

.dblgKN {
  text-align: center;
  width: 90px;
  background: #1a224e;
  border-radius: var(--border-radius-5px);
  padding: 5px;
  margin-left: 18px;
}

.dispute-match {
  background: linear-gradient(180deg, #222b59 0%, #09062e 100%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.score-showdown-btn {
  background: #1a224e;
  border-radius: var(--border-radius-5px);
  color: #0bb5fe;
  display: block;
  height: 38px;
  margin-bottom: 10px;
  display: flex;
  border: none;
  align-items: center;
  font-weight: var(--font-weight-600);
  min-width: 100px;
  place-content: center;
}

.score-showdown-btn2 {
  background: #333b1d !important;
  border-radius: 5px !important;
  display: block;
  height: 38px;
  margin-bottom: 10px;
  display: flex;
  border: none;
  align-items: center;
  font-weight: var(--font-weight-600);
  min-width: 100px;
  place-content: center;
}

.score-showdown-btn3 {
  background: #361c6a;
  border-radius: var(--border-radius-5px);
  color: #d288ff;
  display: block;
  height: 38px;
  margin-bottom: 10px;
  display: flex;
  border: none;
  align-items: center;
  font-weight: var(--font-weight-600);
  min-width: 100px;
  place-content: center;
}

.message {
  font-size: var(--font-size-12px) !important;
  width: 170px;
  font-weight: normal;
  line-height: 17px;
  color: #ffffff;
}

.group {
  background: #4eb5e5;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 190;
  border-radius: 5px;
}

.chatWindow {
  display: grid;
  grid-column-start: 2;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 190;
  border-radius: var(--border-radius-5px);
}

/* M E S S A G E S */

.chat {
  list-style: none;
  background: none;
  margin: 0;
  padding: 15px 0 15px 0;
  margin-top: 60px;
  margin-bottom: -30px;
  /* max-height: 400px; */
  overflow: scroll;
  scroll-behavior: smooth;
}

.chat .li {
  padding: 0.5rem;
  overflow: hidden;
  display: flex;
}

.chat .avatar {
  position: relative;
  display: block;
  z-index: 2;
}

.chat .avatar img {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.other .msg {
  order: 1;
  background: #0d7fc1;
  box-shadow:
    -2px -2px 5px 1px rgba(255, 255, 255, 0.15),
    2px 2px 5px rgba(0, 0, 0, 0.6),
    inset -2px -2px 5px 1px rgba(0, 0, 0, 0.4),
    inset 2px 2px 5px 1px rgba(255, 255, 255, 0.3);
  border-radius: 0px 10px 10px 10px;
  margin-left: -5px;
}

.message-images {
  order: 1;
  background: #0d7fc1;
  box-shadow:
    -2px -2px 5px 1px rgba(255, 255, 255, 0.15),
    2px 2px 5px rgba(0, 0, 0, 0.6),
    inset -2px -2px 5px 1px rgba(0, 0, 0, 0.4),
    inset 2px 2px 5px 1px rgba(255, 255, 255, 0.3);
  border-radius: 0px 10px 10px 10px;
}

.split-btn .btn-group .btn {
  padding: 5px 10px !important;
}

.self {
  justify-content: flex-end;
  align-items: flex-end;
}

.self .msg {
  order: 1;
  background: linear-gradient(
    115.32deg,
    rgba(130, 129, 129, 0.75) 1.72%,
    rgba(64, 61, 61, 0.75) 100%
  );
  box-shadow:
    -2px -2px 5px 1px rgba(255, 255, 255, 0.15),
    2px 2px 5px rgba(0, 0, 0, 0.6),
    inset -2px -2px 5px 1px rgba(0, 0, 0, 0.4),
    inset 2px 2px 5px 1px rgba(255, 255, 255, 0.3);
  border-radius: 10px 0px 10px 10px;
}

.self .message-images {
  order: 1;
  background: linear-gradient(
    115.32deg,
    rgba(130, 129, 129, 0.75) 1.72%,
    rgba(64, 61, 61, 0.75) 100%
  );
  box-shadow:
    -2px -2px 5px 1px rgba(255, 255, 255, 0.15),
    2px 2px 5px rgba(0, 0, 0, 0.6),
    inset -2px -2px 5px 1px rgba(0, 0, 0, 0.4),
    inset 2px 2px 5px 1px rgba(255, 255, 255, 0.3);
  border-radius: 10px 0px 10px 10px;
}

.self .avatar {
  order: 2;
}

.self .avatar:after {
  content: "";
  position: relative;
  display: inline-block;
  bottom: 19px;
  right: 0px;
  width: 0px;
  height: 0px;
  border: 5px solid #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  box-shadow: 0px 2px 0px #d4d4d4;
}

.msg {
  background: white;
  min-width: fit-content;
  padding: 10px;
  border-radius: var(--border-radius-10px);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
}

.message-images {
  /* background: white; */
  min-width: fit-content;
  padding: 10px;
  /* border-radius: 10px; */
  /* box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07); */
  background: #0d7fc1;
  box-shadow:
    -2px -2px 5px 1px rgb(255 255 255 / 15%),
    2px 2px 5px rgb(0 0 0 / 60%),
    inset -2px -2px 5px 1px rgb(0 0 0 / 40%),
    inset 2px 2px 5px 1px rgb(255 255 255 / 30%);
  border-radius: 0px 10px 10px 10px;
}

.msg p {
  font-size: var(--font-size-12px) !important;
  width: 170px;
  font-weight: var(--font-weight-700);
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 5px;
}

.msg img {
  position: relative;
  display: block;
  width: 450px;
  border-radius: var(--border-radius-5px);
  box-shadow: 0px 0px 3px #eee;
  transition: all 0.4s cubic-bezier(0.565, -0.26, 0.255, 1.41);
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.btn-group .btn-sm {
  border: 0px !important;
  border-radius: 0px !important;
  font-size: var(--font-size-12px) !important;
  font-weight: bold;
}

.filter-btn-sm {
  padding: 0px !important;
  margin: 0px !important;
}

.filter-btn .btn-primary {
  background-color: #1a224e !important;
  color: #0bb5fe !important;
}

.filter-btn-color {
  background-color: #1a224e !important;
  color: #0bb5fe !important;
}

.more-count {
  font-weight: var(--font-weight-500);
  font-size: var(--font-size-12px);
  margin-top: 10px;
  color: white !important;
}

.chat div {
  overflow-x: hidden;
  /* margin: 0; */
}

.theme-color {
  color: #362955 !important;
}

@media screen and (max-width: 800px) {
  .msg img {
    width: 300px;
  }
}

@media screen and (max-width: 550px) {
  .msg img {
    width: 200px;
  }
}

.msg time {
  font-size: 0.7rem;
  color: #ccc;
  margin-top: 3px;
  float: right;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.msg time:before {
  content: " ";
  color: #ddd;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 4px;
}

.chat-send-btn {
  box-shadow:
    -2px -2px 5px 1px rgba(255, 255, 255, 0.2),
    2px 2px 5px rgba(0, 0, 0, 0.6),
    inset -2px -2px 5px 1px rgba(0, 0, 0, 0.4),
    inset 2px 2px 5px 1px rgba(255, 255, 255, 0.3);
}

.chat-field-height {
  height: 40px;
  background: rgba(47, 48, 83, 1.5) !important;
}

.rounds-time {
  border-radius: var(--border-radius-15px) !important;
}

.rounds-time .accordion-button {
  border-radius: var(--border-radius-15px) !important;
}

.my-tournament-details .border-bottom {
  border-bottom: 2px solid #0bb5fe !important;
}

.slot-details .date-time {
  padding-top: 15px;
}

/* Media Queries */

/* ----------- Moto G4 ----------- */

/* Portrait and Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) {
}

/* ----------- Pixel 2 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 411px) and (device-height: 731px) {
}

/* ----------- Pixel 2 XL----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 411px) and (device-height: 823px) {
}

/* ---------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (device-height: 568px) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (device-height: 667px) {
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (device-height: 736px) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (device-height: 812px) {
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
}

div.fade.in.modal {
  display: flex !important;
}

.tournament-matches .won {
  font-weight: var(--font-weight-800);
  font-size: var(--border-radius-8px);
  line-height: 10px;
  color: #6eff56;
}

.tournament-matches .lost {
  color: #ff7945;
}

.tournament-matches .type {
  font-weight: bold;
  font-size: var(--font-size-12px);
  line-height: 15px;
  color: #0bb5fe;
}

/* .tournament-matches .result-box {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    padding: 3px;
    background: white;
    border: none;
    border-radius: 5px;
} */

.tournament-matches .details-btn {
  padding: 3px 5px;
  background-color: transparent;
  outline: none;
  border: 1px solid white;
  border-radius: var(--border-radius-5px);
  color: white;
  cursor: pointer;
}

.vs {
  font-style: normal;
  font-weight: bold;
  font-size: var(--font-size-24px);
  line-height: 29px;
  color: #0bb5fe;
}

.color-blue {
  color: #0bb5fe;
}

.accordion-button {
  background: #170d2a !important;
  color: white !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/assets/up-arrow-BSu9PaGI.png") !important;
  color: white !important;
}

.accordion-button::after {
  background-image: url("/assets/up-arrow-BSu9PaGI.png") !important;
  color: white !important;
}

.switch-on {
  font-weight: var(--font-weight-600);
}

.green-signal {
  background: #4eff4a;
  box-shadow:
    inset -2.86101px -2.86101px 5.72201px #779b10,
    inset 2.86101px 2.86101px 7.15251px #e3f5ad;
}

.red-signal {
  background: #fe4b4b;
  box-shadow:
    inset -2.86101px -2.86101px 5.72201px #8e2c2c,
    inset 2.86101px 2.86101px 7.15251px #fe9292;
}

.switch-off {
  font-weight: var(--font-weight-600);
}

.t-card-regular {
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.05) 0%, rgba(250, 250, 250, 0.05) 100%);
  box-shadow: 0px 0px 12.1162px 3.02905px rgba(2, 3, 20, 0.25);
  backdrop-filter: blur(36.3486px);
  border-radius: 24.2324px;
}

.t-body-regular {
  background: #272533;
  flex-grow: 1;
  border-radius: 0px 0px 16px 16px;
}

.t-card-premium {
  background: linear-gradient(
    180deg,
    rgba(255, 0, 0, 0.43) 0%,
    rgba(255, 199, 0, 0.398122) 13.54%,
    rgba(0, 255, 10, 0.25) 27.08%,
    rgba(0, 218, 255, 0.25) 40.63%,
    rgba(0, 218, 255, 0.25) 54.69%,
    rgba(36, 0, 255, 0.25) 68.23%,
    rgba(235, 0, 255, 0.25) 80.73%,
    rgba(255, 0, 0, 0.25) 94.27%,
    rgba(255, 0, 0, 0.25) 100%
  );
  box-shadow: 0px 0px 16.5789px 4.14474px rgb(2 3 20 / 25%);
  backdrop-filter: blur(49.7368px);
}

.t-body-premium {
  background: linear-gradient(160.89deg, #6d5604 25.91%, #0e0d00 97.77%);
  flex-grow: 1;
  border-radius: 0px 0px 16px 16px;
  /* background-image: url(../../src/images/icon/diamond-ic.png); */
}

.layout-three-sponsor-carousel .carousel-indicators {
  margin-bottom: 3rem;
}

.rmsc .dropdown-container {
  background: linear-gradient(180deg, #393939 0%, rgba(57, 57, 57, 0.37) 100%);
  box-shadow: 0px 5px 5px rgb(0 0 0 / 25%);
  border: 0px !important;
  background-color: transparent !important;
  padding: 10px 0px;
}

/* .dropdown-container .dropdown-content{
    background: linear-gradient(180deg, #393939 0%, rgba(57, 57, 57, 0.37) 100%) !important;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 25%) !important;
    border: 0px !important;  
    background-color: linear-gradient(180deg, #393939 0%, rgba(57, 57, 57, 0.37) 100%) !important;
} */

.dropdown-heading-value .gray {
  color: white !important;
  font-weight: var(--font-weight-600);
}

.dropdown-heading-value {
  color: white !important;
  font-weight: var(--font-weight-600);
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .chat {
    margin-bottom: -75px;
    padding: 15px 0 60px 0;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) and (max-width: 768) {
  .chat {
    margin-bottom: -75px;
    padding: 15px 0 60px 0;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slot-details .date-time {
    padding-top: 5px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .slot-details .date-time {
    padding-top: 5px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  .chat {
    margin-bottom: -0px;
    padding: 15px 0 30px 0;
  }
  .slot-details .date-time {
    padding-top: 5px;
  }
}
.matches-container {
  display: flex;
  overflow-x: auto;
  min-height: 100%;
  width: fit-content;
}

.group-tab {
  flex-shrink: 0;
  display: flex;
  /* min-width: 300px; */
  width: 350px;
  flex-direction: column;
  padding-left: 15px;
}

.dash {
  position: relative;
  top: 25px;
  width: 40px;
  border: 1px solid white;
  margin: 0;
}

.vertical {
  position: relative;
  width: 1px;
  top: 25px;
  left: 40px;
  border: 1px solid white;
}

.extra {
  position: relative;
  top: 30px;
  left: 40px;
  top: -13px;
}

.mid-line {
  width: 40px;
  border: 1px solid white;
  margin-bottom: 30px;
}

.vertical-line {
  width: 1px;
  border: 1px solid #574a73;
  margin-left: 10px;
}

.vertical-lines {
  width: 1px;
  border: 1px solid #574a73;
  margin-left: 0px;
}

.icons-box {
  position: fixed;
  bottom: 8%;
  background-color: transparent;
  z-index: 1;
}

.icon {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background-color: #f0f8ff8c;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zoom-icon {
  color: #200e45;
  height: 25px;
  width: 25px;
}

.rounds {
  height: 25px !important;
  font-size: 13px !important;
}

.match-tag {
  background-color: #200f44;
  padding: 0 12px;
  border-radius: 4px;
  font-size: var(--font-size-10px);
  line-height: 12px;
  font-weight: bold;
  align-self: flex-start;
  margin-top: -5px;
  margin-left: 5px;
}

.player-name {
  font-weight: bold;
  font-size: var(--font-size-12px);
  line-height: 15px;
  color: #ffffff;
}
/* ===== Base Container Styles ===== */
._filterContainer_1yl1t_2 {
  background: #493d62;
  padding: 0;
  border-radius: 8px;
  width: 100%;
  position: relative;
  z-index: 1050;
}

/* ===== Header Styles ===== */
._filterHeader_1yl1t_12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px 10px 0;
}

._filterHeader_1yl1t_12 h3 {
  color: white;
  margin: 0;
  font-size: 16px;
}

/* ===== Filter Buttons Container ===== */
._filterButtonsContainer_1yl1t_27 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0.75rem 0;
  width: 100%;
  gap: 0.5rem;
}

/* ===== Scrollable Buttons ===== */
._scrollableButtons_1yl1t_37 {
  width: 100%;
  overflow: visible;
}

._buttonsWrapper_1yl1t_42 {
  display: flex;
  min-width: max-content;
  padding: 0.5rem 0;
}

/* ===== Button Wrappers ===== */
._filterButtonWrapper_1yl1t_49,
._statusButtonWrapper_1yl1t_50 {
  display: flex;
  align-items: stretch;
}

/* ===== Action Buttons ===== */
._filterActionButton_1yl1t_56 {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  padding-right: 0.5rem;
}

._filterActionButton_1yl1t_56 button {
  background: transparent;
  border: 1px solid #9d4edd;
  color: white;
  transition: all 0.2s ease;
  font-weight: 500;
  white-space: nowrap;
}

._filterActionButton_1yl1t_56 button:hover {
  background: rgba(157, 78, 221, 0.1);
  border-color: #b07aed;
  color: white !important;
}

._filterActionButton_1yl1t_56 button._active_1yl1t_78 {
  background: linear-gradient(90deg, #9d4edd, #7b2cbf);
  border-color: transparent;
  color: white !important;
  box-shadow: 0 2px 10px rgba(157, 78, 221, 0.3);
}

/* ===== Status Buttons ===== */
._statusButtonsContainer_1yl1t_86 {
  display: flex;
  align-items: stretch;
  height: 100%;
}

._statusButtonsWrapper_1yl1t_92 {
  display: flex;
  gap: 0.5rem;
  padding: 0 1rem 0 0.5rem;
  overflow: visible;
  min-width: max-content;
}

._statusButton_1yl1t_50 {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: transparent;
  border: 1px solid #9d4edd;
  color: white !important;
  transition: all 0.2s ease;
  font-weight: 500;
}

._statusButton_1yl1t_50:hover {
  background: rgba(157, 78, 221, 0.1);
  border-color: #b07aed;
  color: white !important;
}

._statusButton_1yl1t_50._active_1yl1t_78 {
  background: linear-gradient(90deg, #9d4edd, #7b2cbf);
  border-color: transparent;
  color: white !important;
  box-shadow: 0 2px 10px rgba(157, 78, 221, 0.3);
}

._statusButton_1yl1t_50,
._statusButton_1yl1t_50:hover,
._statusButton_1yl1t_50:active,
._statusButton_1yl1t_50:focus {
  color: white !important;
}

/* ===== Form Elements ===== */
._filterSection_1yl1t_134 {
  margin-bottom: 15px;
  padding: 0 10px;
}

._filterSection_1yl1t_134 label {
  display: block;
  color: white;
  margin-bottom: 5px;
  font-size: 14px;
}

._filterSection_1yl1t_134 select {
  width: 100%;
  padding: 10px 15px;
  background-color: #200c45;
  border: 1px solid #6c5b8a;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  padding-right: 30px;
}

._filterSection_1yl1t_134 select:focus {
  outline: none;
  border-color: #9d4edd;
  box-shadow: 0 0 0 2px rgba(157, 78, 221, 0.25);
}

/* ===== Button Groups ===== */
._buttonGroup_1yl1t_164 {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding: 0 10px 5px;
}

._button_1yl1t_42 {
  flex: 1;
  padding: 8px 16px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._applyButton_1yl1t_185 {
  background: linear-gradient(90deg, #9d4edd, #7b2cbf);
  color: white;
  border: none;
  transition: all 0.2s ease;
}

._applyButton_1yl1t_185:hover {
  background: linear-gradient(90deg, #8a42d1, #6a1fb8);
  transform: translateY(-1px);
  box-shadow: 0 2px 10px rgba(157, 78, 221, 0.3);
}

._clearButton_1yl1t_198 {
  background: transparent;
  color: #d0b8e8;
  border: 1px solid #6c5b8a !important;
  transition: all 0.2s ease;
}

._clearButton_1yl1t_198:hover {
  background: rgba(157, 78, 221, 0.1);
  color: white;
  border-color: #9d4edd !important;
}

/* ===== Media Queries ===== */
@media (min-width: 768px) {
  ._filterButtonsContainer_1yl1t_27 {
    flex-direction: row;
    align-items: center;
  }

  ._scrollableButtons_1yl1t_37 {
    width: auto;
  }

  ._filterActionButton_1yl1t_56 {
    margin-top: 0;
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  ._scrollableButtons_1yl1t_37 {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.public-tournaments .main-btn {
  background: rgba(43, 43, 48, 0.75);
  opacity: 0.75;
  border: 1px solid #2f3053;
  box-sizing: border-box;
  box-shadow:
    inset -3px -3px 5px #423f53,
    inset 4px 4px 8px #130b24;
  border-radius: var(--border-radius-8px);
  height: 44px;
}

.public-tournaments .gradient-btn {
  background: linear-gradient(180deg, #e35cf9 0%, #685cea 51.17%, #00a1ff 100%);
  box-shadow:
    4px 4px 5px rgba(0, 0, 0, 0.25),
    -4px -4px 5px rgba(197, 171, 171, 0.4),
    inset 4px 4px 5px rgba(255, 255, 255, 0.5),
    inset -4px -4px 5px #334c64;
}

/* .main-text{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
} */

.public-tournaments .add-btn {
  background: #d9d0e4;
  box-shadow:
    -4px -4px 5px rgba(79, 73, 138, 0.3),
    4px 4px 5px rgba(0, 1, 34, 0.5),
    inset 4px 4px 5px rgba(255, 255, 255, 0.5),
    inset -4px -4px 4px rgba(11, 7, 57, 0.25);
  border-radius: var(--border-radius-12px);
  padding: 8px 16px;
  color: #000000;
  font-size: var(--font-size-12px);
  font-weight: var(--font-weight-500);
  outline: none;
  border: none;
}
/* -------------------------- Card -------------------------- */

.green-card {
  background: linear-gradient(91.28deg, rgba(119, 185, 3, 0.6) 0%, rgba(255, 184, 0, 0.6) 55.72%);
  border-radius: var(--border-radius-10px);
}

.grey-card {
  background: #393939;
  border-radius: var(--border-radius-10px);
}

.grey-card-shadow {
  background: linear-gradient(180deg, #424242 0%, #262626 100%);
}

.grey-card-2 {
  background: #928dac;
  border-radius: var(--border-radius-10px);
}

.gold-pills {
  background: linear-gradient(94.32deg, #9a9133 -2.13%, #807300 105.31%);
  box-shadow:
    inset -4px -4px 5px rgba(0, 0, 0, 0.4),
    inset 4px 4px 5px #baa365;
}

.silver-pills {
  background: linear-gradient(94.32deg, #a1a2a3 -2.13%, #70706f 105.31%);
  box-shadow:
    inset -4px -4px 5px rgba(0, 0, 0, 0.4),
    inset 4px 4px 5px #b7b7b7;
}

.bronze-pills {
  background: linear-gradient(94.32deg, #895e1a -2.13%, #804a00 105.31%);
  box-shadow:
    inset -4px -4px 5px rgba(0, 0, 0, 0.4),
    inset 4px 4px 5px #b2724d;
}

.scoreboard-pills-bg {
  background: linear-gradient(94.32deg, #cc00b8 -2.13%, #8d16c6 52.77%, #002fd6 105.31%);
  box-shadow:
    inset -4px -4px 5px rgba(0, 0, 0, 0.4),
    inset 4px 4px 5px #a871c1;
}

.rank-1-shadow {
  position: relative;
}

.rank-1-shadow::before {
  background: #c5ac27;
}

.rank-2-shadow {
  position: relative;
}

.rank-2-shadow::before {
  background: #c0c0c0;
}

.rank-3-shadow {
  position: relative;
}

.rank-3-shadow::before {
  background: #cd7f32;
}

.rank-shadow::before {
  position: absolute;
  width: 100px;
  height: 25px;
  margin-left: -20px;
  margin-top: -3px;
  opacity: 0.75;
  border-radius: 100px;
  filter: blur(10px);
  content: "";
}

/* -------------------------Text Colors--------------------------- */

/* .text-green {
    color: #77B903;
} */

.grey-modal-bg .modal-content {
  background: #1c1c1c !important;
}

.dispute-upload-section {
  background: #393939;
  border: 1.325px solid #1c1c1c;
  box-sizing: border-box;
  box-shadow:
    -2.65px -2.65px 6.625px rgba(255, 255, 255, 0.2),
    2.65px 2.65px 6.625px rgba(0, 0, 0, 0.5),
    inset -2.65px -2.65px 5.3px rgba(17, 13, 64, 0.5),
    inset 2.65px 2.65px 6.625px rgba(255, 255, 255, 0.5);
  border-radius: var(--border-radius-8px);
  width: 40px;
  height: 40px;
}

.winner-shadow {
  position: absolute;
  width: 83px;
  height: 77px;
  margin-left: -42px;
  margin-top: 5px;
  background: #c5ac27;
  opacity: 0.6;
  filter: blur(15px);
  border-radius: 100px;
}

.scoreboard-bg-image {
  background-color: #000000;
  min-height: 350px;
}

.scoreboard-pills {
  height: 17.5px;
  border-radius: var(--border-radius-10px);
}

.sponsorCarousel img {
  height: 20px;
  border-radius: 5px;
}

.sponsorCarousel .react-multiple-carousel__arrow::before {
  font-size: 10px;
}

.tournament-ranking-table .table > :not(caption) > * > * {
  border-bottom-width: 0px;
  min-width: 85px;
}

.tournament-ranking-table td {
  font-size: var(--font-size-14px);
  font-weight: var(--font-weight-500);
  height: 50px;
}

.tournament-ranking-table th {
  font-size: var(--font-size-14px);
  font-weight: var(--font-weight-500);
  height: 50px;
}

/* ---------------------------success-modal-------------------------------- */

.success-modal .modal-content {
  background-color: transparent !important;
}

/* --------------------------Media Quries---------------------------------------- */

.page-header .banner {
  height: 82px;
  width: 135px;
  border-radius: var(--border-radius-8px);
}

.reg-btn .progress {
  height: 10px !important;
}

.reg-btn .progress-bar {
  font-size: var(--font-size-10px);
  font-weight: var(--font-weight-600);
}

.sponsor-logo {
    height: 100px;
    width: 160px;
    border-radius: var(--border-radius-5px);
}


.tab-cells .nav-tabs .nav-link {
  background-color: transparent;
  border: none !important;
  border-color: none;
}

.tab-cells .nav-tabs {
  border-bottom: 1px solid transparent;
}

.tab-cells .nav li {
  padding: 0;
}

.tab-cells .nav li :hover {
  background-color: transparent !important;
}

.tab-cells .active {
  color: #ffb800 !important;
}

.common-bg {
  background: linear-gradient(180deg, #393939 0%, rgba(57, 57, 57, 0.37) 100%);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}

/* --------------------------Streams--------------------------------- */

.review-btn {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  outline: none;
  border: none;
  background-color: #212125;
}

/* -------------------------Prize Pool Modal----------------------- */

.prize-pool-container {
  background-color: #1c1c1c;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}

.prizes-collection {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 400px;
}

.rank-prize-image {
  height: 125px;
  width: auto;
}

.single-winner {
  height: 70px;
  width: auto;
}

.multiple-winners {
  height: 20px;
  width: auto;
}

.tournament-page-home .nav-link {
  color: #77b903 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-bottom: 2px solid #ffb800;
  background-color: transparent !important;
}

.tournament-page-home .nav-pills .nav-link {
  border-radius: 0px;
}

.tournament-page-home .dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.tournament-page-home .nav li:hover {
  background: transparent;
  border-bottom: 3px solid white;
}

.stream-player iframe {
  box-shadow: inset 0px 0px 59.6981px rgba(0, 0, 0, 0.8);
  filter: drop-shadow(9.86164px 0px 9.94969px rgba(0, 0, 0, 1));
  border-radius: var(--border-radius-15px);
}

.tournament-page-body .dropdown-menu {
  position: relative !important;
  transform: translate(0px, 0px) !important;
  background: #333b1d;
  border-radius: var(--border-radius-8px);
}

.tournament-Latest-page .matches-btn .btn-primary {
  background: #393939;
  border-radius: var(--border-radius-10px);
}

.stream-dropdown .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}

.stream-dropdown .dropdown-menu {
  box-sizing: border-box !important;
  border-radius: var(--border-radius-10px) !important;
  margin-top: 5px !important;
  width: max-content;
  min-width: -webkit-fill-available;
  border: 0px !important;
  background: linear-gradient(180deg, #393939 0%, rgba(57, 57, 57, 0.37) 100%) !important;
  box-shadow: 0px 5px 5px rgb(0 0 0 / 25%) !important;
}

.user-chat-header {
  background: #1c1c1c;
  top: 60px;
}

.registration-user-footer .tier-1 img {
  height: 180px;
  width: 100%;
}

.registration-user-footer .tier-2 img {
  height: 83px;
  width: 100%;
}

/* Media Queries */

/* ----------- Moto G4 ----------- */

@media screen and (device-width: 360px) and (device-height: 640px) {
}

/* ----------- Pixel 2 ----------- */

@media only screen and (min-device-width: 411px) and (device-height: 731px) {
}

/* ---------- iPhone 5, 5S, 5C and 5SE ----------- */

@media only screen and (min-device-width: 320px) and (device-height: 568px) {
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

@media only screen and (min-device-width: 768px) and (device-height: 1024px) {
  .user-chat-header {
    top: 80px;
  }
  .registration-user-footer .tier-1 img {
    height: 260px;
    width: 100%;
  }
  .registration-user-footer .tier-2 img {
    height: 150px;
    width: 100%;
  }
  .registration-user-footer .tier-3 img {
    height: auto;
    max-height: 150px; /* Adjust as needed */
    width: 100%;
  }
}

/* ----------- Desktop ----------- */

@media only screen and (min-width: 1200px) {
  .user-chat-header {
    top: 73px;
  }
  .registration-user-footer .tier-1 img {
    height: 300px;
    width: 100%;
  }
  .registration-user-footer .tier-2 img {
    height: 160px;
    width: 100%;
  }
  .registration-user-footer .tier-3 img {
    height: auto;
    max-height: 160px; /* Adjust as needed */
    width: 100%;
  }
}

.scorecard_header {
  background: linear-gradient(90.25deg, #a5a5a5 -1.4%, #a8a8a8 99.91%);
  opacity: 0.8;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.scorecard_header th {
  padding: 0.5rem;
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.scorecard_header th:last-child {
  border-right: none;
}

.team_header {
  border-radius: 3px 0px 0px 0px !important;
  width: 25%;
}

.name_header {
  width: 50%;
}

.score_header {
  border-radius: 0px 3px 0px 0px !important;
  width: 25%;
}

.scorecard_body {
  background: linear-gradient(110.7deg, #cc8700 20.28%, #d600c1 104.15%);
  opacity: 0.8;
  backdrop-filter: blur(50px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.scorecard_body td {
  padding: 0.5rem;
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.scorecard_body td:last-child {
  border-right: none;
}

.team_body {
  width: 25%;
}

.team_score {
  width: 25%;
}

.solo_scorecard {
  background: linear-gradient(94.32deg, #fbf525 -2.13%, #dd7c01 53.27%, #8c1e03 105.31%);
  opacity: 0.6;
  backdrop-filter: blur(50px);
  border-radius: 5px;
  width: 135px;
}

.solo_player {
  background: linear-gradient(90.25deg, #a5a5a5 -1.4%, #a8a8a8 99.91%);
  opacity: 0.7;
  backdrop-filter: blur(50px);
  border-radius: 3px 3px 0px 0px;
  padding: 0px 20px;
}

.solo_score {
  background: linear-gradient(94.32deg, #cc8700 -2.13%, #d600c1 105.31%);
  opacity: 0.7;
  backdrop-filter: blur(50px);
  border-radius: 0px 0px 3px 3px;
  padding: 2px 20px;
}

.fortnite_card {
  background: linear-gradient(94.32deg, #00d6c9 -2.13%, #009bcc 105.31%);
  /* opacity: 0.5; */
  backdrop-filter: blur(50px);
  border-radius: 3px;
}

.fortnite-player-card {
  background: #842929;
  opacity: 0.8;
  backdrop-filter: blur(50px);
  border-radius: 3px;
}

.freefire_card {
  background: linear-gradient(94.32deg, #606a1d -2.13%, #e41a1a 105.31%);
  opacity: 0.8;
  backdrop-filter: blur(50px);
  border-radius: 5px;
}

.bgmi_card {
  background: linear-gradient(94.32deg, #ff5d0e -2.13%, #cdcd07 51.59%, #179906 105.31%);
  /* opacity: 0.5; */
  backdrop-filter: blur(50px);
  border-radius: 5px;
}

/*------------------------------------------------------ Scorecard Sponsors Section ------------------------------------------------------------*/

.tournament-scoreboard-page .carousel-indicators {
  display: none !important;
}

.tournament-scoreboard-page .carousel-control-next-icon,
.carousel-control-prev-icon {
  display: none !important;
}

.tournament-scoreboard-page .forfeit-bg {
  background: #1b1b1b;
  opacity: 0.75;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .scorecard-sponsors .sponsor-image {
    height: 50px;
    width: 100%;
    border-radius: 5px;
  }
  .scorecard-sponsors .sponsor-type {
    font-size: 9px;
  }
  .scorecard-sponsors .sponsor-name {
    font-size: 8px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .scorecard-sponsors .sponsor-image {
    height: 90px;
    width: 100%;
    border-radius: 8px;
  }
  .scorecard-sponsors .sponsor-type {
    font-size: 12px;
  }
  .scorecard-sponsors .sponsor-name {
    font-size: 9px;
  }
}

@media (min-width: 769px) {
  .scorecard-sponsors .sponsor-image {
    height: 100px;
    width: 100%;
    border-radius: 10px;
  }
  .scorecard-sponsors .sponsor-type {
    font-size: 12px;
  }
  .scorecard-sponsors .sponsor-name {
    font-size: 10px;
  }
}

/******************** Register Button Click Animation ********************/
.register-tournament-btn {
  transition: transform 0.1s ease-in-out;
  background: linear-gradient(90deg, rgba(119, 185, 3, 0.6) 0%, rgba(255, 184, 0, 0.6) 55.72%);
}

.register-tournament-btn:active:not(:disabled) {
  transform: scale(0.97);
  background: linear-gradient(90deg, rgba(119, 185, 3, 0.8) 0%, rgba(255, 184, 0, 0.8) 55.72%);
}

.register-tournament-btn:hover:not(:disabled) {
  background: linear-gradient(90deg, rgba(119, 185, 3, 0.7) 0%, rgba(255, 184, 0, 0.7) 55.72%);
  box-shadow: 0 0 15px rgba(119, 185, 3, 0.3);
}


.betting_main-background {
  background-image: url(/assets/bet_main_card-CZt6RbeN.png);
  background-repeat: round;
  height: 150px;
}

.betting_main-text {
  margin-left: 15px;
  padding-top: 68px;
}

.green_bullet {
  display: block;
  width: 10px;
  height: 10px;
  background: linear-gradient(106.26deg, #bdff00 0%, #1fdd00 100%);
  border-radius: var(--border-radius-15px);
}

.blue_bullet {
  display: block;
  width: 10px;
  height: 10px;
  background: linear-gradient(106.26deg, #00b2ff 0%, #0034ed 100%);
  border-radius: var(--border-radius-15px);
}

.sunglow_bullet {
  display: block;
  width: 10px;
  height: 10px;
  background: linear-gradient(106.26deg, #ff6b00 0%, #ddac00 100%);
  border-radius: var(--border-radius-15px);
}

.betting_navbar {
  background: #393939;
}

/* Betting Card*/

.betting-card {
  background: linear-gradient(99.03deg, #9e1fda 0%, #0093d2 98.65%);
  box-shadow:
    inset -2.65px -2.65px 5.3px rgba(17, 13, 64, 0.5),
    inset 2.65px 2.65px 6.625px rgba(255, 255, 255, 0.5);
  border-radius: var(--border-radius-15px);
}

.pseudo {
  display: block;
  z-index: 1;
  position: relative;
  width: 80px;
  height: 25px;
  margin: 0px auto;
  text-transform: uppercase;
  text-align: center;
  background: #200e45;
  color: #d73939;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pseudo .before,
.pseudo .after {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  background: #200e45;
}

.pseudo .before {
  border-radius: 6px;
}

.pseudo .after {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pseudo .before {
  transform: skew(-25deg);
  left: 25px;
}

.pseudo .after {
  transform: skew(25deg);
  right: 25px;
  left: auto;
}

.betting_card-footer {
  background: linear-gradient(90deg, #606060 0%, #606060 100%);
  box-shadow:
    inset -2.65px -2.65px 5.3px rgba(17, 13, 64, 0.5),
    inset 2.65px 2.65px 6.625px rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.betting_card-footer p {
  font-size: var(--font-size-12px);
  font-weight: var(--font-weight-700);
  color: #0bb5fe !important;
}

.betting-card .light-yellow {
  color: #ffd700 !important;
}

.lime-green-text {
  color: #a5ff00 !important;
}

.light-coral-text {
  color: #ff8181 !important;
}

.sunglow-text {
  color: #ffc846 !important;
}

.past_betting-background {
  background: #e4fdff;
  border-radius: var(--border-radius-8px);
}

/* Betting Statement card */

.betting_statement-card {
  display: block;
  z-index: 1;
  position: relative;
  width: 69px;
  height: 50px;
  margin: 0px auto;
  text-transform: uppercase;
  text-align: center;
  background: #ef913a;
  box-sizing: border-box;
  box-shadow:
    -2.65px -2.65px 6.625px rgb(255 255 255 / 20%),
    2.65px 2.65px 6.625px rgb(0 0 0 / 50%),
    inset -2.65px -2.65px 5.3px rgb(17 13 64 / 50%),
    inset 2.65px 2.65px 6.625px rgb(255 255 255 / 50%);
  transform: rotate(90deg);
}

.betting_statement-card .before,
.betting_statement-card .after {
  position: absolute;
  top: 0px;
  left: 0;
  width: 57px;
  bottom: -1px;
  z-index: -1;
  background: #ef913a;
  box-sizing: border-box;
  box-shadow:
    7.35px -2.65px 60.625px rgb(255 255 255 / 27%),
    -1.35px 1.65px 0.625px rgb(21 44 22 / 0%),
    inset 3.35px 2.35px 50.3px rgb(55 41 90 / 10%),
    inset 2.65px 1.65px 5.625px rgb(255 255 255 / 61%);
}

.betting_statement-card .before {
  /* border: 1px solid #000000; */
  border-radius: 6px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  /* border-left: 1px solid #000000; */
  border-top-left-radius: 0px;
  /* border-bottom-left-radius: 6px; */
  border-right: 1px solid #000000;
}

.betting_statement-card .after {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.betting_statement-card .before {
  transform: skew(-25deg);
  left: 25px;
}

.betting_statement-card .after {
  transform: skew(25deg);
  right: 25px;
  left: auto;
}

.active-tournament:hover {
  background: #1400ff;
  box-shadow:
    -2px -2px 5px rgb(59 66 102 / 25%),
    2px 2px 5px rgb(0 0 0 / 25%);
  padding: 10px;
  border-radius: var(--border-radius-10px);
}

.active-tournament-selected {
  background: #1400ff;
  box-shadow:
    -2px -2px 5px rgb(59 66 102 / 25%),
    2px 2px 5px rgb(0 0 0 / 25%);
  padding: 10px;
  border-radius: var(--border-radius-10px);
}

.selected-bet {
  pointer-events: none;
}

.betting-card .select-dropdown {
  background: #8e7d96;
  box-shadow:
    -2px -2px 5px rgba(59, 66, 102, 0.25),
    2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius-12px);
}

.bet-selected-options {
  background: #ffffff42;
  box-shadow:
    -2px -2px 5px rgb(59 66 102 / 25%),
    2px 2px 5px rgb(0 0 0 / 25%);
  border-radius: var(--border-radius-12px);
}

.reminder-btn {
  background: linear-gradient(91.59deg, #ff53cf -9.12%, #dc2a80 101.87%, #dc2a80 101.87%);
  border-radius: var(--border-radius-8px);
}

.challenge-card {
  background: linear-gradient(149.98deg, #2eb1b9 -0.73%, #09ad19 100%);
  border-radius: var(--border-radius-8px);
}

.create_challenge-card {
  background: linear-gradient(95.18deg, #b9b32e 1.22%, #42b92e 100.98%);
  border-radius: var(--border-radius-8px);
}

.my_challenge-card {
  background: linear-gradient(95.36deg, #2e4db9 0.5%, #2eb9b1 108.24%);
  border-radius: var(--border-radius-8px);
}

.bet_accept-btn {
  height: 50px;
  width: 110px;
  position: absolute;
  margin-top: -16px;
  margin-left: -20px;
}

@media only screen and (min-width: 1200px) {
}
.ec-background {
  background-image: url(/assets/ec-bg-B9mgJVPB.png);
  background-repeat: no-repeat;
  background-position: center;
}
.license-announcement {
  background: linear-gradient(
    90deg,
    rgba(140, 47, 184, 0.2) 0%,
    rgba(140, 47, 184, 0.4) 50%,
    rgba(140, 47, 184, 0.2) 100%
  );
  border: 2px solid #8c2fb8;
  color: white;
}

.license-icon {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.notification-icon {
  height: 36px;
  width: 36px;
}

.notification-box {
  background-color: "#231D36" !important;
}
.feed_post-image {
  width: 100%;
  height: auto;
  /* height: 400px !important; */
}
.feed_post-video {
  width: -webkit-fill-available;
  /* height: 400px !important; */
}

.den-assets .slide {
  width: -webkit-fill-available;
}

.den_social-avatar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.den_social-avatar ul li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-left: -5px;
}

.den_social-avatar ul li:nth-child(1) {
  background: blue;
}

.den_social-avatar ul li:nth-child(2) {
  background: green;
}

.den_social-avatar ul li:nth-child(3) {
  background: purple;
}

.den_social-avatar ul li:nth-child(4) {
  background: tomato;
}

/* ul li:nth-child(n+2) {
    margin-left: -5px;
} */

/* ul:hover li:nth-child(n+2) {
    margin-left: 10px;
} */

.cool_purple_text-color {
  color: #ad26ff;
}

.construction-page {
  background-image: url("/assets/den-Dgi28S2d.png") !important;
  height: 100%;
  background-size: cover;
}

@media (min-width: 992px) {
  #wheel {
    height: 292px;
  }
  #canvas {
    width: 515px !important;
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .construction-page {
    background-image: url("/assets/den_desktop-Dpd1qiZ6.png") !important;
    height: 100%;
    background-size: cover;
  }
  #wheel {
    height: 292px;
  }
  #canvas {
    width: 515px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .den-profile-page .profile-cover-container {
    width: 350px;
    height: 147px;
    /* background: linear-gradient(99.8deg, #009DA7 -0.32%, #0112A8 101.51%); */
    border: 2px solid #9b9b9b;
    border-radius: 15px;
  }
  .den_page .interacion-box {
    display: flex;
    flex-direction: column;
    justify-content: "center";
    align-items: center;
  }
  #canvas {
    width: 580px !important;
    height: auto !important;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .den-profile-page .profile-cover-container {
    width: 350px;
    height: 147px;
    background: linear-gradient(99.8deg, #009da7 -0.32%, #0112a8 101.51%);
    border: 2px solid #9b9b9b;
    border-radius: 15px;
  }
  .den_page .interacion-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 769px) {
  .den-profile-page .profile-cover-container {
    width: 350px;
    height: 147px;
    background: linear-gradient(99.8deg, #009da7 -0.32%, #0112a8 101.51%);
    border: 2px solid #9b9b9b;
    border-radius: 15px;
  }
  .den_page .interacion-box {
    display: flex;
    flex-direction: row;
    justify-content: "center";
    align-items: center;
  }
}

/* -------------------------------------Left tab content--------------------------- */
.den_page .den-left-top-container {
  display: flex;
  flex-direction: column;
  background: #150c38;
  border-radius: 8px;
}

.den_page .profile-cover {
  height: 120px;
  width: 100%;
}

.den_page .profile-logo {
  height: 80px;
  width: 80px;
  border-radius: 100%;
}

.den_page .den-profile-btn {
  background: #379bc6;
  border-radius: 8px;
  color: white;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  width: 100%;
}

.den_page .followers-box {
  height: 41px;
  background: #231d36;
  border: 1px solid #ad26ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.den_page .den-left-bottom-container {
  background: linear-gradient(90.65deg, rgba(85, 69, 112, 0.5) 0.13%, rgba(74, 117, 96, 0.5) 100%);
  backdrop-filter: blur(25px);
  border-radius: 8px;
}

.den_page .den-selected-tab {
  background: #150c38;
  border-radius: 8px;
}

.den_page .den-leaderboard-top {
  height: 436px;
  background: linear-gradient(91.59deg, #00bb9b -9.12%, #00afa5 51.58%, #00939c 101.87%);
  border-radius: 8px 8px 0px 0px;
}

.den_page .den-leaderboard-bottom {
  background: #95dbd2;
  border-radius: 0px 0px 8px 8px;
}

.den_page .den-leaderboard-bottom-text {
  font-size: 14px;
  font-weight: 600;
  color: #0d62a4;
}

.den_page .den-leaderboard-score {
  font-size: 14px;
  font-weight: 600;
  color: #0da45d;
}

.den_page .post-action {
  color: #ad26ff;
  cursor: pointer;
}

.den_page .post-action-container {
  background: linear-gradient(90.65deg, rgba(85, 69, 112, 0.5) 0.13%, rgba(74, 117, 96, 0.5) 100%);
  backdrop-filter: blur(25px);
  border-radius: 15px 15px 0px 0px;
  /* min-height: 150px; */
}

.post-action-container {
  background: linear-gradient(90.65deg, rgba(85, 69, 112, 0.5) 0.13%, rgba(74, 117, 96, 0.5) 100%);
  backdrop-filter: blur(25px);
  border-radius: 15px 15px 0px 0px;
  /* min-height: 150px; */
}

.den-post-comments .post-action-container {
  background: linear-gradient(90.65deg, rgba(85, 69, 112, 0.5) 0.13%, rgba(74, 117, 96, 0.5) 100%);
  backdrop-filter: blur(25px);
  border-radius: 15px 15px 0px 0px;
  /* min-height: 150px; */
}

.den_page .report-btn {
  width: 350px;
  height: 40px;
  background: #ad26ff;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  outline: none;
  border: none;
}

.report-post-btn {
  width: 350px;
  height: 40px;
  background: #ad26ff;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  outline: none;
  border: none;
}

.den_page .interacion-icons-box {
  width: 304px;
  height: 85px;
  background: linear-gradient(90.65deg, #554570 0.13%, #4a7560 100%);
  border: 0.5px solid #ad26ff;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.den_page .den-welcome-container {
  background: linear-gradient(
    139.21deg,
    rgba(4, 154, 143, 0.75) 52.55%,
    rgba(152, 205, 0, 0.75) 100%
  );
  backdrop-filter: blur(13.7978px);
  border-radius: 8px;
}

.den_page .bonus-popup-icon {
  height: 35px;
  width: 35px;
}

.comment-actions-modal .modal-backdrop .show {
  opacity: 0 !important;
}
.testsss {
  height: 100% !important;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.testsss .modal-content {
  background-color: transparent !important;
}

.actions-body {
  margin-right: 20px;

  margin-left: 5px;
}

/*-------------------------------------------------------- Den Profile Page --------------------------------------------------------*/
.den-icon {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.den-profile-page .den-icon {
  height: 20px;
  width: 20px;
}

.den-profile-page .label-icon {
  height: 16px;
  width: 16px;
}

.den-profile-page .profile-logo-container {
  height: 100px;
  width: 100px;
}

.den-profile-page .upload-camera {
  height: 24px;
  width: 24px;
}

.den-profile-page .logo {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  border: 1px solid #9b9b9b;
}

.den-profile-page .den-input-container {
  height: 45px;
  background: rgba(47, 48, 83, 0.5);
  border: 1px solid #2f3053;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.den-profile-page .den-input {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.den-profile-page .blue-flat-btn {
  background: #42569a;
  color: #ffffff;
  box-shadow:
    -4px -4px 5px rgba(255, 255, 255, 0.1),
    4px 4px 5px rgba(0, 0, 0, 0.5),
    inset -2px -2px 5px rgba(0, 0, 0, 0.5),
    inset 2px 2px 5px rgba(255, 237, 228, 0.5);
}

.den-profile-page .green-flat-btn {
  background: #187819;
  color: #ffffff;
  box-shadow:
    -4px -4px 5px rgba(255, 255, 255, 0.1),
    4px 4px 5px rgba(0, 0, 0, 0.5),
    inset -2px -2px 5px rgba(0, 0, 0, 0.5),
    inset 2px 2px 5px rgba(255, 237, 228, 0.5);
}

.den-profile-page .hr-line {
  width: 50px;
  border: 1px solid #cbcbcb;
}

.den-profile-page .bio-text {
  background: rgba(47, 48, 83, 0.5);
  border: 1px solid #2f3053;
  border-radius: 8px;
  color: #ffffff;
}

.den-profile-page .dropdown-option {
  background: rgba(47, 48, 83, 0.5);
}

.hover-zoomin span {
  display: block;
  position: relative;
  overflow: hidden;
}
.hover-zoomin img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-zoomin:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hover-zoomin {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-zoomin:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.carousel-control-prev {
  visibility: hidden;
}

.carousel-control-next {
  visibility: hidden;
}

.single .carousel-indicators {
  visibility: hidden;
}

/* .carousel-indicators [data-bs-target] {
    width: 5px;
} */

.post-card-bg {
  background: #231d36;
  border-radius: 8px;
}

.normal-post-btn {
  width: 81px;
  height: 28px;
  background: #747474;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  border: none;
  outline: none;
}

.selected-post-btn {
  background: #ad26ff;
}

.poll-bg {
  background: linear-gradient(91.59deg, #a2009b -9.12%, #5600c5 101.87%);
}

.create-post-options-box {
  background: linear-gradient(90.65deg, rgba(85, 69, 112, 0.5) 0.13%, rgba(74, 117, 96, 0.5) 100%);
  backdrop-filter: blur(25px);
  border-radius: 15px 15px 0px 0px;
}

.den-input-container {
  background: rgba(47, 48, 83, 0.5);
  border: 1px solid #2f3053;
  border-radius: 8px;
}

.emoji-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgb(173, 38, 255);
}

.selected-emoji {
  border: 1px solid rgb(250, 234, 15) !important;
}

.user-comment-container {
  background: linear-gradient(96.83deg, #2f4653 0.56%, #493058 103.84%);
  border-radius: 50px;
  display: flex;
  align-items: center;
}

.comment-thread-container {
  background: linear-gradient(96.83deg, #426173 0.56%, #675374 103.84%);
  border-radius: 15px;
}

.active-interaction {
  color: rgb(173, 38, 255) !important;
}

.inactive-interaction-logo {
  height: "20px" !important;
  width: auto !important;
}

.den_page .search-normal {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.den_page .search-active {
  font-size: 16px;
  font-weight: 400;
  color: "#AD26FF";
  border-bottom: "1px solid #AD26FF";
}

.poll-input-container {
  background: rgba(47, 48, 83, 0.5);
  border: 1px solid #2f3053;
  border-radius: 8px;
}

.poll-input {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
  background: transparent;
  outline: none;
  border: none;
}

.profile-card-bg {
  background: "#231D36" !important;
  border-radius: "8px" !important;
}

.profile-stats-1 {
  background: linear-gradient(139.46deg, #eb7736 9.23%, #9f0b88 103.19%);
  border-radius: 15px;
}

.profile-stats-2 {
  background: linear-gradient(147.79deg, #008c95 11.4%, #7f008a 93.1%);
  border-radius: 15px;
}

.profile-stats-3 {
  background: linear-gradient(147.79deg, #afa226 11.4%, #6a4000 93.1%);
  border-radius: 15px;
}

.profile-members-box {
  background: linear-gradient(93.26deg, #1e2c79 1.39%, #190d3b 100.81%);
  border-radius: 8px;
}

.extra-numbers-box {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #d9d9d9;
  border: 1px solid #231d36;
  color: #231d36;
  font-size: 12px;
  font-weight: bold;
}

.vertical-hr-line {
  width: 30px;
  height: 0px;
  border: 1px solid #daa39d;
  transform: rotate(-90deg);
}

.follow-btn {
  background: linear-gradient(
    91.59deg,
    #e22cdb -9.12%,
    #b42be8 43.28%,
    #2930e6 101.86%,
    #2a52dc 101.87%
  ) !important;
}

.requested-btn {
  background: linear-gradient(
    91.59deg,
    #722ce2 -9.12%,
    #2b77e8 43.28%,
    #2930e6 101.86%,
    #2a52dc 101.87%
  ) !important;
}

.request-btn {
  background: #5c5c5e !important;
}

.following-btn {
  background: linear-gradient(95.18deg, #b9b32e 1.22%, #42b92e 100.98%) !important;
}

.unfollowing-btn {
  background: linear-gradient(95.18deg, #8e52ff 1.22%, #08a1b0 100.98%) !important;
}

.logo-top-margin {
  margin-top: -80px;
}

.has-tag {
  color: #6899e1 !important;
  font-weight: 800 !important;
  font-size: 12px !important;
}

.comments-section {
  max-height: 450px !important;
  overflow: auto !important;
}

@media (min-width: 768px) {
  .logo-top-margin {
    margin-top: -70px;
  }
}

.den-spin-wheel-container {
  background: linear-gradient(278.62deg, #ed8856 4.03%, #e6474b 97.15%);
  backdrop-filter: blur(6.89891px);
  border-radius: 8px;
}

.den-clan-container {
  border: 1px solid;
  border-radius: 12px;
  margin-bottom: 5px;
  padding: 12px;
}

/* --------------------------------------------- Den Inner Circle ------------------------------------------------------*/

.inner-circle-container {
  background: linear-gradient(180deg, #006d60 0%, #000000 100%);
}

.inner-circle-rank-1 {
  height: 125px;
  width: 125px;
  border-radius: 100%;
  border: 1px solid linear-gradient(to right, #ffd700 100%, #ff003d 100%);
}

.inner-circle-rank-2 {
  height: 94px;
  width: 94px;
  border-radius: 100%;
  border: 1px solid linear-gradient(to right, #03ea97 100%, #1d9000 100%);
}

.inner-circle-rank-3 {
  height: 94px;
  width: 94px;
  border-radius: 100%;
  border: 1px solid linear-gradient(to right, #ff7a00 100%, #9c3800 100%);
}

.inner-circle-rank-div {
  background: rgba(0, 255, 102, 0.4);
  border-radius: 100px;
  display: flex;
  align-items: center;
}

.inner-circle-avatar {
  height: 44px;
  width: 44px;
  border-radius: 100%;
}

.den-achievements .modal-content {
  border-radius: 25px !important;
}

.hammer-bg-1 {
  background-image: url(/assets/hammer-bg-1-DbigNeow.png);
  background-size: cover;
  background-position: center;
  height: 350px;
  border-radius: 15px !important;
  color: #ffd700;
}

.hammer-bg-2 {
  background-image: url(/assets/hammer-bg-2-BcjfU4cN.png);
  background-size: cover;
  background-position: center;
  height: 350px;
  border-radius: 15px !important;
  color: #ffd700;
}

.spotlight-bg-1 {
  background-image: url(/assets/spotlight-bg-1-Uvj9aZ6u.png);
  background-size: cover;
  background-position: center;
  height: 350px;
  border-radius: 15px !important;
  color: #00ffb2;
}

.spotlight-bg-2 {
  background-image: url(/assets/spotlight-bg-2-Dy_oHN3w.png);
  background-size: cover;
  background-position: center;
  height: 350px;
  border-radius: 15px !important;
  color: #00ffb2;
}

.achievements-avatar {
  height: 32px;
  width: 32px;
  border-radius: 100%;
}

.den-members-div {
  background: linear-gradient(93.26deg, #1e2c79 1.39%, #190d3b 100.81%);
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.den-members-icon {
  height: 32px;
  width: 32px;
  border-radius: 100%;
}
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.game-stats-total {
  background: linear-gradient(96.19deg, #2b2b2b 0%, #151515 102.19%);
  border-radius: 5px;
}

.game-stats-regular {
  background: linear-gradient(102.97deg, #6f6221 0%, #383001 100%);
  border-radius: 5px;
}

.game-stats-premium {
  background: linear-gradient(102.97deg, #246165 0%, #001751 100%);
  border-radius: 5px;
}

.private-den-bg {
  background: linear-gradient(90.65deg, rgba(85, 69, 112, 0.5) 0.13%, rgba(74, 117, 96, 0.5) 100%);
  backdrop-filter: blur(12.5px);
  border-radius: 8px;
}

.private-den-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;

  background: linear-gradient(91.59deg, #ffa2fb -9.12%, #e59fff 43.28%, #a7baff 101.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.private-den-text {
  font-size: 16px;
  line-height: 20px;
  opacity: 0.6;
}

.clan-dot-container {
  width: 10px;
  height: 10px;
  background: #669aae;
  border-radius: 100%;
  margin-top: 5px;
}

.ver-line {
  width: 2px;
  height: 30px;
  background: #669aae;
}

.org-dot-container {
  width: 10px;
  height: 10px;
  background: #9b66ae;
  border-radius: 100%;
  margin-top: 5px;
}

.ver-line-org {
  width: 2px;
  height: 30px;
  background: #9b66ae;
}

.den-delete-btn {
  background: rgba(255, 0, 0, 0.1);
  border: 2px solid #fb3c3c;
  border-radius: 8px;
  color: #fb3c3c;
}

.den-show-more {
  color: rgb(173, 38, 255) !important;
}

.den-blur-post {
  display: inline-block;
  filter: blur(5px);
  /* background:url("http://lorempixel.com/400/200"); */
}

.den-blur-post .lock-profile {
  display: inline-block;
  filter: blur(5px);
  z-index: 1;
}

.den-sponsor {
  background: linear-gradient(
    91.59deg,
    #e22cdb -9.12%,
    #b42be8 43.28%,
    #2930e6 101.86%,
    #2a52dc 101.87%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.den-tier-1-image {
  width: "360px" !important;
  height: "auto" !important;
}

/* -------------------------------------------------SPOTLIGHT POPUP CSS -------------------------------------------------------*/

.spotlight-input {
  width: 50px;
  background: transparent;
  border: none;
  outline: none;
}

.spotlight-container {
  min-height: 64px;
  background: linear-gradient(96.83deg, #638ca3 0.56%, #9166ac 103.84%);
  border-radius: 5px;
}

.send-spotlight-btn {
  width: 32px;
  height: 32px;
  background: linear-gradient(96.83deg, #456476 0.56%, #75528a 103.84%);
  border-radius: 5px;
}

.send-spotlight-top {
  background: linear-gradient(96.83deg, #456476 0.56%, #75528a 103.84%);
  border-radius: 5px 5px 0px 0px;
}

.user-icon {
  height: 24px;
  width: 24px;
  border-radius: 100%;
}

.spotlight-number {
  background: #282828;
  border-radius: 0px 5px 0px 0px;
  width: 80px;
}

.spotlight-text-input {
  background: transparent;
  outline: none;
  border: none;
}

/* ---------------------------------------------------- LIVE CHAT -------------------------------------------------------------------*/

.live-chat-container {
  background: linear-gradient(96.83deg, #1e2b33 0.56%, #281136 103.84%);
  height: 280px;
}

.live-chat-donations {
  background: linear-gradient(96.83deg, #1e2b33 0.56%, #281136 103.84%);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
}

.livechat-spotlight-btn {
  width: 65px;
  height: 25px;
  background: #ff4d00;
  opacity: 0.75;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.den-achievements .accordion-item {
  background: rgb(35, 29, 54) !important;
}

.den-achievements .accordion-button {
  background: transparent !important;
  outline: none !important;
  border: none !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.den-achievements .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_15930_478)'%3e%3cpath%20d='M5.83594%208.33398L10.0026%2012.5007L14.1693%208.33398H5.83594Z'%20fill='%23AD26FF'/%3e%3c/g%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='4.5'%20stroke='%23AD26FF'/%3e%3cdefs%3e%3cclipPath%20id='clip0_15930_478'%3e%3crect%20width='20'%20height='20'%20rx='5'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") !important;
  color: "#AD26FF" !important;
}

.den-achievements .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_15930_478)'%3e%3cpath%20d='M5.83594%208.33398L10.0026%2012.5007L14.1693%208.33398H5.83594Z'%20fill='%23AD26FF'/%3e%3c/g%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='4.5'%20stroke='%23AD26FF'/%3e%3cdefs%3e%3cclipPath%20id='clip0_15930_478'%3e%3crect%20width='20'%20height='20'%20rx='5'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") !important;
  color: "#AD26FF" !important;
}
/* 
.spotlight span {
    white-space: nowrap;
    position: fixed;
    bottom: 16px;
    right: 16px;
    font-size: 0.8rem;
    display: flex;
    align-items: center
}
  
.spotlight span img {
      margin: 0 0 0 4px;
}
  
.spotlight input {
    margin: 50px 0; 
}

.RadialProgress {
    --hue: 220;
    --holesize: 65%;
    --track-bg: hsl(233, 34%, 92%);
    
    height: 50vmin;
    width: 50vmin;
    min-width: 100px;
    min-height: 100px;
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    position: relative;
    font-weight: 700;
    font-size: max(10vmin, 1.4rem)
}
  
.RadialProgress::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    z-index: -1;
    background: conic-gradient(
    hsl(var(--hue) 100% 70%),
    hsl(var(--hue) 100% 40%),
    hsl(var(--hue) 100% 70%) var(--progress, 0%),
    var(--track-bg) var(--progress, 0%) 100%
    );
    
    -webkit-mask-image: radial-gradient(
    transparent var(--holesize),
    black calc(var(--holesize) + 0.5px)
    );
    
            mask-image: radial-gradient(
    transparent var(--holesize),
    black calc(var(--holesize) + 0.5px)
    );
} */
