.table thead th,
.markdown>table thead th {
  text-align: center;

}

select {
  border: 1px solid #fff;
  background-color: transparent;
}

.has-error {
  color: red;
}

.card {
  box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.error-code {
  padding-bottom: 100px;
  max-width: 350px;

  a {
    color: #56BBF9;
  }
}

.container-fluid {
  padding-top: 30px;
}

table {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid;
}

th {
  text-align: center;
}

td {
  text-align: center;
}

.remove-all-styles {
  all: revert;
}

.fa-check {
  color: green;
}

.fa-times {
  color: red;
}

.saldo-green {
  background: rgba(0, 128, 0, 0.15) !important;
}

.saldo-red {
  background: rgba(255, 0, 0, 0.15) !important;
}

.saldo-blue {
  background: rgba(197, 239, 247, 1) !important;
}

.saldo-yellow {
  background: rgba(255, 255, 0, 0.3) !important;
}

/** General CSS for Search API partners - articles **/

.dropdown-search-wrap {
  display: none;
  position: absolute;
  width: 255px;
  border: 1px solid #e1e1e1;
  /* Light border for light mode */
  background-color: #fff;
  /* White background */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Light shadow for depth */
  border-radius: 0.25rem;
  /* Bootstrap border-radius */
  overflow: hidden;
  z-index: 1000;
}

.dropdown-search-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.dropdown-search-wrap ul li {
  padding: 10px 15px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.dropdown-search-wrap ul li:hover,
.dropdown-search-wrap ul li.active {
  background: #f0f0f0;
  color: #000;
}

[data-bs-theme="dark"] .dropdown-search-wrap {
  border: 1px solid #343a40;
  background-color: #343a40;
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .dropdown-search-wrap ul li {
  color: #f8f9fa;
}

[data-bs-theme="dark"] .dropdown-search-wrap ul li:hover,
[data-bs-theme="dark"] .dropdown-search-wrap ul li.active {
  background: #495057;
  color: #ffffff;
}

.dropdown-search-wrap ul li {
  transition: background-color 0.3s, color 0.3s;
}







/** Resume_app import **/
.accept-edit-btn,
.cancel-edit-btn {
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
  vertical-align: middle;
}

.accept-edit-btn {
  color: white;
  margin-bottom: 5px;
  border: none;
}

.cancel-edit-btn {
  font-size: 12px;
}

.em-active td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.em-active {
  border-top: 1px dashed rgb(0, 0, 0) !important;
  border-bottom: 1px dashed rgb(0, 0, 0) !important;
}

.accept-edit-btn,
.cancel-edit-btn {
  font-size: 16px;
  vertical-align: middle;
}

.disabled {
  display: none;
}

.enabled {
  display: block !important;
}

.clear {
  clear: both;
}


.fa-trash {
  color: red;
}









.top-text-block {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: inherit !important;
  border-bottom: 1px solid #f4f4f4;
  position: relative;

}

&.unread {
  background: #ffc;
}

.top-text-light {
  color: #999;
  font-size: 0.8em;
}

.iconClass {
  position: relative;
}

.iconClass span {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}

.top-head-dropdown {
  .dropdown-menu {
    width: 350px;
    height: 300px;
    overflow: auto;
  }

  li:last-child {
    .top-text-block {
      border-bottom: 0;
    }
  }
}

.topbar-align-center {
  text-align: center;
}






.loader-topbar {
  margin: 5px auto;
  border: 3px solid #ddd;
  border-radius: 50%;
  border-top: 3px solid #666;
  width: 22px;
  height: 22px;
  -webkit-animation: spin-topbar 1s linear infinite;
  animation: spin-topbar 1s linear infinite;
}

@-webkit-keyframes spin-topbar {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin-topbar {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




a {
  text-decoration: none;
}



.menu-entry.primary-text :hover {
  color: red;
}

.menu {
  line-height: 85%;
  padding-bottom: 10px;
  font-weight: 550;
  font-size: 16px;

}




/* blinking item */

.blinking {
  animation: test 2s ease-in-out 0s infinite normal none;
}

.disabled2 {
  display: none;
}

.custom_shake_error {
  animation: shake 0.2s ease-in-out 0s 2;
  box-shadow: 0 0 0.5em rgb(112, 185, 17);
}

@keyframes shake {
  0% {
    margin-left: 0rem;
  }

  25% {
    margin-left: 0.5rem;
  }

  75% {
    margin-left: -0.5rem;
  }

  100% {
    margin-left: 0rem;
  }
}



.company-navbar-name {
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  width: 70%;
}


div.online-indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #0fcc45;
  border-radius: 50%;
  position: relative;
}

div.offline-indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #b90000;
  border-radius: 50%;
  position: relative;
}

div.iddle-indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #ffe600;
  border-radius: 50%;
  position: relative;
}

span.blink {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #e7e5e5;
  opacity: 0.7;
  border-radius: 50%;
  animation: blink 1s linear infinite;
}

/*Animations*/
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}




/* ===== Scrollbar CSS =====
  scrollbar-width: auto;
  scrollbar-color: #0d6efd #ffffff;
}

*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 14px;
  border: 3px solid #ffffff;
}
 */