@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}
/* :root{
  --h1:#222222;
  --side-bar:#222222;
  --bg-color:white; 
  --border-color:#e5e5e5;
  --input-color:#f9f9fa:
}
.dark-mode {
  --h1:white;
  --side-bar:90949c;
  --bg-color:#0d0d11;
  --border-color:#14141f; 
  --input-color:#343444;
} */
h1 {
  color: var(--h1);
}

body {
  font-family: "Urbanist", sans-serif;
  margin: 0 auto;
  background-color: #f3f4f6;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}
nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #666;
}
nav a.active {
  color: #0077b6;
  border-bottom: 2px solid #0077b6;
}
nav {
  font-size: 18px;
}
.header-actions {
  display: flex;
  align-items: center;
}
/* .header-actions > * {
  margin-left: 15px;
} */
.header-actions img {
  cursor: pointer;
}
.create-btn {
  background: #0378a4;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
}
.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}
.setting-top {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 50px;
}
.container-section {
  display: flex;
  width: 1240px;
  min-height: 100vh;
  margin: 0 auto;

  flex-direction: row-reverse;
  justify-content: space-between;
}
.settings-header {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  width: 1240px;
}
.sidebar {
  display: block !important;
  width: 305px !important;
  background-color: var(--bg-color);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 1.5rem;
  border: 1px solid var(--border-color);
}
.sidebar-content {
  background-color: var(--bg-color);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 100%;
}
.left-sidebar h2 {
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-weight: 600;
  color: #8a8a8a;
  padding-bottom: 20px;
  border-bottom: 1px solid #8a8a8a;
}
.sidebar-item {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: var(--p);
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.sidebar-item:hover {
  background-color: #0378a414;
  color: #0378a4;
}
.sidebar-item.active {
  background-color: #0378a414;
  color: #0378a4;
  font-size: 18px;
  font-weight: 600;
}
.sidebar-item.active img {
  color: #0378a4;
}
.sidebar-item i {
  margin-right: 0.5rem;
}
.breadcrumbs {
  font-size: 18px;
  color: #666;
  display: flex;
  align-items: center;
}
.breadcrumb-linkk {
  font-size: 18px;
  color: var(--p);
  font-weight: 500;
  text-decoration: none;
}
.breadcrumb-link:hover {
  text-decoration: underline;
}
.breadcrumb-separator {
  margin: 0 8px;
  color: #888;
  font-size: 18px;
}
.breadcrumb-activee {
  color: #0378a4;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}

/****************************** Profile Visibility Section Start  *******************************/
.privacy-wrapper {
  width: 900px;
}
.privacy-banner div {
  display: flex;
  gap: 10px;
  padding: 0 20px;
}

.privacy-banner {
  width: 900px;
  height: 57px;
  background-color: #0378a4;
  color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-para {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.privacy-container {
  background-color: var(--sidebar);
  color: var(--h1);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  padding: 30px;
}
.privacy-heading {
  color: var(--h1);
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.privacy-subtitle {
  color: var(--p);
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.privacy-setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.privacy-setting-info {
  flex-grow: 1;
  margin-bottom: 22px;
}
.privacy-setting-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--h1);
}
.privacy-setting-description {
  font-size: 16px;
  color: var(--p);
}
.privacy-toggle {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 30px;
}
.privacy-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.privacy-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.privacy-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.privacy-toggle input:checked + .privacy-slider {
  background-color: #0378a4;
}
.privacy-toggle input:checked + .privacy-slider:before {
  transform: translateX(26px);
}

/* Custom CV Sharing Section */

.custm-cv-container {
  background-color: var(--sidebar);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  padding: 30px;
  margin-top: 20px;
}
.privacy-heading {
  color: var(--h1);
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.privacy-subtitle {
  color: var(--p);
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.privacy-setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.privacy-setting-info {
  flex-grow: 1;
  margin-bottom: 22px;
}
.privacy-setting-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.privacy-setting-description {
  font-size: 16px;
  color: var(--p);
}
.privacy-toggle {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 30px;
}
.privacy-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.privacy-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.privacy-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.privacy-toggle input:checked + .privacy-slider {
  background-color: #0378a4;
}
.privacy-toggle input:checked + .privacy-slider:before {
  transform: translateX(26px);
}

/******************************** Security Setting Section  **************************************/
.safeguard-wrapper {
  max-width: 900px;
  margin: 0px auto;
  padding: 30px;
  background-color: var(--sidebar);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  margin-top: 20px;
}
.safeguard-title {
  color: var(--h1);
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}
.safeguard-description {
  color: var(--p);
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;

  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.protection-item {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  margin-bottom: 15px;
}
.protection-item:last-child {
  border-bottom: none;
}
.protection-details {
  flex-grow: 1;
}
.protection-name {
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 22px;
  color: var(--h1);
}
.protection-info {
  font-weight: 400;
  font-size: 16px;
  color: var(--p);
  line-height: 22px;
}
.shield-switch {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 30px;
}
.shield-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.shield-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.shield-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.shield-switch input:checked + .shield-slider {
  background-color: #0378a4;
}
.shield-switch input:checked + .shield-slider:before {
  transform: translateX(26px);
}
.span-sq {
  color: #0378a4;
  text-decoration: underline;
}
/* Tagging & interation Section */
.interaction-hub {
  max-width: 900px;
  margin: 0 0 0 auto;
  padding: 30px;
  background-color: var(--sidebar);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  margin-top: 20px;
}
.hub-headline {
  color: var(--h1);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 5px;
}
.hub-tagline {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--p);
  padding-bottom: 20px;
}
.preference-item {
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.preference-item2 {
  display: flex;
}
.preference-item3 {
  display: flex;
}
.preference-item:last-child {
  border-bottom: none;
}
.item-details {
  flex-grow: 1;
}
.item-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--h1);
  margin-bottom: 5px;
}
.item-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  color: var(--p);
}
.switch-wrapper {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.switch-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-track {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.supr-btn {
  width: 70px;
  height: 24px;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
  padding: 5px;
  font-size: 10px;
  border-radius: 90px;
}
.switch-track:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.switch-wrapper input:checked + .switch-track {
  width: 57px;
  background-color: #0378a4;
  height: 30px;
}
.switch-wrapper input:checked + .switch-track:before {
  transform: translateX(26px);
}
.drp-wrapper {
  position: relative;
  width: 100%;
}
select:focus {
  outline: 1px solid #0378a4;
}
.dropdown-menu {
  padding: 8px;
  padding-right: 40px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color: var(--input-color);
  color: var(--input-txt-clr) !important;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 55px;
  color: var(--p);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.action-button {
  background-color: var(--bg-color);
  color: #0378a480;
  border: 1px solid #0378a480;
  width: 224px;
  height: 48px;
  border-radius: 153px;
  display: flex;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.button-icon {
  width: 16px;
  height: 16px;
}
.setting-last-btn {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  float: right;
  margin-bottom: 30px;
}
.setting-last-btn-discard {
  width: 135px;
  height: 50px;
  color: #0378a4;
  border: 1px solid #0378a4;
  border-radius: 90px;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
}
.setting-last-btn-save {
  width: 180px;
  height: 50px;
  background-color: #0378a4;
  color: white;
  border: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 90px;
  cursor: pointer;
}

.member-picker-control {
  width: 370px;
  height: 55px;
  padding: 0px 10px;
  font-size: 16px;
  margin-left: 490px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  margin-top: 30px;
}
.member-picker-indicator {
  margin-right: 10px;
}
.tab-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  height: 70px;
  border-radius: 10px;
  width: 343px;
  margin: 20px auto;
}

.tab {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
  font-family: "Urbanist";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #8a8a8a;
}

.tab.active {
  color: #0378a4;
  font-weight: 600;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -10px;
  width: 70px;
  height: 2px;
  background-color: #0378a4;
}
@media (min-width: 768px) {
  .tab-container {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  .settings-header {
    display: flex;
    flex-direction: column;
  }
}

/* For Mobile Screen  */

@media (max-width: 768px) {
  .main-privacy-container {
    width: 343px;
    margin: 0px auto;
  }
  .settings-header {
    width: 343px;
  }
  .privacy-banner {
    width: 343px;
  }
  .container-section {
    width: 343px;
    margin: 0px auto;
  }
  .setting-top {
    padding: 0px;
  }
  .privacy-container {
    width: 343px;
  }
  .privacy-container {
    padding: 10px;
  }
  .safeguard-wrapper {
    width: 343px;
    padding: 10px;
  }
  .interaction-hub {
    width: 343px;
    padding: 10px;
  }
  .preference-item3 {
    display: flex;
    flex-direction: column;
  }
  .item-details {
    width: 270px;
    flex-grow: 0;
  }
  .action-button {
    width: 320px;
  }
  .setting-last-btn {
    display: flex;
    flex-direction: column;
    width: 343px;
  }
  .setting-last-btn-discard,
  .setting-last-btn-save {
    width: 340px;
  }

  .custm-cv-container {
    width: 343px;
    padding: 10px;
  }

  .privacy-wrapper {
    width: 343px;
  }
}

/* font, text, etc size  */
@media (max-width: 768px) {
  .heading {
    font-size: 24px;
  }
  .breadcrumbs {
    font-size: 16px;
  }
  .banner-para {
    font-size: 16px;
  }
  .privacy-heading {
    font-size: 18px;
  }
  .privacy-subtitle {
    font-size: 14px;
  }
  .privacy-setting-description {
    width: 250px;
  }
  .safeguard-title {
    font-size: 18px;
  }
  .safeguard-description {
    font-size: 14px;
  }
  .protection-name {
    font-size: 16px;
  }
  .protection-info {
    font-size: 14px;
    width: 260px;
  }
  .hub-headline {
    font-size: 18px;
  }
  .hub-tagline {
    font-size: 14px;
  }
  .item-name {
    font-size: 16px;
  }
  .item-description {
    font-size: 14px;
  }
  .settings-header {
    padding: 20px 0px;
  }
}

.sidebar-heading {
  font-family: Urbanist;
  font-size: 13.58px;
  font-weight: 600;
  line-height: 18.11px;
  letter-spacing: 0.1em;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #8a8a8a;
}
.side-navigation img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(77%) sepia(0%) saturate(1%)
    hue-rotate(335deg) brightness(89%) contrast(85%);
}
