a, a:hover {
  text-decoration: none; }

.text-color-1 {
  color: #828282 !important; }

.text-color-2 {
  color: #336DEC !important; }

.text-color-3 {
  color: #0c7fda !important; }

.text-color-4 {
  color: #5d7285 !important; }

.text-color-5 {
  color: #e9f5fe !important; }

.text-color-6 {
  color: #edeff1 !important; }

.link-hover-color-2 a:hover {
  color: #336DEC !important; }

.fs-14 {
  font-size: 14px; }

b {
  font-weight: 500; }

strong {
  font-weight: 600; }

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 48; }

.iconFill {
  font-variation-settings: 'FILL' 1; }

.iconwght {
  font-variation-settings: 'wght' 600; }

.bw-2 {
  border-width: 2px; }

.bw-3 {
  border-width: 3px; }

body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  color: #333;
  background-color: #f3f7fc; }

.login {
  background: url(../images/bg-dots.png) top center repeat-x #fff; }
  .login .header {
    padding: 56px 0 105px; }

.login-box {
  background: #FFFFFF;
  box-shadow: 2px 4px 34px rgba(32, 90, 216, 0.12);
  border-radius: 12px;
  padding: 30px; }
  .login-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #000; }
  .login-box b {
    font-size: 16px;
    line-height: 28px;
    color: #000; }
  .login-box .orClass {
    color: #BDBDBD;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0;
    text-align: center;
    position: relative; }
  .login-box .orClass span {
    padding: 0 30px;
    background-color: #fff;
    position: relative;
    z-index: 1; }
  .login-box .orClass:before {
    position: absolute;
    content: "";
    background-color: #BDBDBD;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    margin: auto; }
  .login-box input[type=text], .login-box .login-box input[type=email], .login-box .login-box input[type=password], .login-box .login-box .btn {
    padding: 10px 12px; }

#otp {
  display: inline-flex; }

.otp {
  border: 0px;
  box-shadow: none;
  font-size: 36px;
  color: #000;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #000;
  width: 60px;
  margin: 0 10px; }

.otp:focus {
  outline: none; }

.deskboard {
  font-family: "Inter", sans-serif; }
  .deskboard .header {
    padding: 0px;
    background-color: #fff;
    margin-bottom: 20px; }
    .deskboard .header .profile {
      position: relative;
      display: inline-flex;
      text-align: center; }
      .deskboard .header .profile .profile-img {
        width: 56px;
        height: 56px;
        border-radius: 100%;
        overflow: hidden; }
      .deskboard .header .profile .profile-img img {
        width: 100%; }
      .deskboard .header .profile .label {
        background-color: #02AC3C;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 4px;
        padding: 2px 4px;
        position: absolute;
        bottom: -9px;
        left: 0;
        right: 0;
        display: inline-block;
        margin: auto; }
    .deskboard .header .header-left {
      display: flex;
      align-items: center; }
      .deskboard .header .header-left img {
        margin-right: 36px; }
    .deskboard .header .header-search {
      background: #F9FAFB;
      border: 1px solid #E0E0E0;
      border-radius: 24px;
      display: flex;
      align-items: center; }
      .deskboard .header .header-search i, .deskboard .header .header-search .material-symbols-outlined {
        margin: 12px 12px 12px 16px;
        line-height: 1;
        color: #828282;
        font-size: 24px; }
      .deskboard .header .header-search input {
        border: 0px;
        padding: 8px 16px 8px 0px;
        background-color: transparent;
        height: inherit;
        font-size: 20px; }
      .deskboard .header .header-search input::placeholder {
        color: #828282; }
      .deskboard .header .header-search input:focus {
        outline: none;
        box-shadow: none; }
    .deskboard .header .header-right {
      text-align: right;
      display: flex;
      align-items: center;
      justify-content: end; }
    .deskboard .header .icon-links {
      display: flex;
      margin-right: 50px; }
      .deskboard .header .icon-links a {
        color: #828282;
        font-size: 24px;
        padding: 24px 32px;
        border-bottom: 4px solid #fff;
        display: block;
        fill: 1; }
      .deskboard .header .icon-links a .material-symbols-outlined {
        font-variation-settings: 'FILL' 1; }
      .deskboard .header .icon-links a:hover, .deskboard .header .icon-links a.active {
        color: #336DEC;
        border-bottom: 4px solid #336DEC; }
  .deskboard .leftMenuBar {
    padding: 30px;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #828282; }
    .deskboard .leftMenuBar h4 {
      font-weight: 600;
      font-size: 15px;
      margin: 34px 0px; }
    .deskboard .leftMenuBar a {
      font-weight: 500;
      color: #5d7285;
      padding: 5px 20px;
      display: block;
      border-radius: 4px;
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
    .deskboard .leftMenuBar a .material-symbols-outlined {
      margin-right: 17px;
      font-variation-settings: 'FILL' 1;
      font-size: 30px; }
    .deskboard .leftMenuBar a:hover {
      background-color: #edeff1; }
    .deskboard .leftMenuBar a.active {
      background-color: #e9f5fe;
      color: #0c7fda; }
  .deskboard .addStories {
    font-weight: 600;
    font-size: 16px;
    color: #828282; }
    .deskboard .addStories h5 {
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 24px;
      color: #000; }
    .deskboard .addStories .profile {
      text-align: center;
      position: relative;
      margin-right: 60px; }
      .deskboard .addStories .profile img {
        border-radius: 100%;
        overflow: hidden; }
      .deskboard .addStories .profile .add {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        height: 24px;
        width: 24px;
        line-height: 19px;
        text-align: center;
        display: block;
        border: 2px solid #fff;
        background-color: #336DEC;
        border-radius: 100%;
        position: absolute;
        right: 0px;
        bottom: 26px; }
    .deskboard .addStories .profilePic canvas {
      width: 88px;
      height: 88px;
      border-radius: 100%;
      overflow: hidden; }
    .deskboard .addStories .newStories {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      overflow-x: auto; }
      .deskboard .addStories .newStories .story {
        margin-right: 30px;
        text-align: center; }
        .deskboard .addStories .newStories .story img {
          width: 88px;
          height: 88px;
          border-radius: 100%;
          overflow: hidden;
          border: 2px solid #336DEC;
          padding: 4px; }

.card {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  margin-bottom: 16px; }
  .card .card-body {
    padding: 15px; }
  .card .card-footer {
    background-color: #fff; }

.profile-pic {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden; }
  .profile-pic img {
    width: 100%; }

.smallProfile {
  color: #828282;
  font-size: 12px;
  display: flex;
  align-items: center; }
  .smallProfile .profile-pic {
    width: 36px;
    height: 36px;
    margin-right: 10px; }
  .smallProfile b, .smallProfile strong {
    font-size: 14px;
    font-weight: 600;
    color: #000; }

.btn-small-rounded {
  color: #336DEC;
  font-weight: 600;
  font-size: 14px;
  background-color: #f0f7fc;
  border-radius: 24px;
  padding: 5px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  text-align: center; }
  .btn-small-rounded i, .btn-small-rounded .material-symbols-outlined {
    margin-right: 3px; }

.btn-small-rounded:hover, .btn-small-rounded.active {
  color: #0BA407;
  background-color: #E6FAE8; }

.searchBar {
  background: #F9FAFB;
  border: 1px solid #E0E0E0;
  border-radius: 24px;
  display: flex;
  align-items: center; }
  .searchBar i, .searchBar .material-symbols-outlined {
    margin: 8px 8px 8px 12px;
    line-height: 1;
    color: #828282;
    font-size: 18px; }
  .searchBar input {
    border: 0px;
    padding: 8px 16px 8px 0px;
    background-color: transparent;
    height: inherit;
    font-size: 14px; }
  .searchBar input::placeholder {
    color: #828282; }
  .searchBar input:focus {
    outline: none;
    box-shadow: none; }

.notification-16 {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background-color: #336DEC;
  color: #fff;
  font-size: 10px;
  border-radius: 20px;
  display: inline-block; }

.scroll-y-auto {
  overflow-y: auto; }

.scroll-y-auto::-webkit-scrollbar {
  width: 6px; }

.scroll-y-auto::-webkit-scrollbar-track {
  background: #edeff1; }

.scroll-y-auto::-webkit-scrollbar-thumb {
  background: #828282; }

.scroll-y-auto::-webkit-scrollbar-thumb:hover {
  background: #336DEC; }

.scroll-x-auto {
  overflow-x: auto; }

.scroll-x-auto::-webkit-scrollbar {
  height: 6px; }

.scroll-x-auto::-webkit-scrollbar-track {
  background: none; }

.scroll-x-auto::-webkit-scrollbar-thumb {
  background: none; }

.scroll-x-auto::-webkit-scrollbar-thumb:hover {
  background: #336DEC; }

.ChatMessage {
  width: 400px;
  bottom: 0px;
  right: 300px; }
  .ChatMessage .bootstrap-tagsinput,
  .ChatMessage .bootstrap-tagsinput input {
    border: 0px;
    box-shadow: none; }
  .ChatMessage .bootstrap-tagsinput {
    display: flex; }
    .ChatMessage .bootstrap-tagsinput .tag {
      background: #f0f7fc;
      border-radius: 8px;
      color: #336DEC;
      padding: 8px 12px;
      font-size: 14px;
      font-weight: 600;
      padding: 0.2rem;
      margin-right: 2px;
      white-space: nowrap; }

.cropper-container {
  margin: 0 auto; }

.outline-none {
  outline: none; }

.drop-zone {
  width: 100%;
  height: 375px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 1px solid #E0E0E0;
  background: #F9FAFB;
  border-radius: 8px; }

.drop-zone--over {
  border-style: solid; }

.drop-zone__input {
  display: none; }

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative; }

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

.under-page {
  background-color: #fff; }
  .under-page .under-page-title {
    background-color: #f0f7fc;
    padding: 78px 0;
    text-align: center; }
    .under-page .under-page-title h1 {
      color: #336DEC;
      font-weight: 600;
      font-size: 48px;
      line-height: 58px; }
  .under-page .big-dot li {
    margin-bottom: 30px; }
  .under-page .big-dot li::marker {
    color: #336DEC;
    font-size: 30px;
    line-height: 1; }

.team-bg {
  background: url(../images/team-bg.png) center 150px no-repeat; }

.team {
  margin-bottom: 40px;
  text-align: center; }
  .team .pic {
    border-radius: 6px;
    padding: 4px;
    border: 1px solid #336DEC;
    margin: 0 15px 15px;
    background-color: #fff; }
    .team .pic img {
      width: 100%;
      border-radius: 6px; }
  .team .name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 28px; }
  .team .designation {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5); }

.dir-box {
  color: #828282;
  line-height: 24px;
  text-align: center;
  background: #F3F7FC;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 25px; }
  .dir-box .icon {
    margin-bottom: 20px; }
  .dir-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000; }

.contact .form-control {
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 4px; }
.contact button {
  border-radius: 4px; }

@media (min-width: 769px) {
  .text-sm-left {
    text-align: left !important; }

  .page-container-lg {
    background: #FFFFFF;
    box-shadow: 4px 4px 44px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    padding: 60px;
    position: relative;
    top: -60px; } }
@media (max-width: 768px) {
  .login .header {
    padding: 44px 0 30px;
    text-align: center; }

  .chatWidget {
    display: none; }

  .deskboard {
    padding-bottom: 80px; }
    .deskboard .container-fluid {
      padding-left: 0px;
      padding-right: 0px; }
    .deskboard .header {
      padding: 8px 20px;
      margin-bottom: 0px; }
      .deskboard .header .header-right {
        position: fixed;
        display: block;
        bottom: 0px;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: #fff;
        justify-content: center; }
        .deskboard .header .header-right .icon-links {
          margin: 0px;
          justify-content: space-around;
          align-items: center; }
          .deskboard .header .header-right .icon-links a {
            padding: 25px;
            border: 0px;
            line-height: 1;
            font-size: inherit; }
            .deskboard .header .header-right .icon-links a span {
              font-variation-settings: 'FILL' 0; }
          .deskboard .header .header-right .icon-links a.active, .deskboard .header .header-right .icon-links a:hover {
            border: 0px; }
        .deskboard .header .header-right .profile {
          display: none; }
      .deskboard .header .header-search {
        background-color: transparent;
        border: 0px;
        margin-left: auto; }
        .deskboard .header .header-search i, .deskboard .header .header-search .material-symbols-outlined {
          color: #000; }
        .deskboard .header .header-search input {
          display: none; }
    .deskboard .leftMenuBar {
      display: none; }
    .deskboard .card {
      border: 0px;
      border-radius: 0px;
      margin-bottom: 0px; }
    .deskboard .addStoriesCard {
      border-bottom: 1px solid #E0E0E0; }
      .deskboard .addStoriesCard .addStories .profile {
        margin-right: 20px; }
        .deskboard .addStoriesCard .addStories .profile img {
          width: 56px;
          height: 56px; }
      .deskboard .addStoriesCard .addStories .profilePic canvas {
        width: 56px;
        height: 56px; }
      .deskboard .addStoriesCard .addStories h5 {
        display: none; }
      .deskboard .addStoriesCard .addStories .newStories {
        width: 268px; }
        .deskboard .addStoriesCard .addStories .newStories .story {
          margin-right: 20px; }
          .deskboard .addStoriesCard .addStories .newStories .story img {
            width: 56px;
            height: 56px;
            padding: 2px; }
    .deskboard .yourMind {
      font-size: 14px; }
      .deskboard .yourMind .card-footer {
        background-color: #f0f7fc;
        border-top: 0px; }
        .deskboard .yourMind .card-footer img {
          width: 20px;
          height: 20px; }

  .under-page .under-page-title {
    padding: 40px 50px; }
    .under-page .under-page-title h1 {
      font-size: 32px; }
    .under-page .under-page-title h2.fs-4 {
      font-size: 16px !important;
      line-height: 24px; }

  .team .pic {
    margin: 0 0 15px; }

  .page-container-lg {
    padding: 40px; } }

/*# sourceMappingURL=style.css.map */
