:root {
  --ck-powered-by-line-height: 0px !important;
  --ck-powered-by-padding-vertical: 0px !important;
  --ck-powered-by-padding-horizontal: 0px !important;
  --ck-powered-by-text-color: transparent !important;
  --ck-powered-by-border-radius: 0px !important;
  --ck-powered-by-background: transparent !important;
  --ck-powered-by-border-color: transparent !important;
  --ck-powered-by-display: none !important;
}

.header-menu {
  list-style-type: none;
}
.header-menu li {
  margin: 0;
}
.header-menu li a {
  display: inline-block;
  padding: 1rem;
  margin: 0.5rem;
  text-align: center;
}

.sb-search {
  position: relative;
  margin-top: 10px;
  width: 0%;
  min-width: 60px;
  height: 60px;
  float: right;
  overflow: hidden;

  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;

  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
}

input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
  color: #efb480;
}

.sb-search-input:-moz-placeholder {
  color: #efb480;
}

.sb-search-input::-moz-placeholder {
  color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
  color: #efb480;
}

.sidebar {
  background-color: #0a0b2d;
  color: #fff;
}
.sidebar .menu {
  height: calc(100% - 180px);
}
.sidebar ul {
  list-style-type: none;
}
.sidebar a.btn-block {
  color: #fff;
  text-align: left;
  padding: 15px 0px 15px 20px;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) and (max-width: 1070px) {
  .sidebar a.btn-block {
    color: #fff;
    text-align: left;
    padding: 15px 0px 15px 6px;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1187px) {
  .sidebar a.btn-block {
    color: #fff;
    text-align: left;
    padding: 15px 20px;
    margin-bottom: 0.5rem;
  }
}
.sidebar a.active {
  font-weight: 700;
}
.sidebar a.btn-block:hover,
.sidebar a.active {
  background: #f3ba49;
}

.sidebar-mobile {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-left: 16px;
}

.sidebar-mobile .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidebar-mobile .menu {
  height: calc(100% - 200px);
}

/* Nav Tabs */
.nav-tabs .nav-link {
  color: #828282;
  letter-spacing: 0.04rem;
  border: none;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #1f3dbd;
  border: none;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #0a0b2d;
  background-color: transparent;
  border: none;
}

/* Banner Card */
.card {
  border: none;
}

.card-bg-image {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}

.banner .card-body,
.card-bg-image .card-body {
  padding: 3.125rem 2.375rem;
}

/* Course Card */
.course img.rounded {
  border-top-left-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important;
  border-bottom-left-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
  width: 100%;
  height: 11.625rem;
  object-fit: cover;
  transition: filter 0.5s;
}
.course img.rounded:hover {
  filter: brightness(0.5);
}
.course .card-icons {
  top: 0;
}
.course .card-button {
  bottom: 0;
}
.course .card-button .btn-light:hover {
  color: #fff;
  background-color: #3369dd;
  border-color: #3369dd;
}
.course .crown-icon {
  top: calc(50% - 52.5px);
  left: calc(50% - 52.5px);
}
.course .h5.text-truncate {
  height: 2.5em;
}
.course .card-body > p.card-text.small {
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course .category {
  margin-bottom: 12px;
}
.scroll-content-horizontal {
  align-content: start;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.scroll-content-horizontal::-webkit-scrollbar {
  background: transparent;
  height: 8px;
}
.scroll-content-horizontal::-webkit-scrollbar-thumb:horizontal {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.scroll-content-horizontal::-webkit-scrollbar-thumb:horizontal:hover {
  background: rgba(0, 0, 0, 0.2);
}
.scroll-content-horizontal:hover {
  overflow-x: auto;
}

.scroll-content {
  align-content: start;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0;
  grid-template-rows: minmax(150px, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: calc(65% - 20px * 2);
  overflow-x: scroll;
  overflow-y: scroll;
  scroll-snap-type: x proximity;
}
.scroll-content:before,
.scroll-content:after {
  content: "";
}
.scroll-content:after {
  width: 0px;
}
/* .scroll-content::-webkit-scrollbar {
  display: none;
} */
.scroll-content > .course {
  scroll-snap-align: center;
  margin-right: 20px;
}
.scroll-content-horizontal > .course {
  scroll-snap-align: center;
  margin-right: 20px;
}
.scroll-content-horizontal > div {
  min-width: 18.5rem;
  max-width: 18.5rem;
}
.media img {
  height: 52px;
  width: 52px;
  object-fit: cover;
}
.media > i {
  font-size: 42px;
}

.font-small {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}

.text-truncate {
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Full Calendar */
.fc .fc-timegrid-slot-minor {
  border-top-style: none !important;
}

/* Card User */
.card-user {
  border-radius: 6px;
  padding: 10px 20px;
}

.card-user img {
  height: 3.75rem;
  width: 3.75rem;
}

.active-card {
  border-left-width: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-color: #1f3dbd;
  border-left-style: solid;
}

.online-image {
  border: 2px solid #7bdf9d;
}

/* Card Chat */
.card-chat {
  border-radius: 0.825rem;
  min-width: 220px;
}

.card-chat .text-break a {
  color: purple !important;
}
.card-chat .text-break a:hover {
  color: black !important;
}

.card-chat .text-break #button-download-receiver {
  color: black !important;
}
.card-chat .text-break #button-download-receiver:hover {
  color: #3369dd !important;
}

.card-chat .text-break #button-download-sender {
  color: white !important;
}
.card-chat .text-break #button-download-sender:hover {
  color: #3369dd !important;
}

.input-send {
  font-size: 1rem;
  padding-left: 40px;
}

/* Card Roles */
.card-role {
  border: 1px solid #1f3dbd;
  border-radius: 15px;
  padding: 16px;
  max-width: 338px;
}

/* Card Panel */
.card-panel {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.card-panel img {
  min-height: 100px;
  height: 100%;
  width: 100%;
  max-width: 158px;
}

/* Card Share */
.card-share,
.card-forum {
  color: inherit;
}

.card-share:hover,
.card-share:focus,
.card-forum:hover,
.card-forum:focus {
  color: inherit;
  background-color: #f9f9fc;
}

.card-share .card-share-avatar {
  height: 73px;
  width: 73px;
}

.card-share .card-share-division-label,
.card-forum .btn-share {
  height: 27px;
  width: 27px;
}

/* Card Forum */
.card-forum .card-forum-avatar,
.card-book .card-book-avatar {
  height: 27px;
  width: 27px;
  font-size: 8px;
}

/* Card Book */
.card-book .card-book-thumbnail {
  height: 100px;
  width: 100px;
}

.card-forum .card-forum-thumbnail {
  height: 111px;
  width: 198px;
}

/* Comment List */
.comment-list img {
  height: 54px;
  width: 54px;
}

/* General */
.object-image {
  object-fit: cover;
  object-position: center;
}

.rotate-180 {
  transform: rotate(180deg);
}

.filter-grayscale {
  filter: grayscale(1);
}

#ajax-loader {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1060;
  opacity: 0.5;
}

#ajax-loader span {
  top: 50%;
  left: 50%;
}

.active-card {
  border-left-width: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-color: #1f3dbd;
  border-left-style: solid;
}

.online-image {
  border: 2px solid #7bdf9d;
}

.rotate-180 {
  transform: rotate(180deg);
}

.avatar-menu {
  cursor: pointer;
}

.avatar-menu:hover {
  opacity: 0.7;
}

.label-update-profile {
  background: #f9f9fc;
  border-radius: 6px;
  padding: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  font-family: "Raleway";
  font-style: normal;
  color: #1f3dbd;
  font-weight: 600;
  font-size: 12px;
  line-height: 155%;
}

.txt-blue {
  color: #1f3dbd;
}

.bg-grey {
  background: #f9f9fc;
}

.bg-dark-grey {
  background: #f2f2f2;
}

.bg-white {
  background: #ffffff;
}

.likecourse,
.likeplaylist,
.likevideos {
  cursor: pointer;
}

.rotate-90 {
  transform-origin: top right;
  right: 0;
  top: 15%;
  transform: rotate(-90deg) translateX(100%);
  z-index: 2;
}

.btn-curriculum-box {
  z-index: 3;
  top: 50%;
  right: -88px;
  transform: rotate(-90deg) translateX(calc(50% - 44px));
}

.sidebar-curriculum.active {
  visibility: visible;
  width: 50%;
}

.sidebar-curriculum {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  visibility: hidden;
  transition: width 0.5s ease;
  z-index: 1020;
}

.bw-img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.list-search {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 20rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #0a0b2d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
}

.filter {
  position: absolute;
  bottom: 150px;
  left: 1rem;
}

.atas {
  margin-top: 10px;
}

.white {
  background-color: #fff;
}

.batas-atas {
  margin-top: 25px;
}

.batas-bawah {
  margin-bottom: 75px;
}

.square-cover {
  width: 75px;
  height: 100px;
  border-radius: 0px !important;
}

.select-attachment select {
  font-size: 0.9375rem;
  font-weight: 700;
}
.select-attachment select:focus {
  box-shadow: none;
}

/* select2 library style */
.select2-container {
  font-size: 0.75rem;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0.375rem;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #a0b9ef;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(51 105 221 / 25%);
}

.ipractice-chatbox {
  /* height: calc(100vh - 104.3px); */
  /* margin-top: -1.5rem; */
  height: calc(100vh - 48px);
  margin-top: 0px;
}

.panel-chat {
  display: none;
  height: 100%;
}

.panel-chat .container {
  max-width: unset;
}

.panel-chat textarea {
  resize: none;
}

.chat-list {
  height: calc(100% - 155px);
  background-color: #f8fafc !important;
}

.chat-list .row .col-auto {
  max-width: 83.33333%;
}

.w-95 {
  width: 95% !important;
}

.badge-notif-count {
  height: 1.5rem;
  width: 1.5rem;
  top: -0.25rem;
  right: 0.5rem;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.btn-icon-rounded {
  height: 1.390625rem;
}

.pagination {
  margin-top: 1rem;
}

.page-link {
  margin: 0 0.15rem;
  width: 2rem;
  height: 2rem;
  color: #343a40;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttonwrapper {
  display: inline-block;
  margin: 4px 2px;
  background-color: #f9f9fc;
  font-size: 14px;
  padding-left: 32px;
  padding-right: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #bdbdbd;
  text-decoration: none;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
}

.buttonwrapper:hover {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #f9f9fc;
  color: black;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}

.searchbutton {
  position: absolute;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #f9f9fc;
  color: black;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.search {
  position: absolute;
  left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: #f9f9fc;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.search:focus {
  width: 250px;
  padding: 0 16px 0 0;
}

#clock_timer {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
}

#clock_timer > div {
  min-width: 50px;
  padding: 5px;
  border-radius: 3px;
  background: #ffb822;
  display: inline-block;
}

#clock_timer div > span {
  padding: 5px;
  border-radius: 3px;
  background: #e37639;
  display: inline-block;
}

