/* Fonts */

@font-face {
  font-family: "Outfit";
  src:
    url("/outfit/Outfit-Bold.woff2") format("woff2"),
    url("/outfit/Outfit-Bold.woff") format("woff"),
    url("/outfit/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src:
    url("/outfit/Outfit-ExtraBold.woff2") format("woff2"),
    url("/outfit/Outfit-ExtraBold.woff") format("woff"),
    url("/outfit/Outfit-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src:
    url("/outfit/Outfit-Black.woff2") format("woff2"),
    url("/outfit/Outfit-Black.woff") format("woff"),
    url("/outfit/Outfit-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src:
    url("/outfit/Outfit-ExtraLight.woff2") format("woff2"),
    url("/outfit/Outfit-ExtraLight.woff") format("woff"),
    url("/outfit/Outfit-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src:
    url("/outfit/Outfit-Light.woff2") format("woff2"),
    url("/outfit/Outfit-Light.woff") format("woff"),
    url("/outfit/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src:
    url("/outfit/Outfit-Medium.woff2") format("woff2"),
    url("/outfit/Outfit-Medium.woff") format("woff"),
    url("/outfit/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src:
    url("/outfit/Outfit-SemiBold.woff2") format("woff2"),
    url("/outfit/Outfit-SemiBold.woff") format("woff"),
    url("/outfit/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src:
    url("/outfit/Outfit-Regular.woff2") format("woff2"),
    url("/outfit/Outfit-Regular.woff") format("woff"),
    url("/outfit/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src:
    url("/outfit/Outfit-Thin.woff2") format("woff2"),
    url("/outfit/Outfit-Thin.woff") format("woff"),
    url("/outfit/Outfit-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* ********************************************************************************************** */

body {
  font-family: var(--font-outfit);
  background-color: #f8f8ff;
}

/* ********************************************************************************************** */

/* Container */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1335px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

/* ********************************************************************************************** */
/* Common */

.project-card .card-img {
  position: relative;
  z-index: 2;
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(39, 39, 39, 0.46);
    z-index: 1;
  }
}

.form input::placeholder {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 400;
}

.modal-body {
  background-image: url(/images/youdo-shadow.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .modal-body {
    background-size: cover;
  }
}

.nav-links a.active {
  color: #fff;
  background-color: var(--color-primary);
}

/* Add project Page */

input,
select:focus,
textarea {
  &:focus {
    box-shadow: none;
  }
}

.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease-in-out;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.add-project-hero,
.edit-project-hero {
  position: relative;
  &::after {
    inset: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-position: center;
    background-size: cover;
    filter: blur(6.5px);
    background-repeat: no-repeat;
    z-index: 1;
  }
}
.add-project-hero {
  &::after {
    background-image: var(--addProjectHero-img);
  }
}
.edit-project-hero {
  &::after {
    background-image: var(--editProjectHero-img);
  }
}
#new-sub-category.show {
  display: flex;
}

/* Projects-iInbox Page */

.tox.tox-edit-focus .tox-edit-area::before {
  display: none !important;
}
.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
  background-image: none !important;
}
#tinymce {
  background-color: #fff !important;
}

/* Dashboard Page */

.experts-sec {
  position: relative;
  &::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3750px;
    border-radius: 50%;
    height: 100%;
    background-image: url(/images/pages/expert/dashboard/experts-bg.png);
    background-position: center;
    background-size: cover;
    @media screen and (max-width: 768px) {
      width: 1800px;
    }
  }
  &::before {
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 50%;
    width: 3750px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: linear-gradient(
      174deg,
      #060606 -3.29%,
      rgba(43, 43, 43, 0.38) 92.33%
    );
    @media screen and (max-width: 768px) {
      width: 1800px;
    }
  }
}

/* Preview Project Page */

.preview-project-hero {
  background-image: var(--previewProjectHero-img);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
/* Experts Page */

.experts-banner {
  background-image: url(/images/pages/diyer/set-password/setpass-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(255, 255, 255, 0) 0%,
      rgba(var(--color-primary-rgb), 0.59) 100%
    );
  }
}

.statistic-item:nth-of-type(2) {
  position: relative;
  &::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 48px;
    left: 0;
    top: 0;
    background-color: #717171;
  }
  &::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 48px;
    right: 0;
    top: 0;
    background-color: #717171;
  }
}

/* Diyer Dashboard Page */

.categories-swiper {
  & .swiper-button-prev,
  & .swiper-button-next {
    width: 24px;
    height: 24px;
    margin-top: 0;
    background-color: var(--color-primary);
    border-radius: 50%;
    color: transparent;
    top: 50px;
    display: none;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  & .swiper-button-prev {
    left: 0;
  }

  & .swiper-button-next {
    right: 0;
  }

  & .swiper-navigation-icon {
    display: none;
  }

  & .swiper-button-prev:after,
  & .swiper-button-next:after {
    display: none;
  }

  & .swiper-button-prev img {
    transform: rotate(180deg);
  }
  & .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
  }
  & .img-wrapper {
    position: relative;
    &::after {
      content: "";
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border-radius: 15px;
      background-color: transparent;
      border: 3px solid rgba(0, 0, 0, 0.32);
    }
  }
}

/* Project page */

.project-page-hero {
  position: relative;
  z-index: 2;
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-position: 0 60%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.62;
    z-index: -1;
    transform: rotate(180deg);
  }
}

.project-page-hero {
  &::after {
    background-image: var(--projectPageHero-img);
  }
}

.star.active {
  filter: brightness(0) saturate(100%) invert(66%) sepia(89%) saturate(490%)
    hue-rotate(353deg) brightness(103%) contrast(102%);
}

.reviews-header {
  position: relative;
  &::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background-color: rgba(16, 16, 16, 0.22);
    bottom: 0;
    z-index: 1;
  }
  .header-text {
    position: relative;
    &::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 3px;
      left: 0;
      background-color: var(--color-primary);
      bottom: 0;
      z-index: 1;
    }
  }
}

#commentBtn.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  cursor: pointer;
  color: #fff;
}

