@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

/* html {
  transition: background-color 0.3s ease, color 0.3s ease;
} */

/* :root {
  --bg: #fff;
  --primary: #33b0ca;
  --text: #252525;
  --subtext: #616161;
  --popup-bg: #fafafa;
  --popup-border: #eaeaea;
} */

/* .theme-dark {
  --bg: #121212;
  --primary: #33b0ca;
  --text: #f1f1f1;
  --subtext: #a5a5a5;
  --popup-bg: #1e1e1e;
  --popup-border: #333333;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html,
body {
  background: #fff !important;
  color: #252525 !important;
}

input,
select {
  background-color: transparent;
  color: #252525;
  outline: none;
}

/* Desktop version */
.post-mega-menu-nav {
  z-index: 2;
  position: fixed !important;
  top: 0 !important;
  height: 70px !important;
  z-index: 10 !important;
  padding: 0 75px !important;
  background-color: #fafafa;
}

.hidden-item {
  height: 80px;
}

.rhm-icon-container {
  display: none;
}

#right-icon-2 {
  display: none;
}

.rhm-icon-container img {
  cursor: pointer;
}

.userName {
  margin-left: 15px;
}

.margin_left20 {
  margin-left: -10px;
}

#profile-image-user {
  margin-left: 16px;
}

/* Refer your popup */
.dark-bg-refer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

.refer-popup-tailwind {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fafafa;
  width: 764.82px;
  height: auto;
  padding: 2rem 0;
  z-index: 12;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: none;
}

.dark-bg-refer {
  display: none;
}

.refer-popup-tailwind h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: #33b0ca;
}

.friend-email-input-container {
  width: 80%;
}

.friend-email-input-container div {
  position: relative;
}

.friend-email-input-container input {
  width: 100%;
  outline: none;
  border: 1px solid #616161;
  border-radius: 8px;
  padding: 0.6rem;
  margin: 0.6rem 0;
}

.friend-email-input-container i {
  position: absolute;
  right: 16px;
  top: 24px;
  cursor: pointer;
}

.refer-btn-tailwind {
  background: #33b0ca;
  color: #fafafa;
  width: 80px;
  height: 42px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: 10%;
  border: none !important;
  box-shadow: none !important;
}

.addmore-btn-tailwind {
  width: 80%;
  background: #fafafa;
  border: 1px solid #bcbcbc;
  outline: none;
  color: #bcbcbc;
  padding: 0.6rem;
  border-radius: 8px;
}

.cross-btn-refer {
  border: none;
  background-color: red !important;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -14px;
  right: -14px;
}

.refer-alert-prompt {
  color: red;
  margin-right: auto;
  margin-left: 10%;
}

.refer-back-arrow-mobile {
  display: none !important;
}

.refer-thankyou-popup {
  width: 552px;
  height: 320px;
  background-color: #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  z-index: 12;
  display: none;
}

.refer-thankyou-popup img {
  width: 214px;
  height: 153px;
}

#tail-navb {
  min-width: 32px;
  max-width: 100%;
  max-height: 32px;
}

.userGreet {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #252525;
  margin-right: 10px;
}

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

.toggle-btnNew {
  display: none;
}

#services-container-div,
#goGlobalMeg-container-div,
#assets-container-div,
#admin-container-div {
  margin: 0 15px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#admin-container {
  width: 1170px;
  left: 130px;
  transform: none;
}

.fa-angle-right,
.fa-angle-up,
.fa-angle-down {
  font-weight: 600 !important;
  color: #616161 !important;
}

.main-f-r-a-m-e {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
  box-sizing: border-box;
  font-size: 14px;
  color: #252525;
  overflow-y: auto;
  border-radius: 8px;
  background-color: #eaeaea;
}

.my-projects-f-r-a-m-e {
  gap: 10px 0;
  font-size: 14px;
  color: #252525;
}

.frame-container {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: auto;
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: 0 4px 17.9px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  padding: 12px;
  gap: 0 14px;
}

#services-container .frame-container,
#assets-container-div .frame-container {
  height: 336px;
}

