.modal {
  overflow: auto !important;
}

.timers>li {
  display: inline-block !important;
  list-style-type: none !important;
  padding: 1em !important;
  text-transform: uppercase !important;
  font-weight: bold;
  font-size: 18px;
}

.timers {
  padding: inherit;
}

.timer>li span {
  display: block !important;
  font-size: 4.5rem !important;
}

.timer-container {
  color: #333;
  text-align: center;
}

.floatingbutton {
  position: fixed;
  height: 20;
  bottom: 40px;
  right: 40px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 15px #4f4a4a;
  z-index: 999999 !important;
}

.floatingbuttontopleft {
  position: fixed;
  height: 20;
  top: 80px;
  right: 40px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 15px #4f4a4a;
  z-index: 999999 !important;
}

#btnFloatingButtonChat {
  position: fixed;
  height: 20;
  bottom: 10px;
  right: 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 15px #4f4a4a;
  z-index: 999999 !important;
}

.floatingchat {
  border: 1px solid black;
  padding: 20px;
  position: fixed;
  height: 500px;
  width: 300px;
  bottom: 50px;
  right: 10px;
  border-radius: 10px;
  z-index: 999999 !important;
}

.floatingchat ul {
  padding: 0;
  margin-left: 10px;
  list-style-type: none;
  line-height: 25px;
}

.floatingchat ul li {
  cursor: pointer;
  padding: 5px;
}

.floatingchat ul li:hover {
  background-color: green;
  color: white;
  border-radius: 10px;
}

.floatingbutton-left {
  position: fixed;
  height: 60px;
  bottom: 40px;
  left: 40px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 15px #4f4a4a;
  z-index: 999999 !important;
}

.VuePagination {
  text-align: center;
}

.vue-title {
  text-align: center;
  margin-bottom: 10px;
}

.vue-pagination-ad {
  text-align: center;
}

th:nth-child(3) {
  text-align: center;
}

.VueTables__child-row-toggler {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: block;
  margin: auto;
  text-align: center;
}

.VueTables__child-row-toggler--closed::before {
  content: "+";
}

.VueTables__child-row-toggler--open::before {
  content: "-";
}

.bootstrap-select .dropdown-menu li a span.text {
  overflow: hidden;
  max-width: 500px;
  text-overflow: ellipsis;
}

.parent-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: #6969696b;
}

.loading {
  z-index: 9999 !important;
  transform: translate(50%, 42%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.sk-fold {
  background-color: #23832b;
}

.sk-fold-cube {
  color: white !important;
  text-align: center;
}

.sk-fold-cube:before {
  background-color: #c52c33;
  border: 1px solid #d6d647;
}

.with_cancel_tbl tr td:last-child {
  position: relative;
}

.cancel_item {
  position: absolute;
  right: -25px;
  top: .5rem;
  font-size: 20px;
  cursor: pointer;
}

.filter_div {
  margin-top: 1rem;
}

.filter_div>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.filter_div>div>label,
.filter_div>div>input {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.smallerinput {
  font-size: 10pt !important;
  height: 20pt !important;
  padding: 0;
}

/*FEEDBACK*/

#feedback .card {
  color: #fff !important;
  position: relative;
  font-weight: bold;
  line-height: 18px;
}

#feedback_form .card {
  color: #fff !important;
  position: relative;
  font-weight: bold;
}

#feedback_form .card .table {
  color: #fff !important;
}

#feedback .card-header,
#feedback_form .card-header {
  background: #00ADD7;
}

#feedback .card-body,
#feedback_form .card-body,
#assistance .card-body,
#feedback_list .card-body {
  background: url(../img/lowpoly.jpg) no-repeat bottom left;
  background-size: cover;
}

#feedback button,
#feedback .btn-success,
#feedback_form button {
  width: 100%;
}

#feedback_form .emoji_rating {
  background: transparent;
  border: 4px solid transparent;
}

#feedback_form .emoji_rating.selected {
  box-shadow: 0px 0px 2px 1px #5b686d;
  background-color: #ff5757;
  border: 4px solid;
  border-radius: 30px;
}

#hr-logo {
  display: inline;
  width: 150px;
  margin: 20px auto;
  position: relative;
}
#hrmo-logo {
  display: inline;
  width: 100px;
  margin: 20px auto;
  position: relative;
  border-radius:120px;
}

#bsu-logo {
  display: inline;
  width: 120px;
  margin: 20px auto;
  position: relative;
}

.tr-noline>td {
  border-top: none !important;
}

.tbleborder>td {
  border: 1px solid black;
}

/*sigma.js*/

#graph-container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #455660;
}

.sigma-edge {
  stroke: #14191C;
}

.sigma-node {
  stroke: #14191C;
  stroke-width: 2px;
}

.sigma-node:hover {
  fill: red;
}

.muted {
  fill-opacity: 0.1;
  stroke-opacity: 0.1;
}

.svg-sync {
  content: url('../img/svg/sync-solid.svg') !important;
  width: 12px;
}

.profile_Cards:hover {
  background-color: #333;
  color: white;
}

.allUsersList {
  width: 300px;
  margin: 20px;
}

.allUsersList .card-header {
  background: #683db8;
  color: #FFF;
  padding: 10px;
}

.allUsersList .image img {
  border-radius: 16px;
}

.usersChatList {
  position: absolute;
  width: 160px;
  bottom: 0;
  margin-bottom: 0;
  right: 360px;
}

.show {
  display: block;
}

.thumb-user-list {
  display: none;
}

.thumb-user-list .image img {
  border-radius: 30px;
}