#clock_duration {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
}

#clock_duration > div {
  min-width: 50px;
  padding: 5px;
  border-radius: 3px;
  background: #ff000ccc;
  display: inline-block;
}

#clock_duration div > span {
  padding: 5px;
  border-radius: 3px;
  background: #b3023d;
  display: inline-block;
}

@media (min-width: 576px) {
}

@media (max-width: 767px) {
  .search:focus {
    width: calc(100vw - 130px);
    padding: 0 16px 0 0;
  }

  .topic-prepend {
    display: none;
  }

  .search-wrapper {
    display: none;
  }

  .header-menu li a {
    display: inline-block;
    padding: 0rem 0.2rem;
    margin: 0.5rem;
    text-align: center;
  }

  /* .ipractice-chatbox {
    height: calc(100vh - 87px);
    margin-top: -1.5rem;
  } */

  .sidebar-desktop {
    display: none;
  }

  /* #right-content-ipractice {
    display: none;
  } */

  .panel-chat {
    margin-right: -16px;
    margin-left: -16px;
  }

  .scroll-content {
    grid-auto-columns: calc(95% - 20px * 2);
  }

  .scroll-content-horizontal .course img.rounded {
    height: 9rem;
  }

  .scroll-content-horizontal > div {
    min-width: 17rem;
    max-width: 17rem;
  }

  .create-ishare {
    display: none;
  }

  .sidebar-curriculum.active {
    visibility: visible;
    width: 100%;
    left: 16px;
  }
}