#goGlobalMeg-container-div .frame-container {
  height: calc(100vh - 100px);
  max-height: 585px;
}

#admin-container-div .frame-container {
  height: calc(100vh - 90px);
  max-height: 730px;
}

.main-f-r-a-m-e {
  height: 100%;
  overflow-y: auto;
  width: 270px;
  padding: 12px;
  margin: 0 auto;
}

.services-container,
.assets-container,
.go-global-container,
.admin-container {
  border-top: 34px solid transparent;
  top: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-radius: 100px 500px 0 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#assets-container,
#go-global-container {
  left: 120px;
  transform: unset;
}

.services-container.activeK,
.assets-container.activeK,
.go-global-container.activeK,
.admin-container.activeK {
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 100;
  pointer-events: auto;
}

#services-container {
  left: 120px;
  transform: unset;
}

#services-container .main-f-r-a-m-e li {
  margin: 12px 0;
  list-style: none !important;
}

#services-container .main-f-r-a-m-e li:hover {
  color: #33b0ca;
}

.mega-menu-blue-headings {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #33b0ca;
  margin-bottom: 20px;
  text-decoration: none;
}

.mega-menu-sub-headings {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525 !important;
  margin-bottom: 14px;
  text-decoration: none;
}

.mega-menu-sub-headings a:hover {
  color: #33b0ca !important;
  font-weight: 600;
}

.main-nav-headings {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #252525;
  font-family: Poppins;
  cursor: pointer;
}

.main-nav-headings-active {
  color: #33b0ca !important;
}

.mnflogo_megaMenu {
  min-width: 71px;
  height: 60px;
}

.mnflanguage_megaMenu {
  height: 29.24px;
  width: 75.46px;
  position: relative;
  cursor: pointer;
}

.mnfprofile_megaMenu {
  height: 32px;
  width: 32px;
  position: relative;
  cursor: pointer;
}

#services-main-heading,
#assets-main-heading,
#goglobal-main-heading,
#admin-main-heading {
  position: relative;
}

.custom-card {
  width: fit-content;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  position: absolute;
  top: 60px;
  right: 0px;
  display: none;
}

.profile-dropdown-items {
  height: 34px;
  width: auto;
  background: #eaeaea;
  margin: 8px 0px;
  padding: 8px 16px;
  padding-left: 10px;
  font-size: 14px;
  color: #252525;
  font-family: Poppins;
  cursor: pointer;
  font-weight: 400;
  border-radius: 4px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.profile-dropdown-items a {
  width: -webkit-fill-available;
  height: inherit;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
}

.main-f-r-a-m-e a {
  font-weight: 600;
}

.profile-dropdown-items:hover {
  color: #fff;
  background: #33b0ca;
}

.nav-greet-text {
  color: #252525;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

/* Mobile version */
.accordions-wrapper {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background: #fafafa;
  width: 100%;
  min-height: 100svh;
  padding: 12px;
  z-index: 22;
  display: none;
  top: 70px;
  max-height: 100svh;
  overflow-y: scroll;
  padding-bottom: 70px;
}

.tabs-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.tabs-btn {
  width: 100px;
  height: 40px;
  border-radius: 4px;
  background: #fafafa;
  color: #33b0ca;
  font-size: 16px;
  font-weight: 600;
}

.tabs-btn-active {
  background: #33b0ca;
  color: #fafafa;
}

.my-assets-container,
.go-global-container-mobile {
  display: none;
}

/* Accordion */
.accordion {
  margin: 5px;
  border-bottom: 2px solid #eaeaea;
}

.label {
  color: #33b0ca;
  background: #fafafa;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  cursor: pointer;
  position: relative;
}

.content {
  background: #eaeaea;
  color: #252525;
  padding: 0 12px;
  height: 0;
  overflow: hidden;
  text-align: left;
}

.content:focus {
  color: #33b0ca;
}

.content p {
  padding-top: 16px;
}

.content p:nth-last-child(1) {
  padding-bottom: 16px;
}

.accordion.open .content {
  height: auto;
  overflow: visible;
}

.toggle-btnNew {
  color: #252525;
  font-size: 24px;
  font-weight: 900;
  border-radius: 4px;
  margin: 6px;
}

.toggle-accordion-active {
  display: block;
}

.services-doodle {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: column; */
}

.services-doodle img {
  width: 39px;
  height: 39px;
  margin-right: 8px;
}

.services-doodle span {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

#profile-caret {
  cursor: pointer;
}

.frame-container-halfwidth {
  justify-content: flex-start !important;
  width: 298px;
  height: 336px;
}

.frame-container-halfwidth .main-f-r-a-m-e {
  padding: 0 12px;
}

#my-profile-menu {
  z-index: 2 !important;
  border: 2px solid #33b0ca !important;
  background: #fafafa;
}

.account-rhm {
  z-index: 1 !important;
}

.package-name-container {
  position: relative;
}

#package-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 6px;
  border: 2px solid;
  border-radius: 50%;
  min-width: 40px;
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #33b0ca;
  cursor: pointer;
  visibility: hidden;
}

