.header__top {
  height: 65px;
  margin-bottom: 1rem;
}

.header__top a img {
  width: 65px;
  height: auto;
  padding-right: 0.3rem;
  border-right: 2px solid #1A4957;
}

.header__top span img {
  width: 180px;
  height: auto;
}

.header__top__right {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* border: 1px solid red; */
  height: 100%;
}

.header__top__right__avatar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.header__top__right__avatar i {
  font-size: 1.5rem;
}

.header__top__right__avatar a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.header__top__right__avatar .avatar {
  /* border-radius: 50%; */
  border: none !important;
  width: 45px;
  height: 40px;
}

.header__top__right__avatar .avatar img {
  border-radius: 50%;
  padding-right: 0;
  border: none;
  width: 100%;
  height: 100%;
  border: 2px solid #1a4957db;
  box-shadow: 1px 1px 2px 2px #1a49573b;
  object-fit: cover;
}

.header__top__right__avatar span {
  margin-left: 0.7rem;
  color: #121314;
}

.header__dashboard__content {
  gap: 20px;
}

.header__dashboard__content form input:focus {
  box-shadow: 1px 1px 2px 3px #1a49573b !important;
  border: 1px solid #1a495726;
}

.header__dashboard__content form {
  flex: 2;
}

.header__dashboard__content__right {
  gap: 20px;
  flex: 1;
}

.header__dashboard__content__right .account {
  border: 2px solid #1a49573b;
  border-radius: 50%;
}

.header__dashboard__content__right .account img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.account {
  position: relative;
}

.account:hover {
  cursor: pointer;
}

.account__content {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 2px;
  background: #c7c7c7fa;
  border-radius: 5px;
  min-width: 150px;
  z-index: 1;
  padding: 0.3rem 0;
}

.account__content a {
  font-size: 0.95rem;
  color: #121314;
  text-transform: capitalize;
  display: block;
  width: 100%;
}

.account__content a:hover {
  color: #1A4957;
  font-weight: bolder;
}

.header__dashboard__content__right .account:hover .account__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  justify-content: center;
}

.account__content a,
.header__dashboard__content .header__top__right__language {
  margin-left: 10px;
}

.header__dashboard__content .header__top__right__language img {
  width: 30px;
  height: 20px;
  margin-right: 0px;
}

.account .header__top__right__language {
  border-right: none;
  margin-right: 0;
}

.account .header__top__right__language:after {
  opacity: 0;
}

.dashboard__option {
  padding-left: 1rem;
}

.dashboard__option:hover {
  display: block;
  color: #FAAA46;
}

.dashboard__stat__area {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}

.stat__card {
  width: 250px;
  height: 150px;
  background: white;
  border: none;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.stat__card__section__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat__card__section__top i {
  font-size: 2.3rem;
  color: #1A4957;
  margin-left: 1.2rem;
}

.stat__card__info {
  margin-right: 1.2rem;
  text-align: right;
}

.stat__card__info p:first-child {
  font-size: 0.85rem;
  color: #969595fa;
  margin-bottom: 7px;
  margin-top: 1rem;
}

.stat__card__info p:nth-child(2) {
  font-size: 2.5rem;
  font-weight: 500;
  color: #121314;
  font-family: poppins;
}

.stat__card__action {
  border: 2px solid #1a49578a;
  width: 90%;
  margin: 10px auto 0;
  font-size: 0.8rem;
  font-weight: 500;
}

.stat__card__action:hover {
  color: white;
  background: #1A4957;
}

.stat__card hr {
  width: 92%;
  margin: 0 auto;
  height: 3px;
}

/* request quotation */
.dashboard__stat__area h1 {
  font-size: 1.5rem;
}

.quotation-area {
  width: 100%;
  height: 650px;
  border: none;
  border-radius: 4px;
  box-shadow: 1px 1px 20px 2px #12131417;
}

.quotation-area h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1rem;
}

.quotation__group {
  display: flex;
  align-items: center;
}

.quotation__group label {
  font-size: 0.9rem;
  flex-basis: 20%;
  min-width: 20%;
  width: 20%;
  margin-left: 1rem;
}

.quotation__group input,
.quotation__group select {
  flex-basis: 79%;
}

.quotation__group input {
  margin-right: 2rem;
}

.quotation__group select {
  padding-left: 0;
  margin-left: 0;
}

.quantity {
  width: 30%;
}

.quantity__unit {
  margin-right: 2rem;
}

.product__details {
  margin-right: 2rem;
}

.quotation-area hr {
  margin: 0 auto;
  width: 95%;
}

/* end of request quotation */

