﻿.image.is-rounded:has(img) {
  overflow: visible;
  border-radius: 50%;
}
.image.is-rounded:has(img) img {
  border-radius: 50%;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image.is_away {
  opacity: 0.5;
}

.online_dot {
  position: absolute;
  min-width: 10px;
  min-height: 10px;
  height: 45%;
  background-color: var(--bulma-primary);
  border: 2px solid var(--bulma-white);
  border-radius: 50%;
  left: -2px;
  bottom: -2px;
}
.online_dot.is_away {
  background-color: var(--bulma-text);
}

.is-count {
  display: inline-block;
  background: #FF5449;
  color: #fff;
  min-width: 15px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
}

.plan-nav-active {
  border-bottom: 2px solid var(--bulma-primary);
}
.plan-nav-active a {
  color: var(--bulma-primary);
}

.image.is-rounded {
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
}

.avatar_upload .file_upload {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.file_upload {
  position: relative;
}
.file_upload .upload_progress {
  position: absolute;
  z-index: 99;
  padding: 8px;
  top: calc(100% + 4px);
  right: 0;
  background: white;
  box-shadow: var(--shadown-1);
  border-radius: 4px;
}
.file_upload .upload_progress div {
  white-space: nowrap;
  margin-bottom: 4px;
  font-weight: 500;
}
.file_upload .upload_progress .progress {
  height: 0.75rem;
  width: 200px;
}

.custom_datepicker {
  position: relative;
}
.custom_datepicker .field {
  margin-bottom: 0;
}
.custom_datepicker.is_medium .custom_datepicker_calendar .custom_datepicker_body {
  gap: 16px;
}
.custom_datepicker .custom_datepicker_from.has_week > span, .custom_datepicker .custom_datepicker_to.has_week > span {
  position: absolute;
  top: 0;
  left: 8px;
  display: flex;
  height: 100%;
  z-index: 8;
  align-items: center;
}
.custom_datepicker .custom_datepicker_calendar {
  position: absolute;
  top: calc(100% + 1rem);
  padding: 1rem;
  left: 0;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
  z-index: 99 !important;
  border-radius: 8px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 325px;
}
.custom_datepicker .custom_datepicker_calendar.is_right {
  right: 0 !important;
  left: auto;
}
.custom_datepicker .custom_datepicker_calendar.is_bottom {
  top: calc(100% + 1rem) !important;
  bottom: auto !important;
}
.custom_datepicker .custom_datepicker_calendar.is_top {
  bottom: calc(80% + 1rem) !important;
  top: auto !important;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_header {
  gap: 10px;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_header .control:nth-of-type(2), .custom_datepicker .custom_datepicker_calendar .custom_datepicker_header .control:nth-of-type(3) {
  flex: 1;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_header select {
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_body {
  display: flex;
  flex-wrap: wrap;
  min-width: 280px;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_body li {
  cursor: pointer;
  min-width: 40px;
  width: 14.2857142857%;
  text-align: center;
  padding: 2px;
  user-select: auto;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_body li:not(.has-text-weight-bold):not(.is_invalid):hover, .custom_datepicker .custom_datepicker_calendar .custom_datepicker_body li.is-active {
  background-color: #eff5ff;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_body .is_invalid {
  background: rgba(38, 96, 102, 0.1019607843);
  user-select: none;
  cursor: no-drop !important;
}
.custom_datepicker .custom_datepicker_calendar > .columns {
  justify-content: center;
  margin-top: 1rem;
}
.custom_datepicker .custom_datepicker_calendar > .columns .column {
  text-align: center;
}
.custom_datepicker .custom_datepicker_calendar > .columns .column .input {
  font-weight: 700;
}
.custom_datepicker.is_minimal {
  height: 30px;
}
.custom_datepicker.is_minimal .custom_datepicker_input {
  height: 100%;
  cursor: pointer;
}
.custom_datepicker.is_minimal .custom_datepicker_icon .button.is-primary {
  padding: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  height: 100%;
}
.custom_datepicker.is_minimal .custom_datepicker_icon .button.is-primary .icon {
  height: 1rem;
  width: 1rem;
  margin: 0;
  padding: 0;
  color: inherit;
}
.custom_datepicker.is_minimal .custom_datepicker_icon .button.is-primary .icon span, .custom_datepicker.is_minimal .custom_datepicker_icon .button.is-primary .icon i {
  font-size: 1rem !important;
}
.custom_datepicker.is_minimal .custom_datepicker_from, .custom_datepicker.is_minimal .custom_datepicker_to {
  margin-left: 4px;
}
.custom_datepicker.is_minimal .custom_datepicker_from.has_week > span, .custom_datepicker.is_minimal .custom_datepicker_to.has_week > span {
  font-size: 12px;
}
.custom_datepicker.is_minimal .custom_datepicker_from.has_week .input, .custom_datepicker.is_minimal .custom_datepicker_to.has_week .input {
  padding-left: 35px;
}
.custom_datepicker.is_minimal .custom_datepicker_to {
  position: relative;
  margin-left: 8px;
}
.custom_datepicker.is_minimal .custom_datepicker_to:has(.input.has-text-white)::after {
  color: white;
}
.custom_datepicker.is_minimal .custom_datepicker_to:has(.input.has-text-transparent)::after {
  color: transparent;
}
.custom_datepicker.is_minimal .custom_datepicker_to::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-52%);
}
.custom_datepicker.is_minimal .input {
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  cursor: pointer;
  background: none;
}

.dropdown .dropdown-trigger {
  cursor: pointer;
  width: inherit;
}
.dropdown .dropdown-menu {
  min-width: unset;
  width: fit-content;
  z-index: 9999;
  max-width: calc(100vw - 2rem);
  transition: opacity 200ms ease;
}
.dropdown .dropdown-menu.w-full {
  width: 100%;
}

.dropdown.is-right .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.search_bar .input {
  cursor: pointer;
  transition: all 200ms ease;
}
.search_bar .suggest {
  display: block;
}
.search_bar .icon.is-right {
  transition: opacity 200ms ease;
}
.search_bar.is_collapse .input:not(:focus), .search_bar.is_collapse:has(.suggest:not(:hover)) .input:not(:focus) {
  width: 30px;
  padding: 0;
  color: white;
}
.search_bar.is_collapse .input:not(:focus)::placeholder, .search_bar.is_collapse:has(.suggest:not(:hover)) .input:not(:focus)::placeholder {
  opacity: 0;
}
.search_bar.is_collapse .input:not(:focus) ~ .icon.is-right, .search_bar.is_collapse:has(.suggest:not(:hover)) .input:not(:focus) ~ .icon.is-right {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0ms ease;
}

.folder {
  cursor: pointer;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
}
.folder * {
  user-select: none;
}
.folder img {
  width: 40px;
  height: auto;
  object-fit: contain;
}
.folder p {
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.folder span {
  font-size: 10px;
  font-weight: 600;
}

@media (max-width: 780px) {
  .slider {
    width: 100vw;
    max-width: 100vw;
  }
}
#slider {
  position: relative;
}
#slider .dots {
  display: flex;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  justify-content: center;
}
#slider .dots .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
#slider .dots .slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bulma-grey-lighter);
  font-size: 0;
  padding: 0;
  margin: 0;
}
#slider .dots .slick-dots li.slick-active button {
  background: var(--bulma-grey);
}

#login {
  display: flex;
  width: 100%;
  height: 100vh;
}

.login_fr {
  background-color: #fff;
  width: 60%;
  flex: none;
  display: flex;
  align-items: center;
  padding: 50px;
}

.login_bg {
  background-color: #355caa;
  background-image: url("/images/bg_login.gif");
  background-size: cover;
  width: 40%;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login_form .logo img {
  margin: auto;
  height: 30px;
  display: block;
}

.login_form .copyright {
  color: #5c6669;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 700;
  margin-top: 15px;
}

.login_form #verifyshow a {
  font-size: 4rem;
  font-weight: 100;
  height: 100%;
  display: block;
  border-bottom: 2px solid #777777;
  position: relative;
}

.login_form #verifyshow a.focus {
  border-bottom: 2px solid var(--bulma-primary);
}

.login_form #verifyshow a.focus::after {
  content: "";
  position: absolute;
  display: block;
  height: 60%;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  background: var(--bulma-primary);
}