@media (min-width: 768px) {
  #sidebar-open {
    display: none;
  }

  .back-icon-ipractice {
    display: none;
  }

  .sidebar-mobile {
    display: none;
  }
}

@media (max-width: 900px) and (min-width: 767px) {
  .sidebar-curriculum.active {
    visibility: visible;
    width: 60%;
  }
}

@media (min-width: 992px) {
  .scroll-content {
    grid-auto-columns: calc(45% - 20px * 2);
  }
}

@media (min-width: 1200px) {
  .scroll-content {
    grid-auto-columns: calc(35% - 20px * 2);
  }
}

.thead-blue {
  background: #1c2a72;
  color: #fff;
  margin: 8px 0px;
  padding: 8px;
  border-radius: 6px;
}

.tbody-white {
  background: #fff;
  border: 1px solid #1c2a72;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 8px 0px;
  padding: 8px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*="col-"] {
  flex-grow: 1;
}

.bg-orange,
.btn-orange {
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
}
.btn-orange {
  color: var(--white);
}
.btn-orange:hover,
.btn-orange:focus {
  background-color: #b94000 !important;
  border-color: #b94000 !important;
  color: var(--white);
}

.card-icon-evaluate {
  border-radius: 4px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brisicon-arrow-bulky.collapsed {
  transform: rotate(-90deg);
  transition: 0.3s transform ease-in-out;
}

.brisicon-arrow-bulky {
  transform: rotate(0deg);
  transition: 0.3s transform ease-in-out;
}

.accordion {
  cursor: pointer;
}

.card-notif {
  background: #f9f9fc;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-notif-read {
  background: #e5e5e5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.text-notif-read {
  color: #828282;
}

.text-notif-read:hover {
  color: #828282;
}

.img-read-notif {
  filter: grayscale(100%);
}

.progress-custom {
  display: table;
  width: 100%;
}

.progress-custom .progress-value {
  display: table-cell;
  width: 35%;
  padding-left: 5%;
}

.header-content-scorecard {
  background: #e9ecef;
  border-radius: 4px;
}

.subheader-content-scorecard {
  background: #f9f9fc;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
}

.bobot-scorecard {
  color: #1c2a72;
}

.headernilai-content-scorecard {
  background: #1c2a72;
  border-radius: 4px;
  color: #ffffff;
}

.nilai-scorecard {
  font-weight: 700;
  font-size: 96px;
  line-height: 140%;
}

.subheader-content-selflearing {
  background: #022969;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
}

.card-column .card {
  width: 15.625rem;
}

.card-column .bg-info {
  background-color: #1c2a72 !important;
}

.card-column .card .card-icon {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-column .card .progress {
  height: 0.5rem;
}

/* Chat panel */
.box {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  border: 1px solid #e2e7ed;
  box-shadow: 0px 1px 3px rgba(0, 18, 34, 0.1),
    0px 1px 2px rgba(0, 18, 34, 0.06);
  border-radius: 8px;
}

.list-chat {
  box-sizing: border-box;
  /* position: absolute; */
  width: 34.7%;
  height: 100%;
  max-height: 100%;
  left: 0px;
  top: 0px;
  overflow-y: hidden;
  background: #ffffff;
  border: 1px solid #eaebeb;
  border-radius: 7px 0px 0px 7px;
}

.window-chat {
  box-sizing: border-box;
  /* position: absolute; */
  width: 65.3%;
  height: 100%;
  left: 35%;
  top: 0px;
  overflow-y: hidden;
  background: #ffffff;
  border: 1px solid #eaebeb;
  border-radius: 0px 7px 7px 0px;
}

/* Search bar */
.search-bar {
  padding: 14px;
}

.search-bar-form {
  padding-right: 40px;
  padding-left: 40px;
}

.search-bar-icon {
  position: absolute !important;
  top: calc(50% - 8px);
  z-index: 3;
  padding-left: 15px;
}

.attachment-bar-icon {
  position: absolute !important;
  top: 12px;
  left: 10px;
  z-index: 3;
  padding-left: 15px;
  border: 0px;
  margin: 1px;
  padding: 12px 0px 12px 12px;
}
.bold-bar-icon {
  position: absolute !important;
  /* top: calc(50% - 8px); */
  z-index: 3;
  padding-left: 15px;
  border: 0px;
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 12px;
  left: 50px;
}
.italic-bar-icon {
  position: absolute !important;
  /* top: calc(50% - 8px); */
  z-index: 3;
  padding-left: 15px;
  border: 0px;
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 12px;
  left: 80px;
}
.underline-bar-icon {
  position: absolute !important;
  /* top: calc(50% - 8px); */
  z-index: 3;
  padding-left: 15px;
  border: 0px;
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 12px;
  left: 110px;
}
.icon-active {
  background-color: #1078ca !important;
}

.emoji-bar-icon {
  position: absolute !important;
  top: 12px;
  z-index: 3;
  right: 70px;
  border: unset;
  padding: 12px 4px;
  box-shadow: none !important;
}

.sticker-bar-icon {
  position: absolute !important;
  top: 12px;
  z-index: 3;
  right: 105px;
  border: unset;
  padding: 12px 2px 12px 4px;
  box-shadow: none !important;
}
#close-sticker-button {
  font-size: 18px;
  padding: 8px 4px;
}

#close-emoji-button {
  font-size: 18px;
  padding: 8px 4px;
}

