* {
  box-sizing: border-box;
}

:root {
  --x5b648a: #fdfeff;
  --primary300: #5a638a;
  --black: #000000;
  --mystic: #e5e6f0;
  --snuff: #d7daeb;
  --shadow-blue-22: #7e86aa;
  --blue-bell: #979fc1;
  --font-size-xs: 12px;
  --font-size-xl2: 24px;
  --font-size-m3: 16px;
  --font-size-s2: 15px;
  --font-family-roboto: "Roboto", Helvetica;
}

/* Style the tab */
.container-settings {
  width: 55%;
  margin: 0 auto;
  padding-top: 10px;
}

.tab {
  float: left;
  background-color: #e5e6f0;
  width: 30%;
  height: 400px;
}

h2 {
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 70px;
}

.title-settings {
  background-color: #979fc1;
  color: #fff;
  padding: 2px;
  position: relative;
}

.settings-icon-close {
  height: 24px;
  right: 3px;
  position: absolute;
  top: 2px;
  width: 24px;
  cursor: pointer;
  transition: 0.3s;
}

.settings-icon-close:hover {
  opacity: 0.75;
}

.settings-bottom-bar {
  align-items: center;
  background-color: #979fc1;
  display: flex;
  height: 70px;
  width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #68719a;
  padding: 15px 19px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 1px solid #d7daeb;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #90bfc0;
  color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #90bfc0;
  color: #fff;
}

.tab-empty-height {
  height: 50px;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 65px;
  width: 70%;
  border-left: none;
  height: 400px;
  background-color: #7e86aa;
  color: #fff;
  font-family: "Roboto", sans-serif;
  z-index: 1;
}

.color-tab {
  color: #e5e6f0 !important;
}

/* tab content */

.settings-bars-box {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 50px;
  position: relative;
}

.settings-1 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.option-box {
  align-items: center;
  background-color: var(--shadow-blue-22);
  display: flex;
  height: 40px;
  padding: 15px 21px 15px 30px;
  position: relative;
  width: 400px;
}

.option-box-2 {
  align-items: center;
  background-color: var(--shadow-blue-22);
  display: flex;
  height: 40px;
  .option-box {
    align-items: center;
    background-color: var(--shadow-blue-22);
    display: flex;
    height: 40px;
    padding: 22px 21px 65px 30px;
    position: relative;
    width: 350px;
  }
  position: relative;
  width: 350px;
}

.open-option {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  margin-bottom: -6px;
  margin-top: -6px;
  position: relative;
}

.open-option-box {
  align-items: center;
  background-color: var(--mystic);
  border-radius: 5px;
  display: inline-flex;
  gap: 10px;
  height: 22px;
  justify-content: center;
  min-width: 72px;
  padding: 10px;
  position: relative;
}

.open-option-text {
  color: #767d9e;
  font-weight: 400;
  line-height: 14.4px;
  margin-bottom: -5px;
  margin-top: -7px;
  position: relative;
  /* text-align: left; */
  white-space: nowrap;
  width: fit-content;
  font-size: 14px !important;
}

.checkbox {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  padding-top: 2px;
}

.open-option-icon {
  height: 22px;
  left: 50px;
  position: absolute;
  top: 0;
  width: 22px;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.option-text {
  flex: 1;
  height: 22px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: -5px;
  margin-top: -7px;
  position: relative;
}

.settings-main-text-font {
  color: var(--x5b648a);
  font-family: var(--font-family-roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.settings-menu-item-1 {
  align-items: center;
  background-color: #90bfc0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--snuff);
  display: flex;
  height: 48px;
  padding: 0px 30px;
  position: relative;
  width: 263px;
  color: #fff;
}

.settings-text-font {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m3);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.settings-menu-text-1 {
  color: #fff;
  flex: 1;
  font-weight: 400;
  line-height: 19.2px;
  position: relative;
}

.settings-menu-item {
  color: #68719a;
  align-items: center;
  background-color: var(--mystic);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--snuff);
  display: flex;
  height: 48px;
  padding: 0px 30px;
  position: relative;
  width: 263px;
  cursor: pointer;
  transition: 0.3s;
}

.settings-menu-item:hover {
  background-color: #90bfc0;
  color: #fff;
}

.settings-menu-text {
  flex: 1;
  font-weight: 400;
  line-height: 19.2px;
  position: relative;
}

.settings-space {
  background-color: var(--mystic);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--snuff);
  height: 48px;
  position: relative;
  width: 263px;
}

.settings-top-bar {
  align-items: center;
  background-color: var(--blue-bell);
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0px 0px 0px 287px;
  position: relative;
  width: 708px;
}

.settings-heading {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xl2);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

select {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 0 10px 1px 20px;
  border: 1px solid #e5e6f0;
  border-radius: 3px;
  line-height: 25px;
  height: 25px;
  background: #e5e6f0;
  color: #767d9e;
  min-width: 72px;
  margin: 0 5px 5px 0;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px !important;
}

select::-ms-expand {
  display: none;
}

*,
*:focus,
*:hover {
  outline: none !important;
}

.declarative-tabs .tab-content {
  display: none;
}

.declarative-tabs .tab-content.active {
  display: block;
}

.setting-tab-active {
  background-color: #90bfc0;
  color: #fff !important;
  border-bottom: none !important;
}

.tabpad23 {
  padding-top: 80px;
}

.tabpad4 {
  padding-top: 40px;
}

@media only screen and (max-width: 1300px) {
  .container-settings {
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
  }

  .tabcontent {
    padding-left: 92px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .tabcontent {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 550px) {
  .tab button {
    padding: 10px 10px;

    font-size: 16px;
    line-height: 25px;
  }

  .option-box {
    padding: 15px 60px 15px 10px;

    width: 350px;
  }
}

@media only screen and (max-width: 470px) {
  .tab button {
    padding: 8px 10px;

    font-size: 14px;
    line-height: 25px;
  }

  .option-box {
    padding: 15px 60px 15px 5px;

    width: 300px;
  }

  .option-text {
    line-height: 22px;
    padding-right: 5px;
  }

  .settings-main-text-font {
    font-size: 14px;
  }

 
}

@media only screen and (max-width: 390px) {
  .option-box {
    padding: 15px 60px 15px 5px;

    width: 300px;
  }

  .tab button {
    padding: 7px 10px;

    font-size: 14px;
    line-height: 20px;
  }
}
