.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  height: 50px;
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: center;
  position: fixed;
  z-index: 100;
  right: 10px;
  margin: 10px;
  border-radius: 7px;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  height: 50px;
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: center;
  position: fixed;
  z-index: 100;
  right: 10px;
  margin: 10px;
  border-radius: 7px;
}

* {
  margin: 0;
  padding: 0;
  color: #f2f5f7;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  background-color: #111728;
}
body {
  overflow-x: hidden;
}

.main-content {
  margin-top: 4rem;
  height: calc(100vh - 4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-content-wrapper {
  display: flex;

  flex-direction: column;
  align-items: center;
  width: 60%;
}

.container__icon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #6426ba;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
}

.container__icon-index {
  height: 60%;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6426ba;
  border-radius: 50%;
  border: 2px solid white;
}

.container__text {
  font-size: 17px;
  font-weight: 700;
  width: 85%;
}

.main-content__title {
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  /* margin: 10px 0px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navigation CSS */

nav {
  height: 4rem;
  width: 100vw;
  display: flex;
  position: fixed;
  z-index: 10;
  top: 0;
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.13);
  justify-content: space-between;
  align-items: center;
}

.navbar__brand-logo {
  height: 100%;
}

.navbar__brand-logo img {
  height: 100%;
  cursor: pointer;
}

.navbar-button {
  margin: 10px;
  padding: 0.7rem;
  height: 22px;
  display: flex;
  background-color: #48567d;
  font-size: 23px;
  border-radius: 14px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.navbar-button:hover {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
}

.navbar-button a {
  display: flex;
  align-items: center;
  background-color: #48567d;
  text-decoration: none;
}

.navbar-button img {
  padding: 9px;
  background-color: #48567d;
}

.navbar-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Settings Page */

.main-content__item-1 {
  display: flex;
  flex-direction: column;
}

.main-content__item-1--section1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-content__item-1--section2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0px;
}

.main-content__item-1--slider {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-content__item-1--support {
  width: 40%;
}

.main-content__item-1-btn {
  height: 50px;
  border: none;
  outline: none;
  background-color: #48567d;

  border-radius: 8px;
  padding: 7px;
}

.main-content__item-1-btn:nth-child(1) {
  width: 60%;
  font-weight: 500;
  font-size: 25px;
}

.main-content__item-1-btn:nth-child(2) {
  width: 40%;
  font-weight: 500;
  font-size: 20px;
  margin: 22px;
}

.slider__complete {
  height: 19px;
  width: 418px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  border-radius: 19px;
  margin: 24px 0px;
  box-shadow: inset 1px 0px 16px 3px #ad33b8, 1px 0px 20px 10px #5d0ea8;
}

.slider__used {
  height: 80%;
  background: linear-gradient(60.14deg, #224bda 5.72%, #e93ab8 67.19%);
  border-radius: 15px;
  margin-left: 6px;
}

.main-content__setting-wrapper {
  display: flex;
}

.main-content__setting-col1 {
  width: 685px;
}

.main-content__setting-col2 {
  width: 405px;
}

.main-content__setting-row1 {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
}

.main-content__setting-row2 {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-content__setting-row3 {
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
}

.main-content__setting-row3 ul {
  padding-left: 37px;
}

/* Guide Page */

/* .main-content__title {
  height: 50px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.main-content__logo {
  height: 100%;
}

.main-content__container {
  display: flex;
  margin-top: 20px;
}

.main-content__description {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  width: 367px;
}

.main-content__container-section1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-content__container-section3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Guide Page Containers CSS */

.container {
  height: 78px;
  width: 280px;
  display: flex;
  align-items: center;
  border: 2px solid #36456e;
  border-radius: 5px;
  margin: 49px 20px;
}

.container__icon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #6426ba;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
}

.container__icon-index {
  height: 60%;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6426ba;
  border-radius: 50%;
  border: 2px solid white;
}

.container__text {
  font-size: 17px;
  font-weight: 700;
  width: 85%;
}

/* InputCard CSS */

.login__form-field {
  display: flex;
  margin: 10px 0px;
  border: 2px solid rgba(255, 255, 255, 0.51);
  border-radius: 7px;
  align-items: center;
  padding: 4px 0px;
  background-color: black;
  width: 100%;
}

.login__form {
  width: 75%;
}

.form-content {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  /* width: 100%; */
}

.login__form-field:focus-within {
  border: 2px solid white;
}

.login__form-field-input {
  background-color: black !important;
  border: none;
  padding: 6px;
  outline: none;
  width: 100%;
}

.login__form-field-svg {
  background: black;
  border: none;
  padding: 3px;
  height: 30px;
  width: 37px;
}

.login__form-field-svg svg {
  background: black;
}

.login__form-field-hr {
  height: 36px;
}

.login__form-submit {
  background-color: #1a7fc1;
  border: none;
  border-radius: 15px;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
}

.login__form-submit:hover {
  box-shadow: 0px 0px 10px rgb(200 191 191 / 37%);
}

/* Login Page */

.main__content-item {
  padding: 10px;
}

.form-content__title {
  text-align: center;
  font-size: 48px;
  margin: 10px 0px;
}

.form-content__seperator {
  display: flex;
  align-items: center;
}

.form-content__seperator-hr {
  width: 60px;
  height: 0px;
  margin: 0 5px;
}

.form-content__google {
  padding: 7px;
  background-color: white;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  margin-bottom: 8px;
}

.form-content__google:hover {
  box-shadow: 0px 0px 10px rgb(200 191 191 / 37%);
}

.form-content__google-svg {
  height: 100%;
  background-color: white;
}

/* Register CSS */

.button__login {
  height: 60px;
  width: 243px;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
  margin: 10px 0px;
  border-radius: 4px;
  font-size: 18px;
}

.button__login:hover {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.607);
}

.button__login div {
  border-radius: 4px 0px 0px 4px;
}

.button__login-svg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 11px;
}

.button__login-svg img {
  height: 30px;
}

.email {
  background-color: #c50000;
}

.google {
  background-color: #4285f4;
}

.whitebg {
  background-color: white;
}

.main-content__seperator {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}

.main-content__seperator-hr {
  width: 60px;
  height: 0px;
  margin: 0 5px;
}

.oval-loader > svg {
  background-color: #48567d;
}

