/** Login and Account**/

.app {
  font-family: "Roboto";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  height: 87vh;
  background-color: #f8f9fd ;
  padding-top: 20px;
  padding-bottom: 20px;
}

.layout-menu-toggle3 {
  display: none !important;
  cursor: pointer;
}


.app-account {
  font-family: "Roboto";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  background-color: #f8f9fd;
  padding-top: 40px;
  /* padding-bottom: 20px; */
  height: 87vh;
  overflow-y: auto !important;
}

.recent-title {
  font-family: "Roboto";
  margin-left: 24px;
  margin-top: 35px;
  color: #282828;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cerc-delight {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #D9D9D9;
}

/* input[type="submit"] {
  cursor: pointer;
  font-size: 15px;
  background: #726BEB;
  border: 1px solid #726BEB;
  color: #fff;
  padding: 10px 20px;
} */

/* input[type="submit"]:hover {
  background: #948ff6;
} */

.button-container {
  display: flex;
  justify-content: center;
}

.login-form {
  background-color: white;
  padding: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 450px;
  margin-bottom: 50px;
}

.list-container {
  display: flex;
}

.error {
  color: red;
  font-size: 12px;
}

.title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bolder;
  color: #726BEB;
}

/**header **/
.header {
  overflow: hidden;
  background-color: #726BEB;
  /* padding: 20px 10px; */
  height: 13vh;
}

/* a:hover {
  color: #efeff7 !important;

} */

.header a {
  float: left;
  color: #efeff7;
  text-align: center;
  padding: 19px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header img.logo {
  width: auto;
  height: 60px;
  margin-left: 45px;
  margin-top: 2.5vh;
  float: left
}

.fa {
  position: relative;
  display: table-cell;
  width: 70px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}


.main-menu:hover,
nav.main-menu.expanded {
  width: 230px;
  overflow: visible;
}

.main-menu {
  background: #efeff7;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  top: 13vh;
  bottom: 0;
  /* height:100%; */
  left: 0;
  width: 60px;
  overflow: hidden;
  -webkit-transition: width .05s linear;
  transition: width .05s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  z-index: 1000;
}

.main-menu>ul {
  margin: 7px 0;
}

.main-menu li {
  position: relative;
  display: block;
  width: 230px;
  height: 60px;
}

.main-menu li>a {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000000;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;

}

.main-menu .nav-icon {
  width: 60px;
  height: 60px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;

}

.main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 190px;
  font-family: "Roboto";
  text-align: center;

}

.main-menu>ul.logout {
  position: absolute;
  left: 0;
  bottom: 0;
}

.no-touch .scrollable.hover {
  overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
  overflow-y: auto;
  overflow: visible;
}

a:hover,
a:focus {
  text-decoration: none;
}

nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

nav ul,
nav li {
  outline: 0;
  margin: 0;
  padding: 0;
}

.main-menu li:hover>a,
nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
  color: #fff;
  background-color: #c0bdfa;
}

.area {
  float: left;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.page-content-wrapper {
  margin-left: 60px;
}