.sticker-container {
  position: absolute;
  top: -200px;
  background: white;
  max-height: 200px;
  overflow-y: scroll;
  width: 100%;
  right: 0;
  padding: 8px;
}

.sticker-container-with-preview-chat {
  top: -292px !important;
}

.send-bar-icon {
  position: absolute !important;
  z-index: 3;
  top: 12px;
  right: 11px;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-radius: unset;
}

/* emoji-one-area */
.emojionearea-picker {
  right: 53px !important;
  top: -53px !important;
}
.emojionearea-editor {
  display: none !important;
}
.emojionearea-button {
  display: none !important;
}
/* ck-editor */
.ck-editor {
  min-width: 100%;
}
.ck-toolbar {
  border-top: none !important;
}

.ck-toolbar-in-enter {
  height: 77px !important;
  display: flex !important;
  align-items: flex-start !important;
}

.ck-editor__top {
  position: absolute !important;
  left: 45px;
  top: 6px;
}
.ck-content {
  padding-left: 165px !important;
  padding-right: 96px !important;
  max-height: 90px !important;
}

/* .cke {
  min-width: 100%;
} */

.cke_top {
  position: absolute !important;
  top: 13px;
  left: 45px;
  background: none !important;
  border-bottom: none !important;
  border-right: 1px solid #d1d1d1 !important;
  padding: 6px 0px 2px !important;
}

