/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/SignupForm/SignupForm.scss ***!
  \**************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/ResetPasswordForm/ResetPasswordForm.scss ***!
  \****************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/ResetEmailSentForm/ResetEmailSentForm.scss ***!
  \******************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/ProfileDetail/ProfileDetail.scss ***!
  \********************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/OTPVerification/OTPVerification.scss ***!
  \************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/layouts/Header/PromoCode/promo-code.scss ***!
  \*******************************************************************************************************************************************************************/
.promo-code-banner {
  width: 100%;
  height: 30px;
  background-color: #fff5e0;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/layouts/NotAvailablePage/not-available-page.scss ***!
  \***************************************************************************************************************************************************************************/
.not-available-city-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 28px 64px 28px;
}
.not-available-city-wrapper .no-search-result-animation img {
  width: 730px;
  height: 230px;
  object-fit: contain;
}
.not-available-city-wrapper .header-txt {
  max-width: 480px;
  color: #233B58;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.not-available-city-wrapper .explore-txt {
  color: var(--Grey-1, #797764);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.not-available-city-wrapper .info-button {
  background: #32445B;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  padding: 18px 0px;
  text-align: center;
  margin-top: 16px;
  width: 290px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .not-available-city-wrapper {
    padding-top: 72px;
    padding-bottom: 56px;
  }
  .not-available-city-wrapper .no-search-result-animation img {
    width: 315px;
    height: 120px;
  }
  .not-available-city-wrapper .header-txt {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .not-available-city-wrapper .explore-txt {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .not-available-city-wrapper .info-button {
    width: 260px;
  }
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Loader/index.css ***!
  \******************************************************************************************************************************************************/
.spinner-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.2;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #40C1AB;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/GlobalWhatsAppButton/global-whatsapp-button.scss ***!
  \**************************************************************************************************************************************************************************************/
.global-whatsapp-btn {
  align-items: center;
  justify-content: center;
  display: flex;
  position: fixed;
  bottom: 65px;
  right: 18px;
  cursor: pointer;
  z-index: 100;
  transition: transform 0.3s ease;
}
.global-whatsapp-btn:hover {
  transform: scale(1.1);
}
.global-whatsapp-btn:focus {
  outline: none;
}
.global-whatsapp-btn .whatsapp-icon {
  width: 100px;
  height: 100px;
}

[dir=rtl] .global-whatsapp-btn {
  right: auto;
  left: 18px;
}

@media (max-width: 768px) {
  .global-whatsapp-btn {
    bottom: 80px;
    right: 30px;
  }
  .global-whatsapp-btn .whatsapp-icon {
    width: 70px;
    height: 70px;
  }
  [dir=rtl] .global-whatsapp-btn {
    right: auto;
    left: 15px;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/layouts/NewFooter/new-footer.scss ***!
  \************************************************************************************************************************************************************/
.footerv2_wrapper {
  background-color: #F8F8F8;
}
.footerv2_wrapper .footerv2 {
  padding-top: 30px !important;
}
.footerv2_wrapper .footerv2 .container .row {
  display: block;
}
.footerv2_wrapper .footerv2 .container .row .brand {
  width: 100px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.footerv2_wrapper .footerv2 .container .row .site-banner {
  float: right;
  width: 50%;
}
.footerv2_wrapper .footerv2 .container .row .site-banner a {
  color: #32445B;
}
.footerv2_wrapper .footerv2 .container .row .site-banner .list {
  font-size: 10px;
}
.footerv2_wrapper .footerv2 .container .row .site-banner .payment {
  cursor: default;
}
.footerv2_wrapper .footerv2 .container .row .site-banner .social-link {
  font-size: 12px;
  color: #32445B;
}
.footerv2_wrapper .footerv2 .container .row .site-banner .social-link-en {
  padding-right: 15px;
}
.footerv2_wrapper .footerv2 .container .row .site-banner .social-link-ar {
  padding-left: 15px;
}
.footerv2_wrapper .footerv2 .container .row .site-banner .fotter-payment-list {
  grid-template-columns: 60px 60px;
  display: grid;
  grid-gap: 0px 10px;
}
.footerv2_wrapper .footerv2 .container .row .hair-loss-site-banner {
  float: left !important;
}
.footerv2_wrapper .footerv2 .container .copyright {
  font-size: 12px;
  display: inline-block;
  margin-left: 0px;
  width: 100%;
  text-align: center;
}
.footerv2_wrapper .footerv2 .container .mobile-view-footer {
  display: none;
}
.footerv2_wrapper .footerv2 .container .desktop-view-footer {
  display: unset;
}
.footerv2_wrapper .footerv2 .lottie {
  width: 160px !important;
  align-items: center;
  margin: auto;
  margin-top: -40px;
}
.footerv2_wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footerv2_wrapper .justify-content-center {
  justify-content: center !important;
}
.footerv2_wrapper .en {
  font-family: Poppins;
}
.footerv2_wrapper .list {
  font-size: 14px;
  padding: 5px 0px;
}
.footerv2_wrapper ._p-0 {
  padding: 3px !important;
}
.footerv2_wrapper ._pb-50 {
  padding-bottom: 50px;
}
.footerv2_wrapper ._pb-5 {
  padding-bottom: 5px !important;
}
.footerv2_wrapper ._pr-40 {
  padding-right: 40px !important;
}
.footerv2_wrapper .mb-3,
.footerv2_wrapper .my-3 {
  margin-bottom: 1rem !important;
}
.footerv2_wrapper dl,
.footerv2_wrapper ol,
.footerv2_wrapper ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.footerv2_wrapper ul {
  font-size: 17px;
}
.footerv2_wrapper li {
  list-style: none;
  cursor: pointer;
}
.footerv2_wrapper .bold {
  font-weight: bold;
}
.footerv2_wrapper .regular {
  font-weight: 400;
}
.footerv2_wrapper .set-max-width {
  max-width: 1440px;
}
.footerv2_wrapper .margin-center {
  margin: 0px auto;
}
.footerv2_wrapper a {
  text-decoration: none !important;
  color: #007bff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.footerv2_wrapper .row > * {
  display: flex;
  justify-content: center;
  flex-wrap: unset !important;
  flex-shrink: unset !important;
  width: unset !important;
}

@media (max-width: 768px) {
  .footerv2_wrapper {
    padding-top: 20px;
  }
  .footerv2_wrapper .footerv2 .container .row .brand {
    display: none;
  }
  .footerv2_wrapper .footerv2 .container .mobile-view-footer {
    display: unset;
  }
  .footerv2_wrapper .footerv2 .container .desktop-view-footer {
    display: none;
  }
  .footerv2_wrapper .footerv2 .container .lottie {
    display: none !important;
  }
  .footerv2_wrapper .row > * {
    justify-content: center;
    flex-wrap: wrap !important;
    flex-shrink: unset !important;
    width: unset !important;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .footerv2_wrapper .container .row {
    margin-bottom: 0px;
  }
  .footerv2_wrapper .container .row .site-banner-wrap {
    display: flex;
  }
  .footerv2_wrapper .container .copyright {
    margin-top: 30px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .footerv2_wrapper {
    background-color: #F8F8F8;
  }
  .footerv2_wrapper .footerv2 {
    padding-top: 50px !important;
  }
  .footerv2_wrapper .footerv2 .container {
    max-width: 100%;
  }
  .footerv2_wrapper .footerv2 .container .row .brand {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap {
    justify-content: center;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner {
    float: left;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner .ulist-row1 {
    height: 160px;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner .list {
    font-size: 14px;
    padding: 3px 0px;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner .social-link {
    font-size: 16px;
  }
  .footerv2_wrapper .footerv2 .container .copyright {
    font-size: 14px;
    display: inline-block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footerv2_wrapper {
    background-color: #F8F8F8;
  }
  .footerv2_wrapper .footerv2 {
    padding-top: 50px !important;
  }
  .footerv2_wrapper .footerv2 .container {
    max-width: 100%;
  }
  .footerv2_wrapper .footerv2 .container .row {
    margin-left: 0px;
    margin-right: 0px;
    justify-content: center;
  }
  .footerv2_wrapper .footerv2 .container .row .brand {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap {
    display: flex;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner {
    float: left;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner .list {
    font-size: 14px;
    padding: 5px 0px;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner .social-link {
    font-size: 16px;
  }
  .footerv2_wrapper .footerv2 .container .copyright {
    margin-top: 50px;
    font-size: 14px;
    display: flex;
    padding-top: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .footerv2_wrapper {
    background-color: #F8F8F8;
  }
  .footerv2_wrapper .footerv2 {
    padding-top: 50px !important;
  }
  .footerv2_wrapper .footerv2 .container .row {
    justify-content: center;
  }
  .footerv2_wrapper .footerv2 .container .row .pict-div {
    text-align: center;
    width: unset !important;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap {
    display: flex;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner {
    float: left;
    padding: 0px 45px;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner .list {
    font-size: 14px;
    padding: 3px 0px;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner .social-link {
    font-size: 16px;
  }
  .footerv2_wrapper .footerv2 .container .copyright {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .footerv2_wrapper .row > * {
    display: flex !important;
    flex-wrap: unset !important;
    flex-shrink: unset !important;
    width: unset !important;
  }
}
@media (min-width: 1201px) {
  .footerv2_wrapper {
    background-color: #F8F8F8;
  }
  .footerv2_wrapper .footerv2 {
    padding-top: 50px !important;
  }
  .footerv2_wrapper .footerv2 .container .row {
    display: flex;
    justify-content: center;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap {
    display: flex;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner {
    float: left;
    width: unset;
    padding: 0px 45px;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner .list {
    font-size: 14px;
    padding: 3px 0px;
  }
  .footerv2_wrapper .footerv2 .container .row .site-banner-wrap .site-banner .social-link {
    font-size: 16px;
  }
  .footerv2_wrapper .footerv2 .container .copyright {
    margin-top: 50px;
    font-size: 14px;
  }
  .footerv2_wrapper .mb-3 {
    margin-bottom: 1rem !important;
  }
  .footerv2_wrapper .row > * {
    display: unset !important;
    flex-wrap: unset !important;
    flex-shrink: unset !important;
    width: unset !important;
  }
}
.license {
  display: flex;
  gap: 18px;
  margin: auto;
  background-color: #F8F8F8;
  justify-content: center;
}
.license .iso-cont {
  padding: 8px 28px;
  display: flex;
  background-color: #EFF0F1;
  border: 1px solid #E7EAEF;
  border-radius: 8px;
  gap: 8px;
}
.license .iso-cont .iso-logo {
  height: 32px;
  width: 32px;
}
.license .iso-cont .iso-logo img {
  height: 100%;
  width: 100%;
}
.license .iso-cont .iso-text {
  font-weight: 500;
  font-size: 10px;
  color: #32445B;
  padding-top: 8px;
}
.license .gdpr-cont {
  padding: 8px 30px;
  display: flex;
  background-color: #EFF0F1;
  border-radius: 8px;
  border: 1px solid #E7EAEF;
  gap: 8px;
}
.license .gdpr-cont .gdpr-logo {
  height: 32px;
  width: 32px;
}
.license .gdpr-cont .gdpr-logo img {
  height: 100%;
  width: 100%;
}
.license .gdpr-cont .gdpr-text {
  font-weight: 500;
  font-size: 10px;
  color: #32445B;
  padding-top: 8px;
}

.new-copyright {
  font-size: 14px;
  text-align: center;
  background-color: #F8F8F8;
  padding-top: 32px;
  padding-bottom: 50px;
}

.new-service-provider-temp {
  font-size: 14px;
  text-align: center;
  background-color: #F8F8F8;
  padding: 32px;
  padding-top: 0px;
}

@media (max-width: 376px) {
  .license {
    display: flex;
    justify-items: center;
    background-color: #F8F8F8;
  }
  .license .iso-cont {
    padding: 8px 15px;
    display: flex;
    background-color: #EFF0F1;
    border: 1px solid #E7EAEF;
    border-radius: 8px;
    gap: 8px;
  }
  .license .iso-cont .iso-text {
    font-weight: 500;
    font-size: 10px;
    color: #32445B;
    padding-top: 8px;
  }
  .license .gdpr-cont {
    padding: 8px 12px;
    display: flex;
    background-color: #EFF0F1;
    border: 1px solid #E7EAEF;
    border-radius: 8px;
    gap: 8px;
  }
  .license .gdpr-cont .gdpr-text {
    font-weight: 500;
    font-size: 10px;
    color: #32445B;
    padding-top: 8px;
  }
  .new-copyright {
    font-size: 14px;
    text-align: center;
    background-color: #F8F8F8;
    padding-top: 32px;
    padding-bottom: 50px;
  }
  .new-service-provider-temp {
    font-size: 14px;
    text-align: center;
    background-color: #F8F8F8;
    padding: 16px;
    padding-top: 0px;
  }
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/sitemapFooter/sitemapfooter.scss ***!
  \**********************************************************************************************************************************************************************/
.sitemap-footer {
  padding: 5px 10px 10px 10px;
  color: #32445B !important;
  max-width: 1366px;
  line-height: 1.2;
  width: 654px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 16px;
}
.sitemap-footer .at-home-testing .at-home-testing-tag {
  position: relative;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #F8F8F8;
  padding-left: 24px;
  color: #32445B;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 16px 0;
}
.sitemap-footer .at-home-testing .at-home-testing-tag #plus-sign {
  position: absolute;
  right: 16px;
  font-size: 24px;
  color: #98A1AC;
  cursor: pointer;
}
.sitemap-footer .at-home-testing .at-home-testing-tag #minus-sign {
  position: absolute;
  right: 16px;
  font-size: 24px;
  color: #98A1AC;
  cursor: pointer;
}
.sitemap-footer .at-home-testing .at-home-testing-tag a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
}
.sitemap-footer .at-home-testing .at-home-testing-link {
  padding: 0 25px;
}
.sitemap-footer .sitemap-box a {
  color: #32445B !important;
}
.sitemap-footer .sitemap-box .hedding {
  text-decoration: none;
  font-size: 12px;
}
.sitemap-footer .sitemap-box .all-links .head-link a {
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  color: #6F7783;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sitemap-footer .sitemap-box .all-links .all-links .links a {
  cursor: pointer;
  text-decoration: none;
  text-align: 10px !important;
  color: #6F7783;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 769px) {
  .sitemap-footer {
    width: 91%;
  }
}
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/utils/bootstrap.min.scss ***!
  \***************************************************************************************************************************************************/
@charset "UTF-8";
/*!
* Bootstrap  v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
.btn-danger, .btn-dark, .btn-info, .btn-light, .btn-primary, .btn-secondary, .btn-success, .btn-warning {
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.popover, .tooltip, address {
  font-style: normal;
}

.toast, .toast-container {
  --bs-toast-zindex:1090;
  max-width: 100%;
}

.card, .popover, .toast-body, .tooltip, code {
  word-wrap: break-word;
}

.form-label, dd, legend {
  margin-bottom: 0.5rem;
}

progress, sub, sup {
  vertical-align: baseline;
}

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

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

.btn-check, .form-floating > label {
  position: absolute;
  pointer-events: none;
}

.accordion-button, .alert, .btn .badge, .carousel, .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center, .form-floating, .input-group, .input-group .btn, .list-group-item, .page-link, sub, sup {
  position: relative;
}

.btn, .btn-link {
  --bs-btn-font-weight:400;
}

.carousel-indicators .active, .form-control:disabled, select:disabled {
  opacity: 1;
}

.dropdown-menu, .dropdown-menu-dark {
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
}

.dropdown-header, .dropdown-item, .dropdown-toggle, .input-group-text, .navbar-brand {
  white-space: nowrap;
}

.nav, .navbar-nav {
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
}

.breadcrumb, .carousel-indicators, .dropdown-menu, .nav, .navbar-nav, .pagination {
  list-style: none;
}

.border-danger, .border-dark, .border-info, .border-light, .border-primary, .border-secondary, .border-success, .border-warning, .border-white {
  --bs-border-opacity:1;
}

.text-black, .text-black-50, .text-body, .text-danger, .text-dark, .text-info, .text-light, .text-muted, .text-opacity-100, .text-primary, .text-reset, .text-secondary, .text-success, .text-warning, .text-white, .text-white-50 {
  --bs-text-opacity:1;
}

.bg-black, .bg-body, .bg-danger, .bg-dark, .bg-info, .bg-light, .bg-primary, .bg-secondary, .bg-success, .bg-transparent, .bg-warning, .bg-white {
  --bs-bg-opacity:1;
}

*, ::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;
}

.alert-heading, a > code, hr, pre code {
  color: inherit;
}

hr {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

.blockquote, .blockquote-footer, address, dl, ol, p, pre, ul {
  margin-bottom: 1rem;
}

address, legend {
  line-height: inherit;
}

.display-6, .h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

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

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

.list-group-horizontal > .list-group-item.active, dl, ol, p, ul {
  margin-top: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.btn, .form-control-color:not(:disabled):not([readonly]), .form-control[type=file]:not(:disabled):not([readonly]), [role=button], [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), summary {
  cursor: pointer;
}

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

.accordion-header, .blockquote > :last-child, .card-text:last-child, ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

.alert-link, dt {
  font-weight: 700;
}

.card > hr, .dropdown-toggle-split::after, .dropdown-toggle:empty::after, .dropend .dropdown-toggle-split::after, .dropend .dropdown-toggle:empty::after, .dropstart .dropdown-toggle:empty::after, .dropup .dropdown-toggle-split::after, .dropup .dropdown-toggle:empty::after, dd {
  margin-left: 0;
}

blockquote, figure {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

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

.mark, mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub, sup {
  font-size: 0.75em;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: var(--bs-link-hover-color);
}

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

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

pre {
  display: block;
  margin-top: 0;
  overflow: auto;
}

pre code {
  font-size: inherit;
  word-break: normal;
}

code {
  color: var(--bs-code-color);
}

kbd {
  padding: 0.1875rem 0.375rem;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

img, svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border: 0 solid;
  border-color: inherit;
}

.figure, .list-inline-item, label, output {
  display: inline-block;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed, .list-group-flush, .modal-fullscreen .modal-footer, .modal-fullscreen .modal-header, button {
  border-radius: 0;
}

fieldset, iframe {
  border: 0;
}

.form-control-plaintext:focus, .form-range:focus, 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;
}

select {
  word-wrap: normal;
}

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

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

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

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  font-size: calc(1.275rem + 0.3vw);
}

legend + * {
  clear: left;
}

.form-control, .form-select {
  -webkit-appearance: none;
  font-weight: 400;
}

summary {
  display: list-item;
}

.d-none, [hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}

.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote-footer, .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer {
  margin-top: -1rem;
}

.blockquote-footer::before {
  content: "— ";
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

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

.row {
  --bs-gutter-x:1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

.col {
  flex: 1 0 0%;
}

.col-auto, .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

.col-6, .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-3, .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.col-1, .col-2, .col-4, .col-5, .col-7, .col-8, .row-cols-6 > * {
  flex: 0 0 auto;
}

.row-cols-6 > * {
  width: 16.6666666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  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%;
}

.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-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;
}

.table {
  --bs-table-color:var(--bs-body-color);
  --bs-table-bg:transparent;
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-body-color);
  --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  --bs-table-active-color:var(--bs-body-color);
  --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  --bs-table-hover-color:var(--bs-body-color);
  --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table-danger, .table-info, .table-light, .table-primary, .table-secondary, .table-success, .table-warning {
  --bs-table-color:#000;
  --bs-table-striped-color:#000;
  --bs-table-active-color:#000;
  --bs-table-hover-color:#000;
}

.table > :not(caption) > * > * {
  padding: 0.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-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

.form-floating > .form-control-plaintext ~ label, .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.card > .list-group:last-child, .list-group-flush > .list-group-item:last-child, .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.card > .list-group:first-child, .list-group-item + .list-group-item, .table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n), .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.collapsing, .dropdown-divider, .form-control[type=file] {
  overflow: hidden;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .form-control:focus {
  color: #212529;
  background-color: #fff;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-check-input:focus, .form-control:focus, .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control:disabled, .form-select:disabled {
  background-color: #e9ecef;
}

.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-plaintext, .form-select {
  color: #212529;
  line-height: 1.5;
  display: block;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: inherit;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: inherit;
}

.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-plaintext {
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-check-input, .form-select {
  background-color: #fff;
  -moz-appearance: none;
  background-repeat: no-repeat;
}

.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 + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

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

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

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

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2386b7fe%27/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

.btn-check {
  clip: rect(0, 0, 0, 0);
}

.dropdown-menu, .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.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 > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

.accordion-button:hover, .input-group .btn {
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.alert-dismissible, .input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.invalid-tooltip, .valid-tooltip {
  z-index: 5;
  display: none;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  top: 100%;
  position: absolute;
  max-width: 100%;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :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;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
}

.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 + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
  width: calc(3rem + 1.5em + 0.75rem);
}

.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 0.25rem rgba(25, 135, 84, 0.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 ~ .invalid-feedback, .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

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

.invalid-tooltip {
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.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 + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
  width: calc(3rem + 1.5em + 0.75rem);
}

.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 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.btn, .btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x:0.75rem;
  --bs-btn-padding-y:0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-line-height:1.5;
  --bs-btn-color:#212529;
  --bs-btn-bg:transparent;
  --bs-btn-border-width:1px;
  --bs-btn-border-color:transparent;
  --bs-btn-border-radius:0.375rem;
  --bs-btn-hover-border-color:transparent;
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity:0.65;
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary, .btn-secondary, .btn-success {
  --bs-btn-color:#fff;
  --bs-btn-hover-color:#fff;
  --bs-btn-active-color:#fff;
  --bs-btn-disabled-color:#fff;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
  vertical-align: 0.255em;
  content: "";
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.btn-primary {
  --bs-btn-bg:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-bg:#0b5ed7;
  --bs-btn-hover-border-color:#0a58ca;
  --bs-btn-focus-shadow-rgb:49,132,253;
  --bs-btn-active-bg:#0a58ca;
  --bs-btn-active-border-color:#0a53be;
  --bs-btn-disabled-bg:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}

.btn-secondary {
  --bs-btn-bg:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-bg:#5c636a;
  --bs-btn-hover-border-color:#565e64;
  --bs-btn-focus-shadow-rgb:130,138,145;
  --bs-btn-active-bg:#565e64;
  --bs-btn-active-border-color:#51585e;
  --bs-btn-disabled-bg:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}

.btn-success {
  --bs-btn-bg:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-bg:#157347;
  --bs-btn-hover-border-color:#146c43;
  --bs-btn-focus-shadow-rgb:60,153,110;
  --bs-btn-active-bg:#146c43;
  --bs-btn-active-border-color:#13653f;
  --bs-btn-disabled-bg:#198754;
  --bs-btn-disabled-border-color:#198754;
}

.btn-info, .btn-warning {
  --bs-btn-color:#000;
  --bs-btn-hover-color:#000;
  --bs-btn-active-color:#000;
  --bs-btn-disabled-color:#000;
}

.btn-info {
  --bs-btn-bg:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-bg:#31d2f2;
  --bs-btn-hover-border-color:#25cff2;
  --bs-btn-focus-shadow-rgb:11,172,204;
  --bs-btn-active-bg:#3dd5f3;
  --bs-btn-active-border-color:#25cff2;
  --bs-btn-disabled-bg:#0dcaf0;
  --bs-btn-disabled-border-color:#0dcaf0;
}

.btn-warning {
  --bs-btn-bg:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-bg:#ffca2c;
  --bs-btn-hover-border-color:#ffc720;
  --bs-btn-focus-shadow-rgb:217,164,6;
  --bs-btn-active-bg:#ffcd39;
  --bs-btn-active-border-color:#ffc720;
  --bs-btn-disabled-bg:#ffc107;
  --bs-btn-disabled-border-color:#ffc107;
}

.btn-danger, .btn-dark {
  --bs-btn-hover-color:#fff;
  --bs-btn-active-color:#fff;
}

.btn-danger {
  --bs-btn-color:#fff;
  --bs-btn-bg:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-bg:#bb2d3b;
  --bs-btn-hover-border-color:#b02a37;
  --bs-btn-focus-shadow-rgb:225,83,97;
  --bs-btn-active-bg:#b02a37;
  --bs-btn-active-border-color:#a52834;
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#dc3545;
  --bs-btn-disabled-border-color:#dc3545;
}

.btn-light {
  --bs-btn-color:#000;
  --bs-btn-bg:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#d3d4d5;
  --bs-btn-hover-border-color:#c6c7c8;
  --bs-btn-focus-shadow-rgb:211,212,213;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#c6c7c8;
  --bs-btn-active-border-color:#babbbc;
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#f8f9fa;
  --bs-btn-disabled-border-color:#f8f9fa;
}

.btn-outline-primary, .btn-outline-secondary, .btn-outline-success {
  --bs-btn-hover-color:#fff;
  --bs-btn-active-color:#fff;
}

.btn-dark {
  --bs-btn-color:#fff;
  --bs-btn-bg:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-bg:#424649;
  --bs-btn-hover-border-color:#373b3e;
  --bs-btn-focus-shadow-rgb:66,70,73;
  --bs-btn-active-bg:#4d5154;
  --bs-btn-active-border-color:#373b3e;
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#212529;
  --bs-btn-disabled-border-color:#212529;
}

.btn-outline-danger, .btn-outline-info, .btn-outline-primary, .btn-outline-secondary, .btn-outline-success, .btn-outline-warning {
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg:transparent;
  --bs-gradient:none;
}

.btn-outline-primary {
  --bs-btn-color:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-bg:#0d6efd;
  --bs-btn-hover-border-color:#0d6efd;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-bg:#0d6efd;
  --bs-btn-active-border-color:#0d6efd;
  --bs-btn-disabled-color:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}

.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-bg:#6c757d;
  --bs-btn-hover-border-color:#6c757d;
  --bs-btn-focus-shadow-rgb:108,117,125;
  --bs-btn-active-bg:#6c757d;
  --bs-btn-active-border-color:#6c757d;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}

.btn-outline-success {
  --bs-btn-color:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-bg:#198754;
  --bs-btn-hover-border-color:#198754;
  --bs-btn-focus-shadow-rgb:25,135,84;
  --bs-btn-active-bg:#198754;
  --bs-btn-active-border-color:#198754;
  --bs-btn-disabled-color:#198754;
  --bs-btn-disabled-border-color:#198754;
}

.btn-outline-info, .btn-outline-warning {
  --bs-btn-hover-color:#000;
  --bs-btn-active-color:#000;
}

.btn-outline-info {
  --bs-btn-color:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-bg:#0dcaf0;
  --bs-btn-hover-border-color:#0dcaf0;
  --bs-btn-focus-shadow-rgb:13,202,240;
  --bs-btn-active-bg:#0dcaf0;
  --bs-btn-active-border-color:#0dcaf0;
  --bs-btn-disabled-color:#0dcaf0;
  --bs-btn-disabled-border-color:#0dcaf0;
}

.btn-outline-warning {
  --bs-btn-color:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-bg:#ffc107;
  --bs-btn-hover-border-color:#ffc107;
  --bs-btn-focus-shadow-rgb:255,193,7;
  --bs-btn-active-bg:#ffc107;
  --bs-btn-active-border-color:#ffc107;
  --bs-btn-disabled-color:#ffc107;
  --bs-btn-disabled-border-color:#ffc107;
}

.btn-outline-danger {
  --bs-btn-color:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#dc3545;
  --bs-btn-hover-border-color:#dc3545;
  --bs-btn-focus-shadow-rgb:220,53,69;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#dc3545;
  --bs-btn-active-border-color:#dc3545;
  --bs-btn-disabled-color:#dc3545;
  --bs-btn-disabled-border-color:#dc3545;
}

.btn-link {
  --bs-btn-color:var(--bs-link-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:var(--bs-link-hover-color);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-color:var(--bs-link-hover-color);
  --bs-btn-active-border-color:transparent;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-box-shadow:none;
  --bs-btn-focus-shadow-rgb:49,132,253;
  text-decoration: underline;
}

.dropdown-item, .nav-link, .navbar-brand, .navbar-toggler:focus, .navbar-toggler:hover, .page-link {
  text-decoration: none;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

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

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

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show), .modal-backdrop.fade, .offcanvas-backdrop.fade, .toast.showing {
  opacity: 0;
}

.badge:empty, .collapse:not(.show), .navbar-expand .navbar-toggler, .navbar-expand .offcanvas .offcanvas-header, .popover-header:empty, .tab-content > .tab-pane, .toast:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  transition: height 0.35s;
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  border-top: 0.3em solid;
  border-bottom: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0.5rem;
  --bs-dropdown-spacer:0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:#212529;
  --bs-dropdown-bg:#fff;
  --bs-dropdown-border-radius:0.375rem;
  --bs-dropdown-border-width:1px;
  --bs-dropdown-inner-border-radius:calc(0.375rem - 1px);
  --bs-dropdown-divider-margin-y:0.5rem;
  --bs-dropdown-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color:#212529;
  --bs-dropdown-link-hover-color:#1e2125;
  --bs-dropdown-link-hover-bg:#e9ecef;
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:0.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:0.5rem;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position:start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position:end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropend .dropdown-toggle::after, .dropstart .dropdown-toggle::before {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  content: "";
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  border-right: 0;
  border-left: 0.3em solid;
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  border-right: 0.3em solid;
  vertical-align: 0;
}

.card > hr, .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active, .dropdown-menu.show, .tab-content > .active {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);
  --bs-dropdown-header-color:#adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.375rem;
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn, .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .card-img, .card-img-bottom, .card-img-top, .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  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 {
  --bs-nav-link-padding-x:1rem;
  --bs-nav-link-color:var(--bs-link-color);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:#6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width:1px;
  --bs-nav-tabs-border-color:#dee2e6;
  --bs-nav-tabs-border-radius:0.375rem;
  --bs-nav-tabs-link-hover-border-color:#e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color:#495057;
  --bs-nav-tabs-link-active-bg:#fff;
  --bs-nav-tabs-link-active-border-color:#dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-pills .nav-link:disabled, .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius:0.375rem;
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:#0d6efd;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-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;
}

.navbar {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  --bs-navbar-color:rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color:rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color:rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color:rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y:0.3125rem;
  --bs-navbar-brand-margin-end:1rem;
  --bs-navbar-brand-font-size:1.25rem;
  --bs-navbar-brand-color:rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color:rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x:0.5rem;
  --bs-navbar-toggler-padding-y:0.25rem;
  --bs-navbar-toggler-padding-x:0.75rem;
  --bs-navbar-toggler-font-size:1.25rem;
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color:rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius:0.375rem;
  --bs-navbar-toggler-focus-width:0.25rem;
  --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
}

.card-header-pills, .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.navbar-text, .navbar-toggler {
  color: var(--bs-navbar-color);
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x:0;
  --bs-nav-link-color:var(--bs-navbar-color);
  --bs-nav-link-hover-color:var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link, .navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.list-group-horizontal, .navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.card, .progress-bar {
  flex-direction: column;
}

.navbar-dark {
  --bs-navbar-color:rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#fff;
  --bs-navbar-brand-color:#fff;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y:1rem;
  --bs-card-spacer-x:1rem;
  --bs-card-title-spacer-y:0.5rem;
  --bs-card-border-width:1px;
  --bs-card-border-color:var(--bs-border-color-translucent);
  --bs-card-border-radius:0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius:calc(0.375rem - 1px);
  --bs-card-cap-padding-y:0.5rem;
  --bs-card-cap-padding-x:1rem;
  --bs-card-cap-bg:rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg:#fff;
  --bs-card-img-overlay-padding:1rem;
  --bs-card-group-margin:0.75rem;
  position: relative;
  display: flex;
  min-width: 0;
  height: var(--bs-card-height);
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-img, .card-img-top, .card > .list-group:first-child {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card > .list-group:last-child {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.accordion-flush .accordion-item:first-child, .accordion-item:not(:first-of-type), .card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

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

.card-footer, .card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  margin-bottom: 0;
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

.accordion {
  --bs-accordion-color:#212529;
  --bs-accordion-bg:#fff;
  --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:1px;
  --bs-accordion-border-radius:0.375rem;
  --bs-accordion-inner-border-radius:calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:#212529;
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%230c63e4%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color:#86b7fe;
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:#0c63e4;
  --bs-accordion-active-bg:#e7f1ff;
}

.accordion-button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.badge, .progress-bar {
  text-align: center;
  white-space: nowrap;
}

.progress, .progress-bar {
  overflow: hidden;
  display: flex;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

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

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

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

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

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

.page-link {
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x:1.5rem;
  --bs-pagination-padding-y:0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius:0.5rem;
}

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

.badge {
  --bs-badge-padding-x:0.65em;
  --bs-badge-padding-y:0.35em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight:700;
  --bs-badge-color:#fff;
  --bs-badge-border-radius:0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.btn .badge {
  top: -1px;
}

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

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color:#084298;
  --bs-alert-bg:#cfe2ff;
  --bs-alert-border-color:#b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color:#41464b;
  --bs-alert-bg:#e2e3e5;
  --bs-alert-border-color:#d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color:#0f5132;
  --bs-alert-bg:#d1e7dd;
  --bs-alert-border-color:#badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color:#055160;
  --bs-alert-bg:#cff4fc;
  --bs-alert-border-color:#b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color:#664d03;
  --bs-alert-bg:#fff3cd;
  --bs-alert-border-color:#ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color:#842029;
  --bs-alert-bg:#f8d7da;
  --bs-alert-border-color:#f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color:#636464;
  --bs-alert-bg:#fefefe;
  --bs-alert-border-color:#fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color:#141619;
  --bs-alert-bg:#d3d3d4;
  --bs-alert-border-color:#bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:#e9ecef;
  --bs-progress-border-radius:0.375rem;
  --bs-progress-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#0d6efd;
  --bs-progress-bar-transition:width 0.6s ease;
  height: var(--bs-progress-height);
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  justify-content: center;
  color: var(--bs-progress-bar-color);
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

.popover, .tooltip {
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  text-decoration: none;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

.list-group {
  --bs-list-group-color:#212529;
  --bs-list-group-bg:#fff;
  --bs-list-group-border-color:rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width:1px;
  --bs-list-group-border-radius:0.375rem;
  --bs-list-group-item-padding-x:1rem;
  --bs-list-group-item-padding-y:0.5rem;
  --bs-list-group-action-color:#495057;
  --bs-list-group-action-hover-color:#495057;
  --bs-list-group-action-hover-bg:#f8f9fa;
  --bs-list-group-action-active-color:#212529;
  --bs-list-group-action-active-bg:#e9ecef;
  --bs-list-group-disabled-color:#6c757d;
  --bs-list-group-disabled-bg:#fff;
  --bs-list-group-active-color:#fff;
  --bs-list-group-active-bg:#0d6efd;
  --bs-list-group-active-border-color:#0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.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: 0.25em;
  color: #000;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

.modal-content, .popover, .toast, .toast-header {
  background-clip: padding-box;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-padding-x:0.75rem;
  --bs-toast-padding-y:0.5rem;
  --bs-toast-spacing:1.5rem;
  --bs-toast-max-width:350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg:rgba(255, 255, 255, 0.85);
  --bs-toast-border-width:1px;
  --bs-toast-border-color:var(--bs-border-color-translucent);
  --bs-toast-border-radius:0.375rem;
  --bs-toast-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color:#6c757d;
  --bs-toast-header-bg:rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color:rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast-container {
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog, .offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body, .modal-fullscreen .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

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

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

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

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.tooltip {
  --bs-tooltip-zindex:1080;
  --bs-tooltip-max-width:200px;
  --bs-tooltip-padding-x:0.5rem;
  --bs-tooltip-padding-y:0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color:#fff;
  --bs-tooltip-bg:#000;
  --bs-tooltip-border-radius:0.375rem;
  --bs-tooltip-opacity:0.9;
  --bs-tooltip-arrow-width:0.8rem;
  --bs-tooltip-arrow-height:0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  line-height: 1.5;
  text-align: left;
  text-align: start;
  font-size: var(--bs-tooltip-font-size);
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow, .fixed-bottom {
  bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow, .fixed-top {
  top: 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

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

.popover {
  --bs-popover-zindex:1070;
  --bs-popover-max-width:276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg:#fff;
  --bs-popover-border-width:1px;
  --bs-popover-border-color:var(--bs-border-color-translucent);
  --bs-popover-border-radius:0.5rem;
  --bs-popover-inner-border-radius:calc(0.5rem - 1px);
  --bs-popover-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x:1rem;
  --bs-popover-header-padding-y:0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg:#f0f0f0;
  --bs-popover-body-padding-x:1rem;
  --bs-popover-body-padding-y:1rem;
  --bs-popover-body-color:#212529;
  --bs-popover-arrow-width:1rem;
  --bs-popover-arrow-height:0.5rem;
  --bs-popover-arrow-border:var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  line-height: 1.5;
  text-align: left;
  text-align: start;
  font-size: var(--bs-popover-font-size);
  background-color: var(--bs-popover-bg);
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border: 0 solid transparent;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

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

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after, .clearfix::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 0.6s ease-in-out;
}

.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 0.6s;
}

.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: 0.5;
  transition: opacity 0.15s;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.offcanvas-body, .offcanvas-header {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.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;
}

.spinner-border, .spinner-grow {
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-animation-speed:0.75s;
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-border-width:0.25em;
  --bs-spinner-animation-name:spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
  --bs-spinner-border-width:0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-animation-name:spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-bottom, .offcanvas-sm.offcanvas-top {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-bottom, .offcanvas-md.offcanvas-top {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
  .accordion-button, .accordion-button::after, .btn, .carousel-control-next, .carousel-control-prev, .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start, .carousel-indicators [data-bs-target], .carousel-item, .collapsing, .collapsing.collapse-horizontal, .fade, .form-floating > label, .form-select, .form-switch .form-check-input, .modal.fade .modal-dialog, .nav-link, .navbar-toggler, .offcanvas, .page-link, .progress-bar {
    transition: none;
  }
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
  .progress-bar-animated {
    animation: none;
  }
  .spinner-border, .spinner-grow {
    --bs-spinner-animation-speed:1.5s;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.hstack, .vstack {
  display: flex;
  align-self: stretch;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: 2s ease-in-out infinite placeholder-glow;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: 2s linear infinite placeholder-wave;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

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

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

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

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}

.link-primary:focus, .link-primary:hover {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}

.link-success:focus, .link-success:hover {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}

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

.link-warning {
  color: #ffc107 !important;
}

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

.link-danger {
  color: #dc3545 !important;
}

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

.link-light {
  color: #f8f9fa !important;
}

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

.link-dark {
  color: #212529 !important;
}

.link-dark:focus, .link-dark:hover {
  color: #1a1e21 !important;
}

.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%;
}

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

.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%;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas, .offcanvas-sm, .offcanvas-sm .offcanvas-body {
    background-color: transparent !important;
  }
  .container, .container-sm {
    max-width: 540px;
  }
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto, .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-12, .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-6, .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-3, .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-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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%;
  }
  .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;
  }
  .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;
  }
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .list-group-horizontal-sm, .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler, .navbar-expand-sm .offcanvas .offcanvas-header, .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .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;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width:300px;
  }
  .offcanvas-sm {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .offcanvas, .offcanvas-md, .offcanvas-md .offcanvas-body {
    background-color: transparent !important;
  }
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto, .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-12, .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-6, .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-3, .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-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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%;
  }
  .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;
  }
  .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;
  }
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .list-group-horizontal-md, .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler, .navbar-expand-md .offcanvas .offcanvas-header, .offcanvas-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  .offcanvas-md {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas, .offcanvas-lg, .offcanvas-lg .offcanvas-body {
    background-color: transparent !important;
  }
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto, .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-12, .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-6, .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-3, .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-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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%;
  }
  .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;
  }
  .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;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .list-group-horizontal-lg, .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler, .navbar-expand-lg .offcanvas .offcanvas-header, .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  .modal-lg, .modal-xl {
    --bs-modal-width:800px;
  }
  .offcanvas-lg {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas, .offcanvas-xl, .offcanvas-xl .offcanvas-body {
    background-color: transparent !important;
  }
  .display-6, .h1, h1 {
    font-size: 2.5rem;
  }
  .h2, h2 {
    font-size: 2rem;
  }
  .h3, h3 {
    font-size: 1.75rem;
  }
  .h4, h4, legend {
    font-size: 1.5rem;
  }
  .display-1 {
    font-size: 5rem;
  }
  .display-2 {
    font-size: 4.5rem;
  }
  .display-3 {
    font-size: 4rem;
  }
  .display-4 {
    font-size: 3.5rem;
  }
  .display-5 {
    font-size: 3rem;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto, .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-12, .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-6, .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-3, .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-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-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%;
  }
  .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;
  }
  .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;
  }
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .list-group-horizontal-xl, .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler, .navbar-expand-xl .offcanvas .offcanvas-header, .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  .modal-xl {
    --bs-modal-width:1140px;
  }
  .offcanvas-xl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto, .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-12, .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-6, .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-3, .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-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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%;
  }
  .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%;
  }
}
.w-25 {
  width: 25% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-2 {
  margin: 0.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: 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;
}

.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: 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;
}

.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: 0.25rem !important;
}

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

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

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

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

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

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

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

.me-2 {
  margin-right: 0.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: 0.25rem !important;
}

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

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

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

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

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

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

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

.ms-2 {
  margin-left: 0.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: 0.25rem !important;
}

.p-2 {
  padding: 0.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: 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;
}

.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: 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;
}

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

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

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

.pt-2 {
  padding-top: 0.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: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.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: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.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: 0.25rem !important;
}

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

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

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

.ps-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

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

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

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-reset {
  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;
}

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

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

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

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

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

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

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

.bg-transparent {
  background-color: transparent !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;
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/layouts/Header/header.scss ***!
  \*****************************************************************************************************************************************************/
.no-scroll {
  overflow-y: hidden;
}

.desktop-header-fixed {
  position: sticky;
  top: 0;
  z-index: 99;
}

.desktop-header-sticky {
  background: white;
  display: flex;
  padding: 3px 0px;
  position: sticky;
  top: 0;
  position: relative;
  z-index: 100;
  background-color: #FFB900;
}
.desktop-header-sticky .header-container {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  min-width: 80%;
  justify-content: center;
  gap: 24px;
}
.desktop-header-sticky .header-container .header-valeo-logo {
  object-fit: contain;
  cursor: pointer;
  cursor: pointer;
  height: 58px;
  width: 132px;
}
.desktop-header-sticky .header-container .header-item-list a {
  color: #32445b;
  font-weight: 700;
  font-size: 14px;
  text-decoration-line: none;
  padding: 0.5rem 1rem;
}
.desktop-header-sticky .header-container .header-item-list a:hover {
  color: #f77077;
}
.desktop-header-sticky .header-container .header-item-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.desktop-header-sticky .header-container .header-item-list .item-txt {
  color: #32445b;
  font-weight: 700;
  font-size: 14px;
  text-decoration-line: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.desktop-header-sticky .header-container .header-item-list .item-txt:hover {
  color: #f77077;
}
.desktop-header-sticky .header-container .header-item-list .free-consult {
  color: #f77077;
  font-weight: 700;
  font-size: 14px;
  text-decoration-line: none;
  padding: 0.5rem 1rem;
}
.desktop-header-sticky .header-container .header-item-list .free-consult:hover {
  color: #f77077;
}
.desktop-header-sticky .header-container .header-item-list .flag-icon {
  padding: 0.5rem 1rem;
}
.desktop-header-sticky .header-container .header-item-list .flag-icon img {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.desktop-header-sticky .header-container .header-item-list .sign-up-btn {
  background-color: #FFF0C7;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 0px;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-header-sticky .header-container .header-item-list .sign-up-btn-ar {
  margin-left: 0px !important;
  margin-right: 20px !important;
}
.desktop-header-sticky .header-container .header-item-list .sign-up-wrap {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-left: 10px;
  padding: 5px;
}
.desktop-header-sticky .header-container .header-item-list .sign-in-btn-container {
  padding: 4px;
  text-align: center;
  cursor: pointer;
}
.desktop-header-sticky .header-container .header-item-list .sign-in-btn-container img {
  padding-left: 2px;
  padding-right: 2px;
}
.desktop-header-sticky .header-container .header-item-list .sign-in-btn-container .first-name {
  padding: 5px 5px;
}
.desktop-header-sticky .header-container .header-item-list .lang-txt {
  color: #32445b;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 900;
}
.desktop-header-sticky .header-container .header-item-list .lang-txt:hover {
  color: #f77077;
}
.desktop-header-sticky .header-container .lottie {
  width: 160px !important;
}
.desktop-header-sticky .header-container-cyot {
  width: 90% !important;
  justify-content: space-between;
}

.desktop-header-nav-list-main {
  min-height: 38px;
}

.desktop-header-nav-list {
  width: 100%;
  background-color: #FFF0C7;
  padding: 0px 20px;
}
.desktop-header-nav-list .header-item-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.desktop-header-nav-list .header-item-list .item-txt {
  color: #0E3A5E;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 7px 12px;
  cursor: pointer;
}
.desktop-header-nav-list .header-item-list .item-txt .down-arrow {
  display: inline-block;
  transform: rotate(180deg);
}
.desktop-header-nav-list .header-item-list a {
  color: #0E3A5E;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.mobile-header-sticky .mobile-three-dot {
  cursor: pointer;
}
.mobile-header-sticky {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
  position: sticky;
}
.mobile-header-sticky .valeo-logo {
  cursor: pointer;
}
.mobile-header-sticky .valeo-logo img {
  width: 100px;
}
.mobile-header-sticky .sign-up-btn {
  padding: 7.5px 30px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fc6;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  border-radius: 25px;
}
.mobile-header-sticky .sign-in-btn {
  width: 90px;
  justify-content: center;
  padding: unset;
  cursor: pointer;
}
.mobile-header-sticky .sign-in-btn-container {
  padding-top: 8px;
  text-align: center;
  cursor: pointer;
}
.mobile-header-sticky .profile-and-cart {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-side-menu-wrapper {
  padding: 0;
  background-color: white;
  min-height: 100vh;
}

.cart-icon {
  margin-left: 16px;
  padding-left: 7px;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
  padding: 4px;
  border-radius: 8px;
  background: var(--PY-2, #FFF0C7);
}
.cart-icon .cart-count {
  position: absolute;
  top: -2px;
  height: 18px;
  width: 18px;
  background: #E6787A;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  color: white;
  font-weight: bold;
  left: 20px;
  padding-top: 2px;
}

.ar-cart-icon {
  margin-left: 0px;
  margin-right: 16px;
}

#cart-icon-container:hover span[id=cartIconUnhover] {
  display: none;
}

#cart-icon-container:hover span[id=cartIconHover] {
  display: block;
}

#cartIconHover {
  display: none;
}

@media (max-width: 768px) {
  .desktop-header-sticky-wrapper {
    display: none !important;
    position: relative;
  }
  .mobile-header-sticky {
    display: flex !important;
    padding: 6px 28px;
  }
  .mobile-header-sticky .left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .mobile-header-sticky .left-showMobileSearchInput {
    flex: 1;
  }
  .mobile-header-sticky .right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .mobile-side-menu-wrapper {
    display: block !important;
    padding-bottom: 30px;
  }
  .cart-icon {
    cursor: pointer;
    padding-right: unset !important;
    margin: unset;
    background-color: #FFF;
  }
}
@media (min-width: 769px) {
  .desktop-header-sticky-wrapper {
    display: block !important;
    position: relative;
    min-height: 102px !important;
  }
  .mobile-header-sticky,
  .mobile-side-menu-wrapper {
    display: none !important;
  }
}
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/layouts/Header/CountryAndCityInfo/country-and-city-info.scss ***!
  \***************************************************************************************************************************************************************************************/
.country-and-city-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  background: #FFF0C7;
  border-radius: 16px;
  padding: 5px 6px;
}
.country-and-city-info-wrapper .flag-img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.country-and-city-info-wrapper .city-name {
  font-weight: 600;
  font-size: 10px;
}
.country-and-city-info-wrapper .arrow-icon {
  transform: rotate(90deg);
}
.country-and-city-info-wrapper .arrow-icon-ar {
  transform: rotate(270deg);
}

@media screen and (max-width: 768px) {
  .country-and-city-info-wrapper {
    border: 1px solid #D9D9D9;
    background: #fff;
  }
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/layouts/Header/search-input.scss ***!
  \***********************************************************************************************************************************************************/
.desktop-search-input-header {
  width: 100%;
  flex: 1;
  max-width: 750px;
}
.desktop-search-input-header .desktop-search-input-cont {
  margin: auto auto;
  width: 100%;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input {
  width: 100%;
  position: relative;
  font-size: 16px;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input input {
  width: 100%;
  padding: 8px 44px;
  outline: none;
  border: none;
  border-radius: 8px;
  color: #797764;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input input ::after {
  content: "|";
  animation: blink 0.7s infinite;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input .desktop-cross-search-icon-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input .desktop-cross-search-icon-box .desktop-search-icon {
  padding: 6px;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input .desktop-cross-search-icon-box .desktop-search-icon img {
  width: 24px;
  height: 24px;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input .desktop-cross-search-icon-box .desktop-search-background {
  background-color: #32445B;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input .desktop-cross-search-icon-box-ar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input .desktop-cross-search-icon-box-ar .desktop-cross-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input .desktop-cross-search-icon-box-ar .desktop-search-icon {
  padding: 6px;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input .desktop-cross-search-icon-box-ar .desktop-search-icon img {
  width: 24px;
  height: 24px;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input .desktop-cross-search-icon-box-ar .desktop-search-background {
  background-color: #32445B;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input .desktop-cross-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .desktop-search-input .ar-desktop-cross-icon {
  right: unset;
  left: 10px;
}
.desktop-search-input-header .desktop-search-input-cont .desktop-search-box .ar-desktop-search-input input {
  padding: 8px 44px;
  font-size: 16px;
}

.ar-desktop-search-input-header {
  margin-left: unset;
}

@media (max-width: 768px) {
  .mobile-search-input-header {
    width: 100%;
    flex: 1;
    max-width: 550px;
    margin-right: 16px;
  }
  .mobile-search-input-header .mobile-search-input-cont {
    margin: auto auto;
    width: 100%;
  }
  .mobile-search-input-header .mobile-search-input-cont .mobile-search-box .mobile-search-input {
    width: 100%;
    position: relative;
  }
  .mobile-search-input-header .mobile-search-input-cont .mobile-search-box .mobile-search-input input {
    padding: 8px 12px;
    border-radius: 4px;
    background: #F1F3F8;
    color: #0E3A5E;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border: none;
  }
  .mobile-search-input-header .mobile-search-input-cont .mobile-search-box .mobile-search-input input::placeholder {
    background: #F1F3F8;
    color: #0E3A5E;
    font-size: 12px;
    font-weight: 500;
  }
  .mobile-search-input-header-ar {
    margin-left: 16px;
    margin-right: unset;
    font-size: 16px;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/BottomSlider/BottomSlider.scss ***!
  \********************************************************************************************************************************************************************/
.bottom-slider-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(2px);
  overflow: visible;
}
.bottom-slider-overlay.nested-overlay {
  z-index: 1000000;
}
.bottom-slider-overlay.active {
  opacity: 1;
}
.bottom-slider-overlay .bottom-slider-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-radius: 16px 16px 0 0;
  max-height: 90vh;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: visible;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .bottom-slider-overlay .bottom-slider-container {
    padding-top: 20px;
  }
}
.bottom-slider-overlay .bottom-slider-container.auto-height {
  height: auto;
}
.bottom-slider-overlay .bottom-slider-container.auto-height .bottom-slider-content {
  flex: none;
  height: auto;
}
.bottom-slider-overlay .bottom-slider-container.slide-up {
  transform: translateY(0);
}
.bottom-slider-overlay .bottom-slider-container.no-rounded-corners {
  border-radius: 0;
}
.bottom-slider-overlay .bottom-slider-container.full-screen {
  height: 100dvh;
  max-height: 100dvh;
  border-radius: 0;
}
.bottom-slider-overlay .bottom-slider-container.full-screen .bottom-slider-content {
  flex: 1;
  min-height: 0;
  height: auto;
  overflow: hidden;
}
.bottom-slider-overlay .bottom-slider-container .bottom-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #E5E7EB;
  flex-shrink: 0;
  background: white;
  position: sticky;
  top: 0;
  z-index: 10;
}
.bottom-slider-overlay .bottom-slider-container .bottom-slider-header .bottom-slider-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1F2937;
}
.bottom-slider-overlay .bottom-slider-container .bottom-slider-header .bottom-slider-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B7280;
  transition: all 0.2s ease;
}
.bottom-slider-overlay .bottom-slider-container .bottom-slider-header .bottom-slider-close:hover {
  background: #F3F4F6;
  color: #374151;
}
.bottom-slider-overlay .bottom-slider-container .bottom-slider-header .bottom-slider-close svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .bottom-slider-overlay .bottom-slider-container .bottom-slider-header {
    border-bottom: none;
    padding: 0;
    display: block;
    position: absolute;
    top: -60px;
    right: 0px;
    left: auto;
    width: auto;
    background: transparent;
    z-index: 1000;
  }
  .bottom-slider-overlay .bottom-slider-container .bottom-slider-header .bottom-slider-close {
    display: flex;
    background: white;
    width: 40px;
    height: 40px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #0E3A5E;
  }
  .bottom-slider-overlay .bottom-slider-container .bottom-slider-header .bottom-slider-close:hover {
    background: white;
    opacity: 0.9;
  }
  .bottom-slider-overlay .bottom-slider-container .bottom-slider-header .bottom-slider-close:active {
    transform: scale(0.95);
  }
  .bottom-slider-overlay .bottom-slider-container .bottom-slider-header .bottom-slider-close svg {
    width: 20px;
    height: 20px;
  }
}
.bottom-slider-overlay .bottom-slider-container .bottom-slider-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: visible;
  padding: 0;
  position: relative;
}
.bottom-slider-overlay .bottom-slider-container .bottom-slider-content::-webkit-scrollbar {
  width: 4px;
}
.bottom-slider-overlay .bottom-slider-container .bottom-slider-content::-webkit-scrollbar-track {
  background: #F3F4F6;
}
.bottom-slider-overlay .bottom-slider-container .bottom-slider-content::-webkit-scrollbar-thumb {
  background: #D1D5DB;
  border-radius: 2px;
}
.bottom-slider-overlay .bottom-slider-container .bottom-slider-content::-webkit-scrollbar-thumb:hover {
  background: #9CA3AF;
}
@media (max-width: 768px) {
  .bottom-slider-overlay .bottom-slider-container {
    max-height: 95vh;
    border-radius: 20px 20px 0 0;
  }
  .bottom-slider-overlay .bottom-slider-container.full-screen {
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    padding-top: 20px;
  }
  .bottom-slider-overlay .bottom-slider-container.clinical-consent-slider {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: min(85dvh, 100dvh - 72px);
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
  }
  .bottom-slider-overlay .bottom-slider-container.clinical-consent-slider.slide-up {
    transform: translateY(0);
  }
  .bottom-slider-overlay .bottom-slider-container.clinical-consent-slider .bottom-slider-content {
    flex: none;
    height: auto;
    max-height: min(85dvh, 100dvh - 92px);
  }
  .bottom-slider-overlay .bottom-slider-container .bottom-slider-header {
    padding: 12px 16px;
  }
  .bottom-slider-overlay .bottom-slider-container .bottom-slider-header .bottom-slider-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .bottom-slider-overlay .bottom-slider-container {
    max-height: 100vh;
    border-radius: 16px 16px 0 0;
  }
  .bottom-slider-overlay .bottom-slider-container.full-screen {
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
  }
  .bottom-slider-overlay .bottom-slider-container.clinical-consent-slider {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    max-height: min(85dvh, 100dvh - 72px);
    border-radius: 20px 20px 0 0;
  }
  .bottom-slider-overlay .bottom-slider-container .bottom-slider-header {
    padding: 10px 14px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .bottom-slider-overlay .bottom-slider-container {
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
  }
  .bottom-slider-overlay .bottom-slider-container.full-screen {
    max-width: none;
    width: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }
  .bottom-slider-overlay .bottom-slider-container.full-screen.slide-up {
    transform: translateY(0);
  }
  .bottom-slider-overlay .bottom-slider-container.slide-up {
    transform: translateX(-50%) translateY(0);
  }
  .bottom-slider-overlay .bottom-slider-container.disable-centering {
    left: calc(50% - 250px);
    transform: translateY(100%);
  }
  .bottom-slider-overlay .bottom-slider-container.disable-centering.slide-up {
    transform: translateY(0);
  }
}
@media (min-width: 1025px) {
  .bottom-slider-overlay .bottom-slider-container {
    max-width: 400px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
  }
  .bottom-slider-overlay .bottom-slider-container.full-screen {
    max-width: none;
    width: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }
  .bottom-slider-overlay .bottom-slider-container.full-screen.slide-up {
    transform: translateY(0);
  }
  .bottom-slider-overlay .bottom-slider-container.slide-up {
    transform: translateX(-50%) translateY(0);
  }
  .bottom-slider-overlay .bottom-slider-container.disable-centering {
    left: calc(50% - 200px);
    transform: translateY(100%);
  }
  .bottom-slider-overlay .bottom-slider-container.disable-centering.slide-up {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.bottom-slider-overlay[dir=rtl] .bottom-slider-container .bottom-slider-header .bottom-slider-close {
  order: -1;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/SideMenu/side-menu.scss ***!
  \*************************************************************************************************************************************************************/
.side-menu-wrapper {
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 120;
  top: 0px;
  display: none;
}
.side-menu-wrapper .side-menu-backdrop {
  background-color: #d9dde2;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 100;
  opacity: 0.8;
}
.side-menu-wrapper .side-menu-container {
  height: 100vh;
  overflow-y: scroll;
  background-color: #fffcf7;
  width: 35%;
  max-width: 438px;
  position: absolute;
  right: -1000px;
  z-index: 121;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding-bottom: 60px;
}
.side-menu-wrapper .side-menu-container::-webkit-scrollbar {
  display: 4px;
}
.side-menu-wrapper .side-menu-active {
  right: 0px !important;
}
.side-menu-wrapper .side-menu-open {
  display: unset !important;
}
.side-menu-wrapper .side-menu-close {
  display: none;
}
.side-menu-wrapper .close-icon {
  position: absolute;
  right: 20px;
  top: 26px;
  z-index: 99;
}
.side-menu-wrapper .close-icon svg {
  position: fixed;
}
.side-menu-wrapper .close-icon-en {
  position: absolute;
  right: 20px;
  top: 25px;
}
.side-menu-wrapper .close-icon-en svg {
  position: fixed;
}

@media (max-width: 1200px) {
  .side-menu-wrapper .side-menu-container {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  .side-menu-wrapper .side-menu-container {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .side-menu-wrapper .side-menu-container {
    width: 90%;
  }
  .side-menu-wrapper .close-icon {
    position: absolute;
    right: 20px;
    top: 26px;
  }
  .side-menu-wrapper .close-icon svg {
    position: fixed;
  }
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/SlotBook/WeightHeightForm/weight-height-form.scss ***!
  \**********************************************************************************************************************************************************************************/
.weight-height-form {
  background: white;
  border-radius: 16px 16px 0 0;
  padding: 24px 20px 32px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.weight-height-form__title {
  color: #0E3A5E;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px 0;
  text-align: center;
}
.weight-height-form__subtitle {
  color: #6B7280;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 24px 0;
  text-align: center;
}
.weight-height-form__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.weight-height-form__bmi-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.weight-height-form__bmi-center > span:first-child {
  color: #0E3A5E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.weight-height-form__bmi-value {
  color: #0E3A5E;
  font-size: 16px;
  font-weight: 600;
  margin-right: 4px;
  border-bottom: 2px solid var(--Grey-2, #CAC4B7);
  background: #FFF;
  padding: 10px 11.5px;
}
.weight-height-form__bmi-unit {
  color: #6B7280;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 8px;
}
.weight-height-form__weight-range, .weight-height-form__height-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 3px;
  outline: none;
  margin: 8px 0;
}
.weight-height-form__weight-range::-webkit-slider-thumb, .weight-height-form__height-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: 3px solid #30D267;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.weight-height-form__weight-range::-moz-range-thumb, .weight-height-form__height-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: 3px solid #30D267;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.weight-height-form__weight-range::-moz-range-track, .weight-height-form__height-range::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  background: #E5E7EB;
}
.weight-height-form__weight-range::-moz-range-progress, .weight-height-form__height-range::-moz-range-progress {
  height: 6px;
  border-radius: 3px;
  background: #30D267;
}
.weight-height-form__range {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.weight-height-form__range span {
  color: #9CA3AF;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.weight-height-form__range-drag-text {
  display: block;
  text-align: center;
  color: #9CA3AF;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 24px;
}
.weight-height-form__button {
  width: 100%;
  height: 56px;
  background: #30D267;
  border: none;
  border-radius: 8px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  margin-bottom: 24px;
}
.weight-height-form__button:hover {
  background: #28B85C;
}
.weight-height-form__button:active {
  background: #22A350;
}
.weight-height-form__bmi-chart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F9FAFB;
  border-radius: 8px;
  padding: 16px 12px;
}
.weight-height-form__bmi-chart > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.weight-height-form__bmi-chart > div span:first-child {
  color: #0E3A5E;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 4px;
  text-align: center;
}
.weight-height-form__bmi-chart > div span:last-child {
  color: #6B7280;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
}
.weight-height-form__border-bmi {
  width: 1px;
  height: 32px;
  background: #E5E7EB;
  flex-shrink: 0;
}

@media (min-width: 769px) {
  .weight-height-form {
    padding: 60px 40px 40px;
    border-radius: 24px 0 0 24px;
    background: #FFFCF7;
    max-width: 440px;
  }
  .weight-height-form__desktop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
  }
  .weight-height-form__location {
    font-size: 12px;
    font-weight: 600;
    color: #32445B;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .weight-height-form__flag {
    width: 20px;
    height: 20px;
    object-fit: contain;
    border-radius: 50%;
  }
  .weight-height-form__close {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #32445B;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s;
  }
  .weight-height-form__close:hover {
    color: #0E3A5E;
  }
  .weight-height-form__close-icon {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .weight-height-form__close-icon {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .weight-height-form__details {
    height: 80vh;
    align-content: center;
  }
  .weight-height-form__title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .weight-height-form__subtitle {
    font-size: 14px;
    color: #0E3A5E;
    margin-bottom: 32px;
  }
  .weight-height-form__bmi-center {
    margin-bottom: 16px;
  }
  .weight-height-form__bmi-center > span:first-child {
    font-size: 16px;
  }
  .weight-height-form__bmi-value {
    font-size: 16px;
  }
  .weight-height-form__bmi-unit {
    font-size: 12px;
  }
  .weight-height-form__range {
    margin-bottom: 32px;
  }
  .weight-height-form__range span {
    font-size: 14px;
  }
  .weight-height-form__range-drag-text {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .weight-height-form__button {
    background: #0E3A5E;
    height: 60px;
    font-size: 18px;
  }
  .weight-height-form__button:hover {
    background: #0C2F4D;
  }
  .weight-height-form__button:active {
    background: #0A2840;
  }
  .weight-height-form__bmi-chart {
    padding: 20px 16px;
  }
  .weight-height-form__bmi-chart > div span:first-child {
    font-size: 12px;
  }
  .weight-height-form__bmi-chart > div span:last-child {
    font-size: 12px;
  }
  .weight-height-form__border-bmi {
    height: 40px;
  }
}
/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/SlotBook/CallbackScreen/callback-screen.scss ***!
  \*****************************************************************************************************************************************************************************/
.callback-screen {
  background: white;
  border-radius: 16px 16px 0 0;
  padding: 32px 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.callback-screen__header {
  margin-bottom: 20px;
  text-align: center;
}
.callback-screen__title {
  color: #0E3A5E;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 12px 0;
}
.callback-screen__subtitle {
  color: #6B7280;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.callback-screen__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.callback-screen__phone-input-wrapper {
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: stretch;
}
.callback-screen__country-selector {
  position: relative;
  flex-shrink: 0;
}
.callback-screen__country-button {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 0.5px solid #CAC4B7;
  border-radius: 8px;
  background: white;
  min-width: 80px;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}
.callback-screen__country-button:hover {
  border-color: #0E3A5E;
}
.callback-screen__country-button:focus {
  outline: none;
  border-color: #0E3A5E;
  box-shadow: 0 0 0 2px rgba(14, 58, 94, 0.1);
}
.callback-screen__flag-container {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.callback-screen__flag {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.callback-screen__country-code-text {
  font-size: 14px;
  color: #374151;
  margin-left: 4px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
.callback-screen__dropdown-arrow {
  width: 12px;
  transition: transform 0.2s ease;
  margin-left: auto;
  color: #32445B;
  font-size: 12px;
}
.callback-screen__dropdown-arrow.open {
  transform: rotate(180deg);
}
.callback-screen__phone-input {
  flex: 1;
  min-width: 0;
  padding: 12px;
  border-radius: 8px;
  border: 0.5px solid var(--Grey-2, #CAC4B7);
  background: #FFF;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  color: #0E3A5E;
  transition: all 0.2s ease;
  outline: none;
}
.callback-screen__phone-input::placeholder {
  color: #9CA3AF;
}
.callback-screen__phone-input:focus {
  outline: none;
  border-color: #0E3A5E;
  box-shadow: 0 0 0 2px rgba(14, 58, 94, 0.1);
}
.callback-screen__phone-input.error {
  border-color: #DC2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.1);
}
.callback-screen__country-selection-panel {
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.callback-screen__country-search-wrapper {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #E5E7EB;
  gap: 10px;
}
.callback-screen__search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9CA3AF;
}
.callback-screen__country-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #374151;
  background: transparent;
}
.callback-screen__country-search-input::placeholder {
  color: #9CA3AF;
}
.callback-screen__country-options-list {
  max-height: 220px;
  overflow-y: auto;
}
.callback-screen__country-options-list::-webkit-scrollbar {
  width: 4px;
}
.callback-screen__country-options-list::-webkit-scrollbar-track {
  background: #F3F4F6;
}
.callback-screen__country-options-list::-webkit-scrollbar-thumb {
  background: #D1D5DB;
  border-radius: 2px;
}
.callback-screen__country-options-list::-webkit-scrollbar-thumb:hover {
  background: #9CA3AF;
}
.callback-screen__country-option {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  border: none;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  gap: 10px;
  border-bottom: 1px solid #F3F4F6;
}
.callback-screen__country-option:last-child {
  border-bottom: none;
}
.callback-screen__country-option:hover {
  background: #F3F4F6;
}
.callback-screen__country-option.selected {
  background: #EFF6FF;
}
.callback-screen__option-flag {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.callback-screen__option-name {
  flex: 1;
  color: #0E3A5E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.callback-screen__option-code {
  color: #6B7280;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  flex-shrink: 0;
}
.callback-screen__error-message {
  color: #DC2626;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: -12px;
}
.callback-screen__button {
  width: 100%;
  height: 56px;
  background: #0E3A5E;
  border: none;
  border-radius: 8px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.callback-screen__button:hover:not(:disabled) {
  background: #0C2F4D;
}
.callback-screen__button:active:not(:disabled) {
  background: #0A2840;
}
.callback-screen__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (min-width: 769px) {
  .callback-screen {
    padding: 40px 40px 40px;
    border-radius: 0;
    background: #FFFCF7;
    max-width: 440px;
    position: relative;
    border-radius: 32px 0 0 32px;
  }
  .callback-screen__desktop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
  }
  .callback-screen__location {
    font-size: 12px;
    font-weight: 600;
    color: #32445B;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .callback-screen__location-flag {
    width: 20px;
    height: 20px;
    object-fit: contain;
    border-radius: 50%;
  }
  .callback-screen__close {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #32445B;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s;
  }
  .callback-screen__close:hover {
    color: #0E3A5E;
  }
  .callback-screen__close-icon {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .callback-screen__header {
    margin-bottom: 25px;
  }
  .callback-screen__title {
    font-size: 28px;
  }
  .callback-screen__subtitle {
    font-size: 15px;
    color: #0E3A5E;
  }
  .callback-screen__content {
    gap: 24px;
  }
  .callback-screen__button {
    height: 60px;
    font-size: 18px;
  }
  .callback-screen__country-button {
    min-width: 96px;
    padding: 14px;
    border: 1px solid #CAC4B7;
  }
  .callback-screen__phone-input {
    padding: 14px;
    font-size: 16px;
    border: 1px solid var(--Grey-2, #CAC4B7);
  }
  .callback-screen__country-selection-panel {
    width: 100%;
  }
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/SlotBook/CallbackScreen/CallbackSuccessScreen/callback-success-screen.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.callback-success-screen {
  background: white;
  border-radius: 16px 16px 0 0;
  padding: 0px 60px 16px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.callback-success-screen__content {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.callback-success-screen__icon {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.callback-success-screen__thumbs-up {
  font-size: 64px;
  line-height: 1;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}
.callback-success-screen__sparkle {
  position: absolute;
  font-size: 24px;
  opacity: 0.8;
  animation: sparkle 2s ease-in-out infinite;
}
.callback-success-screen__sparkle--1 {
  top: 0;
  right: 10px;
  animation-delay: 0s;
}
.callback-success-screen__sparkle--2 {
  bottom: 10px;
  left: 5px;
  animation-delay: 1s;
}
.callback-success-screen__message {
  display: flex;
  flex-direction: column;
}
.callback-success-screen__title {
  color: #0E3A5E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 6px;
}
.callback-success-screen__text {
  color: var(--Grey-1, #797764);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.callback-success-screen__button {
  width: 100%;
  max-width: 320px;
  height: 56px;
  background: #0E3A5E;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 16px;
}
.callback-success-screen__button:hover {
  background: #0C2F4D;
}
.callback-success-screen__button:active {
  background: #0A2840;
}

@keyframes sparkle {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
@media (min-width: 769px) {
  .callback-success-screen {
    padding: 80px 40px 40px;
    border-radius: 0;
    background: #FFFCF7;
    max-width: 440px;
  }
  .callback-success-screen__title {
    font-size: 28px;
    margin-top: 12px;
  }
  .callback-success-screen__text {
    font-size: 14px;
  }
  .callback-success-screen__button {
    height: 60px;
    font-size: 18px;
  }
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/SlotBook/SlotBookingForm/slot-booking-form.scss ***!
  \********************************************************************************************************************************************************************************/
.slot-booking-form {
  background: #FAF9F5;
  border-radius: 24px 0 0 24px;
  min-height: 98dvh;
  height: 98dvh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.slot-booking-form * {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slot-booking-form *::-webkit-scrollbar {
  display: none;
}
.slot-booking-form__desktop-header {
  display: none;
}
.slot-booking-form__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 14px;
  padding-top: calc(12px + env(safe-area-inset-top, 0));
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
}
.slot-booking-form__back-btn {
  display: flex;
  align-items: center;
  gap: 2px;
  background: none;
  border: none;
  color: #32445B;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}
.slot-booking-form__back-icon {
  font-size: 16px;
  line-height: 1;
}
.slot-booking-form__title {
  color: #32445B;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}
.slot-booking-form__main-title {
  display: none;
}
.slot-booking-form__location {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #32445B;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.slot-booking-form__flag {
  width: 20px;
  height: 20px;
  object-fit: contain;
  border-radius: 50%;
}
.slot-booking-form__close {
  display: none;
}
.slot-booking-form__content {
  flex: 1;
  padding: 16px 12px 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slot-booking-form__content::-webkit-scrollbar {
  display: none;
}
.slot-booking-form__section {
  flex-shrink: 0;
}
.slot-booking-form__section-title {
  color: #0E3A5E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 8px;
  line-height: 1.4;
}
.slot-booking-form__optional {
  color: #0E3A5E;
  font-size: 10px;
  font-weight: 400;
}
.slot-booking-form__dates-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.slot-booking-form__dates {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 8px 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.slot-booking-form__dates::-webkit-scrollbar {
  display: none;
}
.slot-booking-form__date-arrow {
  display: none;
}
.slot-booking-form__date-card {
  min-width: 104px;
  height: 44px;
  padding: 8px 12px;
  background: white;
  border: 0.5px solid #CAC4B7;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slot-booking-form__date-card--active {
  background: #35C359;
  border-color: #35C359;
}
.slot-booking-form__date-card--active .slot-booking-form__date-day,
.slot-booking-form__date-card--active .slot-booking-form__date-slots {
  color: white;
}
.slot-booking-form__date-card:hover:not(.slot-booking-form__date-card--active) {
  border-color: #35C359;
}
.slot-booking-form__date-card:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.slot-booking-form__date-day {
  color: #0E3A5E;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.slot-booking-form__date-slots {
  color: #797764;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}
.slot-booking-form__error-message {
  color: #dc3545;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 12px 16px;
  margin: 0 0 16px 0;
  font-size: 12px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  line-height: 1.4;
  flex-shrink: 0;
}
.slot-booking-form__time-section {
  background: white;
  border-radius: 12px;
  padding: 0;
  margin-top: 14px;
  flex: 1;
  min-height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 10px;
}
.slot-booking-form.reschedule-mode .slot-booking-form__time-section {
  flex: 0 0 auto;
  max-height: 320px;
  min-height: auto;
  border-radius: 24px;
}
.slot-booking-form.reschedule-mode .slot-booking-form__content {
  padding-bottom: 120px;
}
.slot-booking-form__time-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 24px 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slot-booking-form__time-content::-webkit-scrollbar {
  display: none;
}
.slot-booking-form__time-group {
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.slot-booking-form__time-group:last-child {
  margin-bottom: 0;
}
.slot-booking-form__time-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  width: 40px;
  flex-shrink: 0;
}
.slot-booking-form__time-icon {
  font-size: 24px;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slot-booking-form__time-text {
  color: #797764;
  font-family: Poppins, sans-serif;
  font-size: 8px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  line-height: 1;
}
.slot-booking-form__time-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0;
  flex: 1;
}
.slot-booking-form__time-slot {
  font-style: normal;
  background: #FFF;
  padding: 8px 12px;
  min-height: 36px;
  border: 0.5px solid #CAC4B7;
  border-radius: 4px;
  color: #0E3A5E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slot-booking-form__time-slot--active {
  background: #35C359;
  border-color: #35C359;
  color: white;
}
.slot-booking-form__time-slot:hover:not(.slot-booking-form__time-slot--active) {
  border-color: #35C359;
}
.slot-booking-form__time-slot:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.slot-booking-form__service-info {
  font-family: Poppins;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: white;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 10px;
}
.slot-booking-form__service-info span {
  font-weight: 400;
}
.slot-booking-form__reschedule-note {
  font-family: Poppins, sans-serif;
  font-size: 11px;
  color: #797764;
  margin: 0;
  text-align: left;
  line-height: 1.4;
  flex-shrink: 0;
  width: 100%;
}
.slot-booking-form__reschedule-note-label {
  font-weight: 600;
  margin-right: 4px;
}
.slot-booking-form__reschedule-note-text {
  font-weight: 400;
}
.slot-booking-form__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.slot-booking-form__chips--secondary {
  margin-top: 8px;
}
.slot-booking-form__chip {
  padding: 4px 14px;
  background: white;
  border: 0.5px solid #CAC4B7;
  border-radius: 14px;
  color: #0E3A5E;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s;
}
.slot-booking-form__chip--active {
  background: #35C359;
  border-color: #35C359;
  color: white;
}
.slot-booking-form__chip:hover:not(.slot-booking-form__chip--active) {
  border-color: #35C359;
}
.slot-booking-form__bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 16px 12px calc(20px + env(safe-area-inset-bottom, 0));
  box-shadow: 0 -5px 5px 0 rgba(224, 228, 238, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 10;
  min-height: 80px;
  flex-wrap: wrap;
}
.slot-booking-form__bottom-bar__free-checkout {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  min-height: auto;
  overflow: visible;
}
.slot-booking-form__consent-tooltip {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  background: #32445b;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
}
.slot-booking-form__free-checkout .slot-booking-form__time-section {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
}
.slot-booking-form__free-checkout .slot-booking-form__time-content {
  flex: 1 1 auto;
  min-height: 0;
}
.slot-booking-form__free-checkout .slot-booking-form__content {
  padding-bottom: 16px;
}
.slot-booking-form__footer-stack {
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.slot-booking-form__footer-stack .slot-booking-form__footer-consent {
  position: static;
  flex-shrink: 0;
  width: 100%;
  padding: 10px 12px 8px;
  box-sizing: border-box;
}
.slot-booking-form__footer-stack .slot-booking-form__bottom-bar {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  flex-shrink: 0;
}
.slot-booking-form__footer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
  overflow: visible;
}
.slot-booking-form.reschedule-mode .slot-booking-form__bottom-bar {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 16px 12px 20px;
}
.slot-booking-form__price {
  flex-shrink: 0;
}
.slot-booking-form__price-label {
  color: #797764;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  line-height: 1.4;
}
.slot-booking-form__price-amount {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slot-booking-form__price-retail {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #0e3a5e;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
  line-height: 1.4;
}
.slot-booking-form__price-free {
  color: #35c359;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.slot-booking-form__price-value {
  color: #0E3A5E;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.slot-booking-form__proceed-btn-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  position: relative;
}
.slot-booking-form__proceed-btn-wrap .slot-booking-form__proceed-btn {
  width: 100%;
}
.slot-booking-form__proceed-btn-wrap .slot-booking-form__consent-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 2;
}
.slot-booking-form__proceed-btn {
  padding: 14px 28px;
  background: #35C359;
  border: none;
  border-radius: 8px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.slot-booking-form__proceed-btn:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.slot-booking-form__proceed-btn:not(.slot-booking-form__proceed-btn__awaiting-consent):hover:not(:disabled) {
  background: #2EAE4F;
}
.slot-booking-form__proceed-btn:not(.slot-booking-form__proceed-btn__awaiting-consent):active:not(:disabled) {
  background: #279943;
}
.slot-booking-form__proceed-btn__awaiting-consent {
  background: #e5e7eb;
  color: #797764;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.slot-booking-form__proceed-btn__awaiting-consent:hover, .slot-booking-form__proceed-btn__awaiting-consent:active, .slot-booking-form__proceed-btn__awaiting-consent:focus {
  background: #e5e7eb;
  color: #797764;
  box-shadow: none;
  transform: none;
}
.slot-booking-form.reschedule-mode .slot-booking-form__proceed-btn {
  width: 100%;
  flex: 0 0 auto;
}
.slot-booking-form__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: slot-booking-spin 0.8s linear infinite;
}
@keyframes slot-booking-spin {
  to {
    transform: rotate(360deg);
  }
}

.skeleton {
  background: linear-gradient(90deg, #E5E7EB 25%, #F3F4F6 50%, #E5E7EB 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.skeleton--text {
  height: 16px;
  border-radius: 4px;
}
.skeleton--card {
  border-radius: 8px;
}
.skeleton--button {
  border-radius: 4px;
}
.skeleton--chip {
  border-radius: 8px;
}
.skeleton--circle {
  border-radius: 50%;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media (min-width: 769px) {
  .slot-booking-form {
    background: #FFFCF7;
    border-radius: 24px 0 0 24px;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    max-width: 440px;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .slot-booking-form__desktop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 40px 20px;
    background: transparent;
  }
  .slot-booking-form__header {
    display: none;
  }
  .slot-booking-form__location {
    font-size: 12px;
    font-weight: 600;
    color: #32445B;
  }
  .slot-booking-form__close {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #32445B;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s;
  }
  .slot-booking-form__close:hover {
    color: #0E3A5E;
  }
  .slot-booking-form__close-icon {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slot-booking-form__main-title {
    color: #32445B;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin: 10px 0px 10px 8px;
    padding: 0px 30px 0px;
  }
  .slot-booking-form__content {
    padding: 0 32px 0;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .slot-booking-form__content::-webkit-scrollbar {
    display: none;
  }
  .slot-booking-form__section {
    flex-shrink: 0;
  }
  .slot-booking-form__section-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
    color: #233B58;
  }
  .slot-booking-form__optional {
    font-size: 12px;
  }
  .slot-booking-form__dates-container {
    justify-content: flex-start;
    gap: 12px;
    padding: 0;
  }
  .slot-booking-form__dates {
    overflow: visible;
    justify-content: flex-start;
    gap: 12px;
    flex: 1;
  }
  .slot-booking-form__date-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    color: #0E3A5E;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
  }
  .slot-booking-form__date-arrow:hover {
    color: #35C359;
    transform: scale(1.15);
  }
  .slot-booking-form__date-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
  }
  .slot-booking-form__date-arrow--left {
    margin-right: 0;
  }
  .slot-booking-form__date-arrow--right {
    margin-left: 0;
  }
  .slot-booking-form__date-card {
    min-width: 104px;
    width: 104px;
    height: 46px;
    padding: 10px 14px;
    box-shadow: none;
    border-radius: 4px;
    border: none;
  }
  .slot-booking-form__date-card--active {
    box-shadow: 0 2px 8px rgba(53, 195, 89, 0.25);
  }
  .slot-booking-form__date-card:hover:not(.slot-booking-form__date-card--active) {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  .slot-booking-form__date-day {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 2px;
  }
  .slot-booking-form__date-slots {
    font-size: 10px;
    font-weight: 400;
    opacity: 0.9;
  }
  .slot-booking-form__error-message {
    font-size: 12px;
    padding: 14px 18px;
    margin: 18px 0;
    border-radius: 6px;
  }
  .slot-booking-form__time-section {
    background: white;
    border-radius: 12px;
    padding: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 24px;
    flex: 1;
    min-height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 10px 0px;
  }
  .slot-booking-form.reschedule-mode .slot-booking-form__time-section {
    flex: 0 0 auto;
    max-height: 280px;
    min-height: auto;
  }
  .slot-booking-form__time-group {
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }
  .slot-booking-form__time-group:last-child {
    margin-bottom: 0;
  }
  .slot-booking-form__time-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    margin-left: -28px;
    padding-left: 28px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: white;
    border-radius: 0 16px 16px 0;
    width: 79px;
    flex-shrink: 0;
    min-width: 70px;
  }
  .slot-booking-form__time-icon {
    font-size: 28px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slot-booking-form__time-icon svg {
    width: 28px;
    height: 28px;
  }
  .slot-booking-form__time-text {
    display: block;
    color: #797764;
    font-family: Poppins, sans-serif;
    font-size: 8px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    line-height: 1;
  }
  .slot-booking-form__time-slots {
    padding: 0;
    flex: 1;
  }
  .slot-booking-form__time-slot {
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    width: 88px;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: none;
    transition: all 0.2s ease;
    white-space: nowrap;
  }
  .slot-booking-form__time-slot--active {
    box-shadow: 0 3px 8px rgba(53, 195, 89, 0.25);
    transform: translateY(-1px);
  }
  .slot-booking-form__time-slot:hover:not(.slot-booking-form__time-slot--active) {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
  }
  .slot-booking-form__chips {
    gap: 12px;
  }
  .slot-booking-form__chips--secondary {
    margin-top: 12px;
  }
  .slot-booking-form__chip {
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .slot-booking-form__chip--active {
    box-shadow: 0 2px 6px rgba(53, 195, 89, 0.25);
  }
  .slot-booking-form__chip:hover:not(.slot-booking-form__chip--active) {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
  }
  .slot-booking-form__reschedule-note {
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
  }
  .slot-booking-form__bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 22px 32px 28px;
    min-height: 80px;
    box-shadow: 0 -5px 5px 0 rgba(224, 228, 238, 0.5);
    background: white;
    border-radius: 0 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    z-index: 10;
  }
  .slot-booking-form__bottom-bar__free-checkout {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    min-height: auto;
  }
  .slot-booking-form__free-checkout .slot-booking-form__content {
    padding-bottom: 20px;
  }
  .slot-booking-form__footer-stack .slot-booking-form__footer-consent {
    padding: 12px 32px 8px;
  }
  .slot-booking-form.reschedule-mode .slot-booking-form__bottom-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 20px 32px 28px;
  }
  .slot-booking-form__price {
    flex-shrink: 0;
  }
  .slot-booking-form__price-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #797764;
    line-height: 1.25;
  }
  .slot-booking-form__price-amount {
    display: flex;
    align-items: center;
  }
  .slot-booking-form__price-value {
    font-size: 16px;
    font-weight: 600;
    color: #0E3A5E;
    line-height: 1.25;
  }
  .slot-booking-form__proceed-btn {
    font-size: 17px;
    padding: 14px 52px;
    min-height: 48px;
    border-radius: 8px;
    box-shadow: none;
    font-weight: 600;
    transition: all 0.2s ease;
    min-width: 0;
  }
  .slot-booking-form__proceed-btn:not(.slot-booking-form__proceed-btn__awaiting-consent):hover:not(:disabled) {
    box-shadow: 0 6px 20px rgba(53, 195, 89, 0.4);
    transform: translateY(-2px);
    background: #2EAE4F;
  }
  .slot-booking-form__proceed-btn:not(.slot-booking-form__proceed-btn__awaiting-consent):active:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(53, 195, 89, 0.3);
  }
  .slot-booking-form__proceed-btn__awaiting-consent {
    background: #e5e7eb;
    color: #797764;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
  }
  .slot-booking-form__proceed-btn__awaiting-consent:hover, .slot-booking-form__proceed-btn__awaiting-consent:active, .slot-booking-form__proceed-btn__awaiting-consent:focus {
    background: #e5e7eb;
    color: #797764;
    box-shadow: none;
    transform: none;
  }
  .slot-booking-form__spinner {
    width: 18px;
    height: 18px;
  }
  .slot-booking-form.reschedule-mode .slot-booking-form__proceed-btn {
    width: 100%;
    flex: 0 0 auto;
  }
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/SlotBook/SlotBookingForm/reschedule-reason.scss ***!
  \********************************************************************************************************************************************************************************/
.reschedule-reason {
  padding: 12px 0;
  flex-shrink: 0;
}
.reschedule-reason__title {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #364359;
  margin: 0 0 10px 0;
}
.reschedule-reason__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.reschedule-reason__option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  background: white;
  border: 1px solid #F4F2EF;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.reschedule-reason__option:hover {
  border-color: #CAC4B7;
}
.reschedule-reason__option--selected {
  border-color: #35C359;
  background: rgba(53, 195, 89, 0.02);
}
.reschedule-reason__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.reschedule-reason__radio-custom {
  width: 20px;
  height: 20px;
  border: 1.5px solid #CAC4B7;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.reschedule-reason__option--selected .reschedule-reason__radio-custom {
  border-color: #35C359;
}
.reschedule-reason__option--selected .reschedule-reason__radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #35C359;
  border-radius: 50%;
}
.reschedule-reason__label {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #0E3A5E;
  flex: 1;
}
.reschedule-reason__textarea-wrapper {
  position: relative;
}
.reschedule-reason__textarea {
  background: #FFF;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #F4F2EF;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #0E3A5E;
  resize: none;
  min-height: 84px;
  max-height: 84px;
}
.reschedule-reason__textarea::placeholder {
  color: #CAC4B7;
}
.reschedule-reason__textarea:focus {
  outline: none;
  border-color: #CAC4B7;
}
.reschedule-reason__optional {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  color: #797764;
  pointer-events: none;
}

@media (min-width: 769px) {
  .reschedule-reason {
    padding: 16px 0;
  }
  .reschedule-reason__title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .reschedule-reason__options {
    gap: 10px;
    margin-bottom: 12px;
  }
  .reschedule-reason__option {
    padding: 10px 16px;
  }
  .reschedule-reason__label {
    font-size: 12px;
  }
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Currency/currency.css ***!
  \***********************************************************************************************************************************************************/
.currencyIcon {
  position: relative;
  bottom: 1.2px;
}

/* .final-price{
    display: flex;
    justify-content: center;
    align-items: center;
} */
.testPackageCardCurrencyIcon {
  bottom: 0px !important;
}

.supplementCardCurrencyIcon {
  bottom: 1px !important;
}

.addtocartCurrencyIcon {
  bottom: 1.4px !important;
}

.walletCardCurrencyIcon {
  bottom: -4px !important;
  position: relative;
  vertical-align: baseline;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/CenteredModal/CenteredModal.scss ***!
  \**********************************************************************************************************************************************************************/
.centered-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1000000;
  direction: ltr;
}
.centered-modal-overlay.centered-modal-overlay--visible {
  opacity: 1;
}

.centered-modal {
  position: relative;
  background: #fdfaf5;
  border-radius: 12px 12px 0px 0px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  max-width: 440px;
  width: 100%;
  transform: translateY(16px);
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0;
}
.centered-modal.centered-modal--enter {
  transform: translateY(0);
  opacity: 1;
}
.centered-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #32445b;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.centered-modal__close:hover {
  background: rgba(50, 68, 91, 0.06);
}
.centered-modal__close:active {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .centered-modal {
    max-width: 768px;
    border-radius: 12px 12px 0px 0px;
    align-items: flex-end;
    justify-content: center;
  }
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AllProducts/BloodBiomarkerPDP/service-provider.scss ***!
  \************************************************************************************************************************************************************************************/
.service_provider {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
}
.service_provider .service_provider_cont {
  width: 90%;
  max-width: 392px;
  margin: auto auto;
  border-radius: 8px;
  border: 1px solid var(--Grey-3, #F4F2EF);
  background: #FFF;
  padding: 8px 22px;
}
.service_provider .service_provider_cont .service_provider_content {
  color: #32445B;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-weight: 400;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/ClinicalConsent/clinical-consent.scss ***!
  \***************************************************************************************************************************************************************************/
.clinical-consent__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin: 0;
}
.clinical-consent__checkbox-wrap {
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
}
.clinical-consent__checkbox-input {
  position: absolute;
  opacity: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.clinical-consent__checkmark {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1.5px solid #c5cdd8;
  background: #fff;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.clinical-consent__checkmark::after {
  content: "";
  display: none;
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.clinical-consent__checkbox-input:checked ~ .clinical-consent__checkmark {
  background: #35c359;
  border-color: #35c359;
}
.clinical-consent__checkbox-input:checked ~ .clinical-consent__checkmark::after {
  display: block;
}
.clinical-consent__label {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #32445b;
  font-weight: 400;
}
.clinical-consent__text {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.clinical-consent__link {
  display: inline;
  color: #2f80ed;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
  white-space: normal;
  word-break: normal;
  vertical-align: baseline;
  box-shadow: none;
  width: auto;
  max-width: none;
}
.clinical-consent__link:hover, .clinical-consent__link:focus {
  color: #1a6fd4;
  text-decoration: underline;
}
.clinical-consent__ar {
  direction: rtl;
}
.clinical-consent__ar .clinical-consent__row {
  flex-direction: row-reverse;
}

.clinical-consent-panel-overlay {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: inherit;
  overflow: hidden;
}
.clinical-consent-panel-overlay--active {
  opacity: 1;
  pointer-events: auto;
}
.clinical-consent-panel-overlay__sheet {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 50vh;
  max-height: 50vh;
  min-height: 50vh;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding-top: 20px;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
}
.clinical-consent-panel-overlay__sheet--open {
  transform: translateY(0);
}
.clinical-consent-panel-overlay__close {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #0e3a5e;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.clinical-consent-panel-overlay__close:hover {
  opacity: 0.9;
}
.clinical-consent-panel-overlay__close:active {
  transform: scale(0.95);
}
.clinical-consent-panel-overlay__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  height: calc(50vh - 20px);
  max-height: calc(50vh - 20px);
  overflow: hidden;
}
.clinical-consent-panel-overlay__content .clinical-consent-sheet {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  padding: 8px 16px 0;
  box-sizing: border-box;
}
.clinical-consent-panel-overlay__content .clinical-consent-sheet .clinical-consent-sheet__header {
  margin-bottom: 12px;
  gap: 10px;
  flex-shrink: 0;
}
.clinical-consent-panel-overlay__content .clinical-consent-sheet .clinical-consent-sheet__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  max-width: 280px;
}
.clinical-consent-panel-overlay__content .clinical-consent-sheet .clinical-consent-sheet__intro p {
  font-size: 12px;
  line-height: 1.5;
  color: var(--Grey-1, #797764);
}
.clinical-consent-panel-overlay__content .clinical-consent-sheet .clinical-consent-sheet__acceptance-note {
  display: none;
}
.clinical-consent-panel-overlay__content .clinical-consent-sheet .clinical-consent-sheet__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}
.clinical-consent-panel-overlay__content .clinical-consent-sheet .clinical-consent-sheet__accordion {
  margin-top: 10px;
}
.clinical-consent-panel-overlay__content .clinical-consent-sheet .clinical-consent-sheet__accordion-header {
  padding: 12px 14px;
}
.clinical-consent-panel-overlay__content .clinical-consent-sheet .clinical-consent-sheet__footer {
  flex-shrink: 0;
  position: static;
  margin-top: auto;
  padding: 12px 0 calc(12px + env(safe-area-inset-bottom, 0));
  background: #fff;
  box-shadow: 0 -6px 12px rgba(255, 255, 255, 0.95);
}
.clinical-consent-panel-overlay__content .clinical-consent-sheet .clinical-consent-sheet__agree-btn {
  flex-shrink: 0;
}

@media (min-width: 769px) {
  .slot-booking-form .clinical-consent-panel-overlay__content .clinical-consent-sheet {
    padding: 8px 20px 12px;
  }
}
.clinical-consent-sheet {
  padding: 8px 20px 24px;
  color: #32445b;
  display: flex;
  flex-direction: column;
  min-height: 0;
  box-sizing: border-box;
}
.clinical-consent-sheet__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.clinical-consent-sheet__icon {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.clinical-consent-sheet__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #0e3a5e;
  max-width: 320px;
}
.clinical-consent-sheet__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: #d1d5db #f3f4f6;
}
.clinical-consent-sheet__body::-webkit-scrollbar {
  width: 6px;
}
.clinical-consent-sheet__body::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 3px;
}
.clinical-consent-sheet__body::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}
.clinical-consent-sheet__body p {
  margin: 0 0 12px;
}
.clinical-consent-sheet__intro p {
  margin: 0 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Grey-1, #797764);
}
.clinical-consent-sheet__intro p:last-child {
  margin-bottom: 0;
}
.clinical-consent-sheet__acceptance-note {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f5f8fb;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: #0e3a5e;
}
.clinical-consent-sheet__accordion {
  margin-top: 12px;
  border: 1px solid #f0e6c8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  scroll-margin-top: 12px;
}
.clinical-consent-sheet__accordion__cream {
  border-color: #f0e6c8;
}
.clinical-consent-sheet__accordion__cream .clinical-consent-sheet__accordion-header {
  background: #fef9e7;
}
.clinical-consent-sheet__accordion__open .clinical-consent-sheet__accordion-header {
  border-radius: 12px 12px 0 0;
}
.clinical-consent-sheet__subsection {
  margin-top: 16px;
}
.clinical-consent-sheet__subsection:first-of-type {
  margin-top: 4px;
}
.clinical-consent-sheet__subsection-title {
  margin: 0 0 8px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--Text-black, #0e3a5e);
}
.clinical-consent-sheet__notice {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-left: 3px solid #ffb900;
  background: #fef9e7;
  font-size: 12px;
  line-height: 1.45;
  color: #0e3a5e;
  white-space: pre-line;
}
.clinical-consent-sheet__table-wrap {
  margin: 12px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.clinical-consent-sheet__table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 11px;
  line-height: 1.4;
  color: #6b7c93;
}
.clinical-consent-sheet__table th,
.clinical-consent-sheet__table td {
  border: 1px solid #e8eef3;
  padding: 8px;
  text-align: start;
  vertical-align: top;
}
.clinical-consent-sheet__table th {
  background: #f5f8fb;
  color: #0e3a5e;
  font-weight: 600;
}
.clinical-consent-sheet__accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: none;
  background: #fef9e7;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--Text-black, #0e3a5e);
  text-align: left;
  border-radius: 12px;
}
.clinical-consent-sheet__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  line-height: 0;
}
.clinical-consent-sheet__chevron-icon {
  display: block;
  width: 16px;
  height: 16px;
  transform-origin: center center;
  transition: transform 0.2s ease;
}
.clinical-consent-sheet__chevron-icon__up {
  transform: rotate(0deg);
}
.clinical-consent-sheet__chevron-icon__down {
  transform: rotate(180deg);
}
.clinical-consent-sheet__accordion-content {
  padding: 12px 16px 16px;
  background: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Text-black, #0e3a5e);
}
.clinical-consent-sheet__accordion-content p,
.clinical-consent-sheet__accordion-content li {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Text-black, #0e3a5e);
}
.clinical-consent-sheet__accordion-content ul {
  margin: 8px 0 12px;
  padding-left: 18px;
}
.clinical-consent-sheet__accordion-content ul li {
  margin-bottom: 8px;
}
.clinical-consent-sheet__accordion-content a,
.clinical-consent-sheet__accordion-content .clinical-consent-sheet__section-link {
  color: var(--Text-black, #0e3a5e) !important;
  font-weight: 600;
  text-decoration: underline;
}
.clinical-consent-sheet__accordion-content a:hover, .clinical-consent-sheet__accordion-content a:focus, .clinical-consent-sheet__accordion-content a:visited,
.clinical-consent-sheet__accordion-content .clinical-consent-sheet__section-link:hover,
.clinical-consent-sheet__accordion-content .clinical-consent-sheet__section-link:focus,
.clinical-consent-sheet__accordion-content .clinical-consent-sheet__section-link:visited {
  color: var(--Text-black, #0e3a5e) !important;
}
.clinical-consent-sheet__sections {
  margin-bottom: 0 !important;
}
.clinical-consent-sheet__footer {
  flex-shrink: 0;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: sticky;
  bottom: 0;
  background: #fff;
  box-shadow: 0 -8px 16px rgba(255, 255, 255, 0.9);
}
.clinical-consent-sheet__agree-btn {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 12px;
  background: #35c359;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}
.clinical-consent-sheet__agree-btn:hover {
  background: #2eae4f;
}
.clinical-consent-sheet__agree-btn:active {
  background: #279943;
  transform: scale(0.99);
}
.clinical-consent-sheet__ar {
  direction: rtl;
  text-align: right;
}
.clinical-consent-sheet__ar .clinical-consent-sheet__notice {
  border-left: none;
  border-right: 3px solid #ffb900;
}
.clinical-consent-sheet__ar .clinical-consent-sheet__accordion-header {
  text-align: right;
}
.clinical-consent-sheet__ar .clinical-consent-sheet__accordion-content ul {
  padding-right: 18px;
  padding-left: 0;
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/SlotBook/SlotBookingForm/slot-unavailable-modal.scss ***!
  \*************************************************************************************************************************************************************************************/
.slot-unavailable-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slot-unavailable-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.slot-unavailable-modal__content {
  position: relative;
  background: #FFFFFF;
  border-radius: 16px;
  max-width: 480px;
  width: 90%;
  padding: 40px 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.slot-unavailable-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #666;
  font-size: 14px;
}
@media (max-width: 768px) {
  .slot-unavailable-modal__close span:first-child {
    display: none;
  }
}
.slot-unavailable-modal__close-icon {
  font-size: 20px;
  color: #333;
}
.slot-unavailable-modal__close:hover {
  color: #333;
}
.slot-unavailable-modal__body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px 48px;
  position: relative;
}
.slot-unavailable-modal__desktop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.slot-unavailable-modal__location {
  font-size: 12px;
  font-weight: 600;
  color: #32445B;
  display: flex;
  align-items: center;
  gap: 4px;
}
.slot-unavailable-modal__location-flag {
  width: 20px;
  height: 20px;
  object-fit: contain;
  border-radius: 50%;
}
.slot-unavailable-modal__close-btn {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #32445B;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
}
.slot-unavailable-modal__close-btn:hover {
  color: #0E3A5E;
}
.slot-unavailable-modal__close-icon {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slot-unavailable-modal__icon {
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
}
.slot-unavailable-modal__title {
  font-size: 24px;
  font-weight: 600;
  color: #1B3A5F;
  margin-bottom: 8px;
  line-height: 1.3;
}
.slot-unavailable-modal__message {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 32px;
}
.slot-unavailable-modal__message strong {
  color: #333;
  font-weight: 600;
}
.slot-unavailable-modal__cta {
  background: #4CAF50;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  transition: background 0.3s ease;
}
.slot-unavailable-modal__cta:hover {
  background: #45a049;
}
.slot-unavailable-modal__cta:active {
  transform: scale(0.98);
}

@media (max-width: 769px) {
  .slot-unavailable-modal__body {
    height: unset;
    margin: 0px 28px 16px;
  }
  .slot-unavailable-modal img {
    width: 70px;
    height: 70px;
  }
  .slot-unavailable-modal__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .slot-unavailable-modal__message {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .slot-unavailable-modal__cta {
    font-size: 16px;
  }
}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/SlotBook/RescheduleSuccess/reschedule-success.scss ***!
  \***********************************************************************************************************************************************************************************/
.reschedule-success {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #FFF;
}
.reschedule-success__content {
  text-align: center;
  max-width: 340px;
}
.reschedule-success__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reschedule-success__icon-image {
  width: 94px;
  height: 94px;
  object-fit: contain;
}
.reschedule-success__title {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0E3A5E;
  line-height: 1.25;
}
.reschedule-success__message {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #797764;
  line-height: 1.25;
  margin-bottom: 16px;
}
.reschedule-success__button {
  width: 100%;
  padding: 14px 92px;
  background: #0E3A5E;
  color: white;
  border: none;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.reschedule-success__button:hover {
  background: #0A2A45;
  transform: translateY(-1px);
}
.reschedule-success__button:active {
  transform: translateY(0);
}
.reschedule-success__button.is-loading, .reschedule-success__button[disabled] {
  cursor: not-allowed;
  opacity: 0.85;
  transform: none;
}
.reschedule-success__button.is-loading:hover, .reschedule-success__button[disabled]:hover {
  background: #0E3A5E;
  transform: none;
}
.reschedule-success__spinner {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #FFFFFF;
  animation: reschedule-success-spin 0.8s linear infinite;
}

@keyframes reschedule-success-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 769px) {
  .reschedule-success {
    min-height: 100%;
    padding: 110px 28px;
  }
  .reschedule-success__content {
    max-width: 340px;
  }
  .reschedule-success__icon-image {
    width: 94px;
    height: 94px;
  }
  .reschedule-success__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .reschedule-success__message {
    font-size: 14px;
  }
  .reschedule-success__button {
    font-size: 17px;
    padding: 14px 92px;
    max-width: 232px;
  }
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/SignupForm/SignupForm.scss (1) ***!
  \******************************************************************************************************************************************************************************/
.signup-form-container {
  background: #FFFCF7;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 32px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.signup-form-container.rtl {
  direction: rtl;
  text-align: right;
}
.signup-form-container .back-button {
  position: absolute;
  top: 32px;
  left: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s ease;
  z-index: 10;
}
.signup-form-container .back-button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.signup-form-container .back-button:active {
  transform: scale(0.95);
}
.signup-form-container .back-button svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .signup-form-container .back-button {
    display: none;
  }
}
@media (min-width: 769px) {
  .signup-form-container {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .signup-form-container {
    background: white;
    border-radius: 16px 16px 0 0;
    min-height: auto;
    padding: 20px 16px 24px 16px;
    margin: 0;
    max-width: 100%;
    border-top: none;
    overflow: visible;
    position: relative;
  }
}
.signup-form-container .signup-form-content {
  width: 100%;
  gap: 8px;
}
.signup-form-container .signup-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
.signup-form-container .signup-header .valeo-logo-container {
  display: none;
}
@media (min-width: 769px) {
  .signup-form-container .signup-header .valeo-logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    min-height: auto;
  }
}
.signup-form-container .signup-header .valeo-logo-container .valeo-logo-signup .valeo-logo {
  border-radius: 0;
  box-shadow: none;
}
.signup-form-container .signup-header .valeo-logo-container .valeo-logo-signup .valeo-logo svg {
  width: 88px;
  height: 88px;
  display: block;
}
.signup-form-container .signup-header .signup-header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.signup-form-container .signup-header .signup-title {
  font-size: 28px;
  font-weight: 700;
  color: #0E3A5E;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  line-height: normal;
}
.signup-form-container .signup-header .existing-user-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.signup-form-container .signup-header .existing-user-link .existing-user-text {
  font-size: 16px;
  color: #6B7280;
  font-weight: 400;
}
.signup-form-container .signup-header .existing-user-link .login-link-btn {
  background: none;
  border: none;
  color: #3B82F6;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.signup-form-container .signup-header .existing-user-link .login-link-btn:hover {
  color: #2563EB;
}
.signup-form-container .signup-form .general-error {
  color: #EF4444;
}
.signup-form-container .signup-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.signup-form-container .signup-form .form-group .form-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #233B58;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
}
.signup-form-container .signup-form .form-group .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.signup-form-container .signup-form .form-group .input-wrapper .input-icon {
  position: absolute;
  left: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.signup-form-container .signup-form .form-group .input-wrapper .input-icon svg {
  width: 28px;
  height: 28px;
}
.signup-form-container .signup-form .form-group .input-wrapper input:-webkit-autofill,
.signup-form-container .signup-form .form-group .input-wrapper input:-webkit-autofill:hover,
.signup-form-container .signup-form .form-group .input-wrapper input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
  box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
  -webkit-text-fill-color: #1F2937;
}
.signup-form-container .signup-form .form-group .input-wrapper input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset, 0px 0px 0px 3px rgba(53, 195, 89, 0.1) !important;
  box-shadow: 0 0 0px 1000px #FFFFFF inset, 0px 0px 0px 3px rgba(53, 195, 89, 0.1) !important;
  -webkit-text-fill-color: #1F2937;
}
.signup-form-container .signup-form .form-group .input-wrapper .form-input {
  width: 100%;
  height: 48px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 12px 16px 12px 48px;
  font-size: 14px;
  font-weight: 400;
  color: #1F2937;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.2s ease;
}
.signup-form-container .signup-form .form-group .input-wrapper .form-input::placeholder {
  color: #797764;
  font-weight: 400;
}
.signup-form-container .signup-form .form-group .input-wrapper .form-input:focus {
  border-color: #35C359;
  box-shadow: 0px 0px 0px 3px rgba(53, 195, 89, 0.1);
}
.signup-form-container .signup-form .form-group .input-wrapper .form-input.error {
  border-color: #EF4444;
  box-shadow: 0px 0px 0px 3px rgba(239, 68, 68, 0.1);
}
.signup-form-container .signup-form .form-group .input-wrapper .password-toggle {
  position: absolute;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.signup-form-container .signup-form .form-group .input-wrapper .password-toggle svg {
  width: 20px;
  height: 20px;
}
.signup-form-container .signup-form .form-group .input-wrapper .password-toggle:hover {
  opacity: 0.7;
}
.signup-form-container .signup-form .form-group .error-message {
  display: block;
  font-size: 12px;
  color: #EF4444;
  margin-top: 4px;
  font-weight: 400;
  align-self: flex-end;
}
.signup-form-container .signup-form .forgot-password-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.signup-form-container .signup-form .forgot-password-container .forgot-password-btn {
  background: none;
  border: none;
  color: #0E3A5E;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
.signup-form-container .signup-form .forgot-password-container .forgot-password-btn:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .signup-form-container .signup-form .forgot-password-container .forgot-password-btn {
    color: var(--Text-black, #0E3A5E);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.signup-form-container .signup-form .signup-btn {
  width: 100%;
  height: 48px;
  background: #0E3A5E;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 16px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-form-container .signup-form .signup-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  opacity: 0.8;
  box-shadow: 0px 4px 12px rgba(30, 58, 138, 0.3);
}
.signup-form-container .signup-form .signup-btn:active:not(:disabled) {
  transform: translateY(0);
}
.signup-form-container .signup-form .signup-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.signup-form-container .signup-form .signup-btn.loading {
  opacity: 0.8;
}
.signup-form-container .signup-form .terms-and-conditions-wrapper {
  display: flex;
  width: 100%;
  max-width: 319px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.signup-form-container .signup-form .terms-and-conditions-wrapper .terms-text {
  font-size: 12px;
  color: #0E3A5E;
  font-weight: 400;
  font-family: Poppins;
  line-height: normal;
  margin-bottom: 24px;
}
.signup-form-container .signup-form .terms-and-conditions-wrapper .terms-text .terms-link {
  color: #007AFF;
}
.signup-form-container .signup-form .terms-and-conditions-wrapper .terms-text .privacy-link {
  color: #007AFF;
}
.signup-form-container .signup-form .continue-with {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.signup-form-container .signup-form .continue-with .vector-icon-left,
.signup-form-container .signup-form .continue-with .vector-icon-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-form-container .signup-form .continue-with .vector-icon-left svg,
.signup-form-container .signup-form .continue-with .vector-icon-right svg {
  display: block;
}
.signup-form-container .signup-form .continue-with .continue-text {
  font-size: 14px;
  color: #797764;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: center;
  transform: translateY(-10px);
}
.signup-form-container .signup-form .social-buttons {
  display: flex;
  gap: 12px;
}
.signup-form-container .signup-form .social-buttons .social-btn {
  flex: 1;
  padding: 8px 22px;
  border: 0.5px solid var(--Grey-2, #CAC4B7);
  border-radius: 16px;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-form-container .signup-form .social-buttons .social-btn:hover {
  border-color: #D1D5DB;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.signup-form-container .signup-form .social-buttons .social-btn:active {
  transform: translateY(0);
}
.signup-form-container .signup-form .social-buttons .social-btn .social-btn-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.signup-form-container .signup-form .social-buttons .social-btn .social-btn-content span {
  font-size: 18px;
  font-weight: 600;
  color: #007AFF;
}
.signup-form-container .signup-form .social-buttons .social-btn.google-btn .social-btn-content span {
  color: #374151;
}
.signup-form-container .signup-form .social-buttons .social-btn.apple-btn .social-btn-content span {
  color: #000000;
}
.signup-form-container.rtl .back-button {
  left: auto;
  right: 24px;
}
.signup-form-container.rtl .back-button svg {
  transform: scaleX(-1);
}
.signup-form-container.rtl .signup-header .signup-header-content .existing-user-link {
  align-items: flex-start;
}
.signup-form-container.rtl .signup-form .forgot-password-container {
  justify-content: flex-start;
}
.signup-form-container.rtl .form-group .input-wrapper .input-icon {
  left: auto;
  right: 16px;
}
.signup-form-container.rtl .form-group .input-wrapper .form-input {
  padding: 12px 48px 12px 16px;
}
.signup-form-container.rtl .form-group .input-wrapper .password-toggle {
  right: auto;
  left: 16px;
}
@media (max-width: 480px) {
  .signup-form-container .signup-header {
    margin-bottom: 24px;
  }
  .signup-form-container .signup-header .valeo-logo-container {
    display: none;
  }
  .signup-form-container .signup-header .signup-header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
  }
  .signup-form-container .signup-header .signup-header-content .signup-title {
    font-size: 20px;
  }
  .signup-form-container .signup-header .signup-header-content .existing-user-link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
  }
  .signup-form-container .signup-header .signup-header-content .existing-user-link .existing-user-text {
    font-size: 14px;
  }
  .signup-form-container .signup-header .signup-header-content .existing-user-link .login-link-btn {
    font-size: 11px;
  }
  .signup-form-container .signup-form .form-group {
    margin-bottom: 16px;
  }
  .signup-form-container .signup-form .form-group .form-label {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .signup-form-container .signup-form .form-group .input-wrapper .input-icon {
    left: 12px;
  }
  .signup-form-container .signup-form .form-group .input-wrapper .input-icon svg {
    width: 18px;
    height: 18px;
  }
  .signup-form-container .signup-form .form-group .input-wrapper .form-input {
    height: 44px;
    padding: 10px 14px 10px 42px;
    font-size: 14px;
    border-radius: 6px;
  }
  .rtl .signup-form-container .signup-form .form-group .input-wrapper .form-input {
    padding: 10px 42px 10px 14px;
  }
  .signup-form-container .signup-form .form-group .input-wrapper .password-toggle svg {
    width: 18px;
    height: 18px;
  }
  .signup-form-container .signup-form .form-group .error-message {
    font-size: 11px;
    margin-top: 4px;
  }
  .signup-form-container .signup-form .continue-with {
    margin-bottom: 12px;
    gap: 8px;
  }
  .signup-form-container .signup-form .continue-with .vector-icon-left,
  .signup-form-container .signup-form .continue-with .vector-icon-right {
    flex-shrink: 0;
  }
  .signup-form-container .signup-form .continue-with .vector-icon-left svg,
  .signup-form-container .signup-form .continue-with .vector-icon-right svg {
    width: 100%;
    height: auto;
    display: block;
  }
  .signup-form-container .signup-form .continue-with .continue-text {
    font-size: 10px;
    font-weight: 400;
    transform: translateY(-8px);
    white-space: nowrap;
  }
  .signup-form-container .signup-form .social-buttons {
    flex-direction: row;
    gap: 12px;
  }
  .signup-form-container .signup-form .social-buttons .social-btn {
    flex: 1;
    height: 44px;
    border-radius: 12px;
  }
  .signup-form-container .signup-form .social-buttons .social-btn .social-btn-content {
    gap: 6px;
  }
  .signup-form-container .signup-form .social-buttons .social-btn .social-btn-content img {
    width: 32px;
    height: 32px;
  }
  .signup-form-container .signup-form .social-buttons .social-btn .social-btn-content span {
    font-size: 13px;
  }
  .signup-form-container .terms-and-conditions-wrapper .terms-text {
    font-size: 8px;
  }
}
@media (max-width: 320px) {
  .signup-form-container .signup-header {
    gap: 8px;
  }
  .signup-form-container .signup-header .valeo-logo-container {
    display: none;
  }
  .signup-form-container .signup-header .signup-header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    gap: 8px;
  }
  .signup-form-container .signup-header .signup-header-content .signup-title {
    font-size: 18px;
  }
  .signup-form-container .signup-header .signup-header-content .existing-user-link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }
  .signup-form-container .signup-header .signup-header-content .existing-user-link .existing-user-text {
    font-size: 13px;
  }
  .signup-form-container .signup-header .signup-header-content .existing-user-link .login-link-btn {
    font-size: 10px;
  }
  .signup-form-container .signup-form .form-group {
    margin-bottom: 14px;
  }
  .signup-form-container .signup-form .form-group .form-label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .signup-form-container .signup-form .form-group .input-wrapper .input-icon {
    left: 10px;
  }
  .signup-form-container .signup-form .form-group .input-wrapper .input-icon svg {
    width: 16px;
    height: 16px;
  }
  .signup-form-container .signup-form .form-group .input-wrapper .form-input {
    height: 40px;
    padding: 8px 12px 8px 38px;
    font-size: 13px;
    border-radius: 6px;
  }
  .rtl .signup-form-container .signup-form .form-group .input-wrapper .form-input {
    padding: 8px 38px 8px 12px;
  }
  .signup-form-container .signup-form .form-group .input-wrapper .password-toggle svg {
    width: 16px;
    height: 16px;
  }
  .signup-form-container .signup-form .form-group .error-message {
    font-size: 10px;
    margin-top: 3px;
  }
  .signup-form-container .signup-form .continue-with {
    margin-bottom: 10px;
    gap: 6px;
  }
  .signup-form-container .signup-form .continue-with .vector-icon-left,
  .signup-form-container .signup-form .continue-with .vector-icon-right {
    flex-shrink: 0;
  }
  .signup-form-container .signup-form .continue-with .vector-icon-left svg,
  .signup-form-container .signup-form .continue-with .vector-icon-right svg {
    width: 100%;
    height: auto;
    display: block;
  }
  .signup-form-container .signup-form .continue-with .continue-text {
    font-size: 10px;
    font-weight: 400;
    transform: translateY(-6px);
    white-space: nowrap;
  }
  .signup-form-container .signup-form .social-buttons {
    flex-direction: row;
    gap: 10px;
  }
  .signup-form-container .signup-form .social-buttons .social-btn {
    flex: 1;
    height: 40px;
    border-radius: 10px;
  }
  .signup-form-container .signup-form .social-buttons .social-btn .social-btn-content {
    gap: 5px;
  }
  .signup-form-container .signup-form .social-buttons .social-btn .social-btn-content img {
    width: 28px;
    height: 28px;
  }
  .signup-form-container .signup-form .social-buttons .social-btn .social-btn-content span {
    font-size: 12px;
  }
  .signup-form-container .terms-and-conditions-wrapper .terms-text {
    font-size: 8px;
  }
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/ResetPasswordForm/ResetPasswordForm.scss (1) ***!
  \********************************************************************************************************************************************************************************************/
.reset-password-container {
  background: #FFFCF7;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 32px 24px;
  font-family: "Poppins", sans-serif;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .reset-password-container {
    background: white;
    border-radius: 16px 16px 0 0;
    min-height: auto;
    padding: 24px 16px;
    margin: 0;
    max-width: 100%;
  }
}
.reset-password-container.rtl {
  direction: rtl;
  text-align: right;
}
.reset-password-container .reset-password-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
}
@media (max-width: 768px) {
  .reset-password-container .reset-password-content {
    align-items: stretch;
    justify-content: flex-start;
    flex: 0 0 auto;
    padding: 0;
  }
}
.reset-password-container .back-button {
  position: absolute;
  top: 32px;
  left: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.reset-password-container .back-button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.reset-password-container .back-button:active {
  transform: scale(0.95);
}
.reset-password-container .back-button svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 1024px) {
  .reset-password-container .back-button {
    display: none;
  }
}
.reset-password-container .logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.reset-password-container .logo-container .valeo-logo-reset .valeo-logo {
  border-radius: 0;
  box-shadow: none;
}
.reset-password-container .logo-container .valeo-logo-reset .valeo-logo svg {
  width: 88px;
  height: 88px;
  display: block;
}
@media (max-width: 768px) {
  .reset-password-container .logo-container {
    display: none;
  }
}
.reset-password-container .reset-title {
  color: var(--Text-black, #0E3A5E);
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 32px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .reset-password-container .reset-title {
    font-size: 24px;
    margin: 0 0 24px 0;
    text-align: left;
    font-weight: 600;
    color: #0E3A5E;
    line-height: 1.2;
  }
}
.reset-password-container .reset-form {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 1024px) {
  .reset-password-container .reset-form {
    max-width: 100%;
  }
}
.reset-password-container .reset-form .form-group {
  margin-bottom: 24px;
}
.reset-password-container .reset-form .form-group .form-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #233B58;
  margin-bottom: 8px;
}
.reset-password-container .reset-form .form-group .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.reset-password-container .reset-form .form-group .input-wrapper .input-icon {
  position: absolute;
  left: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.reset-password-container .reset-form .form-group .input-wrapper .input-icon svg {
  width: 20px;
  height: 20px;
}
.reset-password-container .reset-form .form-group .input-wrapper .form-input {
  width: 100%;
  height: 56px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 16px 16px 16px 48px;
  font-size: 14px;
  font-weight: 400;
  color: #1F2937;
  background: #FFFFFF;
  outline: none;
  transition: all 0.2s ease;
}
.reset-password-container .reset-form .form-group .input-wrapper .form-input::placeholder {
  color: #797764;
  font-weight: 400;
}
.reset-password-container .reset-form .form-group .input-wrapper .form-input:focus {
  border-color: #3B82F6;
  box-shadow: 0px 0px 0px 3px rgba(59, 130, 246, 0.1);
}
.reset-password-container .reset-form .form-group .input-wrapper .form-input.error {
  border-color: #EF4444;
  box-shadow: 0px 0px 0px 3px rgba(239, 68, 68, 0.1);
}
.reset-password-container .reset-form .form-group .error-message {
  display: block;
  font-size: 12px;
  color: #EF4444;
  margin-top: 6px;
  font-weight: 400;
}
.reset-password-container .reset-form .send-email-btn {
  width: 100%;
  height: 56px;
  background: #0E3A5E;
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 24px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset-password-container .reset-form .send-email-btn:hover:not(:disabled) {
  opacity: 0.8;
  transform: translateY(-1px);
  box-shadow: 0px 4px 12px rgba(30, 58, 138, 0.3);
}
.reset-password-container .reset-form .send-email-btn:active:not(:disabled) {
  transform: translateY(0);
}
.reset-password-container .reset-form .send-email-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.reset-password-container .reset-form .send-email-btn.loading {
  opacity: 0.8;
}
.reset-password-container .login-link-container {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.reset-password-container .login-link-container .remember-text {
  font-size: 14px;
  color: #0E3A5E;
  font-weight: 400;
}
.reset-password-container .login-link-container .login-link-btn {
  background: none;
  border: none;
  color: #3B82F6;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
.reset-password-container .login-link-container .login-link-btn:hover {
  color: #2563EB;
  text-decoration: underline;
}
.reset-password-container.rtl .back-button {
  left: auto;
  right: 24px;
}
.reset-password-container.rtl .back-button svg {
  transform: scaleX(-1);
}
.reset-password-container.rtl .form-group .input-wrapper .input-icon {
  left: auto;
  right: 16px;
}
.reset-password-container.rtl .form-group .input-wrapper .form-input {
  padding: 16px 48px 16px 16px;
}
@media (max-width: 480px) {
  .reset-password-container {
    padding: 24px 16px;
  }
  .reset-password-container .back-button {
    top: 24px;
    left: 16px;
  }
  .reset-password-container .reset-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .reset-password-container .reset-form {
    max-width: 100%;
  }
  .reset-password-container .reset-form .form-group .form-label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #233B58;
  }
  .reset-password-container .login-link-container .remember-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #0E3A5E;
  }
  .reset-password-container.rtl .back-button {
    left: auto;
    right: 16px;
  }
}
@media (max-width: 320px) {
  .reset-password-container {
    padding: 20px 12px;
  }
  .reset-password-container .back-button {
    top: 20px;
    left: 12px;
  }
  .reset-password-container .reset-title {
    font-size: 20px;
  }
  .reset-password-container .reset-form .form-group .form-label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #233B58;
  }
  .reset-password-container .login-link-container .remember-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #0E3A5E;
  }
  .reset-password-container.rtl .back-button {
    left: auto;
    right: 12px;
  }
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/ResetEmailSentForm/ResetEmailSentForm.scss (1) ***!
  \**********************************************************************************************************************************************************************************************/
.reset-email-sent-container {
  background: #FFFCF7;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 32px 24px;
  font-family: "Poppins", sans-serif;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .reset-email-sent-container {
    background: white;
    border-radius: 16px 16px 0 0;
    min-height: auto;
    padding: 24px 16px;
    margin: 0;
    max-width: 100%;
  }
}
.reset-email-sent-container.rtl {
  direction: rtl;
  text-align: right;
}
.reset-email-sent-container .reset-email-sent-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
}
@media (max-width: 768px) {
  .reset-email-sent-container .reset-email-sent-content {
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    padding: 0;
  }
}
.reset-email-sent-container .back-button {
  position: absolute;
  top: 32px;
  left: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.reset-email-sent-container .back-button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.reset-email-sent-container .back-button:active {
  transform: scale(0.95);
}
.reset-email-sent-container .back-button svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 1024px) {
  .reset-email-sent-container .back-button {
    display: none;
  }
}
.reset-email-sent-container .help-btn {
  position: absolute;
  top: 10px;
  right: 36px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 122, 255, 0.0588235294);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  border-radius: 24px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.reset-email-sent-container .help-btn:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
}
.reset-email-sent-container .help-btn:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.7);
}
.reset-email-sent-container .help-btn:active {
  transform: translateY(0);
}
.reset-email-sent-container .help-btn .help-text {
  font-size: 12px;
  font-weight: 600;
  color: #0E3A5E;
  line-height: 1;
}
.reset-email-sent-container .help-btn svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .reset-email-sent-container .help-btn {
    top: 0px;
    font-size: 12px;
  }
}
.reset-email-sent-container .logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .reset-email-sent-container .logo-container {
    display: none;
  }
}
.reset-email-sent-container .logo-container .success-logo {
  position: relative;
  display: inline-block;
}
.reset-email-sent-container .logo-container .success-logo .valeo-logo-success .valeo-logo {
  border-radius: 0;
  box-shadow: none;
}
.reset-email-sent-container .logo-container .success-logo .valeo-logo-success .valeo-logo svg {
  width: 88px;
  height: 88px;
  display: block;
}
.reset-email-sent-container .logo-container .success-logo .checkmark-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset-email-sent-container .logo-container .success-logo .checkmark-overlay svg {
  width: 32px;
  height: 32px;
}
.reset-email-sent-container .success-title {
  font-size: 28px;
  font-weight: 700;
  color: #0E3A5E;
  margin: 0px;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1024px) {
  .reset-email-sent-container .success-title {
    font-size: 24px;
    text-align: left;
  }
}
.reset-email-sent-container .success-description {
  font-size: 14px;
  font-weight: 400;
  color: #0E3A5E;
  margin: 0 0 16px 0;
  line-height: 1.5;
  text-align: center;
  width: 280px;
}
@media (max-width: 768px) {
  .reset-email-sent-container .success-description {
    width: 312px;
  }
}
@media (max-width: 1024px) {
  .reset-email-sent-container .success-description {
    font-size: 14px;
    text-align: center;
    margin: 0 0 16px 0;
    width: 312px;
  }
}
.reset-email-sent-container .success-note {
  font-size: 14px;
  font-weight: 400;
  color: #797764;
  margin: 0 0 16px 0;
  line-height: 1.4;
  text-align: center;
  width: 360px;
}
.reset-email-sent-container .success-note .note-label {
  font-weight: 600;
  color: #6B7280;
}
@media (max-width: 1024px) {
  .reset-email-sent-container .success-note {
    font-size: 12px;
    text-align: center;
    margin: 0 0 24px 0;
    width: 312px;
  }
}
.reset-email-sent-container .okay-btn {
  background: #0E3A5E;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 320px;
}
.reset-email-sent-container .okay-btn:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}
.reset-email-sent-container .okay-btn:active {
  transform: translateY(0);
}
.reset-email-sent-container .okay-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
@media (max-width: 768px) {
  .reset-email-sent-container .okay-btn {
    padding: 14px 24px;
    font-size: 15px;
    border-radius: 10px;
  }
}
.reset-email-sent-container.rtl .back-button {
  left: auto;
  right: 24px;
}
.reset-email-sent-container.rtl .back-button svg {
  transform: scaleX(-1);
}
.reset-email-sent-container.rtl .help-btn {
  right: auto;
  left: 24px;
}
.reset-email-sent-container.rtl .success-title,
.reset-email-sent-container.rtl .success-description,
.reset-email-sent-container.rtl .success-note {
  text-align: right;
}
@media (max-width: 1024px) {
  .reset-email-sent-container.rtl .success-title,
  .reset-email-sent-container.rtl .success-description,
  .reset-email-sent-container.rtl .success-note {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .reset-email-sent-container {
    padding: 24px 16px;
  }
  .reset-email-sent-container .reset-email-sent-content .success-title {
    font-size: 20px;
    margin-top: 18px;
  }
  .reset-email-sent-container .reset-email-sent-content .success-description {
    font-size: 12px;
  }
  .reset-email-sent-container .reset-email-sent-content .success-note {
    font-size: 12px;
  }
  .reset-email-sent-container .reset-email-sent-content .okay-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .reset-email-sent-container {
    padding: 20px 12px;
  }
  .reset-email-sent-container .reset-email-sent-content .success-title {
    font-size: 18px;
  }
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/ProfileDetail/ProfileDetail.scss (1) ***!
  \************************************************************************************************************************************************************************************/
.profile-detail-container {
  background: #FFFCF7;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 32px 24px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
@media (max-width: 768px) {
  .profile-detail-container {
    background: white;
    border-radius: 16px 16px 0 0;
    min-height: auto;
    padding: 20px 16px 20px 16px;
    margin: 0;
    max-width: 100%;
    border-top: none;
    overflow: visible;
    position: relative;
  }
}
.profile-detail-container.rtl {
  direction: rtl;
  text-align: right;
}
.profile-detail-container .profile-detail-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .profile-detail-container .profile-detail-content {
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    padding: 0;
  }
}
.profile-detail-container .back-button {
  display: none;
  position: absolute;
  top: 32px;
  left: -12;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.profile-detail-container .back-button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.profile-detail-container .back-button:active {
  transform: scale(0.95);
}
.profile-detail-container .back-button svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 1024px) {
  .profile-detail-container .back-button {
    display: none;
  }
}
.profile-detail-container .close-icon-mobile {
  position: absolute;
  top: -18px;
  right: 20px;
  background: white;
  border: none;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.profile-detail-container .close-icon-mobile:hover {
  opacity: 0.8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.profile-detail-container .close-icon-mobile:active {
  transform: scale(0.95);
}
.profile-detail-container .close-icon-mobile svg {
  width: 18px;
  height: 18px;
  display: block;
}
@media (min-width: 769px) {
  .profile-detail-container .close-icon-mobile {
    display: none !important;
  }
}
.profile-detail-container .profile-title {
  font-size: 28px;
  font-weight: 600;
  color: #0E3A5E;
  margin: 0 0 32px 0;
  line-height: 1.2;
  text-align: left;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .profile-detail-container .profile-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-align: left;
    color: #1F2937;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .profile-detail-container .profile-title {
    font-size: 24px;
    margin: 0 0 24px 0;
    text-align: left;
  }
}
.profile-detail-container .profile-form {
  width: 100%;
  max-width: 400px;
}
.profile-detail-container .profile-form .error-message {
  color: red;
}
@media (max-width: 1024px) {
  .profile-detail-container .profile-form {
    max-width: 100%;
  }
}
.profile-detail-container .profile-form .name-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 0;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .profile-detail-container .profile-form .name-row {
    gap: 12px;
    margin-bottom: 20px;
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .profile-detail-container .profile-form .name-row {
    gap: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    flex-direction: row;
  }
}
.profile-detail-container .profile-form .form-group {
  margin-top: 24px;
  margin-bottom: 24px;
}
.profile-detail-container .profile-form .form-group:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .profile-detail-container .profile-form .form-group {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .profile-detail-container .profile-form .form-group:first-of-type {
    margin-top: 0;
  }
}
.profile-detail-container .profile-form .form-group.half-width {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .profile-detail-container .profile-form .form-group.half-width {
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .profile-detail-container .profile-form .form-group.half-width {
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
  }
}
.profile-detail-container .profile-form .form-group .form-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #233B58;
  margin-bottom: 8px;
}
.profile-detail-container .profile-form .form-group .form-label .required {
  color: #EF4444;
}
.profile-detail-container .profile-form .form-group .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.profile-detail-container .profile-form .form-group .input-wrapper .input-icon {
  position: absolute;
  left: 12px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-detail-container .profile-form .form-group .input-wrapper .input-icon svg {
  width: 20px;
  height: 20px;
}
.profile-detail-container .profile-form .form-group .input-wrapper .form-input {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  background: white;
  transition: all 0.2s ease;
}
.profile-detail-container .profile-form .form-group .input-wrapper .form-input:focus {
  outline: none;
  border-color: #35C359;
  box-shadow: 0 0 0 3px rgba(53, 195, 89, 0.1);
}
.profile-detail-container .profile-form .form-group .input-wrapper .form-input.error {
  border-color: #EF4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.profile-detail-container .profile-form .form-group .input-wrapper .form-input::placeholder {
  color: #797764;
}
@media (max-width: 768px) {
  .profile-detail-container .profile-form .form-group .input-wrapper .form-input {
    padding: 11px 11px 11px 42px;
    font-size: 14px;
    border-radius: 6px;
  }
}
.profile-detail-container .profile-form .form-group .error-message {
  display: block;
  font-size: 12px;
  color: #EF4444;
  margin-top: 4px;
}
.profile-detail-container .profile-form .form-group .info-message {
  font-size: 10px;
  color: #797764;
  margin-bottom: 8px;
  padding: 8px;
  background-color: #FFFCF7;
}
.profile-detail-container .profile-form .gender-buttons {
  display: flex;
  gap: 12px;
}
.profile-detail-container .profile-form .gender-buttons .gender-btn {
  display: flex;
  width: 179px;
  padding: 8px 56px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 44px;
  border: 1px solid var(--Grey-2, #CAC4B7);
  background: #FFF;
  color: var(--Text-black, #0E3A5E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: all 0.2s ease;
}
.profile-detail-container .profile-form .gender-buttons .gender-btn:hover {
  border-color: #35C359;
  color: #0E3A5E;
}
.profile-detail-container .profile-form .gender-buttons .gender-btn.selected {
  border-color: #35C359;
  background: #E9F5EC;
  color: #0E3A5E;
}
.profile-detail-container .profile-form .gender-buttons .gender-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(53, 195, 89, 0.1);
}
@media (max-width: 768px) {
  .profile-detail-container .profile-form .gender-buttons .gender-btn {
    border-radius: 44px;
    border: 0.5px solid var(--Grey-2, #CAC4B7);
    background: #FFF;
    padding: 11px 14px;
    font-size: 14px;
  }
}
.profile-detail-container .profile-form .phone-input-wrapper {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown {
  position: relative;
}
.profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  background: white;
  min-width: 80px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector:hover {
  border-color: #35C359;
}
.profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector:focus {
  outline: none;
  border-color: #35C359;
  box-shadow: 0 0 0 3px rgba(53, 195, 89, 0.1);
}
.profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector .flag-container {
  display: flex;
  align-items: center;
  gap: 4px;
}
.profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector .flag-container .flag-image {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector .flag-container .flag-emoji {
  font-size: 16px;
}
.profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector .flag-container .dropdown-arrow {
  width: 12px;
  transition: transform 0.2s ease;
}
.profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector .flag-container .dropdown-arrow.open {
  transform: rotate(180deg);
}
.profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector .country-code-text {
  font-size: 14px;
  color: #374151;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector {
    padding: 11px;
    border-radius: 6px;
    min-width: 75px;
  }
  .profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector .country-code-text {
    font-size: 14px;
  }
  .profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector .flag-container .flag-image {
    width: 20px;
    height: 15px;
  }
  .profile-detail-container .profile-form .phone-input-wrapper .country-code-dropdown .country-code-selector .flag-container .flag-emoji {
    font-size: 14px;
  }
}
.profile-detail-container .profile-form .phone-input-wrapper .phone-input {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--Grey-2, #CAC4B7);
  background: #FFF;
  width: inherit;
  font-size: 12px;
  padding-left: 42px;
  transition: all 0.2s ease;
}
.profile-detail-container .profile-form .phone-input-wrapper .phone-input:focus {
  outline: none;
  border-color: #35C359;
  box-shadow: 0 0 0 3px rgba(53, 195, 89, 0.1);
}
.profile-detail-container .profile-form .phone-input-wrapper .phone-input.error {
  border-color: #EF4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
@media (max-width: 768px) {
  .profile-detail-container .profile-form .phone-input-wrapper .phone-input {
    padding: 11px;
    border-radius: 6px;
  }
}
.profile-detail-container .profile-form .country-selection-panel {
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  margin-bottom: 24px;
  overflow: hidden;
}
.profile-detail-container .profile-form .country-selection-panel .country-search-wrapper {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #E5E7EB;
  gap: 10px;
}
.profile-detail-container .profile-form .country-selection-panel .country-search-wrapper .search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9CA3AF;
}
.profile-detail-container .profile-form .country-selection-panel .country-search-wrapper .country-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #374151;
  background: transparent;
}
.profile-detail-container .profile-form .country-selection-panel .country-search-wrapper .country-search-input::placeholder {
  color: #9CA3AF;
}
.profile-detail-container .profile-form .country-selection-panel .country-options-list {
  max-height: 220px;
  overflow-y: auto;
}
.profile-detail-container .profile-form .country-selection-panel .country-options-list::-webkit-scrollbar {
  width: 4px;
}
.profile-detail-container .profile-form .country-selection-panel .country-options-list::-webkit-scrollbar-track {
  background: #F3F4F6;
}
.profile-detail-container .profile-form .country-selection-panel .country-options-list::-webkit-scrollbar-thumb {
  background: #D1D5DB;
  border-radius: 2px;
}
.profile-detail-container .profile-form .country-selection-panel .country-options-list::-webkit-scrollbar-thumb:hover {
  background: #9CA3AF;
}
.profile-detail-container .profile-form .country-selection-panel .country-option {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  border: none;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  gap: 10px;
  border-bottom: 1px solid #F3F4F6;
}
.profile-detail-container .profile-form .country-selection-panel .country-option:last-child {
  border-bottom: none;
}
.profile-detail-container .profile-form .country-selection-panel .country-option:hover {
  background: #F9FAFB;
}
.profile-detail-container .profile-form .country-selection-panel .country-option.selected {
  background: #E9F5EC;
}
.profile-detail-container .profile-form .country-selection-panel .country-option .option-flag-image {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.profile-detail-container .profile-form .country-selection-panel .country-option .flag-emoji {
  font-size: 20px;
}
.profile-detail-container .profile-form .country-selection-panel .country-option .country-name {
  flex: 1;
  text-align: left;
  color: #0E3A5E;
  font-weight: 500;
}
.profile-detail-container .profile-form .country-selection-panel .country-option .country-dial-code {
  color: #6B7280;
  font-size: 14px;
}
@media (max-width: 768px) {
  .profile-detail-container .profile-form .country-selection-panel {
    margin-bottom: 20px;
    border-radius: 6px;
  }
  .profile-detail-container .profile-form .country-selection-panel .country-search-wrapper {
    padding: 10px 14px;
  }
  .profile-detail-container .profile-form .country-selection-panel .country-search-wrapper .country-search-input {
    font-size: 13px;
  }
  .profile-detail-container .profile-form .country-selection-panel .country-option {
    padding: 12px 14px;
    font-size: 13px;
  }
  .profile-detail-container .profile-form .country-selection-panel .country-option .option-flag-image {
    width: 20px;
    height: 15px;
  }
  .profile-detail-container .profile-form .country-selection-panel .country-option .flag-emoji {
    font-size: 18px;
  }
  .profile-detail-container .profile-form .country-selection-panel .country-option .country-dial-code {
    font-size: 13px;
  }
}
.profile-detail-container .profile-form .submit-btn {
  display: inline-flex;
  padding: 12px 95px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Text-black, #0E3A5E);
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  margin-top: 8px;
}
.profile-detail-container .profile-form .submit-btn:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}
.profile-detail-container .profile-form .submit-btn:active {
  transform: translateY(0);
}
.profile-detail-container .profile-form .submit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
.profile-detail-container .profile-form .submit-btn.loading {
  background: #9CA3AF;
  cursor: not-allowed;
  transform: none;
}
.profile-detail-container .profile-form .submit-btn.loading:hover {
  background: #9CA3AF;
  transform: none;
}
.profile-detail-container .profile-form .submit-btn:disabled {
  background: #9CA3AF;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .profile-detail-container .profile-form .submit-btn {
    padding: 13px 24px;
    font-size: 15px;
    border-radius: 8px;
    margin-top: 4px;
  }
}
.profile-detail-container.rtl .back-button {
  left: auto;
  right: 16px;
}
.profile-detail-container.rtl .back-button svg {
  transform: scaleX(-1);
}
.profile-detail-container.rtl .close-icon-mobile {
  right: 20px;
  left: auto;
}
.profile-detail-container.rtl .profile-title {
  text-align: right;
}
@media (max-width: 1024px) {
  .profile-detail-container.rtl .profile-title {
    text-align: right;
  }
}
.profile-detail-container.rtl .form-group .input-wrapper .input-icon {
  left: auto;
  right: 12px;
}
@media (max-width: 768px) {
  .profile-detail-container.rtl .form-group .input-wrapper .input-icon {
    left: auto;
    right: 12px;
  }
}
@media (max-width: 480px) {
  .profile-detail-container.rtl .form-group .input-wrapper .input-icon {
    left: auto;
    right: 10px;
  }
}
.profile-detail-container.rtl .form-group .input-wrapper .form-input {
  padding: 12px 44px 12px 12px;
}
@media (max-width: 768px) {
  .profile-detail-container.rtl .form-group .input-wrapper .form-input {
    padding: 11px 42px 11px 11px;
  }
}
@media (max-width: 480px) {
  .profile-detail-container.rtl .form-group .input-wrapper .form-input {
    padding: 10px 38px 10px 10px;
  }
}
@media (max-width: 480px) {
  .profile-detail-container.rtl .form-group.half-width .input-wrapper .form-input {
    padding: 10px 36px 10px 8px;
  }
}
@media (max-width: 480px) {
  .profile-detail-container.rtl .form-group.half-width .input-wrapper .input-icon {
    left: auto;
    right: 8px;
  }
}
.profile-detail-container.rtl .phone-input-wrapper {
  flex-direction: row-reverse;
}
.profile-detail-container.rtl .phone-input-wrapper .country-code-selector .country-code-text {
  margin-left: 0;
  margin-right: 4px;
}
@media (max-width: 480px) {
  .profile-detail-container {
    padding: 20px 14px;
  }
  .profile-detail-container .profile-detail-content .profile-title {
    font-size: 20px;
  }
  .profile-detail-container .profile-detail-content .profile-form .form-group .form-label {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .profile-detail-container .profile-detail-content .profile-form .form-group .input-wrapper .form-input {
    padding: 10px 10px 10px 38px;
    font-size: 13px;
  }
  .profile-detail-container .profile-detail-content .profile-form .form-group .input-wrapper .input-icon {
    left: 10px;
  }
  .profile-detail-container .profile-detail-content .profile-form .form-group .input-wrapper .input-icon svg {
    width: 18px;
    height: 18px;
  }
  .profile-detail-container .profile-detail-content .profile-form .form-group.half-width .input-wrapper .form-input {
    padding: 10px 8px 10px 36px;
  }
  .profile-detail-container .profile-detail-content .profile-form .form-group.half-width .input-wrapper .input-icon {
    left: 8px;
  }
  .profile-detail-container .profile-detail-content .profile-form .gender-buttons .gender-btn {
    padding: 10px 8px;
    font-size: 13px;
  }
  .profile-detail-container .profile-detail-content .profile-form .phone-input-wrapper .country-code-selector {
    padding: 10px 8px;
    min-width: 65px;
  }
  .profile-detail-container .profile-detail-content .profile-form .phone-input-wrapper .country-code-selector .country-code-text {
    font-size: 12px;
  }
  .profile-detail-container .profile-detail-content .profile-form .phone-input-wrapper .phone-input {
    padding: 10px 8px;
    padding-left: 36px;
    font-size: 13px;
  }
  .profile-detail-container .profile-detail-content .profile-form .submit-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .profile-detail-container {
    padding: 20px 12px 20px 12px;
  }
  .profile-detail-container .profile-detail-content .profile-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .profile-detail-container.rtl .profile-form .form-group .input-wrapper .input-icon {
    left: auto;
    right: 12px;
  }
  .profile-detail-container.rtl .profile-form .form-group .input-wrapper .form-input {
    padding: 11px 42px 11px 11px;
  }
}
@media (max-width: 480px) {
  .profile-detail-container.rtl .profile-detail-content .profile-form .form-group .input-wrapper .input-icon {
    left: auto;
    right: 10px;
  }
  .profile-detail-container.rtl .profile-detail-content .profile-form .form-group .input-wrapper .form-input {
    padding: 10px 38px 10px 10px;
  }
  .profile-detail-container.rtl .profile-detail-content .profile-form .form-group.half-width .input-wrapper .input-icon {
    left: auto;
    right: 8px;
  }
  .profile-detail-container.rtl .profile-detail-content .profile-form .form-group.half-width .input-wrapper .form-input {
    padding: 10px 36px 10px 8px;
  }
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/OTPVerification/OTPVerification.scss (1) ***!
  \****************************************************************************************************************************************************************************************/
.otp-verification-container {
  background: #FFFCF7;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 32px 24px;
  font-family: "Poppins", sans-serif;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .otp-verification-container {
    background: white;
    border-radius: 16px 16px 0 0;
    min-height: auto;
    padding: 16px 16px 20px 16px;
    margin: 0;
    max-width: 100%;
  }
}
.otp-verification-container.rtl {
  direction: rtl;
  text-align: right;
}
.otp-verification-container .otp-verification-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
}
@media (max-width: 768px) {
  .otp-verification-container .otp-verification-content {
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    padding: 0;
  }
}
.otp-verification-container .back-button {
  position: absolute;
  top: 32px;
  left: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.otp-verification-container .back-button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.otp-verification-container .back-button:active {
  transform: scale(0.95);
}
.otp-verification-container .back-button svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 1024px) {
  .otp-verification-container .back-button {
    display: none;
  }
}
.otp-verification-container .logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .otp-verification-container .logo-container {
    display: none;
  }
}
.otp-verification-container .logo-container .valeo-logo-otp .valeo-logo {
  border-radius: 0;
  box-shadow: none;
}
.otp-verification-container .logo-container .valeo-logo-otp .valeo-logo svg {
  width: 88px;
  height: 88px;
  display: block;
}
.otp-verification-container .otp-title {
  font-size: 28px;
  font-weight: 700;
  color: #0E3A5E;
  margin: 0 0 24px 0;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .otp-verification-container .otp-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px 0;
    text-align: center;
    color: #1F2937;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .otp-verification-container .otp-title {
    font-size: 24px;
    margin: 0 0 8px 0;
    text-align: center;
  }
}
.otp-verification-container .otp-description {
  text-align: center;
  margin-bottom: 32px;
}
.otp-verification-container .otp-description .description-text {
  font-size: 14px;
  font-weight: 400;
  color: #797764;
  margin: 0 0 8px 0;
  line-height: 1.5;
}
.otp-verification-container .otp-description .email-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.otp-verification-container .otp-description .email-line .email-address {
  font-size: 14px;
  font-weight: 400;
  color: #0E3A5E;
}
.otp-verification-container .otp-description .email-line .change-email-btn {
  background: none;
  border: none;
  color: #3B82F6;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
.otp-verification-container .otp-description .email-line .change-email-btn:hover {
  color: #2563EB;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .otp-verification-container .otp-description {
    text-align: left;
    margin-bottom: 20px;
  }
  .otp-verification-container .otp-description .description-text {
    font-size: 13px;
    margin: 0 0 4px 0;
    color: #6B7280;
  }
  .otp-verification-container .otp-description .email-line {
    justify-content: flex-start;
    gap: 6px;
  }
  .otp-verification-container .otp-description .email-line .email-address {
    font-size: 13px;
    font-weight: 500;
  }
  .otp-verification-container .otp-description .email-line .change-email-btn {
    font-size: 13px;
    font-weight: 500;
  }
}
.otp-verification-container .otp-form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .otp-verification-container .otp-form {
    max-width: 100%;
    margin: 0;
  }
}
.otp-verification-container .otp-form .otp-inputs {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 32px;
}
.otp-verification-container .otp-form .otp-inputs .otp-input {
  width: 62px;
  height: 48px;
  border: 1px solid #797764;
  border-radius: 8px;
  background: white;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #0E3A5E;
  transition: all 0.2s ease;
}
.otp-verification-container .otp-form .otp-inputs .otp-input:focus {
  outline: none;
  border-radius: 8px;
  border: 1px solid var(--Secondary-Green, #35C359);
  background: #FFF;
  box-shadow: 0 5px 5px 0 rgba(224, 228, 238, 0.5);
}
.otp-verification-container .otp-form .otp-inputs .otp-input:not(:placeholder-shown):not(:focus) {
  border-color: #797764;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .otp-verification-container .otp-form .otp-inputs .otp-input {
    width: 48px;
    height: 48px;
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
  }
}
@media (max-width: 480px) {
  .otp-verification-container .otp-form .otp-inputs .otp-input {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .otp-verification-container .otp-form .otp-inputs {
    gap: 12px;
    margin-bottom: 20px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .otp-verification-container .otp-form .otp-inputs {
    gap: 10px;
  }
}
.otp-verification-container .otp-form .verify-btn {
  background: #0E3A5E;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}
.otp-verification-container .otp-form .verify-btn:hover:not(:disabled) {
  opacity: 0.8;
  transform: translateY(-1px);
}
.otp-verification-container .otp-form .verify-btn:active:not(:disabled) {
  transform: translateY(0);
}
.otp-verification-container .otp-form .verify-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
.otp-verification-container .otp-form .verify-btn.loading {
  background: #9CA3AF;
  cursor: not-allowed;
  transform: none;
}
.otp-verification-container .otp-form .verify-btn.loading:hover {
  background: #9CA3AF;
  transform: none;
}
.otp-verification-container .otp-form .verify-btn:disabled {
  background: #9CA3AF;
  cursor: not-allowed;
  transform: none;
}
.otp-verification-container .otp-form .verify-btn:disabled:hover {
  background: #9CA3AF;
  transform: none;
}
@media (max-width: 768px) {
  .otp-verification-container .otp-form .verify-btn {
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 8px;
    margin-top: 0;
  }
}
.otp-verification-container .resend-section {
  text-align: center;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
.otp-verification-container .resend-section .resend-text {
  font-size: 16px;
  color: #0E3A5E;
}
.otp-verification-container .resend-section .resend-btn {
  background: none;
  border: none;
  color: #3B82F6;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
.otp-verification-container .resend-section .resend-btn:hover {
  color: #2563EB;
  text-decoration: underline;
}
.otp-verification-container .resend-section .resend-timer {
  font-size: 14px;
  color: #797764;
  font-weight: 500;
}
@media (max-width: 768px) {
  .otp-verification-container .resend-section {
    margin-top: 16px;
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .otp-verification-container .resend-section .resend-text,
  .otp-verification-container .resend-section .resend-btn,
  .otp-verification-container .resend-section .resend-timer {
    font-size: 13px;
  }
}
.otp-verification-container.rtl .back-button {
  left: auto;
  right: 24px;
}
.otp-verification-container.rtl .back-button svg {
  transform: scaleX(-1);
}
.otp-verification-container.rtl .otp-title {
  text-align: right;
}
@media (max-width: 768px) {
  .otp-verification-container.rtl .otp-title {
    text-align: right;
  }
}
.otp-verification-container.rtl .otp-description {
  text-align: right;
}
.otp-verification-container.rtl .otp-description .email-line {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .otp-verification-container.rtl .otp-description .email-line {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .otp-verification-container.rtl .otp-description {
    text-align: right;
  }
}
.otp-verification-container.rtl .resend-section {
  justify-content: center;
}
@media (max-width: 768px) {
  .otp-verification-container.rtl .resend-section {
    justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  .otp-verification-container {
    padding: 20px 14px;
  }
  .otp-verification-container .otp-verification-content .otp-title {
    font-size: 18px;
  }
  .otp-verification-container .otp-verification-content .otp-description .description-text {
    font-size: 12px;
  }
  .otp-verification-container .otp-verification-content .otp-description .email-line .email-address {
    font-size: 12px;
  }
  .otp-verification-container .otp-verification-content .otp-description .email-line .change-email-btn {
    font-size: 12px;
  }
  .otp-verification-container .otp-verification-content .otp-form .verify-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .otp-verification-container .otp-verification-content .resend-section .resend-text,
  .otp-verification-container .otp-verification-content .resend-section .resend-btn,
  .otp-verification-container .otp-verification-content .resend-section .resend-timer {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .otp-verification-container {
    padding: 18px 12px;
  }
  .otp-verification-container .otp-verification-content .otp-title {
    font-size: 18px;
  }
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/EmailVerified/EmailVerified.scss ***!
  \********************************************************************************************************************************************************************************/
.email-verified-container {
  background: #FFFCF7;
  padding: 32px;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .email-verified-container {
    background: white;
    border-radius: 16px 16px 0 0;
    min-height: auto;
    padding: 20px 16px 24px 16px;
    margin: 0;
    max-width: 100%;
  }
}
.email-verified-container.rtl {
  direction: rtl;
  text-align: right;
}
.email-verified-container .email-verified-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .email-verified-container .email-verified-content {
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    max-width: 100%;
    margin: 0;
    padding-top: 32px;
    text-align: center;
  }
}
.email-verified-container .back-button {
  position: absolute;
  top: 32px;
  left: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 10;
}
.email-verified-container .back-button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.email-verified-container .back-button:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.1);
}
.email-verified-container .back-button svg {
  display: block;
}
@media (max-width: 768px) {
  .email-verified-container .back-button {
    top: 16px;
    left: 16px;
    padding: 6px;
  }
  .email-verified-container .back-button svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .email-verified-container .back-button {
    display: none;
  }
}
.email-verified-container .success-icon-container {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .email-verified-container .success-icon-container {
    margin-bottom: 20px;
  }
}
.email-verified-container .success-icon-container .success-icon {
  width: 80px;
  height: 80px;
  background: #10B981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}
@media (max-width: 768px) {
  .email-verified-container .success-icon-container .success-icon {
    width: 56px;
    height: 56px;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.25);
  }
  .email-verified-container .success-icon-container .success-icon svg {
    width: 20px;
    height: 20px;
  }
}
.email-verified-container .verified-title {
  font-size: 28px;
  font-weight: 600;
  color: #1F2937;
  margin: 0 0 16px 0;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .email-verified-container .verified-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #1F2937;
    text-align: center;
    line-height: 1.3;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .email-verified-container .verified-title {
    font-size: 24px;
    margin: 0 0 16px 0;
  }
}
.email-verified-container .verified-description {
  font-size: 16px;
  color: #6B7280;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 32px 0;
  max-width: 320px;
}
@media (max-width: 768px) {
  .email-verified-container .verified-description {
    font-size: 13px;
    color: #6B7280;
    margin: 0 0 20px 0;
    line-height: 1.4;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .email-verified-container .verified-description {
    font-size: 15px;
    margin: 0 0 28px 0;
  }
}
.email-verified-container .continue-btn {
  background: #3B82F6;
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 200px;
}
.email-verified-container .continue-btn:hover {
  background: #2563EB;
  transform: translateY(-1px);
}
.email-verified-container .continue-btn:active {
  transform: translateY(0);
}
.email-verified-container .continue-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
@media (max-width: 768px) {
  .email-verified-container .continue-btn {
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 8px;
    max-width: 180px;
  }
}
.email-verified-container.rtl .back-button {
  left: auto;
  right: 32px;
}
@media (max-width: 768px) {
  .email-verified-container.rtl .back-button {
    right: 16px;
  }
}
.email-verified-container.rtl .back-button svg {
  transform: scaleX(-1);
}
.email-verified-container.rtl .verified-title,
.email-verified-container.rtl .verified-description {
  text-align: center;
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/pages/AuthManagement/Auth/Auth.scss ***!
  \**************************************************************************************************************************************************************/
.auth-container {
  width: 100%;
  position: relative;
  overflow: visible !important;
}
.auth-container.rtl {
  direction: rtl;
}

.auth-popup-container {
  width: 100%;
}
.auth-popup-container.rtl {
  direction: rtl;
}
.side-menu-container .auth-popup-container {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}
.side-menu-container .auth-popup-container::-webkit-scrollbar {
  width: 6px;
}
.side-menu-container .auth-popup-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.side-menu-container .auth-popup-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.side-menu-container .auth-popup-container::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.bottom-slider-content .auth-popup-container {
  padding: 0;
  position: relative;
  overflow: visible;
}
.auth-popup-container .auth-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.auth-popup-container .auth-loading-overlay .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3B82F6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.auth-popup-container .auth-error-message {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  color: #DC2626;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}
.auth-popup-container .auth-error-message.rtl {
  text-align: right;
}
.auth-popup-container .auth-success-message {
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  color: #16A34A;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}
.auth-popup-container .auth-success-message.rtl {
  text-align: right;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .auth-popup-container {
    position: relative;
    overflow: visible;
  }
  .auth-popup-container .auth-loading-overlay .loading-spinner {
    width: 32px;
    height: 32px;
    border-width: 2px;
  }
  .auth-container {
    position: relative;
    overflow: visible;
  }
  .auth-container .profile-detail-container {
    position: relative;
    overflow: visible;
  }
  .auth-container .profile-detail-container .close-icon-mobile {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1000;
  }
}
@media (prefers-color-scheme: dark) {
  .auth-popup-container .auth-loading-overlay {
    background: rgba(31, 41, 55, 0.8);
  }
  .auth-popup-container .auth-error-message {
    background: #7F1D1D;
    border-color: #991B1B;
    color: #FCA5A5;
  }
  .auth-popup-container .auth-success-message {
    background: #14532D;
    border-color: #166534;
    color: #86EFAC;
  }
}

/*# sourceMappingURL=main.css.map*/