* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ////////////////// Login Page ////////////////// */

.login-container {
  background-image: url("/mangotree-assets/images/Group.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #f8f8f8;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box {
  width: 500px;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: linear-gradient(45deg, #d5d5d5, #b2dd80);
  backdrop-filter: blur(12px);
}

.login-h {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.login-sub-h {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 48px;
}

.inp-main {
  margin-bottom: 24px;
}

.inp-lable {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.inp-box {
  border-radius: 12px;
  border: 1px solid #7646ff;
  background: #fff;
  display: flex;
  padding: 14px;
  align-items: center;
  gap: 12px;
}

.inp-box > input {
  outline: none;
  border: none;
  width: 100%;
}

.inp-box > select {
  outline: none;
  border: none;
  width: 100%;
}

.forget-flex {
  display: flex;
  justify-content: space-between;
}

.forget-box {
  color: #7646ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: capitalize;
  cursor: pointer;
}

.forget-box:active {
  opacity: 0.6;
}

.check-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.check-flex > div {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.login-btn-box {
  margin-top: 24px;
}

.login-btn {
  width: 100%;
  border-radius: 12px;
  background: #7646ff;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  border: none;
}

.login-btn:active {
  opacity: 0.6;
}

.account {
  text-align: center;
  margin-top: 24px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.account-span {
  color: #7646ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
  text-transform: capitalize;
  cursor: pointer;
}

.account-span:active {
  opacity: 0.6;
}

@media screen and (max-width: 570px) {
  .login-container {
    padding: 0 25px;
  }
}

/* //////////////// regsiter ///////////////// */

.password-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}

.password-flex > div {
  width: 48%;
}

.password-two {
  border-radius: 12px;
  border: 1px solid #7646ff;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 14px;
  width: 100%;
  gap: 12px;
}

.password-two > input {
  width: 100%;
  outline: none;
  border: none;
}

@media screen and (max-width: 570px) {
  .password-flex {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .password-flex > div {
    width: 100%;
    margin-bottom: 24px;
  }
}

/* ////////////////////////////////// Profile //////////////////////////////// */

.profile-main {
  background-color: #f4f4f6;
  padding: 24px;
  background-image: url(/mangotree-assets/images/Group.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100vh;
}

.purple-bg {
  height: 350px;
  background-color: transparent;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.bread-crumb {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.bread-crumb > span {
  color: #326613;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  text-transform: capitalize;
}

.overlap {
  padding: 24px;
  position: relative;
  top: -200px;
}

.profile-sec-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.profile-pic {
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  background: linear-gradient(45deg, #d5d5d5, #b2dd80);
  backdrop-filter: blur(32px);
}

.profile-field {
  width: 80%;
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(45deg, #d5d5d5, #b2dd80);
  backdrop-filter: blur(32px);
}

.pic-circle {
  width: 148px;
  height: 148px;
  border: 3px solid white;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: auto;
}

.profile-id {
  margin-top: 12px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: lowercase;
}

.tabs {
  display: flex;
}

.active-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 12px;
  border-bottom: 2px solid #7646ff;
}

.active-tab-text {
  color: #7646ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.tab {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid white;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 100px);
  grid-gap: 16px;
  margin-top: 24px;
}

@media screen and (max-width: 880px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 100px);
  }
}

@media screen and (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 100px);
  }
  .tabs {
    font-size: 14px;
  }
  .overlap {
    padding: 0px;
  }
  .profile-field {
    width: 100%;
  }
}

.profile-inp-label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.profile-inp {
  padding: 12px;
  border: none;
  border-radius: 12px;
  background: rgba(248, 248, 248, 0.97);
  width: 100%;
}

.profile-inp:focus {
  border: 2px solid #7646ff;
  outline: none;
}

.profile-btn {
  padding: 12px 24px;
  border-radius: 12px;
  background: #7646ff;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  border: none;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .profile-sec-flex {
    justify-content: center;
    flex-wrap: wrap;
  }

  .profile-main {
    height: 100%;
  }
}

/* ///////////////////////////// Main Wallet //////////////////////////////// */

.wallet-main-box {
  background-color: #f4f4f6;
  padding: 24px;
}

.wallet-h {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.wallet-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.wallet-one,
.wallet-two,
.wallet-three {
  width: 25.33%;
  padding: 8px;
}

.wallet-one > div,
.wallet-two > div,
.wallet-three > div {
  border-radius: 16px;
  background: linear-gradient(45deg, #d5d5d5, #b2dd80);
  backdrop-filter: blur(32px);
  padding: 32px;
}

.wallet-icon-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.wallet-icon-circle {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #ffd43c;
}

.wallet-curency {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border-left: 2px solid #000;
  background: rgba(0, 0, 0, 0.08);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.wallet-h-2 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
}

.wallet-h-3 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

@media screen and (max-width: 1240px) {
  .wallet-flex {
    flex-wrap: wrap;
    width: 100%;
  }
  .wallet-one {
    width: 50%;
  }
  .wallet-two {
    width: 50%;
  }
  .wallet-three {
    width: 50%;
  }
}

@media screen and (max-width: 580px) {
  .wallet-one {
    width: 100%;
  }
  .wallet-two {
    width: 100%;
  }
  .wallet-three {
    width: 100%;
  }
}

.activate-head-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  text-align: center;
}

.activate-id {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.activate-balance {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

@media screen and (max-width: 520px) {
  .activate-id {
    font-size: 18px;
  }

  .activate-balance {
    font-size: 14px;
  }
}

/* ////////////////////////////// Activate Account //////////////////////////////// */

.activate-container {
  background-color: #f8f8f8;
  padding: 24px;
}

.activate-img {
  background-image: url("/mangotree-assets/images/Group.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #f8f8f8;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.activate-flex {
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 44px;
}

.activate-index {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.activate-index > span {
  color: #7646ff;
  text-decoration-line: none;
}

/* ///////////////////////////// Activate Direct Team //////////////////////////  */

.direct-team-main {
  background-color: #f8f8f8;
  padding: 32px;
}

.table-head-flex {
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
}

.table-head-flex > div {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.table-main {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}

.table-head-row {
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
}

.table-head-row > div {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  width: 16.66%;
}

.table-body-row {
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #fff;
}

.table-body-row:nth-child(odd) {
  background: #fafafa;
}

.table-body-row > div {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  width: 16.66%;
}

.pagination-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.entries {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.pagination-flex {
  padding: 16px 24px;
}

.pagination-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-btn-outer {
  border: none;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(118, 70, 255, 0.08);
  color: #7646ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.pagination-backward {
  border: none;
  display: flex;
  width: 46px;
  height: 46px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #ffcb24;
}

.pagination-backward:active {
  opacity: 0.6;
}

.pagination-forward {
  border: none;
  display: flex;
  width: 46px;
  height: 46px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
}

.pagination-forward :active {
  opacity: 0.6;
}

.pagination-middle {
  display: flex;
  width: 46px;
  height: 46px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
}

.table-container {
  height: 700px;
  overflow-y: scroll !important;
}

@media screen and (max-width: 1172px) {
  .table-container {
    overflow: scroll !important;
  }

  .table-container > div {
    width: 1150px;
  }
}

@media screen and (max-width: 660px) {
  .pagination-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .entries {
    margin-bottom: 10px;
  }
}

/* //////////////////////// Level Team //////////////////////// */

.table-arrow-flex {
  display: flex;
  align-items: center;
  gap: 18px;
}

.table-arrow-circle {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: rgba(7, 188, 47, 0.08);
}

.table-body-border {
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.table-body-border > div {
  border: 1px solid #d4d4d4;
  width: 100%;
  padding: 10px 24px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.table-body-border:nth-child(even) {
  background: #fafafa;
}

/* //////////////////////// Pool Upgrade Histoy //////////////////// */

.pool-upgrade-history-odd:nth-child(odd) {
  background: #fafafa;
}

.pool-upgrade-history-odd:nth-child(even) {
  background: white;
}

.table-filter-box {
  background-color: white;
  padding: 0 16px 24px 16px;
  box-sizing: border-box;
}

.option-filter-flex {
  display: flex;
  padding: 16px 0px;
  align-items: center;
  gap: 8px;
}

.pool-upgrade-flex {
  border: none;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  background: rgba(255, 212, 60, 0.32);
}

.pool-upgrade-flex > option {
  background-color: white;
}

.table-search-filter-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.table-search-inp {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 8px;
  background: #efefef;
  padding: 12px 24px;
}

.same-7 > div {
  width: 14.28%;
}

.pro-table-w {
}

/* //////////////////////// Level Wise Team ///////////////////////// */

.same-4 > div {
  width: 25%;
}

.border-remove > div {
  border: none;
}

/* ////////////////////// Main Wallet Transaction ///////////////////// */

.main-wallet-transaction-8 > div {
  width: 12.5%;
}

/* ////////////////// Upgrade Package Pool ///////////////////////// */

.upgrade-pool-inp {
  padding: 16px 24px;
  background-color: white;
}

.package-option-label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.override-pool-inp {
  border: none;
  border-radius: 8px;
  background: #efefef;
  padding: 12px 24px;
  margin-bottom: 6px;
}

.override-pool-inp > select {
  background: #efefef;
}

.override-pool-inp option {
  background: white;
}

.overide-btn-pool {
  border-radius: 8px;
  padding: 12px 24px;
}

/* //////////////////////// Dashboard //////////////////// */

.dashboard-main {
  background-color: #f4f4f6;
  padding: 24px;
}

.dashboard-header-flex {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  gap: 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(32px);
}

.dashboard-plan {
  display: flex;
  padding: 12px 12px 12px 32px;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px 12px 12px 0px;
  border-left: 4px solid #ffd43c;
  background: rgba(255, 212, 60, 0.08);
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  text-transform: capitalize;
}

.dashboard-upgrade-btn {
  border: none;
  display: flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #ffd43c;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  text-transform: capitalize;
}

.dashboard-upgrade-btn:active {
  opacity: 0.6;
}

.tree-dashboard {
  background-image: url("/mangotree-assets/images/Group.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /*margin: 32px 0;
  padding: 32px 0;*/
}

.upper-h {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  text-transform: capitalize;
}

.lower-big-head {
  margin-top: 16px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
  text-transform: capitalize;
}

.dashboard-map-flex {
  display: flex;
  justify-content: space-between;
}

.dashboard-map {
  width: 50%;
  padding: 16px;
}

.dashboard-rank {
  width: 50%;
  padding: 16px;
}

.inner-map {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(32px);
}

.map-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #dadada;
}

.map-heading {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  text-transform: capitalize;
}

.map-heading-yellow {
  color: #ffd43c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  text-transform: capitalize;
}

.main-map-world {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.rank-filter {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
}

.rank-filter-all {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffd43c;
  background: #ffd43c;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rank-filter-m {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffd43c;
  background: rgba(255, 212, 60, 0.08);
  color: #ffd43c;
}

.filter-right-radius {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.dashboard-ranking {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.rank-bar-flex {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.rank-bar {
  width: 124px;
  height: 28px;
  border-radius: 8px;
  background: #ffd43c;
}

.rank-bar-2 {
  border-radius: 8px;
  background: #ffd43c;
  width: 204px;
  height: 28px;
}

.rank-bar-3 {
  border-radius: 8px;
  background: #ffd43c;
  width: 63px;
  height: 28px;
}

.rank-bar-4 {
  border-radius: 8px;
  background: #ffd43c;
  width: 158px;
  height: 28px;
}

.bar-country-name {
  width: 80px;
}

@media screen and (max-width: 955px) {
  .dashboard-map-flex {
    flex-wrap: wrap;
  }

  .dashboard-map,
  .dashboard-rank {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .main-map-world {
    width: 100%;
  }

  .main-map-world > img {
    width: 100%;
  }

  .dashboard-upgrade-btn {
    padding: 16px 20px;
    font-size: 16px;
  }

  .dashboard-plan {
    padding: 8px 8px 8px 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 415px) {
  .rank-bar-flex {
    display: block;
    margin-bottom: 10px;
  }
}

/* ///////////////////// Layout //////////////////////// */

/* Media Query for Mobile Devices */
        @media (max-width: 480px) {
            .layout-main {
              display: inline-flex;
              height: 100vh;
            }
        }
          
        /* Media Query for low resolution  Tablets, Ipads */
        @media (min-width: 481px) and (max-width: 767px) {
            .layout-main {
              display: flex;
              height: 100vh;
            }
        }
          
        /* Media Query for Tablets Ipads portrait mode */
        @media (min-width: 768px) and (max-width: 1024px){
            .layout-main {
              display: flex;
              height: 100vh;
            }
        }
          
        /* Media Query for Laptops and Desktops */
        @media (min-width: 1025px) and (max-width: 1280px){
           .layout-main {
              display: flex;
              height: 100vh;
            }
        }
          
        /* Media Query for Large screens */
        @media (min-width: 1281px) {
            .layout-main {
              display: flex;
              height: 100vh;
            }
        }




.side-menu {
  width: 20%;
  padding: 16px;
}

.main-content {
  width: 100%;
}

.mlm-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.layout-btns {
}

.layout-btn {
  display: flex;
  align-items: center;
}

.layout-btn-parent{
  background: linear-gradient(45deg, #d5d5d5, #b2dd80);
  border-radius: 10px;
  font-weight: 600;
}

.layout-btn-parent:hover{
  background: linear-gradient(45deg, #d5d5d5, #b2dd80);
  border-radius: 10px;
  font-weight: 600;
}
 
.layout-btn:hover{
  background: linear-gradient(45deg, #d5d5d5, #b2dd80);
  border-radius: 10px;
  font-weight: 600;
}

.layout-btn-select {
  border-radius: 8px;
  background: #ffcb24;
}

.logout {
  color: #ff3434;
}

.layout-header {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 16px;
}

.layout-header-flex-right {
  display: flex;
  align-items: center;
  gap: 20px;
  float: right;
  margin-right: 20px;
}

.layout-text-right {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-transform: capitalize;
}

.layout-header-search {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #f4f4f6;
  padding: 12px;
}

.layout-header-search > input {
  outline: none;
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 850px) {
  .side-menu {
    width: 100%;
    padding: 2px;
  }
  .side-btn {
/*    display: none;*/
  }
  .main-content {
    width: 95%;
  }
  .layout-header-flex-right img {
/*    display: none;*/
  }
  .mlm-logo {
    margin-top: 16px;
  }
  .mlm-logo > img {
    width: 40px;
  }
}


/* External CSS */
#button {
  display: inline-block;
  background-color: #326613;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #ffd43c;
}
#button:hover {
  cursor: pointer;
  background-color: #326613;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}

a:link {
      text-decoration: none;
}

a {
      text-decoration: none !important;
      color: #000 !important;
}

.registration-form{
    margin-top: 150px;
}

.submenu:hover {
  color: #326613 !important;
  font-weight: 600;
}

.menu-icon{
  color: #326613;
}

.menu-icon-logout{
  color: red;
}


.fa-icons{
  font-size: 45px;
}

.active-link{
  background: #ffcb24;
  border-radius: 23px;
}