.login_form #verifyshow a.focus + a.focus {
  border-bottom: 2px solid #777777;
}

.login_form #verifyshow a.focus + a.focus::after {
  display: none;
}

.login_form .title.is-size-2 {
  color: #355caa;
  margin-bottom: 10px;
}

.login_form .title.is-size-5 {
  color: #355caa;
}

.login_form > form,
.login_form > section {
  flex: 1;
  width: 100%;
  max-width: 480px;
}

.login_form .control {
  width: 100%;
  margin-bottom: 20px;
}

.login_form .input {
  width: 100%;
  box-shadow: none;
}

.login_bg .carousel {
  width: 600px;
  height: 496px;
  overflow: hidden;
  position: relative;
}

.login_bg .WMBSC.loading {
  opacity: 0;
}

.login_bg .WMBSC-loading {
  display: none;
}

.login_bg .carousel .slick-track {
  display: flex;
}

.login_bg .carousel .item_image {
  height: 400px;
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}

.login_bg .carousel .item_image img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.login_bg .carousel .item_desc {
  color: #fff;
  text-align: center;
  font-size: 14px;
  height: 3rem;
}

.login_bg .carousel .dots {
  position: absolute;
  left: 250px;
  right: 245px;
  top: 414px;
  padding: 5px 0px;
  z-index: 2;
}

.login_bg .carousel .dots .slick-dots {
  display: flex;
  justify-content: center;
}

.login_bg .carousel .dots .slick-dots li {
  opacity: 0.5;
  margin: 0px 8px;
  background-color: var(--bulma-white);
  border-radius: 50%;
}

.login_bg .carousel .dots .slick-dots li.slick-active {
  opacity: 1;
}

.login_bg .carousel .dots .slick-dots button {
  width: 8px;
  height: 8px;
  font-size: 0px;
  display: block;
  padding: 0px;
  border: 0px;
  border-radius: 50%;
  cursor: pointer;
}

