.main-header {
  height: 69px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(209, 213, 219, 1);
  padding: 20px;
}
.main-header .left-header {
  width: 33.33333%;
}
.right-head {
  width: 33.33333%;
  gap: 20px;
}
.right-head .account-head {
  width: 200px;
  height: 49px;
  padding: 5px;
  gap: 8px;
  border: 1px solid rgba(125, 129, 144, 0.25);
  background-color: rgba(255, 107, 45, 0.05);
  border-radius: 12px;
}
.right-head .all-head {
  gap: 18px;
}
.user-account {
  gap: 2px;
}
.account-head .arrow {
  margin-left: 19px;
}
.user-account h5 {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(0, 0, 0, 1);
}
.user-account p {
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.75);
}
.left-head .horizontal-line {
  width: 1px;
  background-color: rgba(209, 213, 219, 1);
  height: 33px;
  margin-right: 10px;
  margin-left: 5px;
}
.left-head .brain {
  width: 80px;
  height: 33px;
  padding: 4px 10px;
  border-radius: 10px;
  background-color: rgba(255, 107, 45, 0.1);
}
.left-head .brain p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: rgba(255, 107, 45, 1);
}
/* -------------------Login Page-------------------------- */
.login-main {
  height: calc(100vh - 69px);
  background-color: rgba(247, 247, 249, 1);
}
.login-main .login-page {
  width: 390px;
  /* height: 505px; */
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(209, 213, 219, 0.5);
}
.login-main .login-page .blue-white {
  height: 38px;
  width: 100%;
  border-bottom: 1px solid rgba(209, 213, 219, 0.5);
}
.bulletNav-main {
  gap: 8px;
}
.bulletNav-main li .nav-link {
  padding: 6px;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  background: rgba(255, 107, 45, 0.1) 100%;
  opacity: 0.1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* cursor: pointer; */
}

.bulletNav-main li .nav-link.active {
  background-color: rgba(255, 107, 45, 1);
  opacity: 1;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.welcome {
  padding: 20px;
  gap: 15px;
  border-bottom: 1px solid rgba(209, 213, 219, 0.5);
}
.welcome .wel-lock {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: rgba(255, 107, 45, 0.05);
}
.welcome .wel-inner h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -2%;
  color: rgba(26, 26, 26, 1);
}
.welcome .wel-inner h4 span {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  margin-left: 4px;
  color: rgba(255, 107, 45, 1);
}
.welcome .wel-img {
  gap: 5px;
  margin-top: 6px;
}
.welcome .wel-img p {
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  color: rgba(75, 85, 99, 1);
}
.welcome .wel-img .para-auth {
  line-height: 1.2;
}
.user {
  border-bottom: 1px solid rgba(209, 213, 219, 0.5);
  padding: 20px;
}
.user-auth {
  border-bottom: 1px solid rgba(209, 213, 219, 0.5);
  padding: 20px 20px 127px 20px;
}
.user .form-lable {
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(75, 85, 99, 1);
}
.user .user-form {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(209, 213, 219, 1);
  border-radius: 12px;
  padding: 14px;
  gap: 10px;
}
.user .user-form input {
  height: 14px;
  outline: none;
  width: 100%;
  border: none;

  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}
.number-input {
  letter-spacing: 1.6px;
}
.user .password {
  margin-top: 15px;
}
.user .user-form input::placeholder {
  color: rgba(209, 213, 219, 1);
}
.remember {
  gap: 8px;
}
.remember p {
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(75, 85, 99, 1);
}
.remember p span {
  color: rgba(59, 108, 216, 1);
  cursor: pointer;
  text-decoration: underline;
}
.down-section {
  margin-top: 15px;
}
.down-section a {
  color: rgba(255, 107, 45, 1);
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
}
.sign-in-btn {
  padding: 20px;
  height: 86px;
}
.sign-in-btn .sign-btn {
  width: 150px;
  height: 46px;
  border-radius: 12px;
  background-color: rgba(255, 107, 45, 1);
  border: 1px solid rgba(209, 213, 219, 1);
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
}
.OTP-span {
  margin-right: 4px;
  margin-left: 0px !important;
}
/* ------------------------------Login Page Two----------------- */

.mobile span {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  margin-right: 2px;
}
.sign-in-btn .cancel {
  width: 150px;
  height: 46px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 107, 45, 1);
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(255, 107, 45, 1);
}

