@import url("https://use.typekit.net/amh6uqo.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.footer_section .footer-top {
  background-color: #fafafa;
}
.footer_section .footer-top .footer-social {
  padding: 57px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_section .footer-top .footer-social .socialContent ul {
  margin: 0;
  padding: 0;
}
.footer_section .footer-top .footer-social .socialContent ul li {
  padding: 0 10px;
  display: inline-block;
}
.footer_section .footer-top .footer-social .socialContent ul li a {
  color: #545454;
  font-size: 20px;
  font-weight: 500;
  text-decoration: unset;
}
.footer_section .footer-top .footer-social .socialContent ul li a:hover {
  text-decoration: none;
}
.footer_section .footer-top .footer-social .life-group-logo {
  height: 100%;
}
.footer_section .footer-top .footer-social .life-group-logo img {
  max-width: 330px;
  height: 50px;
}
.footer_section .footer-top .footer-social img {
  object-fit: contain;
}
@media (max-width: 1600px) {
  .footer_section .footer-top .footer-social .life-group-logo img {
    max-width: 260px;
    margin: auto;
  }
}
@media (max-width: 1440px) {
  .footer_section .footer-top .footer-social {
    padding: 57px 5%;
  }
  .footer_section .footer-top .footer-social .socialContent ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .footer_section .footer-top .footer-social {
    display: block;
    text-align: center;
  }
  .footer_section .footer-top .footer-social .life-group-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer_section .footer-top .footer-social .socialContent ul li {
    display: block;
  }
}
.footer_section .footer-middle {
  background-color: #fff;
}
.footer_section .footer-middle .footer-logo {
  display: flex;
  padding: 39px 8% 0;
  justify-content: space-between;
  align-items: center;
}
.footer_section .footer-middle .footer-logo .social_links i {
  font-size: 40px;
  margin-right: 15px;
  color: #545454;
}
@media (max-width: 1440px) {
  .footer_section .footer-middle .footer-logo {
    padding: 39px 5% 0;
  }
  .footer_section .footer-middle .footer-logo .social_links i {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  .footer_section .footer-middle .footer-logo {
    flex-wrap: wrap;
    padding: 30px 0 0;
    justify-content: center;
    align-items: center;
  }
}
.footer_section .footer-lower {
  background-color: #fff;
}
.footer_section .footer-lower .footer-copyright {
  padding: 65px 8%;
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 300;
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightCaption p {
  font-size: 17px;
  color: #545454;
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks {
  display: flex;
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks ul {
  padding: 0;
  font-size: 0 !important;
  line-height: 20px !important;
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks ul li {
  font-size: 14px;
  padding: 0 15px 0 0;
  display: inline-block;
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks ul li a {
  color: #545454;
  text-decoration: unset;
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks ul li a:hover {
  text-decoration: underline !important;
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks span img {
  width: 48px;
  height: 18px;
  margin-bottom: 5px;
}
.footer_section .footer-lower .footer-copyright .copyright-text {
  font-size: 13px;
  color: #545454;
  margin: 0;
  line-height: 16px;
  margin-top: 10px;
}
.footer_section .footer-lower .footer-copyright .copyright-text a {
  color: #bed245;
}
@media (max-width: 1600px) {
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightCaption p {
    font-size: 14px;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks ul li {
    font-size: 11px;
  }
  .footer_section .footer-lower .footer-copyright .copyright-text {
    font-size: 12px;
  }
}
@media (max-width: 1440px) {
  .footer_section .footer-lower .footer-copyright {
    padding: 65px 5%;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightCaption p {
    font-size: 14px;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks ul li {
    font-size: 11px;
  }
  .footer_section .footer-lower .footer-copyright .copyright-text {
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightCaption {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks {
    display: block;
    text-align: center;
    width: 100%;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks ul {
    justify-content: center;
    margin: 0;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks span {
    margin: 5px 0;
    display: inline-block;
  }
  .footer_section .footer-lower .footer-copyright .copyright-text {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .footer_section .footer-lower .footer-copyright {
    padding: 65px 5% 120px;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightCaption {
    text-align: left;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightCaption p {
    font-size: 14px;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks {
    display: flex;
    margin-bottom: 20px;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks ul {
    width: 70%;
    flex-wrap: wrap;
    text-align: left;
    margin: 0;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks ul li {
    width: 100%;
    font-size: 13px;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks span {
    width: 30%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: right;
  }
  .footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks span img {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  footer {
    background: #fff;
  }
}
@media screen and (max-width: 992px) {
  footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  footer.mt-auto {
    padding-top: 0 !important;
  }
}
footer div.px-\[15px\] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer_section {
  border-bottom: 1px solid #ededed;
  background: #fff;
  font-family: "Inter", sans-serif !important;
}
.footer_section .footer-lower .footer-copyright {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .footer_section .footer-lower .footer-copyright {
    padding-bottom: 20px !important;
  }
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div {
  flex-direction: column !important;
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks {
  flex-direction: column !important;
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightLinks ul li {
  font-size: 13px !important;
}
.footer_section .footer-lower .footer-copyright .copyrightLinks-div .copyrightCaption p {
  font-size: 13px !important;
}
.footer_section .footer-top .footer-social {
  border-top: 1px solid #ededed;
  margin-top: 40px;
  padding-top: 40px !important;
  padding-bottom: 0px !important;
  flex-direction: row !important;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .footer_section .footer-top .footer-social {
    margin-top: 0;
  }
}
.footer_section .footer-top .footer-social .socialContent {
  margin-top: 0 !important;
  display: none !important;
}
.footer_section .footer-top .footer-social .socialContent ul li a {
  font-size: 14px !important;
  color: #545454 !important;
}
.footer_section .footer-top .footer-social .life-group-logo img {
  max-width: 250px !important;
  height: 30px !important;
}

.footer-middle {
  display: none;
}

.footer-copyright .copyright-text {
  font-size: 12px !important;
}

#siderItemsSections .thin-scrollbar {
  height: 100%;
}
#siderItemsSections .text-center.text-gray-500 {
  padding-top: 20px;
}

[data-testid=siderBar] {
  padding-top: 5px;
  background-color: #fafafa;
}
[data-testid=siderBar] .pl-\[8px\] {
  padding-top: 4px;
  padding-right: 8px;
  display: flex;
  justify-content: flex-end;
}
[data-testid=siderBar] [data-testid=sidebar-collapse-all-button],
[data-testid=siderBar] [data-testid=sidebar-expand-all-button] {
  color: #242424;
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid rgba(53, 46, 40, 0.2);
  border-radius: 7px !important;
  padding: 5px 9px;
  background: #fff;
}
[data-testid=siderBar] [data-testid=sidebar-collapse-all-button] svg,
[data-testid=siderBar] [data-testid=sidebar-expand-all-button] svg {
  fill: #545454;
  width: 14px;
  height: 14px;
  opacity: 0.7;
}
[data-testid=siderBar] [data-testid=sidebar-collapse-all-button] p,
[data-testid=siderBar] [data-testid=sidebar-expand-all-button] p {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  top: 1px;
}
[data-testid=siderBar] [data-testid=sidebar-collapse-all-button]:hover:hover, [data-testid=siderBar] [data-testid=sidebar-collapse-all-button]:hover:active, [data-testid=siderBar] [data-testid=sidebar-collapse-all-button]:hover:focus,
[data-testid=siderBar] [data-testid=sidebar-expand-all-button]:hover:hover,
[data-testid=siderBar] [data-testid=sidebar-expand-all-button]:hover:active,
[data-testid=siderBar] [data-testid=sidebar-expand-all-button]:hover:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=siderBar] [data-testid=sidebar-collapse-all-button]:hover svg,
[data-testid=siderBar] [data-testid=sidebar-expand-all-button]:hover svg {
  fill: #fff;
}
[data-testid=siderBar] [data-testid=sidebar-toggle-button-desktop]:hover {
  background: #545454;
}

[data-testid=sidebar-display-itemschecklist] [role=button] {
  transition: none !important;
  border-radius: 16px;
  border-color: #fafafa;
}
[data-testid=sidebar-display-itemschecklist] [role=button]:hover [data-testid=sidebar-accordion-headerchecklist]:hover, [data-testid=sidebar-display-itemschecklist] [role=button]:hover [data-testid=sidebar-accordion-headerchecklist]:active, [data-testid=sidebar-display-itemschecklist] [role=button]:hover [data-testid=sidebar-accordion-headerchecklist]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=sidebar-display-itemschecklist] [role=button]:hover [data-testid=sidebar-accordion-headerchecklist] {
  background: #545454;
}
[data-testid=sidebar-display-itemschecklist] [role=button]:hover [data-testid=sidebar-accordion-headerchecklist] [data-testid=sidebar-expand-child-componentchecklist] svg path {
  fill: #fff;
}
[data-testid=sidebar-display-itemschecklist] [role=button]:hover [data-testid=sidebar-accordion-headerchecklist] [data-testid=sidebar-display-icon-actionchecklist] [data-testid=sidebar-render-iconsidebar-expand-child-component-checkchecklist] svg path {
  fill: #fff;
}
[data-testid=sidebar-display-itemschecklist] [role=button]:hover p, [data-testid=sidebar-display-itemschecklist] [role=button]:active p, [data-testid=sidebar-display-itemschecklist] [role=button]:focus p {
  color: #fff;
}
[data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background:hover, [data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background:active, [data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background:focus, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background:hover, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background:active, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background p, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background p {
  color: #fff;
}
[data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist], [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:hover, [data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:active, [data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:focus, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:hover, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:active, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist] p, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist] p {
  color: #fff;
}
[data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:hover, [data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:active, [data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:focus, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:hover, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:active, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist], [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist] {
  background: #545454;
}
[data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist] [data-testid=sidebar-expand-child-componentchecklist] svg path, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist] [data-testid=sidebar-expand-child-componentchecklist] svg path {
  fill: #fff;
}
[data-testid=sidebar-display-itemschecklist] [role=button].bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist] [data-testid=sidebar-display-icon-actionchecklist] [data-testid=sidebar-render-iconsidebar-expand-child-component-checkchecklist] svg path, [data-testid=sidebar-display-itemschecklist] [role=button].border-branding-nav-drawer-item-hover-background [data-testid=sidebar-accordion-headerchecklist] [data-testid=sidebar-display-icon-actionchecklist] [data-testid=sidebar-render-iconsidebar-expand-child-component-checkchecklist] svg path {
  fill: #fff;
}
[data-testid=sidebar-display-itemschecklist] [role=button] [data-testid=sidebar-accordion-headerchecklist] {
  background-color: #fafafa;
  border-color: #fafafa;
  transition: none;
}
[data-testid=sidebar-display-itemschecklist] [role=button] [data-testid=sidebar-expand-child-componentchecklist] {
  left: 5px;
  position: relative;
}
[data-testid=sidebar-display-itemschecklist] [data-testid=sidebar-display-itemschecklist] {
  position: relative;
}
[data-testid=sidebar-display-itemschecklist] [data-testid=sidebar-display-itemschecklist]:before {
  content: "";
  position: absolute;
  height: calc(100% - 5px);
  width: 2px;
  background: #D1D0CB;
  left: 14px;
  top: 0;
}

[data-testid^=sidebar-display-item][role=button]:hover, [data-testid^=sidebar-display-item][role=button]:active, [data-testid^=sidebar-display-item][role=button]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid^=sidebar-display-item][role=button] {
  background: #fafafa !important;
  border-color: #fafafa !important;
  transition: none !important;
}
[data-testid^=sidebar-display-item][role=button]:hover:hover, [data-testid^=sidebar-display-item][role=button]:hover:active, [data-testid^=sidebar-display-item][role=button]:hover:focus, [data-testid^=sidebar-display-item][role=button]:active:hover, [data-testid^=sidebar-display-item][role=button]:active:active, [data-testid^=sidebar-display-item][role=button]:active:focus, [data-testid^=sidebar-display-item][role=button]:focus:hover, [data-testid^=sidebar-display-item][role=button]:focus:active, [data-testid^=sidebar-display-item][role=button]:focus:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid^=sidebar-display-item][role=button]:hover p, [data-testid^=sidebar-display-item][role=button]:active p, [data-testid^=sidebar-display-item][role=button]:focus p {
  color: #fff;
}
[data-testid^=sidebar-display-item][role=button]:hover [data-testid=sidebar-display-icon-actionchecklist] [data-testid=sidebar-render-iconsidebar-expand-child-component-checkchecklist] svg path, [data-testid^=sidebar-display-item][role=button]:active [data-testid=sidebar-display-icon-actionchecklist] [data-testid=sidebar-render-iconsidebar-expand-child-component-checkchecklist] svg path, [data-testid^=sidebar-display-item][role=button]:focus [data-testid=sidebar-display-icon-actionchecklist] [data-testid=sidebar-render-iconsidebar-expand-child-component-checkchecklist] svg path {
  fill: #fff;
}
[data-testid^=sidebar-display-item][role=button] .bg-branding-nav-drawer-item-hover-background {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid^=sidebar-display-item][role=button] .bg-branding-nav-drawer-item-hover-background:hover, [data-testid^=sidebar-display-item][role=button] .bg-branding-nav-drawer-item-hover-background:active, [data-testid^=sidebar-display-item][role=button] .bg-branding-nav-drawer-item-hover-background:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid^=sidebar-display-item][role=button] .bg-branding-nav-drawer-item-hover-background p {
  color: #fff;
}
[data-testid^=sidebar-display-item][role=button] .bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-display-icon-actionchecklist] [data-testid=sidebar-render-iconsidebar-expand-child-component-checkchecklist] svg {
  fill: #fff !important;
}
[data-testid^=sidebar-display-item][role=button] .bg-branding-nav-drawer-item-hover-background [data-testid=sidebar-display-icon-actionchecklist] [data-testid=sidebar-render-iconsidebar-expand-child-component-checkchecklist] svg path {
  fill: #fff !important;
}
[data-testid^=sidebar-display-item][role=button] .border-branding-nav-drawer-item-hover-background {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid^=sidebar-display-item][role=button] .border-branding-nav-drawer-item-hover-background:hover, [data-testid^=sidebar-display-item][role=button] .border-branding-nav-drawer-item-hover-background:active, [data-testid^=sidebar-display-item][role=button] .border-branding-nav-drawer-item-hover-background:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid^=sidebar-display-item][role=button] .border-branding-nav-drawer-item-hover-background p {
  color: #fff;
}
[data-testid^=sidebar-display-item][role=button] .border-branding-nav-drawer-item-hover-background [data-testid=sidebar-display-icon-actionchecklist] [data-testid=sidebar-render-iconsidebar-expand-child-component-checkchecklist] svg {
  fill: #fff !important;
}
[data-testid^=sidebar-display-item][role=button] .border-branding-nav-drawer-item-hover-background [data-testid=sidebar-display-icon-actionchecklist] [data-testid=sidebar-render-iconsidebar-expand-child-component-checkchecklist] svg path {
  fill: #fff !important;
}

.bg-branding-nav-drawer-item-hover-background {
  background-color: #545454 !important;
}

.border-branding-nav-drawer-item-hover-background {
  border-color: #545454 !important;
}

[data-testid=custom-nav-bar] {
  position: relative;
}
[data-testid=custom-nav-bar] .bg-branding-header-background-color {
  background-color: #fff;
}
[data-testid=custom-nav-bar] .bg-branding-header-background-color .leading-normal {
  font-weight: bold;
}
[data-testid=custom-nav-bar] .bg-cover {
  padding: 5px 22px;
}
[data-testid=custom-nav-bar] > .relative {
  color: #fff;
}
[data-testid=custom-nav-bar] > .relative .bg-branding-sub-header-bar-color {
  background-color: #D1D0CB !important;
  background: none;
}
[data-testid=custom-nav-bar] > .relative [data-testid=plan-name-home-address] {
  font-weight: bold;
  position: relative;
  top: 1px;
}
[data-testid=custom-nav-bar] > .relative.bg-branding-page-body-background-color {
  background: #fff !important;
}
[data-testid=custom-nav-bar] .bg-branding-top-menu-background > .scrollbar-hidden {
  position: relative;
  z-index: 9999;
  padding-top: 10px;
}
@media screen and (max-width: 992px) {
  [data-testid=custom-nav-bar] .bg-branding-top-menu-background > .scrollbar-hidden {
    padding-top: 5px;
  }
}
[data-testid=custom-nav-bar] .bg-branding-top-menu-background .bg-branding-sub-header-bar-border-color {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}
[data-testid=custom-nav-bar] .bg-branding-page-body-background-color .scrollbar-hidden {
  padding-top: 3px;
  position: relative;
  bottom: -1px;
  margin-left: 15px;
  position: relative;
  z-index: 9999;
}
[data-testid=custom-nav-bar] .bg-branding-page-body-background-color .scrollbar-hidden .relative {
  display: flex;
}

[data-testid=tab-nav-section-linkWishlist] {
  display: flex;
}

[data-testid^=tab-nav-section-] {
  color: #242424 !important;
  border-color: #BED344;
  font-size: 14px !important;
  font-weight: bold;
  padding-top: 7px;
  position: relative;
  bottom: -1px;
  margin-bottom: 0;
  border: none;
  border-radius: 7px 7px 0 0;
  border: 1px solid #fff;
}
[data-testid^=tab-nav-section-]:hover {
  border-color: #e5e5e5;
}
[data-testid^=tab-nav-section-]::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -1px;
  width: calc(100% + 2px);
  height: 3px;
}
[data-testid^=tab-nav-section-].border-branding-primary-color {
  background: #fafafa;
  border-color: #e5e5e5;
}
[data-testid^=tab-nav-section-].border-branding-primary-color::before {
  background: #fafafa;
  bottom: -3px;
}
[data-testid^=tab-nav-section-][data-discover=true] {
  color: #242424 !important;
  border-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
}
[data-testid^=tab-nav-section-][data-discover=true]:hover {
  border-color: #e5e5e5;
  background: #e5e5e5;
}

[data-testid=SiderBarLayout] {
  padding-top: 50px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1530px) {
  [data-testid=SiderBarLayout] {
    padding-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  [data-testid=SiderBarLayout] {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  [data-testid=SiderBarLayout] {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  [data-testid=SiderBarLayout] .flex.gap-1.pb-4.flex-col-reverse.sm\:flex-col-reverse.lg\:flex-row-reverse.lg\:justify-between {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  [data-testid=SiderBarLayout] > .flex.flex-col-reverse {
    display: flex;
    padding-top: 0;
    flex-wrap: wrap;
  }
  [data-testid=SiderBarLayout] > .flex.flex-col-reverse > div {
    flex: 0 0 100%;
  }
}
[data-testid=SiderBarLayout] .thin-scrollbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
[data-testid=SiderBarLayout] .thin-scrollbar .flex-grow {
  max-width: 1200px;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  [data-testid=SiderBarLayout] .thin-scrollbar .flex-grow {
    padding-bottom: 40px;
  }
}
[data-testid=SiderBarLayout] .thin-scrollbar h1 {
  margin-top: 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(158, 181, 13, 0.5);
  border-radius: 4px;
  color: #6d7d09;
  font-size: 11px;
  padding: 6px 18px 5px 18px;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  border-color: #D1D0CB;
  color: #545454;
}
[data-testid=SiderBarLayout] .pb-5,
[data-testid=SiderBarLayout] .flex-col-reverse {
  width: 100%;
  max-width: 1200px;
}
[data-testid=SiderBarLayout] .flex-grow {
  width: 100%;
}
[data-testid=SiderBarLayout] .flex-grow .my-3.flex {
  display: none;
}
[data-testid=SiderBarLayout] .flex-grow h2 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  [data-testid=SiderBarLayout] .flex.flex-wrap.gap-4.false {
    justify-content: center;
  }
}
[data-testid=SiderBarLayout] [data-testid=page-title] {
  margin-bottom: 20px;
  color: #3B3933;
  font-size: 36px;
}
@media screen and (max-width: 992px) {
  [data-testid=SiderBarLayout] [data-testid=page-title] {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  [data-testid=SiderBarLayout] [data-testid=page-title] {
    font-size: 28px;
  }
}
[data-testid=SiderBarLayout] [data-testid=page-title] {
  font-weight: normal !important;
}
@media screen and (max-width: 1530px) {
  [data-testid=SiderBarLayout] [data-testid=page-title] {
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  [data-testid=SiderBarLayout] [data-testid=page-title] {
    margin-bottom: 5px;
    padding-left: 0;
  }
}
[data-testid=SiderBarLayout] .pb-5 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0;
}
[data-testid=SiderBarLayout] .pb-5 .px-2 {
  display: none;
}
[data-testid=SiderBarLayout] .cards__group {
  padding-top: 20px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  [data-testid=SiderBarLayout] .cards__group {
    padding-left: 0;
  }
}
[data-testid=SiderBarLayout] [data-testid=page-body] {
  font-size: 16px;
}
[data-testid=SiderBarLayout] #idCardsGroupRooms {
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  text-transform: uppercase;
}
[data-testid=SiderBarLayout] [data-testid=search-bar-show-button] {
  border-color: #A3C144;
  background: #A3C144;
  width: 34px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-testid=SiderBarLayout] [data-testid=search-bar-show-button]:hover {
  border-color: #BED344;
  background: #BED344;
}
[data-testid=SiderBarLayout] [data-testid=search-bar-show-button] svg {
  position: relative;
  right: -1px;
}
[data-testid=SiderBarLayout] [data-testid=search-bar-handle-search] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid=SiderBarLayout] [data-testid=search-bar-handle-search]:hover, [data-testid=SiderBarLayout] [data-testid=search-bar-handle-search]:active, [data-testid=SiderBarLayout] [data-testid=search-bar-handle-search]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=SiderBarLayout] [data-testid=search-bar-handle-search] p {
  color: #fff;
}
[data-testid=SiderBarLayout] [data-testid=search-bar-clear-button] {
  color: #242424 !important;
  background-color: #fff !important;
  border-radius: 16px !important;
  border-color: rgba(53, 46, 40, 0.2) !important;
}

@media screen and (max-width: 767px) {
  #idCardsRow .flex.flex-wrap.gap-4 {
    justify-content: center;
  }
}

[data-testid=breadcrumbContainer] {
  display: none;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  [data-testid=breadcrumbContainer] {
    display: block;
  }
}

[aria-label=breadcrumb] {
  display: inline-flex !important;
  background-color: #fff;
  border-radius: 4px;
  color: #3B3933;
  font-size: 13px;
  border: 1px solid rgba(206, 206, 206, 0.5);
  padding: 4px 12px 5px 12px;
}
[aria-label=breadcrumb] a:hover {
  text-decoration: underline;
}
[aria-label=breadcrumb] [data-testid^=breadcrumbStep] {
  opacity: 1;
}
[aria-label=breadcrumb] [data-testid^=breadcrumbStep] + .select-none {
  color: #D1D0CB !important;
}
[aria-label=breadcrumb] ol {
  background: transparent;
  display: inline-flex;
}
[aria-label=breadcrumb] ol li {
  transition: none !important;
}
[aria-label=breadcrumb] ol li p {
  letter-spacing: 0.5px;
  font-size: 13px;
  color: #3B3933;
}
[aria-label=breadcrumb] ol li p[data-testid=breadcrumb-item-layoutBreadDesignStudio] {
  color: #3B3933 !important;
}

[data-testid=product-information-price] h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

[data-testid=similar-product-card-similar-product-details] {
  border-right: 1px solid #e5e5e5;
  border-radius: 0;
}
[data-testid=similar-product-card-similar-product-details] .flex.flex-col {
  background: #fff;
  color: #242424;
}
[data-testid=similar-product-card-similar-product-details] .flex.flex-col h3 {
  color: #242424;
}
[data-testid=similar-product-card-similar-product-details] [data-testid=similar-product-extPricesimilar-product-details] {
  font-size: 20px;
}
[data-testid=similar-product-card-similar-product-details] .rounded-full {
  background: none;
}
[data-testid=similar-product-card-similar-product-details] .rounded-full svg {
  fill: #e70000;
}
[data-testid=similar-product-card-similar-product-details] .rounded-full svg path {
  fill: #e70000;
}

[aria-label="Notifications alt+T"] li {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3019607843);
}
[aria-label="Notifications alt+T"] li div {
  background: #fff;
  color: #242424;
}
[aria-label="Notifications alt+T"] li div button svg path {
  fill: #000;
}

[data-testid=similar-products] [data-testid=similar-products-scroll-right],
[data-testid=similar-products] [data-testid=similar-products-scroll-left] {
  color: #fff !important;
  background-color: #545454 !important;
  border-radius: 7px !important;
  border-color: #545454 !important;
}

@media screen and (max-width: 767px) {
  [data-testid=compare-option-pricelayoutCompareModal] {
    font-size: 24px;
    font-weight: bold;
  }
}

#shareLinkDialog div {
  color: #242424 !important;
}
#shareLinkDialog [data-testid=share-public-link-handleOpen] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
#shareLinkDialog [data-testid=share-public-link-handleOpen]:hover, #shareLinkDialog [data-testid=share-public-link-handleOpen]:active, #shareLinkDialog [data-testid=share-public-link-handleOpen]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
#shareLinkDialog [data-testid=share-public-link-handleOpen] p {
  color: #fff;
}
#shareLinkDialog [data-testid=share-public-link-copyLink] {
  color: #242424 !important;
  background-color: #fff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(53, 46, 40, 0.2) !important;
  font-size: 14px;
}
#shareLinkDialog [data-testid=share-public-link-copyLink]:hover, #shareLinkDialog [data-testid=share-public-link-copyLink]:active, #shareLinkDialog [data-testid=share-public-link-copyLink]:focus {
  background: #ededed !important;
}

[data-testid^=option-cardhomeFeatureCard-] .hover\:outline-branding-primary-color {
  border-radius: 16px;
}
[data-testid^=option-cardhomeFeatureCard-] .hover\:outline-branding-primary-color:hover {
  border-color: #545454;
  background: #fff;
  outline-width: 2px;
}
[data-testid^=option-cardhomeFeatureCard-] .hover\:outline-branding-primary-color .bg-clip-border {
  border-radius: 16px 16px 0 0;
}

[data-testid^=option-cardoption-card-] > div {
  border-radius: 16px;
}
[data-testid^=option-cardoption-card-] .bg-clip-border {
  border-radius: 16px;
}
[data-testid^=option-cardoption-card-] .hover\:outline-branding-primary-color:hover {
  border-color: #545454;
  background: #fff;
}

[data-testid^=option-card-imageoption-card],
[data-testid^=option-card-imageoption-card-] {
  background: #fff !important;
  border-radius: 7px 7px 0 0;
  padding: 10px;
}

.shadow-category {
  text-align: center;
}

#idCardsGroupdynamicCollapsible {
  padding-top: 10px;
}

#idCardsGroupButton {
  display: none;
}

[data-testid^=category-option-cardroomSceneCard-] .bg-clip-border {
  border-radius: 16px;
}
[data-testid^=category-option-cardroomSceneCard-] img {
  border-radius: 16px 16px 0 0;
}

[data-testid=collapsible-cat-displayed-sectioncategoryGroup] a {
  border-radius: 16px;
}

[data-testid^=category-option-cardcategory-card] {
  border-radius: 16px;
}
[data-testid^=category-option-cardcategory-card] > div {
  min-height: auto !important;
  border-radius: 16px;
}
[data-testid^=category-option-cardcategory-card] .shadow-category {
  border-radius: 16px !important;
}
[data-testid^=category-option-cardcategory-card] .shadow-category.hover\:outline-branding-primary-color:hover {
  outline-color: #545454;
}
[data-testid^=category-option-cardcategory-card] .shadow-category .bg-clip-border {
  border-radius: 16px 16px 0 0 !important;
  background: transparent;
}
[data-testid^=category-option-cardcategory-card] .shadow-category .bg-black.bg-opacity-50 {
  border-radius: 16px;
}
[data-testid^=category-option-cardcategory-card] div.p-\[12px\].pt-\[8px\] {
  height: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 0 0 16px 16px;
}
[data-testid^=category-option-cardcategory-card] [data-testid^=category-option-imagecategory-card] {
  border-radius: 16px 16px 0 0;
}

[data-testid^=category-option-cardgroupItemCard-] .hover\:outline {
  border-radius: 16px;
  min-height: auto !important;
}
[data-testid^=category-option-cardgroupItemCard-] .hover\:outline:hover {
  outline-color: #545454;
}
[data-testid^=category-option-cardgroupItemCard-] .hover\:outline + div,
[data-testid^=category-option-cardgroupItemCard-] .hover\:outline .bg-clip-border {
  border-radius: 16px 16px 0 0;
}
[data-testid^=category-option-cardgroupItemCard-] .hover\:outline img {
  border-radius: 16px 16px 0 0;
}
[data-testid^=category-option-cardgroupItemCard-] .hover\:outline .p-\[12px\].pt-\[8px\] {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-testid^=category-option-cardgroupItemCard-] .bg-black {
  border-radius: 16px;
}

[data-testid^=category-option-cardgroupItemCard] .p-\[12px\].pt-\[8px\] {
  display: flex;
  flex-direction: column;
}
[data-testid^=category-option-cardgroupItemCard] .p-\[12px\].pt-\[8px\] div {
  width: 100% !important;
}
[data-testid^=category-option-cardgroupItemCard] .p-\[12px\].pt-\[8px\] p {
  text-align: left;
}
[data-testid^=category-option-cardgroupItemCard] .p-\[12px\].pt-\[8px\] p[data-testid^=category-option-itemsgroupItemCard] {
  font-size: 14px;
  color: #767676;
}

[data-testid^=option-carddesign-studio-optionCard-] > div.bg-clip-border:hover {
  background: #fff;
  border-color: #545454;
}
[data-testid^=option-carddesign-studio-optionCard-] .flex.bg-clip-border {
  border-radius: 16px;
}
[data-testid^=option-carddesign-studio-optionCard-] .bg-clip-border {
  border-radius: 16px 16px 0 0;
  background: #fff;
}
[data-testid^=option-carddesign-studio-optionCard-] img {
  background: #fff;
}
[data-testid^=option-carddesign-studio-optionCard-] button + .z-\[999999999999\] {
  background: #545454 !important;
}
[data-testid^=option-carddesign-studio-optionCard-] [aria-label=Compare] + p.block {
  border-radius: 6px;
  background: #545454;
  padding-top: 4px;
  padding-bottom: 2px;
  letter-spacing: 0.5px;
}
[data-testid^=option-carddesign-studio-optionCard-] [data-testid^=option-card-pricedesign-studio-optionCard] {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-top: 10px;
}
[data-testid^=option-carddesign-studio-optionCard-] .line-clamp-4 p {
  font-weight: bold;
}

[data-testid^=category-option-cardcategoryCard-] .rounded-xl {
  border-radius: 16px;
  text-align: left;
}
[data-testid^=category-option-cardcategoryCard-] .rounded-none {
  border-radius: 16px 16px 0 0;
}
[data-testid^=category-option-cardcategoryCard-] p[data-testid^=category-option-itemscategoryCard] {
  font-size: 12px;
}
[data-testid^=category-option-cardcategoryCard-] .bg-black.bg-opacity-50 {
  border-radius: 16px;
}

#manufacturer-logo-id {
  display: none;
}

[data-testid=count-and-price] {
  background: transparent;
  border-color: transparent;
  color: #545454;
  font-size: 20px;
  font-weight: bold;
}

[data-testid=wishlistSelectorButton] {
  position: relative;
  padding-right: 25px;
  display: flex;
  align-items: center;
}
[data-testid=wishlistSelectorButton]::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
[data-testid=wishlistSelectorButton]:hover::after {
  border-top-color: #fff;
}

[data-testid^=option-card-viewDetailoptionCard],
[data-testid^=copy-wishlist-expandCopyMenuoptionCard],
[data-testid^=option-card-deleteoptionCard] {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #242424 !important;
  border-radius: 16px !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid^=option-card-viewDetailoptionCard]:hover, [data-testid^=option-card-viewDetailoptionCard]:active, [data-testid^=option-card-viewDetailoptionCard]:focus,
[data-testid^=copy-wishlist-expandCopyMenuoptionCard]:hover,
[data-testid^=copy-wishlist-expandCopyMenuoptionCard]:active,
[data-testid^=copy-wishlist-expandCopyMenuoptionCard]:focus,
[data-testid^=option-card-deleteoptionCard]:hover,
[data-testid^=option-card-deleteoptionCard]:active,
[data-testid^=option-card-deleteoptionCard]:focus {
  background-color: rgb(221, 221, 221) !important;
}

[data-testid^=option-cardoptionCard-] .rounded-none.flex {
  border-radius: 16px;
}
[data-testid^=option-cardoptionCard-] .rounded-none.overflow-hidden {
  border-radius: 16px 16px 0 0;
}
[data-testid^=option-cardoptionCard-] img {
  background-color: #fff;
}
[data-testid^=option-cardoptionCard-] .text-sm {
  font-size: 12px;
}

.page-dashboard .overflow-hidden {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-dashboard .overflow-hidden .bg-branding-page-body-background-color {
  max-width: 1200px;
  width: 100%;
}
.page-dashboard .overflow-hidden .bg-branding-page-body-background-color .flex.w-full.flex-col.gap-8 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}
.page-dashboard .overflow-hidden .bg-branding-page-body-background-color .flex.w-full.flex-col.gap-8 > div {
  max-width: calc(33.3333333% - 10px - 10px);
  margin: 10px;
}
@media (max-width: 1200px) {
  .page-dashboard .overflow-hidden .bg-branding-page-body-background-color .flex.w-full.flex-col.gap-8 > div {
    max-width: calc(50% - 10px - 10px);
  }
}
@media (max-width: 800px) {
  .page-dashboard .overflow-hidden .bg-branding-page-body-background-color .flex.w-full.flex-col.gap-8 > div {
    max-width: calc(100% - 10px - 10px);
  }
}
.page-dashboard .overflow-hidden .bg-branding-page-body-background-color .flex.w-full.flex-col.gap-8.flex:nth-of-type(1) {
  order: 1;
}
.page-dashboard .overflow-hidden .bg-branding-page-body-background-color .flex.w-full.flex-col.gap-8.flex:nth-of-type(2) {
  order: 2;
}
.page-dashboard .overflow-hidden .bg-branding-page-body-background-color .flex.w-full.flex-col.gap-8 [data-testid=design-progress-container] {
  order: 4;
  max-width: calc(100% - 10px - 10px);
}
.page-dashboard .overflow-hidden .bg-branding-page-body-background-color .flex.w-full.flex-col.gap-8.flex:nth-of-type(4) {
  order: 3;
}

@media screen and (max-width: 992px) {
  #htmlCustom .TB_textBody {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
#htmlCustom h1 {
  letter-spacing: 0 !important;
}
#htmlCustom h1 .sub_heading {
  color: #545454 !important;
}

[data-testid=SiderBarLayout] .px-1.md\:px-4 {
  width: 100%;
  max-width: 1200px;
  justify-content: flex-end;
}
[data-testid=SiderBarLayout] [data-testid=horizontal-bar] {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
[data-testid=SiderBarLayout] .p-4.flex.gap-2[data-testid^=list-view-row-] {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
[data-testid=SiderBarLayout] [data-testid=collapsible-containerwishlistCategoryGroup] {
  max-width: 1200px;
}
[data-testid=SiderBarLayout] [data-testid^=list-view-row-action-buttons-] button[aria-expanded=false] {
  background: transparent;
}
[data-testid=SiderBarLayout] [data-testid=sidebar-display-itemschecklist] [data-testid^=sidebar-item-] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid=SiderBarLayout] [data-testid=sidebar-display-itemschecklist] [data-testid^=sidebar-item-]:hover, [data-testid=SiderBarLayout] [data-testid=sidebar-display-itemschecklist] [data-testid^=sidebar-item-]:active, [data-testid=SiderBarLayout] [data-testid=sidebar-display-itemschecklist] [data-testid^=sidebar-item-]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=SiderBarLayout] [data-testid=sidebar-display-itemschecklist] [data-testid^=sidebar-item-] p {
  color: #fff;
}
[data-testid=SiderBarLayout] [data-testid=sidebar-display-itemschecklist] [data-testid^=sidebar-item-] {
  font-size: 14px;
}
[data-testid=SiderBarLayout] [data-testid=sidebar-display-itemschecklist] [data-testid^=sidebar-item-] .text-base {
  font-size: 14px;
}
[data-testid=SiderBarLayout] .flex.mb-2[data-testid^=list-view-row-recommended-] {
  background-color: #fff;
  border: 1px solid rgba(158, 181, 13, 0.5);
  border-radius: 4px;
  color: #6d7d09;
  font-size: 11px;
  padding: 6px 8px 5px 8px;
}
[data-testid=SiderBarLayout] .flex.mb-2[data-testid^=list-view-row-recommended-] [data-testid^=list-view-row-recommended-icon-] {
  position: relative;
  top: 1px;
}
[data-testid=SiderBarLayout] .flex.mb-2[data-testid^=list-view-row-recommended-] [data-testid^=list-view-row-recommended-icon-] svg {
  width: 12px;
  height: 12px;
  fill: #6d7d09;
}
[data-testid=SiderBarLayout] .flex.mb-2[data-testid^=list-view-row-recommended-] [data-testid^=list-view-row-recommended-icon-] svg path {
  fill: #6d7d09;
}
[data-testid=SiderBarLayout] .flex.mb-2[data-testid^=list-view-row-recommended-] p {
  color: #6d7d09;
}

[data-testid=calculator-button] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid=calculator-button]:hover, [data-testid=calculator-button]:active, [data-testid=calculator-button]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=calculator-button] p {
  color: #fff;
}
[data-testid=calculator-button] .font-normal.text-gray-900 {
  color: #fff;
}
[data-testid=calculator-button] svg path {
  filter: invert(1);
}
[data-testid=calculator-button]:hover svg path, [data-testid=calculator-button]:active svg path, [data-testid=calculator-button]:focus svg path {
  filter: invert(1);
}

input[type=range] {
  color: #545454;
}
input[type=range]::-moz-range-thumb:bg-branding-primary-color, input[type=range]::-webkit-slider-thumb:bg-branding-primary-color {
  background-color: #545454 !important;
}

html {
  font-family: "Inter", sans-serif !important;
}

body {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  color: #242424;
  background-color: #fafafa !important;
}

.break-all {
  word-break: break-word !important;
}

p,
.body_paragrapy {
  font-family: "Inter", sans-serif !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "aktiv-grotesk", sans-serif !important;
}
.h1.font-sans,
.h2.font-sans,
.h3.font-sans,
.h4.font-sans,
.h5.font-sans,
.h6.font-sans,
h1.font-sans,
h2.font-sans,
h3.font-sans,
h4.font-sans,
h5.font-sans,
h6.font-sans {
  font-family: "aktiv-grotesk", sans-serif !important;
}

.font-sans {
  font-family: "Inter", sans-serif !important;
  font-weight: normal !important;
}

.hover\:outline-branding-primary-color:hover {
  outline-color: #BED344;
}

.bg-branding-page-body-background-color {
  background-color: #fafafa;
}

.text-branding-primary-color {
  color: #BED344;
}

.text-blue-gray-100,
.text-blue-gray-200,
.text-blue-gray-300,
.text-blue-gray-400,
.text-blue-gray-500,
.text-blue-gray-600,
.text-blue-gray-700,
.text-blue-gray-800,
.text-blue-gray-900 {
  color: #242424;
}

[data-testid=custom-nav-bar] .bg-branding-page-body-background-color {
  background-color: #fafafa;
}

.hover\:outline-branding-primary-color:hover {
  border-color: #545454 !important;
  outline-color: #545454 !important;
  outline-width: 2px;
}

a:focus-visible {
  outline: none;
}

.text-\[\#C5C5C5\] {
  color: #686868;
}

.text-gray-300 {
  color: #686868 !important;
}

button[role=menuitem]:hover, button[role=menuitem]:active, button[role=menuitem]:focus {
  color: #fff !important;
  background: #3d3d3d !important;
}
button[role=menuitem].text-branding-link-hover-color {
  color: #fff !important;
  background: #545454 !important;
}
button[role=menuitem].text-branding-link-hover-color:hover {
  background: #3d3d3d !important;
}

[data-testid^=copy-wishlist-copy]:hover .text-branding-link-color {
  color: #fff !important;
}
[data-testid^=copy-wishlist-copy]:hover .text-branding-link-color:hover {
  color: #fff !important;
}

[data-testid^=wishlistSelectorItem].hover\:\!text-branding-link-hover-color:hover, [data-testid^=wishlistSelectorItem].hover\:\!text-branding-link-hover-color:active, [data-testid^=wishlistSelectorItem].hover\:\!text-branding-link-hover-color:focus {
  color: #fff !important;
  background: #3d3d3d !important;
}
[data-testid^=wishlistSelectorItem].text-branding-link-hover-color {
  color: #fff !important;
  background: #545454 !important;
}
[data-testid^=wishlistSelectorItem].text-branding-link-hover-color:hover, [data-testid^=wishlistSelectorItem].text-branding-link-hover-color:active, [data-testid^=wishlistSelectorItem].text-branding-link-hover-color:focus {
  color: #fff !important;
  background: #3d3d3d !important;
}

button:focus-visible {
  border: none !important;
  outline: none !important;
}
button.hover\:opacity-75:hover {
  opacity: 1;
}
button.focus\:ring:focus {
  ring-width: 0;
}
button.focus\:ring-gray-300:focus {
  ring-color: #3d3d3d;
}
button.active\:opacity-\[0\.85\]:active {
  opacity: 1;
}
button.hover\:bg-branding-button-hover-color:hover {
  background-color: #3d3d3d;
}
button.hover\:border-branding-button-hover-color:hover {
  border-color: #3d3d3d;
}
button.hover\:text-branding-button-hover-color:hover {
  color: #fff;
}

[data-testid=compare-option-buttonlayoutCompareOptions] {
  color: #fff !important;
  background-color: #545454 !important;
  border-radius: 7px !important;
  border-color: #545454 !important;
  margin-right: 0;
}

[data-testid=buyer-popup-handleOpen],
#\:r1t\: {
  color: #fff !important;
  background-color: #545454 !important;
  border-radius: 7px !important;
  border-color: #545454 !important;
  outline: none;
}

#scroll-to-top-button {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
#scroll-to-top-button:hover, #scroll-to-top-button:active, #scroll-to-top-button:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
#scroll-to-top-button p {
  color: #fff;
}
#scroll-to-top-button .text-base {
  font-size: 14px;
}

button[aria-expanded=false] {
  background: #545454;
}

[data-testid=compare-option-buttonlayoutCompareOptions],
[data-testid=compare-option-displaylayoutCompareOptions] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid=compare-option-buttonlayoutCompareOptions]:hover, [data-testid=compare-option-buttonlayoutCompareOptions]:active, [data-testid=compare-option-buttonlayoutCompareOptions]:focus,
[data-testid=compare-option-displaylayoutCompareOptions]:hover,
[data-testid=compare-option-displaylayoutCompareOptions]:active,
[data-testid=compare-option-displaylayoutCompareOptions]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=compare-option-buttonlayoutCompareOptions] p,
[data-testid=compare-option-displaylayoutCompareOptions] p {
  color: #fff;
}
[data-testid=compare-option-buttonlayoutCompareOptions],
[data-testid=compare-option-displaylayoutCompareOptions] {
  border-radius: 16px !important;
  font-weight: normal;
}

[data-testid=wishlistSelectorButton],
[data-testid=edit-wishlist],
[data-testid=print-button],
[data-testid=delete-wishlist],
[data-testid=toggle-view-mode-button] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid=wishlistSelectorButton]:hover, [data-testid=wishlistSelectorButton]:active, [data-testid=wishlistSelectorButton]:focus,
[data-testid=edit-wishlist]:hover,
[data-testid=edit-wishlist]:active,
[data-testid=edit-wishlist]:focus,
[data-testid=print-button]:hover,
[data-testid=print-button]:active,
[data-testid=print-button]:focus,
[data-testid=delete-wishlist]:hover,
[data-testid=delete-wishlist]:active,
[data-testid=delete-wishlist]:focus,
[data-testid=toggle-view-mode-button]:hover,
[data-testid=toggle-view-mode-button]:active,
[data-testid=toggle-view-mode-button]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=wishlistSelectorButton] p,
[data-testid=edit-wishlist] p,
[data-testid=print-button] p,
[data-testid=delete-wishlist] p,
[data-testid=toggle-view-mode-button] p {
  color: #fff;
}
[data-testid=wishlistSelectorButton],
[data-testid=edit-wishlist],
[data-testid=print-button],
[data-testid=delete-wishlist],
[data-testid=toggle-view-mode-button] {
  border-radius: 16px !important;
  font-weight: normal;
}

.welcome_btn a {
  background-color: #545454 !important;
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
.welcome_btn a:hover, .welcome_btn a:active, .welcome_btn a:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.welcome_btn a p {
  color: #fff;
}

#wishlistModal [type=button] {
  color: #242424 !important;
  background-color: #fff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(53, 46, 40, 0.2) !important;
  font-size: 14px;
}
#wishlistModal [type=button]:hover, #wishlistModal [type=button]:active, #wishlistModal [type=button]:focus {
  background: #ededed !important;
}
#wishlistModal [type=submit] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
#wishlistModal [type=submit]:hover, #wishlistModal [type=submit]:active, #wishlistModal [type=submit]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
#wishlistModal [type=submit] p {
  color: #fff;
}
#wishlistModal [type=submit] {
  background-color: #545454 !important;
}