.notification {
  padding: 0.1rem 0.8rem;
  border-radius: 5px;
  position: relative;
}

.notification:hover {
  cursor: pointer;
  color: #1a4957;
}

.notification-body {
  position: absolute;
  top: 45px;
  right: 0;
  background: #edecec;
  min-width: 120px;
  width: 250px;
  padding: 0.5rem 0.8rem;
  z-index: 100;
  border-radius: 4px;
}

.notification-body .notification-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  gap: 10px;
  width: 100%;
  height: 100%;
}

.notification-body .notification-message p {
  font-size: 0.9rem;
  text-transform: capitalize;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-bottom: 0.6rem;
}

.notification-body .notification-message span {
  width: 25%;
  font-size: 0.65rem;
  text-transform: lowercase;
}

/* account settings */
.form {
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
}

.required-inputs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.form h2 {
  color: #121212;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: center;
}

.form h2::before {
  /* left: 290px; */
  width: 40px;
  border-radius: 10px;
  height: 3px;
  content: "";
  bottom: -10px;
  background: #121212;
  position: absolute;
}

.form h5 {
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
}

.form-radio {
  margin: 20px -10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.form-radio input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.form-radio input+label {
  margin: 0 8px;
  padding: 11px 31px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 2px #ebebeb;
  background-color: #FFF;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  text-align: center;
  transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.form-radio input:checked+label {
  background-color: #1A4957;
  color: #FFF;
  border-color: #1A4957;
  z-index: 1;
}

.form-radio input:focus+label {
  outline: none;
}

.form-radio input:hover {
  background-color: #ff8c11;
  color: #FFF;
  border-color: #ff8c11;
}

.form .input__box {
  width: 30%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 5px 20px;
  letter-spacing: 1px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.form .input__box__login {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 5px 20px;
  letter-spacing: 1px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.register-btn,
.login-btn {
  width: 90% !important;
  color: #FFFFFF;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 1px;
  background: #1A4957;
  border-radius: 10px;
  align-self: center;
}

.register-btn:hover,
.login-btn:hover {
  background: #1a4957ec;
  color: #FAAA46;
  cursor: pointer;
}

.form .input__box input {
  width: 100%;
  color: #121212;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 1px;
  background: transparent;
  /* border-radius: 10px; */
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.form .input__box__login input {
  width: 100%;
  color: #121212;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 1px;
  background: transparent;
}

.form .input__box select {
  width: 100%;
  color: #121212;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 1px;
  background: transparent;
}

.form::placeholder {
  color: #ededed;
}

.form .input__box input[type="submit"],
.form .input__box__login input[type="submit"] {
  color: white;
  cursor: pointer;
  background: #1A4957;
  /* max-width: 100px; */
  font-weight: 600;
  margin-bottom: 20px;
  border-radius: 7px !important;
  display: block;
}

.forget {
  color: #004343;
  margin-top: 15px;
  margin-right: 40px;
  text-align: right;
  display: block;
}

.forget a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.login {
  margin-top: 4rem;
  font-size: 0.8rem;
  text-align: center;
}

.login a {
  text-decoration: none;
  color: teal;
}

.required-inputs-login {
  width: 100% !important;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 5px 20px;
  letter-spacing: 1px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.login-btn {
  margin-top: 2rem;
}

.login__form__elements,
.register__form__elements {
  display: flex;
  flex-direction: column;
}

/* fix register button alignment */
.customer-data,
.merchant-data {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.button-actions {
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
}

.button-actions .register-btn {
  flex-basis: 10%;
  margin-right: 2rem;
  border-radius: 3px;
}

.change-password form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.change-password .input__box {
  width: 100%;
}

.change-password .button-actions .register-btn {
  margin-right: 0;
}

.header__top {
  background: #f5f5f5;

  /** end of account settings **/

  .humberger__open {
    display: none;
  }

  @media only screen and (min-width: 1200px) {}

  @media only screen and (min-width: 992px) and (max-width: 1199px) {}

  @media only screen and (min-width: 768px) and (max-width: 991px) {}

  @media only screen and (max-width: 767px) {}

  @media only screen and (max-width: 479px) {
    .humberger__open {
      display: block;
      font-size: 22px;
      color: #1c1c1c;
      height: 35px;
      width: 35px;
      line-height: 33px;
      text-align: center;
      border: 1px solid #1c1c1c;
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 22px;
    }

    /* account settings */
    .required-inputs {
      display: flex;
      flex-direction: column;
    }

    .form .input__box {
      width: 95% !important;
    }

    /* end of account settings */


    /* dashboard */

    /* end of dashboard */
  }