.login_bg .carousel .arrows {
  position: absolute;
  left: 220px;
  right: 220px;
  top: 414px;
  z-index: 1;
  width: 168px;
  display: flex;
  justify-content: space-between;
  color: var(--bulma-white);
  cursor: pointer;
}
.login_bg .carousel .arrows * {
  color: var(--bulma-white);
}

#notify {
  font-size: 13px;
  position: fixed;
  z-index: 999999;
  left: 20px;
  bottom: 20px;
  width: fit-content;
  max-width: min(400px, 100% - 2rem);
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  background: var(--bulma-white);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.24);
}

@media (max-width: 768px) {
  #notify:not(.push) p {
    font-size: 11px !important;
    font-weight: 400;
    line-height: 20px;
    padding: 16px 8px 16px 16px;
  }
  #notify:not(.push) p + div[style] {
    padding: 16px 16px 16px 0 !important;
  }
}
#notify .ribbons {
  display: block;
  width: 5px;
  z-index: 5;
}

#notify:not(.push) p {
  padding: 24px 8px 24px 24px;
}

#notify .ribbons.is-success {
  background: var(--bulma-success);
}

#notify .ribbons.is-danger {
  background: var(--bulma-danger);
}

#notify p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#notify .tagline-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 4;
}

#notify .tagline-progress div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0;
  top: 0;
  background: var(--bulma-primary);
  transition-property: all;
  transition-timing-function: linear;
}

#notify .tagline-progress.start div {
  width: 0;
  background: var(--bulma-danger);
}

.header_product .dropdown-content {
  height: fit-content;
  max-height: 80vh;
  width: 80vw;
  max-width: 450px;
}
.header_product .dropdown-content .scrolly > .columns > .column {
  border-right: 2px solid var(--bulma-background);
  padding: 0 1rem;
}
.header_product .dropdown-content .scrolly > .columns > .column:first-of-type {
  padding-left: 0;
}
.header_product .dropdown-content .scrolly > .columns > .column:last-of-type {
  border-right: none;
  padding-right: 0;
}

.module-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.module-item:hover .favorite {
  display: flex;
}
.module-item:hover a > .module-container > div {
  background: transparent;
}
.module-item .favorite {
  background: var(--bulma-white);
  border-radius: 50%;
  border: 1px solid #FCB811;
  color: #FCB811;
  position: absolute;
  top: -8px;
  right: calc(50% - 33px);
  display: none;
  z-index: 2;
  width: 20px;
  height: 20px;
}
.module-item .favorite.is-show {
  display: flex;
  background: #FCB811;
  color: var(--bulma-white);
}
.module-item .favorite span {
  font-size: 14px;
}
.module-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.module-item a > .module-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
}
.module-item a > .module-container.is-active > div {
  background: transparent;
}
.module-item a > .module-container > div {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--bulma-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background 200ms ease;
}
.module-item a > .module-container span {
  font-size: 28px;
}

#header {
  position: sticky;
  z-index: 998;
  top: 0;
}