#commentBtn.disabled {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.1);
}

.projectImgs-swiper,
.expertProjectImgs-swiper {
  & .swiper-button-prev,
  & .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: 0;
    background-color: var(--color-primary);
    border-radius: 50%;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  & .swiper-button-prev {
    left: 0;
  }

  & .swiper-button-next {
    right: 0;
  }

  & .swiper-navigation-icon {
    display: none;
  }

  & .swiper-button-prev:after,
  & .swiper-button-next:after {
    display: none;
  }

  & .swiper-button-prev img {
    transform: rotate(180deg);
  }
  & .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
  }
}

/* Set Password */

.setPass-main {
  background-image: url(../images/pages/diyer/set-password/setpass-bg.jpg);
  background-position: center;
  background-size: cover;
}

/* NotyF   */

.material-icons {
  color: #fff !important;
}
.notyf__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.notyf__toast {
  max-width: 350px;
}

.notyf__dismiss {
  width: 35px;
}

.notyf {
  top: 100px !important;
}

@media screen and (max-width: 480px) {
  .notyf__dismiss {
    width: 35px;
  }
  .notyf {
    align-items: flex-start !important;
    top: 30px !important;
  }
  .notyf__toast {
    max-width: 300px;
  }
}

/* Edit Project  */

/* Verification page */

.verification-main {
  background-image: url(../images/pages/diyer/set-password/setpass-bg.jpg);
  background-position: center;
  background-size: cover;
}

/* Comments Page */

table tr:last-child {
  border-bottom: none;
}

/* Admin-dashboard page  */
.dashboard-ul {
  li a.active {
    background-color: #fff;
    color: var(--color-primary);
    border-radius: 10px;
    img {
      filter: brightness(0) saturate(100%) invert(30%) sepia(30%)
        saturate(3193%) hue-rotate(339deg) brightness(104%) contrast(99%);
      opacity: 1;
    }
  }
}

.adminMessages-pagination,
.adminDashboard-pagination,
.adminLookup-pagination {
  a.active,
  span.active {
    background-color: var(--color-primary);
    color: #fff;
  }
}
.expertProjects-pagination {
  a.active,
  span.active {
    background-color: rgba(var(--color-primary-rgb), 0.1);
  }
}

.projectMessage-item.active,
.user-item.active {
  /* background-color: #f5f5f5;
  background-color: #e8e8e8; */
  background-color: rgba(var(--color-primary-rgb), 0.1);
}


.expertMessageEditor-body {
  padding-right: 50px !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header,
.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
  background-color: #f2f4f7 !important;
  box-shadow: none !important;
}

.tox .tox-tbtn--bespoke,
.tox .tox-tbtn--bespoke,
.tox .tox-tbtn--disabled,
.tox .tox-tbtn--disabled:hover,
.tox .tox-tbtn:disabled,
.tox .tox-tbtn:disabled:hover,
.tox .tox-tbtn {
  background-color: #f2f4f7 !important;
  background: #f2f4f7 !important;
}