.cke_bottom {
  display: none !important;
}

.cke_contents {
  padding-left: 125px !important;
  padding-right: 115px !important;
}

.cke_button__link {
  display: none !important;
}

.ck-content .mention {
  border-radius: 4px;
  padding: 0px 4px 4px 4px;
  background: #1078ca !important;
  color: white !important;
}
.container-editor {
  min-width: 100%;
  position: relative;
}

/* this css to make the ckeditor toolbar disapear */
/* .ck-sticky-panel__content {
  display: none !important;
} */

/* Tabs */
.Panel {
  width: 100%;
  position: sticky;
  z-index: 1;
}

.Panel__body {
  height: 100%;
  overflow-y: hidden;
}

.Panel__body:hover {
  overflow-y: auto;
}

.Tabs {
  top: 0%;
  position: sticky;
  background-color: #fff;
  border: 1px solid #cdd5df;
  border-radius: 6px;
}

.Tabs:after {
  content: " ";
  display: table;
  clear: both;
}

.Tabs {
  position: sticky;
  margin: 0;
  padding: 0;
  list-style: none;
}

.Tabs__tab {
  float: left;
  width: 33.333%;
  text-align: center;
}

.Tabs__tab:first-child.active ~ .Tabs__presentation-slider {
  transform: translateX(0) scaleX(0.333);
}

.Tabs__tab:nth-child(2).active ~ .Tabs__presentation-slider {
  transform: translateX(33.333%) scaleX(0.333);
}

.Tabs__tab:nth-child(3).active ~ .Tabs__presentation-slider {
  transform: translateX(calc(33.333% * 2)) scaleX(0.333);
}

.Tabs__presentation-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* background-color: #1078ca; */
  transform-origin: 0 0;
  transition: transform 0.25s;
}

.Tab {
  /* font-family: "Ubuntu", "Myriad Pro", sans-serif; */
}
.Tab-1 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.Tab-2 {
  border-left: 1px solid #cdd5df;
  border-right: 1px solid #cdd5df;
}
.Tab-3 {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.Tab > a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #bfbfbf;
  transition: color 0.15s;
}

.Tab.active {
  background-color: #1078ca;
}