.search_bar {
  position: relative;
}
.search_bar .suggest {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  width: 100%;
  height: fit-content;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--bulma-white);
  box-shadow: var(--shadow-1);
}
.search_bar .suggest .rsitem {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.search_bar .suggest .rsitem.seleted {
  background: var(--bulma-grey-lighter);
}
.search_bar .suggest .rsitem:hover {
  background: var(--bulma-grey-lighter);
}
.search_bar .suggest .rsitem + .rsitem {
  margin-top: 0.5rem;
}

.user_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.user_item .image {
  border-radius: 50%;
}
.user_item img {
  object-fit: cover;
  object-position: center center;
}
.user_item *:not(.image) {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user_item .user_name {
  font-size: var(--bulma-size-normal);
  font-weight: 400;
}
.user_item .user_des {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--bulma-grey);
}

.is-noti .button {
  position: relative;
  color: #5c6669;
}

.is-noti .button .icon {
  margin: 0px;
}

.is-noti .button span:not(.icon):not(.material-icons-outlined) {
  background: #f14668;
  border-radius: 5px;
  line-height: 14px;
  font-weight: 500;
  font-size: 8px;
  color: #fff;
  padding: 0px 5px;
  position: absolute;
  top: -1px;
  left: 15px;
}

.is-noti .dropdown-menu {
  width: 600px;
}

.is-noti .dropdown-content {
  height: fit-content;
  max-height: calc(100vh - 56px - 52px - 40px);
  display: flex;
  flex-direction: column;
}

.is-noti .dropdown-content > .field:first-child,
.is-noti .dropdown-content > .field:nth-child(2) {
  box-shadow: 0px 0px 5px rgba(10, 10, 10, 0.1);
  margin: 0px;
  position: relative;
  z-index: 3;
}

.is-noti .dropdown-content > .field:last-child {
  box-shadow: 0px 0px 5px rgba(10, 10, 10, 0.1);
  position: relative;
}

.is-noti .tags {
  position: sticky;
  top: 0px;
  z-index: 2;
  background: #fff;
}

.is-noti .tags .tag {
  margin-bottom: 0px;
}

.is-noti .scrolly {
  flex: 1;
  min-height: 50px;
}

.is-noti .scrolly .field {
  align-items: flex-start;
}

.is-noti .scrolly .field .control:nth-of-type(1) {
  position: relative;
}

.is-noti .scrolly .field .control:nth-of-type(1) > .icon.image {
  position: absolute;
  bottom: -5px;
  right: -5px;
  padding: 4px;
  background: white;
  border: none;
}

.is-noti .scrolly .image {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  border: 2px solid #ffffff;
}

.is-noti .scrolly b {
  color: #355caa;
  font-weight: 500;
}

.is-noti .scrolly p {
  font-weight: 500;
}

.is-noti .scrolly .has-text-grey b {
  color: inherit;
}

.slider {
  position: fixed;
  top: 51px;
  right: -100%;
  z-index: 997;
  max-width: 400px;
  transition: right 200ms ease;
  width: 100%;
  height: calc(var(--window-height) - 51px);
  padding: 1rem;
  background: white;
  box-shadow: var(--shadow-1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.slider.is-active {
  right: 0;
}

.slider.is-small {
  max-width: 400px;
}

.slider.is-normal {
  max-width: 600px;
}

.slider.is-large {
  max-width: 800px;
}

.slider.is-exlarge {
  max-width: 1000px;
}

.slider.is-small:has(.item-left) {
  max-width: 650px !important;
}

.slider.is-normal:has(.item-left) {
  max-width: 850px !important;
}

.slider.is-large:has(.item-left) {
  max-width: 1050px !important;
}

.slider-body {
  flex: 1;
  overflow: hidden;
  width: 100%;
}

.slider-body:has(> .scrolly) {
  margin-right: -1rem;
}

.slider-body > .scrolly {
  height: 100%;
  padding-right: 1rem;
}

.slider .item-left {
  border-right: 1px solid #C0C6DC;
}

.slider-footer {
  margin-top: auto;
  border-top: var(--shadow-1);
  padding: 1rem;
}

.slider .item-left {
  width: 220px;
}

.dropdown.is-fullwidth > .dropdown-trigger, .dropdown.h-full > .dropdown-trigger {
  width: 100%;
}

.blog_item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.blog_item .tag {
  position: absolute;
}

.blog_item > div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.sidebar {
  border-right: 1px solid var(--bulma-text-80);
  border-bottom: 1px solid var(--bulma-text-80);
  z-index: 997;
  transition: all 200ms ease;
  width: 52px;
}

#sidebar.meeting_sidebar > section {
  width: 350px;
}
#sidebar.meeting_sidebar > section.is_less:not(.is_pin):not(:hover) > *:not(.sidebar-plan-icon) {
  display: none;
}
#sidebar > section {
  width: 245px;
  padding: 1rem 0 !important;
  position: sticky;
  height: calc(100vh - 52px);
  top: 52px;
  left: 0;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 99;
  overflow: hidden;
  transition: all 200ms ease;
}
#sidebar > section:hover {
  overflow: visible;
  background: white;
}
#sidebar > section .module-pin {
  position: absolute;
  top: 1rem;
  right: 4px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 200ms ease;
}
#sidebar > section .module-name {
  display: none;
}
#sidebar > section > a.button.is-ghost.toggle {
  margin: 0 0.5rem;
  width: fit-content;
  height: fit-content;
  padding: 0;
}
#sidebar > section > a.button.is-ghost.toggle .icon {
  font-size: 20px;
  color: var(--bulma-primary);
}
#sidebar > section a.button .icon {
  margin: 0;
}
#sidebar > section a.button {
  padding: calc(0.5em - 1px);
  gap: 8px;
}
#sidebar > section .scrolly {
  flex: 1;
  margin-top: 1rem;
}
#sidebar > section .scrolly ul li {
  margin-bottom: 0;
}
#sidebar > section .scrolly ul li:hover > .button {
  color: var(--bulma-primary) !important;
}
#sidebar > section .scrolly ul li > ul {
  display: none;
  padding-left: 1.5rem;
}
#sidebar > section .scrolly ul li.is-active > ul, #sidebar > section .scrolly ul li:has(li.is-active) > ul {
  display: block;
  margin-top: 0.5rem;
}
#sidebar > section .scrolly ul li.is-active > a.button, #sidebar > section .scrolly ul li:has(li.is-active) > a.button {
  color: var(--bulma-primary-30);
  background: #F4F6FF;
}
#sidebar > section .scrolly ul li a.button * > a.button {
  color: var(--bulma-primary);
}
#sidebar > section .scrolly ul li + li {
  margin-top: 16px;
}
#sidebar > section input {
  transition: all 200ms ease;
}
#sidebar > section a.button:not(.toggle) {
  gap: 0;
}
#sidebar > section a.button:not(.toggle) span:not(.icon), #sidebar > section a.button:not(.toggle) span.icon:not(:first-child) {
  max-width: 500px;
  white-space: nowrap;
  opacity: 1;
  margin-left: 5px;
  visibility: visible;
  pointer-events: all;
  transition: all 200ms ease;
}
#sidebar > section .btn_logout {
  align-content: stretch;
}
#sidebar > section.is_less:not(.is_pin):not(:hover) {
  max-width: 51px;
}
#sidebar > section.is_less:not(.is_pin):not(:hover) input {
  opacity: 0;
}
#sidebar > section.is_less:not(.is_pin):not(:hover) .module-pin {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#sidebar > section.is_less:not(.is_pin):not(:hover) a.button:not(.toggle) {
  gap: 0;
}
#sidebar > section.is_less:not(.is_pin):not(:hover) a.button:not(.toggle) span:not(.icon):not(.material-icons-outlined):not(.is-count), #sidebar > section.is_less:not(.is_pin):not(:hover) a.button:not(.toggle) span.icon:not(:first-child):not(.is-count) {
  max-width: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
  pointer-events: none;
}
#sidebar > section.is_less:not(.is_pin):not(:hover) .scrolly ul li.is-active > ul {
  display: none;
}
#sidebar > section.is_less:not(.is_pin):not(:hover) .scrolly ul li:hover a.button span:not(.icon) {
  display: block;
  width: fit-content;
  max-width: 1000px;
  left: calc(100% + 12px);
}
#sidebar > section:not(.is_less) .scrolly ul li:has(ul):hover > a.button, #sidebar > section:not(.is_less) .scrolly ul li:has(ul).is-active > a.button, #sidebar > section:not(.is_less) .scrolly ul li:has(ul):has(li.is-active) > a.button {
  background: transparent;
}