[data-testid=confirm-delete-canceldeleteWishlistList] {
  color: #242424 !important;
  background-color: #fff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(53, 46, 40, 0.2) !important;
  font-size: 14px;
}
[data-testid=confirm-delete-canceldeleteWishlistList]:hover, [data-testid=confirm-delete-canceldeleteWishlistList]:active, [data-testid=confirm-delete-canceldeleteWishlistList]:focus {
  background: #ededed !important;
}

[data-testid=confirm-delete-proceeddeleteWishlistList] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid=confirm-delete-proceeddeleteWishlistList]:hover, [data-testid=confirm-delete-proceeddeleteWishlistList]:active, [data-testid=confirm-delete-proceeddeleteWishlistList]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=confirm-delete-proceeddeleteWishlistList] p {
  color: #fff;
}

button.border-secondary {
  color: #242424 !important;
  background-color: #fff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(53, 46, 40, 0.2) !important;
  font-size: 14px;
}
button.border-secondary:hover, button.border-secondary:active, button.border-secondary:focus {
  background: #ededed !important;
}

button[data-testid=deleteModal] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
button[data-testid=deleteModal]:hover, button[data-testid=deleteModal]:active, button[data-testid=deleteModal]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
button[data-testid=deleteModal] p {
  color: #fff;
}

