/* index css :start */

body {
  font-family: "Montserrat", sans-serif;
  margin: auto;
  color: #ffffff;
  width: auto;
  height: 100%;
}
.main-box {
  display: flex;
  justify-content: center;
  height: 100%;
}
a {
  text-decoration: none;
  color: #ffffff;
}
.p1 {
  padding-left: 28px;
}

.left {
  background-color: #04043f;
  width: 56%;
}

.right {
  margin-left: 2%;
  width: 44%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.right-box {
  width: 48%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.logo-div {
  margin-left: 16%;
  margin-top: 20px;
  margin-bottom: 84px;
}
.picture-box {
  margin-left: 28.2%;
  margin-right: 5%;
}
.picture-box img {
  max-width: 100%;
}
.title {
  margin-top: 9%;
  margin-left: 40%;
}
.title h1 {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2rem;
}
.p1 {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.2rem;
}
.title-text {
  margin-top: 2.4%;
}

.right-title {
  margin-top: 12%;
}

.right-title h1 {
  color: #000000;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.2rem;
}
.sign-up {
  margin-top: 12%;
  display: flex;
  flex-direction: column;
  color: #000000;
  align-items: center;
  width: 100%;
}
.sign-up h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  width: 100%;
  text-align: center;
}
.sign-up-title h1 {
  color: #000000;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
}
.sign-up-title2 h1 {
  color: #000000;
  align-items: center;
  width: 25%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.input-radio {
  width: 100%;
}
.input-box {
  display: flex;
  flex-direction: column;
  margin-top: 38px;
  text-align: center;
  width: 100%;
}
.input-box input {
  padding-left: 20px;
  margin-top: 24px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  font-size: 1rem;
  line-height: 20px;
}

.next {
  background: linear-gradient(96.4deg, #04043f 10.61%, #6f00c6 100%);
  border-radius: 4px;
  margin-top: 52px;
  padding: 14px 0;
  color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 100%;
  line-height: 20px;
  margin-bottom: 38px;
  cursor: pointer;
  width: 100%;
}
.cin-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cin-buttons {
  padding: 4px 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 100%;
  line-height: 20px;
  background: #04043f;
  border-radius: 4px;
  margin-bottom: 14px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
span.icon1 {
  background: url(pictures/flat-color-icons_google.png) no-repeat center;
  float: left;
  margin-left: 4px;
  margin-right: 15%;
  width: 44px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 4px;
}
span.icon2 {
  background: url(pictures/logos_slack-icon.png) no-repeat center;
  float: left;
  width: 44px;
  height: 42px;
  margin-left: 4px;
  margin-right: 15%;
  background-color: #ffffff;
  border-radius: 4px;
}
.log-in-link {
  text-align: center;
}
.log-in-link a {
  color: #6f00c6;
}
.log-in-link p {
  color: #828282;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 160.4%;
}
.or {
  margin-bottom: 37px;
  display: flex;
  justify-content: space-around;
  color: #000000;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.or h1 {
  display: flex;
  color: #000000;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 5%;
}

/* mediaquery */

/* @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .main-box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .title {
    margin-top: 90px;
    margin-left: 0;
  }
  .logo-div {
    margin-left: 10px;
  }
  .picture-box {
    margin-top: 84px;
    margin-left: 0;
    max-width: 390px;
  }
  .picture-box img {
    max-width: 360px;
  }
  .right-title {
    text-align: center;
  }
  .right {
    right: 0;
    width: 100vw;
    align-items: center;
    flex-direction: column;
    height: 44vh;
  }
  .input-box input {
    width: 300px;
  }
  .next {
    width: 300px;
  }
  .input-box {
    display: flex;
    align-items: center;
  }
  .cin-buttons {
    width: 300px;
  }
  span.icon2 {
    margin-right: 30px;
  }
  span.icon1 {
    margin-right: 30px;
  }
  .right-title h1 {
    font-size: 22px;
  }
} */
.sign-up-title {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.sign-up-title2 {
  display: flex;
  width: 100%;
  margin-top: 12%;
  justify-content: space-around;
}

/* index css :end */

/* create team css :start */
.line {
  width: 7%;
  height: 0;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-top: 16px;
}

.line1 {
  width: 82px;
  height: 0;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-top: 18px;
  margin-right: 22px;
}
.line2 {
  width: 82px;
  height: 0;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-top: 18px;
  margin-top: 18px;
  margin-left: 18px;
}
.line3 {
  width: 42%;
  height: 0;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-top: 18px;
  margin-right: 10px;
  margin-top: 18px;
}
.line4 {
  width: 42%;
  height: 0;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-top: 18px;
  margin-top: 18px;
  margin-left: 10px;
}
.title-inner {
  margin-top: 72px;
}
.title-inner-box {
  display: flex;
  margin-bottom: 40px;
}
.title-inner-box h2 {
  color: #000000;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
}

.title-inner h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #000000;
  display: inline-block;
}

.title-inner h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
  color: #585858;
}
label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 17px;
  color: #263238;
  cursor: pointer;
}

/* The container */
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 2.1rem;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 14px 34px;
  border: 1px solid transparent;
}
.container:has(input:checked) {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 0%;
  border: 1px solid #6f00c6;
  box-sizing: border-box;
  border-radius: 4px;
}
.container input:checked ~ .checkmark {
  background-color: #6f00c6;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container:focus-within {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 14px 34px;
}
.how-many {
  margin-top: 52px;
  margin-bottom: 14px;
}
.boxed label {
  padding: 10px;
  border-radius: 100px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  margin-right: 14px;
  padding: 14px;
}
.boxed {
  display: flex;
}

.boxed input[type="radio"] {
  display: none;
}

.boxed input[type="radio"]:checked + label {
  background: #e6d3fa;
  border-radius: 100px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
}
.forgot-pass a {
  color: #828282;
  text-decoration: underline;
  float: right;
  font-weight: 500;
  font-size: 12px;
  line-height: 160.4%;
  font-style: normal;
  margin-top: 10px;
}

/* Dashboard */

/* Fixed sidenav, full height */
.sidenav {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  height: 100%;
  width: 230px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
.logo-div2 {
  margin-top: 32px;
  margin-left: 16%;
  margin-bottom: 74px;
}
.sidenav a {
  color: #828282;
}
.main {
  margin-left: 260px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: green;
  color: white;
}
.nav {
  padding-left: 32px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.nav2 {
  padding-left: 32px;
  padding-right: 40px;
  padding-top: 162px;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.dash-icon {
  margin-right: 24px;
}
.Dash-main {
  color: #5b5b5b;
}
.serch-block {
  width: 80%;
  height: 90px;
  margin-left: 260px;
  display: flex;
  justify-content: flex-start;
}
.user-name {
  margin-left: 36px;
  margin-right: 356px;
}
.search-input {
  display: flex;
  align-items: center;
  padding: 14px 19px;
}
.search-input input {
  border-radius: 4px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #828282;
  background: #f2f2f2;
  border-radius: 4px #f2f2f2;
  width: 25%;
}