#sidebar {
  width: 51px;
  height: calc(100vh - 52px);
  position: sticky;
  top: 52px;
}
#sidebar > section:not(.is_less):not(.is_pin) ~ .sidebar_overlay, #sidebar > section:not(.is_pin):hover ~ .sidebar_overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.sidebar_overlay {
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease;
}

@media (max-width: 780px) {
  .sidebar {
    position: relative;
    top: 0;
    background: white;
    width: 100% !important;
  }
  .sidebar#sidebar {
    height: calc(35px + 1rem);
  }
  .sidebar#sidebar > section {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    top: 0;
    max-height: calc(var(--window-height) - 52px);
    transition: none;
  }
  #sidebar > section .is_less:not(.is_pin) {
    max-width: 500px !important;
  }
  #sidebar > section {
    position: absolute;
    width: 100vw;
    padding: 0.5rem 2px !important;
    height: calc(100vh - 52px);
    height: calc(var(--window-height) - 52px);
    align-content: center;
    top: 0px;
  }
  #sidebar > section .module-name {
    display: flex;
    position: absolute;
    left: 55px;
    width: fit-content;
    align-items: center;
    height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-extra);
    top: 10px;
  }
  #sidebar > section .module-name span:not(.icon) {
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
  }
  #sidebar > section .module-pin {
    display: none;
  }
  #sidebar > section .scrolly {
    display: block;
  }
  #sidebar > section.is_less {
    background: transparent;
    height: calc(35px + 1rem);
  }
  #sidebar > section.is_less .scrolly {
    display: none;
  }
  #sidebar > section.is_less .btn_logout {
    display: none;
  }
}
.icon-achievement {
  width: 200px;
  height: 200px;
  margin: 0px auto;
  background-image: url(/images/icon-achievement.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 36px;
  letter-spacing: -1px;
}

.tabs {
  flex-wrap: nowrap;
  align-items: center;
  min-height: 36px;
}
.tabs .tabs_name {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tabs .tabs_name > .icon-text:first-of-type {
  font-size: 0.875rem;
  border-bottom: none;
}
.tabs ul {
  width: fit-content;
  max-width: 100%;
  flex: none;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
}
.tabs li {
  height: fit-content;
}
.tabs li.is-active a {
  border-bottom-color: var(--bulma-primary);
  color: var(--bulma-primary);
}
.tabs a {
  font-weight: 500 !important;
  color: var(--bulma-text);
  margin-bottom: 0px;
}

@media (max-width: 780px) {
  .tabs .tabs_name {
    display: none;
  }
}
.progress_has_value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.progress_has_value .progress {
  margin: 0px;
  width: calc(100% - 60px);
}

.rank_top li .has-text-centered {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.rank_top li:nth-child(1) .has-text-centered {
  color: var(--bulma-warning-45);
  border-bottom-color: var(--bulma-warning-45);
}
.rank_top li:nth-child(2) .has-text-centered {
  color: var(--bulma-grey);
  border-bottom-color: var(--bulma-grey);
}
.rank_top li:nth-child(3) .has-text-centered {
  color: var(--bulma-warning-30);
  border-bottom-color: var(--bulma-warning-30);
}
.rank_top .title {
  color: inherit;
  font-size: 5rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0px;
}
.rank_top .subtitle {
  color: inherit;
  font-size: 1.25rem;
  font-weight: 600;
  position: absolute;
  left: calc(50% + 30px);
  top: 15px;
  margin: 0px !important;
}

input[type=color] {
  height: 24px;
  width: 20px;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
}
input[type=color]::-webkit-color-swatch {
  border-radius: 50%;
  border: none;
}

.suggest {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  margin-top: 0px;
  background: #fff;
  _border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 20;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  cursor: pointer;
}
.suggest.is_top {
  top: auto;
  bottom: calc(100% + 0.5rem);
}
.suggest .rsitem {
  padding: 0.5rem 1rem;
}
.suggest .rsitem:hover {
  background: var(--bulma-background);
}

.modal-card {
  max-width: calc(100% - 2rem);
}
.modal-card:focus {
  outline: none;
  border: none;
}
.modal-card:not(:has(.modal-card-foot)) .modal-card-body {
  border-bottom-left-radius: var(--bulma-radius-large);
  border-bottom-right-radius: var(--bulma-radius-large);
}
.modal-card:not(:has(.modal-card-head)) .modal-card-body {
  border-top-left-radius: var(--bulma-radius-large);
  border-top-right-radius: var(--bulma-radius-large);
}
.modal-card.is-small {
  width: var(--form-small);
}
.modal-card.is-medium {
  width: var(--form-medium);
}
.modal-card.is-large {
  width: var(--form-large);
}
.modal-card .modal-card-foot {
  padding: 1rem;
}

.modal {
  z-index: 9999;
  display: block;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 200ms ease;
}
.modal > .modal-card {
  opacity: 0;
  margin-bottom: -20px;
  transition: all 200ms ease;
}
.modal.is-active {
  z-index: 9999 !important;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.modal.is-active > .modal-card {
  opacity: 1;
  margin-bottom: 0;
}
.modal:has(.modal.is-active) > .modal-card > .modal-card-head:not(:has(.modal.is-active)) {
  opacity: 0;
  pointer-events: none;
}
.modal:has(.modal.is-active) > .modal-card > .modal-card-body:not(:has(.modal.is-active)) {
  opacity: 0;
  pointer-events: none;
}
.modal:has(.modal.is-active) > .modal-card > .modal-card-foot:not(:has(.modal.is-active)) {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .modal:not(#connect) > .modal-card {
    width: 100%;
    min-height: calc(100vh - var(--bulma-modal-card-spacing) - 60px);
    margin-top: 60px;
    max-height: calc(100vh - var(--bulma-modal-card-spacing) - 60px);
  }
}
.modal-card-head {
  justify-content: space-between;
  background: var(--bulma-white);
  border-bottom: 1px solid var(--bulma-text-80);
  box-shadow: none;
  padding: 1rem;
}
.modal-card-head.cms-noti {
  display: block;
  background: var(--bulma-white);
  border-bottom: unset;
  padding-bottom: 0;
}

.modal-card-title {
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: var(--color-extra) !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  line-height: 1.5;
}

.modal-card-foot.is-right {
  justify-content: flex-end;
}
.modal-card-foot.is-right > label {
  text-align: left;
}
.modal-card-foot.cms-noti {
  background-color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal-card-foot > label {
  flex-grow: 1;
  text-align: right;
}
.modal-card-foot.blog {
  background: #fff;
  border: 0px;
}
.modal-card-foot:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.modal-card-foot.gift_or_achi {
  background-image: url("/images/gift.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
}

.modal-card > .modal-card-body {
  padding: 1rem;
}
.modal-card.has_bg {
  border-radius: 16px;
}
.modal-card.has_bg > .modal-card-head {
  padding-top: 15px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) center;
  align-items: flex-start;
}
.modal-card.has_bg > .modal-card-head.is-warning {
  background-color: #ffdaa4;
}
.modal-card.has_bg > .modal-card-head.is-success {
  background-color: #25c167;
}
.modal-card.has_bg > .modal-card-head.is-danger {
  background-color: #ffc4c4;
}
.modal-card.has_bg > .modal-card-head.is-link {
  background-color: #c4e6ff;
}
.modal-card.has_bg > .modal-card-head .delete {
  background: #fff;
}
.modal-card.has_bg > .modal-card-head .delete::before, .modal-card.has_bg > .modal-card-head .delete::after {
  background: #5c6669;
}
.modal-card.has_bg > .modal-card-title {
  padding-right: 150px;
  white-space: normal;
}
.modal-card.has_bg > .modal-card-title .title {
  font-size: 32px !important;
  color: #383e40;
  margin-bottom: 10px;
}
.modal-card.has_bg > .modal-card-title .subtitle {
  color: #5c6669;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0px;
}
.modal-card.has_bg > .modal-card-foot {
  background: #fff;
  border-top: 0px;
}

.modal-nav {
  position: absolute;
  top: calc(50% - 25px);
  left: 0px;
  right: 0px;
  height: 0px;
  display: flex;
  justify-content: space-between;
}

.modal-nav .icon {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.achi_item {
  text-align: center;
  opacity: 0.3;
  padding-top: 20px;
}

.achi_item.is-active {
  opacity: 1;
}

.achi_item .item_title {
  _width: 90px;
  _height: 42px;
  margin: 0px auto;
  font-weight: 700;
}

.achi_item .item_desc {
  font-size: 12px;
  padding-top: 50px;
  background-image: url("/images/gift_box.png");
  background-repeat: no-repeat;
  background-position: center 15px;
}

.achi_item .item_desc::before {
  content: "";
  display: block;
  height: 5px;
  background: #355caa;
  margin-bottom: 5px;
}

.achi_item:not(.is-active) .item_desc {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.icon-achievement {
  width: 200px;
  height: 200px;
  margin: 0px auto;
  background-image: url(/images/icon-achievement.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 36px;
  letter-spacing: -1px;
}

.certificate {
  width: 500px;
  height: 360px;
  position: relative;
  color: #565c7c;
  text-align: center;
  text-transform: uppercase;
}

.certificate div {
  position: absolute;
  right: 0px;
  left: 0px;
}

.certificate .is_user {
  font-weight: bold;
  font-size: 20px;
  top: 152px;
}

.certificate .is_course {
  font-weight: bold;
  font-size: 12px;
  top: 204px;
  left: 70px;
  right: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.certificate .is_date {
  font-size: 12px;
  font-style: italic;
  top: 224px;
}

.achi_cfrs {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url(/images/achi_cfrs.png);
  background-size: contain;
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
  padding-top: 10px;
}

.achi_educate {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("/images/achi_educate.png");
  background-size: contain;
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
}

.achi_kaizen {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("/images/achi_kaizen.png");
  background-size: contain;
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
  padding-top: 2px;
}

.achi_todolist {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("/images/achi_todolist.png");
  background-size: contain;
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
  padding-top: 4px;
}

.is_hover {
  opacity: 0;
  transition: all 200ms ease;
}

*:hover > .is_hover {
  opacity: 1;
}

*:hover > .is_hover.display {
  opacity: 1;
  display: inherit;
}

.is_hover.display {
  display: none;
}

.input_color {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 35px;
  width: 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input_color input {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.box_border {
  border: 1px solid #f7d5d5;
  border-left: 4px solid #dc787e;
  border-radius: 3px;
}

.category_item {
  background: transparent;
  border: 1px solid var(--bulma-text-90);
  border-radius: 8px;
}

.category_item.is-active {
  background: var(--bulma-white);
}

.category_item.is-active {
  background: var(--bulma-white);
  box-shadow: var(--shadown-2);
}

.customize-possition {
  position: absolute;
  right: 60px;
  top: 1rem;
}

#plan_list:firstChild:has(.observer-contaier) {
  position: relative;
}

.loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: inherit;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  z-index: 999999;
}
.loader-wrapper .loader {
  --bulma-border: var(--bulma-body-color);
  height: 80px;
  width: 80px;
}
.loader-wrapper.is-active {
  opacity: 1;
  z-index: 1;
}

.is-loading {
  position: relative;
}

/*.scrolly {
  &.is_show_dropdown {
    &:has( .dropdown.is-active), &:has( .custom_datepicker_calendar.is-active) {
      overflow: visible;
    }
  }
}*/
.survey.modal {
  top: auto;
  left: auto;
  width: 100%;
  max-width: 620px;
  padding: 1rem;
}
.survey.modal .modal-card {
  margin: 0;
  max-width: 100%;
  height: fit-content;
  max-height: 90vh;
  box-shadow: var(--shadow-2);
  border-radius: 8px;
}

.modal-company-info .modal-background {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-company-info .modal-card {
  width: 100%;
  max-width: 760px;
  height: 100%;
  max-height: 560px;
}
.modal-company-info .modal-card .modal-card-head {
  border-bottom: none;
}
.modal-company-info .modal-card .modal-card-body > p {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.modal-company-info .modal-card .modal-card-body .columns.step_1, .modal-company-info .modal-card .modal-card-body .columns.step_2 {
  justify-content: center;
}
.modal-company-info .modal-card .modal-card-body .columns.step_1 .column .button, .modal-company-info .modal-card .modal-card-body .columns.step_2 .column .button {
  padding: 12px 16px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  width: 140px;
}
.modal-company-info .modal-card .modal-card-body .columns.step_1 .column .button.is-primary, .modal-company-info .modal-card .modal-card-body .columns.step_2 .column .button.is-primary {
  box-shadow: 0px 4px 24px 0px rgba(var(--bulma-primary), 0.6);
}
.modal-company-info .modal-card .modal-card-body .columns.step_2 .column .button {
  width: fit-content;
}
.modal-company-info .modal-card .modal-card-foot {
  background: var(--bulma-white);
}

.file_preview {
  border-radius: 4px;
  overflow: hidden;
}

.file_preview:has(.image_collapse) {
  display: block;
  position: relative;
}
.file_preview:has(.image_collapse) img {
  z-index: 1;
}
.file_preview:has(.image_collapse) .image_collapse {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
}

.todolist-card {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--bulma-text-light);
  background: var(--bulma-white);
  transition: all 200ms ease;
  margin-bottom: 1rem;
}
.todolist-card .is_hover:not([data-no-hover]) {
  width: auto;
  height: auto;
  overflow: hidden;
}
.todolist-card .field:has(.is_hover):has(.is-active) .is_hover {
  opacity: 1;
  width: auto;
  height: auto;
  margin-left: 0;
}
.todolist-card:not([data-no-hover]):hover:not(.board) {
  border-color: transparent;
  box-shadow: var(--shadow-3);
}
.todolist-card:not([data-no-hover]):hover .todo_checklist:not(:hover) .is_hover {
  width: 0;
  height: 0;
  overflow: hidden;
  margin-left: -8px;
  opacity: 0;
}
.todolist-card:not([data-no-hover]):hover .is_hover {
  opacity: 1;
  width: auto;
  height: auto;
  margin-left: 0;
}

.parent-text-more {
  position: relative;
  /*  .text-more {
    position: absolute;
    right: 0;
    bottom: 0;
  }*/
}
.parent-text-more .ql-editor:not([contenteditable]) {
  padding-right: 32px;
}
.parent-text-more:has(.is-show) .text-more {
  position: unset;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.parent-text-more:has(.is-show) .ql-editor:not([contenteditable]) {
  padding-right: 0px;
}

.todo_detail .slider {
  position: relative;
  top: auto;
  width: 100%;
  height: auto;
  flex: 1;
  box-shadow: none;
  max-width: 100%;
  overflow-y: auto;
}
.todo_detail [data-type=close_slider], .todo_detail [data-type=delete_slider], .todo_detail [data-type=edit_slider] {
  display: none;
}
.todo_detail .modal.is_modal > .modal-background {
  display: block !important;
}
.todo_detail .modal:not(.is_modal) {
  position: relative;
}
.todo_detail .modal:not(.is_modal) .modal-background {
  display: none;
}
.todo_detail .modal:not(.is_modal) .modal-card {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  max-width: 100%;
}
.todo_detail [data-type=body_slider] {
  height: 100%;
  overflow: auto;
}
.todo_detail [data-type=body_slider] .main.flex_column {
  height: 100%;
  background: var(--bulma-white);
  flex: 1;
}

.add_shortcut .dropdown:not(.is-active) .dropdown-menu {
  display: none;
}

.timepicker {
  gap: 0 !important;
  justify-content: space-between !important;
}
.timepicker input {
  border: none;
  outline: none;
  max-width: 20px;
  width: 20px;
  text-align: center;
}

.flatpickr-calendar.open {
  z-index: 9999999;
}

.control.has-icons-left .input.auto_collapse:focus {
  padding-left: var(--bulma-input-height);
}
.control.has-icons-right .input.auto_collapse:focus {
  padding-right: var(--bulma-input-height);
}

.input.auto_collapse {
  transition: all 200ms ease;
  max-width: 200px;
}
.input.auto_collapse:focus {
  max-width: 200px !important;
}
.input.auto_collapse:placeholder-shown:not(:focus) {
  max-width: 35px;
  padding: 0;
}
.input.auto_collapse:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.input.auto_collapse:placeholder-shown:not(:focus).is-small {
  max-width: 30px;
}
.input.auto_collapse.is_large {
  transition: all 200ms ease;
  width: 300px;
  max-width: 300px;
}
.input.auto_collapse.is_large:focus {
  width: 300px !important;
  max-width: 300px !important;
}

.flatpickr-calendar.open {
  z-index: 9999999 !important;
}

.handsontable .htDropdownMenu:not(.htGhostTable) {
  z-index: 999999;
}
.handsontable .htContextMenu:not(.htGhostTable) {
  z-index: 999999;
}

/*#region Reconnect Modal*/
.components-reconnect-first-attempt-visible,
.components-reconnect-repeated-attempt-visible,
.components-reconnect-failed-visible,
.components-pause-visible,
.components-resume-failed-visible,
.components-rejoining-animation {
  display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible,
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation,
#components-reconnect-modal.components-reconnect-paused .components-pause-visible,
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible,
#components-reconnect-modal.components-reconnect-retrying,
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible,
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible {
  display: block;
}

#components-reconnect-modal {
  background-color: white;
  padding: 2rem;
  position: fixed;
  z-index: 99999999999;
  bottom: 1rem;
  left: 1rem;
  box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  opacity: 0;
  transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
  animation: components-reconnect-modal-fadeOutOpacity 0.5s both;
}
#components-reconnect-modal[open][class]:not(.components-reconnect-hide) {
  animation: components-reconnect-modal-slideUp 1.5s cubic-bezier(0.05, 0.89, 0.25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity 0.5s ease-in-out 0.3s;
  animation-fill-mode: both;
}

#components-reconnect-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  animation: components-reconnect-modal-fadeInOpacity 0.5s ease-in-out;
  opacity: 1;
}

@keyframes components-reconnect-modal-slideUp {
  0% {
    transform: translateY(30px) scale(0.95);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes components-reconnect-modal-fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes components-reconnect-modal-fadeOutOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.components-reconnect-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

#components-reconnect-modal p {
  margin: 0;
  text-align: center;
}

#components-reconnect-modal button {
  /*  border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;*/
}

#components-reconnect-modal button:hover {
  /*background-color: #3b6ea2;*/
}

#components-reconnect-modal button:active {
  /*background-color: #6b9ed2;*/
}

.components-rejoining-animation {
  position: relative;
  width: 80px;
  height: 80px;
}

.components-rejoining-animation div {
  position: absolute;
  border: 3px solid #FBCC08;
  opacity: 1;
  border-radius: 50%;
  animation: components-rejoining-animation 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes components-rejoining-animation {
  0% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
/*#endregion Reconnect Modal*/