#publicBtn {
  transition: all ease-in-out 0.2s;
  &.active {
    cursor: not-allowed;
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .video #my-video {
    height: 300px !important;
    padding: 0 !important;
    width: 100% !important;
    margin-inline: unset !important;
  }
}

@media screen and (min-width: 768px) {
  .video #my-video {
    height: 500px !important;
    width: 80% !important;
    display: block !important;
    margin-inline: auto !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #video-player #my-video,
  #teaser-player #my-teaser {
    height: 200px !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  #video-player #my-video,
  #teaser-player #my-teaser {
    height: 300px !important;
    width: 100% !important;
  }
}

#thoughtsEditor + .tox-tinymce {
  border-radius: 5px !important;
  border: 1px solid #ececff !important;
  background: #fff !important;
}

#addNewToolDiv.show {
  display: flex;
}

/* Loader for Advanced Accordion */
.loader {
  --color: #f59e0b;
  font-size: 3px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow:
      0em -2.6em 0em 0em rgba(245, 158, 11, 1),
      1.8em -1.8em 0 0em rgba(245, 158, 11, 0.2),
      2.5em 0em 0 0em rgba(245, 158, 11, 0.2),
      1.75em 1.75em 0 0em rgba(245, 158, 11, 0.2),
      0em 2.5em 0 0em rgba(245, 158, 11, 0.2),
      -1.8em 1.8em 0 0em rgba(245, 158, 11, 0.2),
      -2.6em 0em 0 0em rgba(245, 158, 11, 0.5),
      -1.8em -1.8em 0 0em rgba(245, 158, 11, 0.7);
  }

  12.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(245, 158, 11, 0.7),
      1.8em -1.8em 0 0em rgba(245, 158, 11, 1),
      2.5em 0em 0 0em rgba(245, 158, 11, 0.2),
      1.75em 1.75em 0 0em rgba(245, 158, 11, 0.2),
      0em 2.5em 0 0em rgba(245, 158, 11, 0.2),
      -1.8em 1.8em 0 0em rgba(245, 158, 11, 0.2),
      -2.6em 0em 0 0em rgba(245, 158, 11, 0.2),
      -1.8em -1.8em 0 0em rgba(245, 158, 11, 0.5);
  }

  25% {
    box-shadow:
      0em -2.6em 0em 0em rgba(245, 158, 11, 0.5),
      1.8em -1.8em 0 0em rgba(245, 158, 11, 0.7),
      2.5em 0em 0 0em rgba(245, 158, 11, 1),
      1.75em 1.75em 0 0em rgba(245, 158, 11, 0.2),
      0em 2.5em 0 0em rgba(245, 158, 11, 0.2),
      -1.8em 1.8em 0 0em rgba(245, 158, 11, 0.2),
      -2.6em 0em 0 0em rgba(245, 158, 11, 0.2),
      -1.8em -1.8em 0 0em rgba(245, 158, 11, 0.2);
  }

  37.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(245, 158, 11, 0.2),
      1.8em -1.8em 0 0em rgba(245, 158, 11, 0.5),
      2.5em 0em 0 0em rgba(245, 158, 11, 0.7),
      1.75em 1.75em 0 0em rgba(245, 158, 11, 1),
      0em 2.5em 0 0em rgba(245, 158, 11, 0.2),
      -1.8em 1.8em 0 0em rgba(245, 158, 11, 0.2),
      -2.6em 0em 0 0em rgba(245, 158, 11, 0.2),
      -1.8em -1.8em 0 0em rgba(245, 158, 11, 0.2);
  }

  50% {
    box-shadow:
      0em -2.6em 0em 0em rgba(245, 158, 11, 0.2),
      1.8em -1.8em 0 0em rgba(245, 158, 11, 0.2),
      2.5em 0em 0 0em rgba(245, 158, 11, 0.5),
      1.75em 1.75em 0 0em rgba(245, 158, 11, 0.7),
      0em 2.5em 0 0em rgba(245, 158, 11, 1),
      -1.8em 1.8em 0 0em rgba(245, 158, 11, 0.2),
      -2.6em 0em 0 0em rgba(245, 158, 11, 0.2),
      -1.8em -1.8em 0 0em rgba(245, 158, 11, 0.2);
  }

  62.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(245, 158, 11, 0.2),
      1.8em -1.8em 0 0em rgba(245, 158, 11, 0.2),
      2.5em 0em 0 0em rgba(245, 158, 11, 0.2),
      1.75em 1.75em 0 0em rgba(245, 158, 11, 0.5),
      0em 2.5em 0 0em rgba(245, 158, 11, 0.7),
      -1.8em 1.8em 0 0em rgba(245, 158, 11, 1),
      -2.6em 0em 0 0em rgba(245, 158, 11, 0.2),
      -1.8em -1.8em 0 0em rgba(245, 158, 11, 0.2);
  }

  75% {
    box-shadow:
      0em -2.6em 0em 0em rgba(245, 158, 11, 0.2),
      1.8em -1.8em 0 0em rgba(245, 158, 11, 0.2),
      2.5em 0em 0 0em rgba(245, 158, 11, 0.2),
      1.75em 1.75em 0 0em rgba(245, 158, 11, 0.2),
      0em 2.5em 0 0em rgba(245, 158, 11, 0.5),
      -1.8em 1.8em 0 0em rgba(245, 158, 11, 0.7),
      -2.6em 0em 0 0em rgba(245, 158, 11, 1),
      -1.8em -1.8em 0 0em rgba(245, 158, 11, 0.2);
  }

  87.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(245, 158, 11, 0.2),
      1.8em -1.8em 0 0em rgba(245, 158, 11, 0.2),
      2.5em 0em 0 0em rgba(245, 158, 11, 0.2),
      1.75em 1.75em 0 0em rgba(245, 158, 11, 0.2),
      0em 2.5em 0 0em rgba(245, 158, 11, 0.2),
      -1.8em 1.8em 0 0em rgba(245, 158, 11, 0.5),
      -2.6em 0em 0 0em rgba(245, 158, 11, 0.7),
      -1.8em -1.8em 0 0em rgba(245, 158, 11, 1);
  }
}