.form-control {
  outline: none !important;
}
.bgInputRed {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    #fff !important;
}
.mobile-num {
  margin-top: 15px;
}
.forget {
  padding: 20px 20px 93px 20px;
}
.forget-main {
  background-color: rgba(247, 247, 249, 1);
  padding: 50px;
  height: 707px;
}
.forget-main .forget-page {
  width: 390px;

  border-radius: 20px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(209, 213, 219, 0.5);
}
.forget-main .forget-page .blue-white {
  height: 38px;
  width: 100%;
  border-bottom: 1px solid rgba(209, 213, 219, 0.5);
}
.user-forget {
  padding: 20px 20px 42px 20px;
}
.user-genrate {
  padding: 20px 20px 70px 20px;
}
.work-email {
  margin-top: 15px;
}
.genrate {
  width: calc(100% - 99px);
  height: 46px;
  gap: 10px;
  border: 1px solid rgba(209, 213, 219, 1);
  border-right: none;
  border-radius: 12px 0px 0px 12px;
  padding: 14px 15px 14px 14px;
  background-color: rgba(255, 255, 255, 1);
}
.user-sent {
  padding: 20px 20px 42px 20px;
}
.hide-nav .nav-pills {
  display: none;
}
.genrate input {
  width: 165px;
  height: 14px;
  outline: none;

  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.genrate-section button {
  height: 46px;
  border: 1px solid rgba(59, 108, 216, 0.25);
  background: linear-gradient(
    0deg,
    rgba(59, 108, 216, 0.05) 0%,
    rgba(59, 108, 216, 0.05) 100%,
    rgba(255, 255, 255, 1)
  );
  border-radius: 0px 12px 12px 0px;
  width: 99px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  color: rgba(59, 108, 216, 1);
}
.home-page {
  gap: 10px;
  width: 33.3333%;
}
.home-page p {
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: rgba(114, 123, 130, 1);
}

/* ---------------------main content-------------------------------- */
.main-left {
  width: 250px;
  height: calc(100vh - 69px);
  padding: 10px;
}
.main-left .left-content {
  width: 100%;
  height: 40px;
  padding: 10px;
  border-radius: 10px;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  line-height: 100%;
  color: rgba(75, 85, 99, 1);
}
.left-content:hover,
.left-content:active {
  width: 100%;
  height: 40px;
  background-color: rgba(255, 107, 45, 0.1);
  padding: 10px;
  border-radius: 10px;
  gap: 12px;
  color: rgba(255, 107, 45, 1);
  font-size: 15px;
  font-weight: 600;
}

.main-right {
  width: calc(100% - 250px);
  padding: 20px;
  background-color: #f7f7f9;
  border-left: 1px solid rgba(209, 213, 219, 1);
}
.main-right .brain-read {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  color: #1a1a1a;
}
.main-right .brain-read span {
  color: #ff6b2d;
}
.blank-inn {
  height: 320px;
  width: 32.24%;
  /* margin-top: 20px; */
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  overflow: hidden;
}
.blank-innOne {
  height: 320px;
  width: 66.1%;
  /* margin-top: 20px; */
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  overflow: hidden;
}
.blank-head button {
  width: 46px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(5, 195, 104, 0.05);
  border: none;
  color: #05c368;
  text-align: right;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blank-innOne .blank-head {
  height: 48px;
  padding: 15px;
  width: 100%;
  gap: 8px;
  border-bottom: 1px solid #d1d5db;
  background: #ffffff;
}
.blank-innOne .blank-head p {
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;

  color: #1a1a1a;
}
.blank-inn .blank-head {
  height: 48px;
  padding: 15px;
  width: 100%;
  gap: 8px;
  border-bottom: 1px solid #d1d5db;
  background: #ffffff;
}
.blank-inn .blank-head p {
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  color: #1a1a1a;
}
.blank-page {
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.brain-app {
  gap: 10px;
}
.brain-app p {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: #1a1a1a;
}
.app-items {
  margin-top: 15px;
  flex-wrap: wrap;
  gap: 14px;
}
.app-items .app-card {
  width: 11.49%;
  height: 160px;
  border: 1px solid #d1d5dbcc;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
}
.app-items .app-card .app-inner {
  border-bottom: 1px solid #d1d5dbcc;
  background-color: #ff6b2d1a;
  height: 110px;
}
.app-items .app-card .app-down {
  height: calc(100% - 110px);
}

.app-items .app-card .app-down p {
  font-size: 14px;
  font-weight: 600;
  width: 106px;
  text-align: center;
  color: #1a1a1a;
  line-height: 100%;
}
.app-lay {
  opacity: 0.6;
}
/* .top-line {
  border-top: 1px solid #d1d5dbcc;
} */
.paragraph {
  opacity: 0.6;
}
.blank-content {
  gap: 8px;
}
/* -----------------------admin main--------------------------- */
.admin-main .admin-content {
  width: 1000px;
  padding: 50px;
  border: 1px solid black;
}
.admin-main-content p {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.admin-main-content p span {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-underline-offset: 0%;
  text-underline-position: from-font;
}