[data-testid=sidebar-toggle-button] {
  display: flex;
  justify-content: flex-end;
  padding-right: 21px;
}

[data-testid=sidebar-toggle-button-mobile] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid=sidebar-toggle-button-mobile]:hover, [data-testid=sidebar-toggle-button-mobile]:active, [data-testid=sidebar-toggle-button-mobile]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=sidebar-toggle-button-mobile] p {
  color: #fff;
}
[data-testid=sidebar-toggle-button-mobile] {
  margin-top: 10px;
  border-radius: 12px;
}
[data-testid=sidebar-toggle-button-mobile] svg {
  fill: #fff;
}

[data-testid=SiderBarLayout] [data-testid=search-bar-show-button] {
  color: #fff;
  background-color: #545454 !important;
  border-radius: 16px;
  border-color: #545454 !important;
  font-size: 14px !important;
  transition: none !important;
  font-weight: normal;
}
[data-testid=SiderBarLayout] [data-testid=search-bar-show-button]:hover, [data-testid=SiderBarLayout] [data-testid=search-bar-show-button]:active, [data-testid=SiderBarLayout] [data-testid=search-bar-show-button]:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
[data-testid=SiderBarLayout] [data-testid=search-bar-show-button] p {
  color: #fff;
}
[data-testid=SiderBarLayout] [data-testid=search-bar-show-button]:hover:hover, [data-testid=SiderBarLayout] [data-testid=search-bar-show-button]:hover:active, [data-testid=SiderBarLayout] [data-testid=search-bar-show-button]:hover:focus {
  color: #fff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}

input,
.rounded-3xl {
  border-radius: 16px;
}

[data-testid=search-bar] {
  border-radius: 16px !important;
}

[data-testid=search-bar-search-input] {
  border-radius: 16px !important;
  font-size: 14px;
}

p.rounded-full {
  background-color: #545454;
  color: #fff;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 3px;
}

input[type=checkbox] {
  background: #fff;
  border: 1px solid #525252;
}
input[type=checkbox]:hover {
  background: #D1D0CB;
}
input[type=checkbox]:checked {
  background: #BED344;
  border: 1px solid #677419;
}
input[type=checkbox]:checked:hover {
  background: #677419;
  border-color: #BED344;
}
input[type=checkbox]:checked:hover + .peer-checked\:opacity-100 svg {
  opacity: 1;
}
input[type=checkbox]:checked:hover + .peer-checked\:opacity-100 svg path {
  fill: #fff !important;
}
input[type=checkbox]:checked + .peer-checked\:opacity-100 svg {
  opacity: 0.7;
}
input[type=checkbox]:checked + .peer-checked\:opacity-100 svg path {
  fill: #000 !important;
}

[data-testid^=option-cardoption-card-] .flex.bg-black\/60.rounded-full.p-1 {
  background-color: transparent;
}

.flex.bg-black\/60.rounded-full.p-1 {
  background-color: transparent;
}

.rounded-full.p-1 button:hover svg path {
  stroke: #e70000;
  fill: #e70000;
  fill-opacity: 1;
}
.rounded-full.p-1 button svg path {
  stroke: #e70000;
  fill: #fff;
  fill-opacity: 1;
}

#heart-unfilled path {
  stroke: #e70000;
  fill: #fff;
  fill-opacity: 1;
}

#heart-filled path {
  stroke: #e70000;
  fill: #e70000;
}

[data-testid=sidebar-render-iconsidebar-expand-child-component-heartchecklist] svg path {
  fill: #e70000;
}

[data-testid^=category-option-wishlistcategory-card] svg path {
  fill: #e70000;
}

[data-testid^=category-option-confirmedcategory-card] {
  background-color: #A3C144;
  border-color: #A3C144;
}

[data-testid=manufacturer-logo-container] {
  display: flex;
  justify-content: center;
}
[data-testid=manufacturer-logo-container] .fixed {
  max-width: 1230px !important;
  overflow: auto;
}
[data-testid=manufacturer-logo-container] .flex-wrap {
  max-width: 1200px !important;
}
