.h1,
h1 {
  font-size: 60px;
  font-weight: 400;
  margin: 0px;
}

.h2,
h2 {
  font-size: 44px;
  font-weight: 500;
  margin: 0px;
}

.h3,
h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 0px;
}

.h4,
h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
}

.h5,
h5 {
  font-size: 22px !important;
  font-weight: 400 !important;
  margin-bottom: 40px;
}

.h6,
h6,
.h6>a {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}

.h7,
.h7>a {
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
}

.h8,
.h8 a {
  font-size: 16px;
  font-weight: 500;
  /* color: var(--grey-blue-color); */
  margin: 0px;
}

.h1.title,
h1.title {
  margin-top: 32px !important;
  margin-bottom: 40px !important;
}

.h2.headline {
  margin-bottom: 12px !important;
}

.h2.list-name {
  margin-bottom: 24px !important;
  margin-top: 32px !important;
}

.p>.h3.title,
.p>h3 .title {
  margin-bottom: 24px !important;
}

.h3.title {
  margin-bottom: 32px !important;
}

.h3.title>.h6 {
  margin-bottom: 16px !important;
}

.h8.filters {
  margin-bottom: 24px !important;
}

.main-side-nav>li.h8 {
  margin-left: 20px;
  margin-top: 40px !important;
  border-bottom: 2px solid white;
}

li.h8 {
  margin-bottom: 12px !important;
}

.btn {
  padding-right: 40px;
  padding-left: 40px;
}

.btn-lg {
  max-width: 438px;
}

.btn-primary:hover {
  background-color: var(--dark-blue-color);
}

.btn-danger:hover {
  background-color: var(--bg-dark-red);
}

.btn-primary.disabled {
  background-color: var(--bg-light-grey);
  border-color: var(--bg-light-grey);
}

.btn-danger.disabled {
  background-color: var(--bg-light-red);
  border-color: var(--bg-light-red);
}

@media (max-width: 768px) {
  .h3.title {
    margin-bottom: 12px !important;
  }
}

.main-header .search-input-icon {
  position: absolute;
  top: 10px;
  right: 4px;
  color: #96aad4;
}

@media (max-width: 991.98px) {
  .navbar-wrapper>ul>li {
    margin: 0px 4px 0px 4px;
    width: fit-content;
  }

  .h4.user-name,
  h4.user-name {
    margin-top: 24px;
  }

  .navbar-wrapper>ul>li {
    margin: 0px 12px 0px 12px;
    width: fit-content;
  }

  .navbar-wrapper>ul>li>a {
    padding: 0px;
  }

  .mini-footer .copyrights {
    border-bottom: none;
  }

  .container.offcanvas.active {
    margin-top: 0px;
  }

  .nested-list {
    margin-left: 68px;
  }

  .main-side-nav>:nth-child(5) {
    margin-top: 32px;
  }

  .navbar-wrapper>.clearfix {
    justify-content: end;
    margin-right: 7px;
  }

  .main-side-nav ul a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.17px;
    color: #FFFFFF;
    border-left: none;
  }

  .main-side-nav .toggle-menu-title {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: center;
  }

  .main-side-nav ul a {
    margin-left: 0px;
  }
}

.h4.user-name,
h4.user-name {
  margin-bottom: 4px;
}

/* == SVG == */
.svg-container {
  display: inline-block;
}

.svg-container svg {
  width: inherit !important;
  height: inherit !important;
}

/* disable @GP */
/* .main-side-nav>.h6>a,
.main-side-nav a.h6{
  padding: 0px 0px 30px 32px;
} */

.filter-country-flag {
  border: 1px solid var(--dark-blue-color);
  border-radius: 100%;
}

.filter-country-flag:hover {
  border: none;
}

.participant-user-info .image {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  background-color: #79BFE8;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.participant-user-info .name {
  margin-top: 12px;
  margin-bottom: 8px;
}

.participant-user-info .job {
  margin-bottom: 30px;
}


.employee-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.17px;
  color: #003DA5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset !important;
  -webkit-line-clamp: 2;
}

.work-title-employee {
  /* font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.17px; */
  color: #8899C7;
  margin-top: 8px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset !important;
  -webkit-line-clamp: 1;
}

.country-employee {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.17px;
  color: #8899C7;

}

@media (min-width: 768px) {
  .employee-card {
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .employee-card {
    aspect-ratio: 4/3;
  } 
} 

.post-avatar-picture.employee-avatar {
  height: auto;
}

.dot {
  height: 24px;
  width: 24px;
  background-color: #C5D3EA;
  ;
  border-radius: 50%;
  display: inline-block;
  float: right;
}
.dot.online {
  background-color: #34A853;
}

.chat-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #003DA5;
}

.chat-button {
  border-color: #003DA5;
}

.chat-button:hover {
  border-color: #003DA5;
  background-color: #FFFFFF;
  filter: none;
}

.img-avatar {
  text-align: center;
}
.img-avatar img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #e6ecf5;
  padding: 3px;
  width: 100%;
  max-width: 155px;
}

.page-link {
  color: #003DA5;
}
.page-item.disabled .page-link {
  color: unset;
}
.page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.page-item.active .page-link {
  background-color: #003DA5;
  border-color: #003DA5;
}


@media (min-width: 768px) {
  body.page-messages .main-header+.container.offcanvas
  {
    height: calc(100vh - 170px);
  }
}
.chat-conversations {
  height: calc(100% - 90px) !important;
}
body.page-messages .main-header+.container.offcanvas>.row,
body.page-messages .main-header+.container.offcanvas>.row>div>.card {
  height: calc(100vh - 200px);
}


#myLMS {
  padding: unset;
  margin: auto;
}
/* #myLMS a:hover {
  color: inherit!important;
} */

svg, .row.footer img {
  display: inline-block !important;
}

.avatar-photo > img {
  background: #fff;
  border-radius: 50%;
  border: 2px solid var(--body-color-dark);
  /* box-shadow: 0 0 0 2px var(--body-color-dark); */
}