.designerThoughts {
  & .thoughtsContent > * {
    margin-bottom: 15px;
    display: block;
  }
  & .thoughtsContent :last-child {
    margin-bottom: 0;
  }
  ol,
  ul {
    list-style: revert;
    list-style-position: inside;
  }
}

.defaultCardBtn .check {
  filter: brightness(0) saturate(100%) invert(65%) sepia(83%) saturate(368%)
    hue-rotate(93deg) brightness(88%) contrast(99%);
}

.approvedCheck {
  filter: brightness(0) saturate(100%) invert(30%) sepia(75%) saturate(858%)
    hue-rotate(123deg) brightness(97%) contrast(105%);
}

[data-type-selected="selected"],
[data-plan-selected="selected"] {
  border: 4px solid transparent !important;
  background:
    linear-gradient(#f6f3f4, #f6f3f4) padding-box,
    linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%)
      border-box;
  background-clip: padding-box, border-box;
}

.numStep:not(:last-child):after {
  content: "";
  width: 150px;
  height: 4px;
  background-color: #e5e7eb;
  margin: 0 10px;
  display: inline-block;
}

.numStep.active::after {
  background-color: var(--color-primary);
}
.numStep.active > div {
  background-color: var(--color-primary);
  color: white;
}

@media screen and (max-width: 768px) {
  .numStep:not(:last-child)::after {
    width: 50px;
  }
}

.catCheckIcon {
  filter: brightness(0) saturate(100%) invert(30%) sepia(30%) saturate(3193%)
    hue-rotate(339deg) brightness(104%) contrast(99%);
}

.iconInside.filterIcon {
  filter: brightness(0) saturate(100%) invert(30%) sepia(30%) saturate(3193%)
    hue-rotate(339deg) brightness(104%) contrast(99%);
}

.profile-hero {
  position: relative;
  &::after {
    border-radius: 0 0 5px 5px;
    position: absolute;
    content: "";
    inset: 0;
    background-image: var(--profileHero-img);
    background-position: center;
    background-size: cover;
  }
  &::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(
      6deg,
      rgba(22, 23, 27, 0.72) 27.66%,
      rgba(22, 23, 27, 0.24) 102.68%
    );
  }
}


#teaserProgress::-webkit-progress-bar,
#progress::-webkit-progress-bar {
  background-color: #cacaca;
}

#teaserProgress::-webkit-progress-value,
#progress::-webkit-progress-value {
  background-color: var(--color-primary);
}

.lookup-tabs-parent [role="tabpanel"]:not(.hidden) {
  display: grid;
}