.Tab.active:hover > a {
  color: white !important;
}

.Tab.active > a {
  color: white;
}

.Tab:hover > a {
  color: #1078ca;
}

.user-card {
  /* border-radius: 6px; */
  padding: 14px;
  border: 1px solid #eaebeb;
}

.user-card img {
  height: 3.75rem;
  width: 3.75rem;
}

.user-card-selected {
  background: #eaebeb;
}

.active-card {
  border-left-width: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-color: #1f3dbd;
  border-left-style: solid;
}
.badge-wrap {
  display: flex;
  align-items: center;
}
.badge-unreadcount {
  padding: 4px 6px;
  border-radius: 12px;
}

.checkbox-card {
  /* border-radius: 6px; */
  padding: 14px;
  border: 1px solid #eaebeb;
}

.checkbox-card img {
  height: 3.75rem;
  width: 3.75rem;
}

.radio-card {
  /* border-radius: 6px; */
  padding: 14px;
  border: 1px solid #eaebeb;
}

.radio-card img {
  height: 3.75rem;
  width: 3.75rem;
}

.group {
  padding: 2px 5px 2px 5px;
  margin-right: 5px;
  border-width: 1px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}

.preview-chat {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}

.wrap-text,
.wrap-text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap-chat,
.wrap-chat p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
}

.chat-header {
  background: #ffffff;
  height: 84px;
  padding: 10px 20px;
  border: 1px solid #e2e7ed;
}

.btn-call {
  padding: 12px;
  background: #ffffff;
  border: 1px solid #cdd5df;
  border-radius: 6px;
  color: #364152;
}

.text-receiver {
  background: #eef2f6;
  box-shadow: 0px 4px 8px -2px rgba(0, 18, 34, 0.1),
    0px 2px 4px -2px rgba(0, 18, 34, 0.06);
  border-top-left-radius: 0px;
}

.text-sender {
  background-color: #1078ca;
  color: #ffffff;
  box-shadow: 0px 4px 8px -2px rgba(0, 18, 34, 0.1),
    0px 2px 4px -2px rgba(0, 18, 34, 0.06);
  border-bottom-right-radius: 0px;
}

.status-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: green;
  border: 3px solid white;
  bottom: 0;
  right: 0;
  position: absolute;
}

.status-circle-offline {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #eb5858;
  border: 3px solid white;
  bottom: 0;
  right: 0;
  position: absolute;
}

.download-button-sender {
  border: none;
  background: none;
  cursor: pointer;
  color: white;
}

.download-button-receiver {
  border: none;
  background: none;
  cursor: pointer;
}

.reply-message {
  cursor: pointer;
}

.reply-preview {
  position: absolute;
  top: -92px;
  height: 100px;
  background: white;
  width: 100%;
  right: 0;
  padding: 8px;
  border-left: 9px solid #1078c9;
}

.reply-preview-name {
  font-weight: 700;
  font-size: 12px;
}
.reply-preview-message {
  font-size: 15px;
}

.reply-preview-name-highlight {
  font-weight: 700;
  font-size: 12px;
}
.reply-preview-message-highlight {
  font-size: 15px;
}

.cursor-pointer {
  cursor: pointer;
}

.emoji-picker {
  position: absolute;
  right: 83px;
  top: -414px;
  z-index: 4;
}

.search-type {
  padding: 14px;
}

.filter-type-first {
  padding: 14px 0px 0px 0px;
}

.create-group {
  padding-left: 14px;
}

.create-group button {
  border: 1px solid #bdbdbd;
}

#dropdown-type-search {
  border: 1px solid #bdbdbd;
  border-radius: 0.375rem;
  width: 64px;
}

.dropdown-type-search-menu {
  width: 64px;
  min-width: unset;
}

.dropdown-conversation-left a {
  box-shadow: none !important;
}
.btn-close {
  border: none;
  background: transparent;
}

.selected {
  background-color: #ddeffc !important;
}

.checkbox-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.radio-container input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-list {
  overflow-y: scroll;
  max-height: 400px !important;
}

.reaction-contact-list {
  overflow-y: scroll;
  max-height: 400px !important;
}

.group-member-list {
  overflow-y: scroll;
  max-height: 300px !important;
}

.btn-close-icon {
  border: none !important;
}

.hide-dropdown-arrow-down::after {
  display: none;
}