#package-fullname {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  color: #33b0ca;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  visibility: hidden;
}

.main-f-r-a-m-e > div {
  width: 100%;
}

/* Multilingual */
body {
  position: static !important;
}

.goog-te-gadget {
  visibility: hidden;
  text-align: right;
  max-height: 0;
}

.goog-te-gadget .goog-te-combo {
  visibility: visible;
  padding: 4px 8px;
  border-radius: 4px;
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: fixed;
  top: 70px;
  right: 40px;
  z-index: 999999;
  outline: 1px solid;
  background-color: #fafafa;
  min-width: auto;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

/* Global scrollbar styles */
::-webkit-scrollbar {
  width: 6px;
  transition: width 0.3s ease;
}

::-webkit-scrollbar-thumb {
  background-color: #33b0ca;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

/* When active (hover/scroll), make scrollbar thick */
.scrollbar-active::-webkit-scrollbar {
  width: 12px;
}

#theme-toggle-button {
  font-size: 24px;
  cursor: pointer;
  color: #252525;
  margin-left: 8px;
}

.toggle-primary-color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 4px;
  position: relative;
  transition: box-shadow 0.2s ease;
}

.toggle-primary-color:nth-child(1) {
  background-color: #84cc16;
}

.toggle-primary-color:nth-child(2) {
  background-color: #ec4899;
}

.toggle-primary-color:nth-child(3) {
  background-color: #f97316;
}

.toggle-primary-color:nth-child(4) {
  background-color: #33b0ca;
}

.selected-color::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 50%;
  border: 2px solid #33b0ca;
  pointer-events: none;
  transition: all 0.2s ease;
}

#doyouknowoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: opacity 0.3s ease;
}

#doyouknowoverlay.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#doyouknowpopup {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 650px;
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#doyouknowcloseBtn {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ee3c4d;
  color: #fafafa;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
}

#imagecontainer {
  text-align: center;
}

#imagecontainer img {
  width: 80px;
  display: inline;
}

#imagecontainer h3 {
  font-weight: 600;
  font-size: 18px;
  color: #33b0ca;
}

#doyouknowcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: auto;
}

#doyouknowcontent p {
  font-weight: 400;
  font-size: 18px;
  color: #252525;
  width: 70%;
}

#doyouknowcontent ol {
  list-style: decimal;
  margin: 12px 0;
}

#doyouknowcontent ul {
  list-style: disc;
  margin: 12px 0;
  padding: 0 32px;
}

#doyouknowcontent li {
  font-weight: 400;
  color: #252525;
  font-size: 16px;
  text-align: left;
}

#doyouknowcontent img {
  width: 230px;
  max-height: 180px;
  margin: 20px auto;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  border-radius: 8px;
}

#buttonscontainer {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#buttonscontainer div:nth-child(2) {
  display: flex;
  justify-content: center;
  gap: 180px;
}

#buttonscontainer input {
  cursor: pointer;
}

#buttonscontainer label {
  font-weight: 500;
  font-size: 18px;
  color: #252525;
  cursor: pointer;
}

