body {
  display: flex;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

aside {
  display: flex;
  flex-direction: column;
  border: 2px solid black;
  height: 57.6rem;
  width: 330px;
  border-radius: 0 25px 25px 0;
  border-radius: 0px 20px 20px 0px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 40px 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.first__sec {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.others {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 12rem;
}

.others button {
  padding: 8px;
}

#first {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  color: #FFC107;
  cursor: pointer;
}

#second {
  border-radius: 4px;
  background: #FFC107;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}

.text {
  display: flex;
  gap: 15px;
}

.text h4 {
  display: flex;
  align-items: center;
}

nav {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  border-bottom: 0.5px solid #D9D9D9;
  margin: 20px;
}

nav li {
  list-style: none;
}

nav li a {
  text-decoration: none;
  color: black;
  font-size: 20px;
}

.settings__container {
  margin: 10px 0 80px 80px;
  width: 52rem;
}

.first__sec {
  display: flex;
  gap: 5rem;
  border-bottom: 0.5px solid #D9D9D9;
}


.logo {
  display: flex;
  width: 181px;
  height: 41px;
  margin: 0 40px;
  margin-top: -1.5rem;
}

li {
  list-style: none;
  padding: 0 35px;
}

.links__top li a {
  display: block;
  text-decoration: none;
  padding: 13px 10px;
  margin-top: 25px;
  border-radius: 15px;
  color: rgba(0, 0, 0, 0.50);
}

.links__top li i {
  padding-right: 10px;
}

.links__top li a:hover {
  background: #006400;
  color: white;
  transition: 0.46s;
}

.links__top li .fourth {
  background: #006400;
  color: white;
  transition: 0.46s;
}


.links__bottom li a {
  color: rgba(0, 0, 0, 0.50);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  display: row;
}


.links__bottom {
  margin-top: 150px;
}

.links__bottom li a {
  padding: 15px;
}

#notification {
  border-bottom: 1px solid #006400;
  transition: 0.8s;
}

.container {
  display: flex;
}

.switch {
  position: relative;
  left: 100px;
  width: 40px;
  height: 20px;
  margin-top: -50px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border: 1px solid #D9D9D9;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  top: 1px;
  background-color: #FFC107;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
}



input:checked+.slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.auto__pay {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  margin-left: 23rem;
}

.auto__pay h4 {
  color: #D9D9D9;
}

.auto__pay label {
  top: 20px;
}

.first__sec {
  margin: 40px 20px 0 20px;
}

.first__sec h4 {
  color: #000;

  /* H4 */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.first__bar h5 {
  color: rgba(0, 0, 0, 0.50);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.first__sec .text {
  position: relative;
  left: -30px;

}


.first__bar h4 {
  color: #000;

  /* H4 */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.second__sec .text h4 {
  color: #000;

  /* H4 */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.first__bar {
  margin: 40px;
}

.second__sec .text svg {
  margin-left: 20px;
}

.content {
  padding: 10px 30px;
}

.second__sec {
  margin-top: 50px;
  border-bottom: 1px solid #D9D9D9;
  margin: 0 20px;
}