.usersChatList .card-header {
  background: #683db8;
  font-size: 13px;
}

.chatBox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  margin: 40px;
  margin-bottom: 0;
  font-size: 13px;
}

.chat-content {
  overflow: auto;
  height: 300px;
}

.chatBox .card {
  border-radius: 4px;
}

.chatBox .card-header {
  background: #683db8;
}

.header-title {
  height: 50px;
}

.card-header-title i {
  font-size: 10px;
  color: #32e4cd;
  margin-right: 6px;
}

.card-header .card-header-title {
  color: #FFF;
}

.chat-content small {
  margin: 0;
}

.chat-content p {
  background: #ecf1f8;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 0;
}

.my-content .media-content {
  width: 80%;
}

.my-content .message {
  float: right;
  background: #683db8;
  color: #FFF;
  text-align: right;
  padding: 10px;
  margin-bottom: 4px;
  font-size: 13px;
}

.my-content .chat-content small {
  float: right;
}

.my-content small {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
}

.chat-textarea {
  font-size: 14px;
  padding: 8px;
  height: 40px;
  width: 100%;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
}

.chat-message-group {}

.chat-message-group .chat-thumb {
  float: left;
  width: 20%;
}

.chat-message-group .chat-messages {
  float: left;
  width: 80%;
  margin-bottom: 20px;
}

.chat-message-group .message {
  float: left;
  padding: 10px;
  background: #ecf1f8;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 3px;
}

.chat-messages .from {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 11px;
}

.chat-thumb img {
  border-radius: 40px;
}

.writer-user .chat-messages {
  float: right;
  width: 100%;
}

.writer-user .chat-messages .message {
  float: right;
  background: #683db8;
  color: #FFF;
}

.writer-user .chat-messages .from {
  float: left;
  display: block;
  width: 100%;
  text-align: right;
}

.chat-message-group .typing {
  float: left;
}

.chatBox .card-header-icon i {
  color: #FFF;
  font-size: 13px;
}

/* CSSS */

.outside-box {
  height: 100px;
  background: #F8C;
  width: 200px;
  margin: 20px;
  overflow: auto;
}

.outside-box .content-insider {
  height: 300px;
  background: #C9C;
}

/* CSS Spinner */

.spinner {
  margin: 0 0px;
  width: 70px;
  text-align: center;
}

.spinner>span {
  width: 4px;
  height: 4px;
  background-color: #888;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* EmojiBox */

.emojiBox {
  width: 150px;
  margin: 30px;
}

.emojiBox .box {
  height: 100px;
  padding: 4px;
}

/* */

.card-header-title img {
  border-radius: 40px;
}

.chat_article {
  cursor: pointer;
}

.chat_article:hover {
  background-color: #5b686d;
  color: white;
  border-radius: 10px;
}

.text-blue {
  color: #0d6efd !important;
}

.text-indigo {
  color: #6610f2 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.text-pink {
  color: #d63384 !important;
}

.text-red {
  color: #dc3545 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

.text-green {
  color: #198754 !important;
}

.text-teal {
  color: #20c997 !important;
}

.text-cyan {
  color: #0dcaf0 !important;
}

.bg-blue {
  background-color: #0d6efd !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-pink {
  background-color: #d63384 !important;
}

.bg-red {
  background-color: #dc3545 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

.bg-green {
  background-color: #198754 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.bg-cyan {
  background-color: #0dcaf0 !important;
}

.custom-card-a,
.custom-card-a::before,
.custom-card-a::after {
  border-radius: 10px;
}

.custom-card-a {
  transition: 1s;
  color: #ecf1f8;
  cursor: pointer;
  position: relative;
}

.custom-card-a::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
  opacity: 0.8;
  transition: 1s;
}

.custom-card-a::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(37, 37, 37, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 1s;
  mix-blend-mode: multiply;
  transition: 1s;
  opacity: 0;
}

.custom-card-a:hover::before {
  opacity: 1;
}

.custom-card-a:hover::after {
  opacity: 0;
}

.custom-card-a-icon {
  transition: 1s;
  font-size: 3rem;
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
}

.custom-card-a:hover .custom-card-a-icon {
  color: #ecf1f8 !important;
}

.custom-card-a-title {
  font-size: 1.4rem;
  color: rgba(37, 37, 37, 1);
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 99;
}

.custom-card-a-description {
  color: #2d2d2d;
  transition: 1s;
  position: relative;
  z-index: 99;
  width: 100%;
  text-align: center;
  padding: 5px;
  background-color: #ecf1f8;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 15%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
}

.custom-card-a:hover .custom-card-a-title {
  text-shadow: 2px 2px 2px #14191C;
  color: #ecf1f8 !important;
}

.custom-card-a:hover .custom-card-a-description {
  opacity: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}

.no-text-wrap {
  white-space: nowrap;
}

.fc-daygrid-day-number {
  display: flex;       /* Enables flexbox */
  justify-content: center; /* Horizontally centers the number */
  align-items: center;  /* Vertically centers the number */
  font-size: 2.0em;     /* Increases the font size */
  font-weight: bold;    /* Optional: Makes the text bold */
  height: 100%;         /* Ensures it spans the cell height */
  width: 100%;          /* Ensures it spans the cell width */
  line-height: normal;  /* Resets line height for better alignment */
}

#sidebar-calendar {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f8f9fa;
  height: 100%;
  position: fixed;
  top: 70px; /* Adjust depending on navbar height */
  right: 0;
  overflow-y: auto;
  width: 15%;
  padding: 15px;
}

#calendar-container {
  margin-right: 16%; /* Leaves space for the sidebar */
}