#buttonscontainer button {
  background-color: #33b0ca;
  color: #fafafa;
  border-radius: 8px;
  height: 32px;
  padding: 0 12px;
  margin-top: 20px;
  cursor: pointer;
  width: 120px;
}

#previous {
  opacity: 0.5;
  pointer-events: none;
}

#getStarted {
  display: none;
}

.donotshow-checkbox {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #33b0ca;
  border-radius: 3px;
  position: relative;
  background-color: #fafafa;
  cursor: pointer;
}

.donotshow-checkbox:checked {
  background-color: #33b0ca;
  border-color: #33b0ca;
}

.donotshow-checkbox:checked::before {
  content: "✔";
  font-size: 12px;
  color: #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.floating-icon-container {
  position: fixed;
  bottom: 50px;
  right: 90px;
  z-index: 2;
}

.floating-icon-container .floating-icon {
  background-color: #33b0ca;
  color: #fafafa;
  font-weight: 400;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 40px 0px #00000040;
}

.floating-icon-container .tool-tip {
  background-color: #616161;
  color: #fafafa;
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding: 2px 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  right: 16px;
  bottom: -25px;
  width: 105px;
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.floating-icon-container:hover .tool-tip {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#doyouknowlist {
  width: 400px;
  height: 0;
  position: fixed;
  right: 90px;
  bottom: 120px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px 16px;
  box-shadow: 1px 5px 11px 0px #00000014;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease;
}

#doyouknowlist.show {
  opacity: 1;
  height: 590px;
}

.gradient-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    359.47deg,
    #33b0ca 4.37%,
    rgba(51, 176, 202, 0.5) 22.48%,
    rgba(163, 220, 231, 0.2) 41.93%,
    #ffffff 66.85%
  );
  z-index: -1;
}

#doyouknowlist button {
  font-weight: 400;
  font-size: 16px;
  color: #252525;
  width: 100%;
  margin: 8px 0;
  text-align: left;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

#doyouknowlist button i {
  color: #008000 !important;
  font-size: 18px;
}

#doyouknowlistitems {
  position: relative;
  z-index: 2;
  box-shadow: 0px -1px 4px 0px #0000001a;
  border-radius: 16px;
  height: 430px;
  padding: 26px 14px;
  overflow: auto;
  background-color: #fff;
}

#doyouknowlistitems p {
  color: #ee3c4d;
  font-weight: 400;
  font-size: 16px;
}

#doyouknowhead {
  text-align: center;
  margin-bottom: 16px;
}

#doyouknowhead img {
  width: 54px;
  display: inline-block;
}

#doyouknowhead p {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

#doyouknowhead h3 {
  font-weight: 400;
  font-size: 18px;
  color: #252525;
}

#doyouknowlist #closeButton {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 18px;
  background-color: #fafafa;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #61616180;
}

#doyouknowoverlay,
#doyouknowlist,
.floating-icon-container {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  .userGreet {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .toggle-btnNew {
    display: block;
  }

  #services-container-div,
  #goGlobalMeg-container-div,
  #assets-container-div,
  #admin-container-div {
    display: none;
  }
  .rhm-icon-container {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .services-doodle span {
    display: none;
  }

  .userGreet,
  .userName {
    display: none;
  }

  .dropdown-hover,
  .nav-greet-text {
    display: none;
  }

  .mnflogo_megaMenu {
    margin: 0 6px;
  }

  .post-mega-menu-nav {
    padding: 0 6px !important;
  }

  .package-name-container {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  #navbar_text {
    display: none;
  }

  .refer-thankyou-popup {
    width: 100vw;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
  }

  .cross-btn-refer {
    display: none;
  }

  .refer-back-arrow-mobile {
    display: inline-block !important;
    color: #33b0ca;
    font-size: 1.5rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    cursor: pointer;
  }

  .refer-popup-tailwind {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    width: 100vw;
    height: 100svh;
    border-radius: 0;
  }

  .refer-popup-tailwind h1 {
    text-align: center;
    font-size: 18px;
  }

  .refer-alert-prompt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 440px) {
  .rhm-icon-container {
    display: block;
  }

  .post-mega-menu-nav {
    padding: 0 20px !important;
  }
}
