body {
  color: #333;
  font-family: Poppins;
  font-weight: 400;
}

.bg-img {
  background-image: url('./bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.site-logo {
  padding-top: 15px;
  padding-left: 15px;
}

.policy-links {
  padding-bottom: 15px;
  padding-left: 15px;
}

.welcome-area h1 {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
}

.welcome-area h1 span {
  color: #3C78D8;
}

.welcome-area p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}

.policy-links li {
  position: relative;
}

.policy-links li:not(:last-child):after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 10px;

}

.policy-links a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
}

.policy-links a:hover {
  text-decoration: underline;
}

.form-area {
  background: #FFF;
  padding: 20px;
  position: relative;
}

.form-head {
  text-align: center;
}

.form-head h2 {
  color: #3C78D8;
  font-size: 30px;
  font-weight: 600;
}

.form-head p {
  font-size: 18px;
}

.action-btn {
  width: 100%;
  border-radius: 12px;
  background: #3C78D8;
  border: 0px;
  padding: 10px 15px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0px 10px 40px 0px rgba(60, 120, 216, 0.40);
}

.form-foot {
  font-size: 16px;
  text-align: center;
}

.form-foot a {
  text-decoration: none;
  color: #3C78D8;
  font-weight: 500;
}

.form-foot a:hover {
  text-decoration: underline;
}

.welcome-area {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .h-full {
    height: 100vh;
  }

}

@media (min-width: 1400px) {
  .welcome-area {
    padding-right: 40px;
    padding-left: 40px;
  }

  .site-logo {
    padding-top: 40px;
    padding-left: 40px;
  }

  .policy-links {
    padding-bottom: 40px;
    padding-left: 40px;
  }

}


@media (max-width: 991.98px) {

  .w-75 {
    width: 100% !important;
  }

  .bg-img {
    height: 50vh;
  }

}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #020915;
  background: #fff;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: none;
}

.no-default {
  background: transparent !important;
  padding: 0px;
  outline: none !important;
  border: 0px;
  box-shadow: none !important;
}

.invite-btn {
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  background: transparent;
  border: 1px solid;
  /* min-width: 118px; */
  text-align: center;
}

.bg-btn {
  border-radius: 5px;
  background: #3C78D8;
  padding: 5px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  outline: none;
  border: 0px;
  min-width: 120px;
  text-align: center;
  height: 38px;
  display: flex;
  align-items: center;
}

.bg-btn img {
  margin-right: 7px;
}

.form-select,
.form-control {
  font-size: 14px;
  height: 38px;
}

.main-nav {
  transition: 0.5s;
  /* margin-left: -200px; */
}

body.active .main-nav {
  margin-left: 0px;
}

.active.hamburger {
  background: #548AE0;
}

.active.hamburger svg rect {
  stroke: #fff;
}

.f-600 {
  font-weight: 600;
}

.button-primary-content-class {
  color: #FFF !important;
  font-family: Poppins !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.label-prospect {
  font-weight: 400;
  font-size: 16px;
  color: #020915;
}

.prospect-btn {
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  background: transparent;
  border: 1px solid;
  /* min-width: 118px; */
  text-align: center;
}

.green-btn {
  color: #037847;
  border-color: #037847;
}
.red-btn {
  color: #780303;
  border-color: #780303;
}
.date-picker-css .MuiFormControl-root{
  width: 100%;
  
}
.date-picker-css .MuiStack-root{
  margin-top: -8px;
}
.date-picker-css .MuiInputBase-input{
  padding: 8.5px 14px;
}

.task-notification {
  margin-left: 25px;
  position: relative;
}

.show-task {
  /* position: absolute; */
  /* right: 0; */
  /* display: block; */
  /* z-index: 9999; */
  width: 400px;
  box-shadow: 0 .50rem 1rem rgba(0,0,0,.15)!important;
  border: 0px;
  border-radius: 15px;
}

.task-notification.active .show-task {
  /* display: block; */
}

.show-task ul {
  /* padding: 15px; */
    overflow-y: auto;
  height: 400px;
}

.show-task ul li {}

.show-task ul li a {
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  color: #0076F8;
  text-decoration: none;
}

.show-task ul li a span {
  font-size: 10px;
  font-weight: 400;
  color: #CECECE;
  display: block;
}

.show-task ul li:not(:last-child) {
  margin-bottom: 5x;
  padding-bottom: 5px;
  /* border-bottom: 1px solid #CECECE; */
}
.chat-left {
  display: flex;
  align-items: center;

}

.notification-ul li:not(:last-child){
  margin-bottom: 10px;

}

.short-name {
  margin-right: 10px;
  display: flex;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.notification-detail{
  display: block;
  font-size: 14px;
  color: #020915;
  text-decoration: none;
  margin-bottom: 2px;

}

.notification-time{
  font-size: 12px;
  color: #606060;
}