.pl-40 {
  padding-left: 40px !important;
}

.default-border {
  border: 1px solid #cdd5df;
}

.group-card-sender-name {
  color: #1078ca;
  font-weight: 700;
  font-size: 14px;
}

.bg-sidebar {
  background-color: #0a0b2d !important;
}

.card-timestamp {
  height: 64px;
  padding-bottom: 8px;
}

.color-timestamp {
  color: #697586;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#myImg {
  border-radius: 0.825rem;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  max-height: 150px;
  width: 100%;
  height: 100%;
}

#myImg:hover {
  opacity: 0.7;
}

.modal-image {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modal-image-content {
  margin: auto;
  display: block;
  object-fit: contain;
  max-width: 75%;
  max-height: 75%;
  background-color: black;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}

@keyframes zoom {
  from {
    transform: scale(0.4);
  }
  to {
    transform: scale(1);
  }
}

@-webkit-keyframes zoom-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes zoom-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}

.modal-image-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@media only screen and (max-width: 700px) {
  .modal-image-content {
    width: 100%;
  }
}

.overlay-image {
  position: absolute;
  background: rgba(57, 57, 57, 0.5);
  border-radius: 0.825rem;

  /* center overlay text */
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 2px;
}

#thumbImg {
  cursor: pointer;
}

#thumbImg:hover {
  opacity: 0.7;
}

.list-images {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 20px;
  overflow: auto;
}

#modal-image-header {
  padding: 20px 20px 0 20px;
  display: flex;
  justify-content: end;
}

#modal-image-header i {
  cursor: pointer;
  color: white;
  margin: 20px;
}

.emoji-hover svg {
  margin-bottom: 24px;
}

.emoji-dropdown-menu-receiver {
  min-width: unset !important;
  transform: translate(-220px, -14px) !important;
  /* transform: translate(32px, 9px) !important; */
}

.emoji-dropdown-menu-sender {
  min-width: unset !important;
  transform: translate(-4px, -14px) !important;
  /* transform: translate(12px, -2px) !important; */
}

.emoji-panel-receiver {
  position: absolute;
  left: 0px;
}
.emoji-panel-sender {
  position: absolute;
  right: 0px;
}

.emoji-divider {
  border-right: 1px solid #cdd5df;
  height: 20px;
}

.emoji-wrap-message {
  background-color: #ddeffc;
  padding: 4px 8px 4px 8px;
  border-radius: 8px;
}
.mr-58 {
  margin-right: 58px !important;
}
.ml-58 {
  margin-left: 58px !important;
}

.btn-emoji {
  padding: 0px;
  background: transparent;
  border: none !important;
  letter-spacing: 0px !important;
}
.btn-emoji {
  background: transparent;
}
.emoji-container {
  max-width: 184px;
  gap: 4px;
}
.text-delete {
  color: #eb5858;
}

.text-delete:hover {
  color: #eb5858;
}

.text-grey-dropdown {
  color: #cdd5df;
}

.call-notification {
  position: absolute;
  max-width: 700px;
  width: 100%;
  height: 65px;
  right: 25px;
  top: 32px;
  padding: 8px 12px;
  background: #eef2f6;
  border: 1px solid #f2c94c;
  border-radius: 8px;
  z-index: 99;
}

.call-text-header {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.call-text-body {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #697586;
}

.opacity-0 {
  opacity: 0 !important;
}

.checkbox-conversation {
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

.fw-light {
  font-weight: 400 !important;
}

.mh-200 {
  max-height: 200px !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

.hide-text {
  display: none;
}

.error-message-date {
  color: red;
}

.splide__slide {
  margin: auto !important
}

.splide__slide img {
  margin: auto;
  display: block;
  object-fit: contain;
  width: 100vw;
  max-height: 75vh;
  background-color: black
}

.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  opacity: 0.3;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.825rem;
}

.thumbnail.is-active {
  opacity: 1;
}

#dropdown-reply-message {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#selected-member {
  overflow: auto;
  max-height: 12vh;
}

.list-divider {
  padding: 0 14px 0px 14px;
  background-color: whitesmoke;
  color: #777777;
  font-style: normal;
  font-size: 21px;
  font-weight: bold;
  border: 1px solid #eaebeb;
}

.section-view {
  padding: 14px;
  font-weight: bold;
}