:root, [data-bs-theme=light] {
  --bs-dark-rgb: 51, 54, 56;
}

body {
  font-size: 15px;
  overflow-x: hidden;
}

fieldset {
  border-radius: 5px;
}

/*reset*/
h1, h2, h3, h4, h5, h6 {
  font-family: initial;
  font-weight: initial;
  margin: initial;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway';
}

h1 {
  font-weight: 600;
  font-size: 24px;
}

ul li ul {
  margin: 4px 0 4px 16px;
}

@media screen and (max-width: 390px) {
  h1 {
    font-size: 18px;
  }
}

h2 {
  font-weight: 600;
  font-size: 22px;
}

h3 {
  font-weight: 600;
  font-size: 21px;
}

h4, .h4 {
  font-size: 18px;
}

.logo {
  height: 23px;
  margin: 0;
  top: -5px;
  position: relative;
}

.logo.custom {
  height: auto;
  max-height: 42px;
  top: 0;
}

.list-group {
  list-style-type: none;
}

.list-group li {
  margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .logo {
    margin: 0 20px;
    height: 16px;
  }
}

.dropdown-menu {
  padding: 10px 20px 8px 10px;
  min-width: 300px;
}

.dropdown-menu.history li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.dropdown-menu.history li i {
  width: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}

.dropdown-menu.history li a {
  color: var(--bs-dropdown-link-color);
}

.dropdown-item {
  font-family: 'Raleway', sans-serif;
}

.dropdown-item:hover, .dropdown-item:focus {
  background: none;
  text-decoration: underline;
}

.dropdown-item .bi {
  font-size: 20px;
}

.end_user_link {
  cursor: pointer;
}

.dropdown-menu li:hover .dropdown-submenu {
  display: block;
}

.headerCounter {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.headerCounter:hover {
  text-decoration: none;
}

.headerCounter:hover .title,
.headerCounter:hover .value {
  color: #ffffff;
}

.headerCounter .icon {
  font-size: 28px;
  margin-right: 10px;
}

.headerCounter.alerts .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-red);
  color: #ffffff;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  font-size: 16px;
}

.headerCounter.warnings .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffa90b;
  color: #ffffff;;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  font-size: 16px;
}

.headerCounter.offline .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-gray);
  color: #ffffff;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  font-size: 16px;
}

.headerCounter.total .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-blue);
  color: #ffffff;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  font-size: 16px;
}

.headerCounter .value {
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}

.headerCounter .title {
  font-size: 14px;
}

.headerCounter .count {
  width: 31px;
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: red;
  font-size: 12px;
  padding: 2px;
  margin-right: 5px;
}

@media screen and (max-width: 667px) {
  .headerCounter .value {
    font-weight: 400;
    font-size: 14px;
  }

  .headerCounter .title {
    display: none;
  }

  .headerCounter .icon {
    font-size: 18px;
  }
}

.headerCounter.alerts .count {
  background-color: var(--bs-red);
}

.headerCounter.warnings .count {
  background-color: var(--bs-orange);
}

.headerCounter.offline .count {
  background-color: var(--bs-gray);
}

.headerCounter.total .count {
  background-color: var(--bs-primary);
}

.container-main {
  padding-top: 50px;
  display: flex;
}

@media screen and (max-width: 434px) {
  .container-main {
    padding-top: 41px;
  }
}

.navbar-toggler {
  padding: 0;
  font-size: 14px;
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.sidebar {
  position: relative;
  align-items: stretch;
  width: 220px;
  flex-shrink: 0;
  padding: 40px 0 20px;
  transition: width 0.3s ease;
}

.sidebar.closed {
  width: 40px;
}

.sidebar-toggle {
  position: absolute;
  right: 5px;
  color: #ffffff;
  width: 30px;
  height: 40px;
  top: -40px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sticky-top {
  top: 92px;
}

.sidebar-toggle .menu-show,
.closed .sidebar-toggle .menu-close {
  display: none;
}

.sidebar-toggle .menu-close,
.closed .sidebar-toggle .menu-show {
  display: block;
}

.sidebar.closed #site_vertical_menu .menu_sub_container,
.sidebar.closed .submenu {
  display: none!important;
}

.sidebar.closed #site_vertical_menu li:hover .menu_sub_container {
  display: block !important;
  position: absolute;
  min-width: 200px;
  z-index: 9;
  left: 100%;
  top: 0;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
}

.sidebar-menu,
.sidebar-menu ul {
  list-style-type: none;
}

.sidebar-menu > li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 10px 30px 10px 10px;
  font-weight: normal;
  color: #d4d4d4;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
}

.closed .sidebar-menu > li > a > span,
.closed .sidebar-menu > li > a:after {
  display: none;
  white-space: nowrap;
}

.sidebar-menu li {
  position: relative;
}

.sidebar-menu li.divider {
  margin: 10px 0 7px;
  border-bottom: 1px solid #585858;
}

.sidebar-menu > li > a.hasChild:after {
  content: "\F285";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 10px;
  transition: all 0.3s ease;
}

.sidebar-menu > li.open > a.hasChild:after {
  transform: rotate(90deg);
  color: #ffffff;
}

.sidebar-menu li.active > a,
.sidebar-menu > li > a.hasChild.active {
  color: #e9e9e9;
  background: #488700;
}

.sidebar-menu > li a.active {
  color: #ffffff;
}

.sidebar-menu > li a.active_sublink_shadow {
  color: var(--bs-green);
  border-color: var(--bs-green);
}

.sidebar-menu .submenu {
  display: none;
}

.sidebar-menu li.open .submenu {
  display: block;
}

.sidebar-menu li ul li a {
  display: flex;
  align-items: baseline;
  gap: 8px;
  background: none;
  padding: 7px 10px 7px 15px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  color: #ffffff;
  margin-left: 12px;
}

.sidebar.closed .sidebar-menu li ul li a {
  padding: 7px 10px;
}

.sidebar-menu li ul li:not(.active) a:hover {
  color: var(--bs-green);
  border-color: var(--bs-green);
}

.sidebar-menu .menu_sub_container .menu_sub_container {
  padding-left: 24px;
}

.sidebar.closed .sidebar-menu .menu_sub_container {
  display: none!important;
}

.sidebar.closed .sidebar-menu li:hover .menu_sub_container {
  display: block !important;
  position: absolute;
  min-width: 200px;
  z-index: 9;
  left: 100%;
  top: 0;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
}

.site-menu {
  height: 100%;
}

.site_content {
  width: calc(100% - 220px);
  min-height: calc(100vh - 90px);
}

.sidebar.closed + .site_content {
  width: calc(100% - 40px);
}

.search-block {
  position: relative;
}

.search-block .ui-menu {
  border: none;
}

.search_input {
  position: absolute;
  right: 14px;
  top: -3px;
  display: none;
  left: auto;
  width: 300px;
  border-radius: 4px;
  border: 5px solid rgba(51, 54, 56);
  border-width: 0;
  padding-right: 35px;
}

.search_input:focus {
  box-shadow: none;
  border-color: rgba(51, 54, 56);
}

.search_input.show {
  display: block;
}

body .search_input:focus {
  border-color: rgba(51, 54, 56);
  box-shadow: none;
}

.search-toggler {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.search-toggler.active {
  color: #000000;
}

.search-toggler.active {
  color: #6e6e6f;
}

@media screen and (max-width: 560px) {
  .search-block {
    position: initial;
  }

  .search_input {
    right: 0;
    top: 100%;
    width: 100%;
    border-width: 5px 10px 10px 10px;
    border-radius: 0;
  }
}

.float-buttons {
  position: fixed;
  display: flex;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.float-button {
  display: flex;
  width: 39px;
  height: 39px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  background-color: #7c55c1;
}

.help_button {
  /*background-color: var(--bs-red);*/
  border-right: 0.5px solid #ffffff;
}

.feedback_button {
  /*background-color: var(--bs-orange);*/
  border-right: 0.5px solid #ffffff;
}

.support_button {
  /*background-color: var(--bs-green);*/
}

.footer-menu a {
  margin: 0 10px;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: initial;
}

.menu-badge {
  color: var(--bs-green);
  top: -9px;
  position: relative;
  padding: 0;
  left: 2px;
}

.btn {
  position: relative;
}

.btn .badge.button-badge {
  color: var(--color-green-main);
  top: -9px;
  position: absolute;
  background: #ffffff;
  padding: 2px;
  border: 1px solid var(--color-green-main);
  right: -10px;
  left: auto;
  border-radius: 3px;
}

.sidebar.closed .menu-badge {
  top: -12px;
  left: -14px;
  font-size: 8px;
}

.btn:hover,
.card-body:hover {
  text-decoration: none;
}

.btn.active,
.btn.selected {
  background-color: var(--bs-green);
  color: #ffffff;
}

.round-block {
  width: 60px;
  aspect-ratio: 1 / 1;
  background-color: rgba(255, 255, 255, 0.25);
}

.table-responsive table {
  max-width: 100%;
}

/*#cboxContent {*/
/*  padding-top: 30px;*/
/*}*/

#cboxTitle {
  position: absolute;
  top: 0;
  bottom: auto !important;
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
}

#cboxLoadedContent {
  margin-top: 40px;
  overflow-x: hidden !important;
  overflow-y: inherit !important;
}

#cboxClose {
  background: none;
  text-indent: unset;
}

#cboxClose:after {
  content: '\F659';
  font-family: bootstrap-icons !important;
}

li.ui-sortable-handle i {
  top: 14px;
}

.tooltip {
  opacity: 1;
  z-index: 9999;
}

.ui-tooltip {
  padding: 10px 20px;
  background: #ffffff;
  color: #000000;
  border-radius: 3px;
  box-shadow: none !important;
  border: 1px var(--bs-border-color) solid !important;
  border-radius: 5px;
  font-size: 14px;
}

fieldset {
  padding: 0 20px 20px;
  background-color: #ffffff;
  border: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
}

fieldset legend {
  font-size: 18px;
  color: #363636;
  margin: -15px 0 20px -5px;
  background: #ffffff;
  width: fit-content;
  padding: 0 5px;
}

.device-table-header-row th,
table.dataTable tbody th {
  background-color: rgba(var(--bs-dark-rgb));
  color: #ffffff;
  border: none;
  font-weight: 400 !important;
}

.dataTables_filter, .dataTables_wrapper .dataTables_length {
  margin-bottom: 10px;
}

.w-fit {
  width: fit-content;
}

.logo_container {
  height: 100px;
  margin-bottom: 10px;
}

#cboxWrapper {
  max-width: 100%;
}

.go-top {
  background-color: var(--bs-red);
  position: fixed;
  width: 40px;
  height: 40px;
  right: 40px;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.go-top.hide {
  display: none;
}

.splash_bg {
  background: url(../images/bg-rmm.jpg) center center;
  background-size: cover;
}

.success_text_class {
  margin: 0 0 16px;
  text-align: center;
}

.login-box {
  position: relative;
  padding: 40px 40px 20px;
  box-shadow: 0 2px 4px 1px rgb(0 0 0 / 10%);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

@media screen and (max-width: 540px) {
  .login-box {
    width: 80%;
    padding: 30px 20px 20px;
  }
}

.login-or {
  position: relative;
  font-size: 18px;
  color: var(--bs-body-color);
  margin: 10px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hr-line {
  background-color: var(--color-green-main);
  height: 1px;
  width: 45%;
  position: relative;
  top: 1px;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 2px 2px rgba(103, 148, 49, 0.6);
}

.span-or {
  display: block;
  text-align: center;
}

.oauth-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4285F4;
  color: white;
  padding: 9px 20px 9px 9px;
  text-decoration: none;
  border-radius: 8px;
}

.oauth-button.microsoft {
  background: #2f2f2f;
}

.oauth-logo {
  height: 100%;
  border-radius: 2px;
  background: white;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.microsoft .oauth-logo {
  background: none;
  width: 25px;
}

.forgot-password {
  color: var(--color-green-dark);
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}

.forgot-password:hover {
  text-decoration: underline;
}

.support-button,
.join-today a {
  color: var(--color-green-dark);
  text-decoration: none;
}

.invalid-feedback {
  color: var(--bs-danger);
}

.signup-block {
  color: var(--bs-gray-dark);
}

.support_form_container {
  width: 100%;
  height: 100%;
  min-height: 550px;
}

.form-error {
  color: var(--bs-red);
}

body .chosen-container-single,
body .select2-container {
  font-size: 14px;
}

body .select2-dropdown {
  border-color: #dee2e6;
  padding-bottom: 5px;
}

body .chosen-container-single .chosen-single,
body .select2-container--default .select2-selection--single {
  position: relative;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  height: 38px;
  background: #ffffff;
  background-size: 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  box-shadow: none;
  font-size: 1rem;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
}

body .select2-selection__arrow {
  display: none;
}

body .chosen-container-single .chosen-single:after,
body .select2-container--default .select2-selection--single:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  top: 12px;
  right: 14px;
  background-size: cover;
  transition: all 0.3s ease;
}

body .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
  background-size: 12px;
  border-color: var(--bs-border-color);
}

body .chosen-container-active.chosen-with-drop .chosen-single:after,
body .select2-container--default.select2-container--open .select2-selection--single:after {
  transform: rotate(180deg);
}

body .chosen-container-single .chosen-single b {
  display: none !important;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

body .chosen-container.chosen-with-drop .chosen-drop {
  background: #ffffff;
  border-color: var(--bs-border-color);
}

body .chosen-container .chosen-results li.highlighted,
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-green);
  background-image: none;
}

body .select2-results__option {
  padding: 2px 6px;
}

body .chosen-container-single .chosen-search input[type=text],
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
  border-color: var(--bs-border-color);
  padding: 7px 20px 7px 5px;
  background-image: none!important;
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  box-shadow: none;
  outline: none;
}

body .select2-container--default .select2-results>.select2-results__options {
  padding: 0 5px;
}

body .chosen-container-single .chosen-search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 13px right 13px;
  background-size: 15px;
}

table.customTable,
table.device-table {
  border-collapse: collapse;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ccc;
}

.pbx_table_row_no_click {
  background-color: rgba(var(--bs-dark-rgb)) !important;
  color: #ffffff;
  border-radius: 6px 6px 0 0;
  padding: 0 10px;
}

.pbx_table_row {
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ccc;
}

/* Flip Cards */
.card-container {
  position: relative;
  perspective: 1000px;
  height: 100%;
}

.card-container.flipped {
  z-index: 9;
}

.card-container .card-flip {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card-container.flipped .card-flip {
  transform: rotateY(180deg);
}

.card-container.flipped .card-back {
  display: flex;
}

.card-container .card-face {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  backface-visibility: hidden;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  /*overflow: hidden;*/
}

.card-container .card-face.active {
  box-shadow: 0 0 0 6px #679431;
}

.card-container .card-front {
  background-color: #fff;
}

.card-container .card-back {
  display: none;
  position: absolute;
  top: 0;
  min-height: 100%;
  background-color: #f8f9fa;
  transform: rotateY(180deg);
}

.card-container .card-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*aspect-ratio: 1 / 1;*/
  overflow: hidden;
}

.statusIndicator,
.statusIndicator.inactive {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-green-main);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 0 4px 0 4px;
}

.statusIndicator.inactive {
  background-color: #6c757d;
}

.card-container .card-content {
  padding: 16px;
}

.card-container .card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.card-container .card-short,
.card-container .card-full
{
  color: #475569;
  font-size: 14px;
}

.card-container .card-more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  padding: 6px;
  cursor: pointer;
  border: 1px solid #dee2e6;
}

.card-container .card-more:hover {
  background-color: #517920;
  color: #ffffff;
}

.card-buttons {
  display: flex;
  gap: 12px;
  padding: 16px;
}
/* Flip Cards */

.fileUploader input[type="file"] {
  display: none;
}

.test-image-list {
  gap: 10px 0.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.test-image-container {
  display: flex;
  flex: 0 0 32%;
  font-size: 12px;
  text-align: center;
}

.test-image-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  align-items: center;
  width: 100%;
  max-height: 180px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 5px 2px;
}

.test-image-item img {
  max-height: 90%;
}

.test-image-item.active {
  border: 4px solid #679431;
  background: #679431;
}

.highlighted_option {
  color: #679431;
  font-weight: 600;
}

.irs-hidden-input {
  opacity: 0;
}

.testResponse > div {
  margin-bottom: 4px;
}

.testResponse > div b {
  text-transform: capitalize;
}

.testResponse img {
  max-height: 200px;
}

.testResponse > div:not(:last-child) {
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.preloader {
  display: none;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}

.preloader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.preloader-img {
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.datetime-container {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 5px;
}

.datetimeinput {
  font-size: 14px;
  background: none;
  border: none;
  color: inherit;
  width: 22ch;
  padding: 0;
  cursor: pointer;
}

.test-image-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}

.curated_prompt_row {
  font-weight: 600;
  position: relative;
}

.card.curated {
  border-color: #679431;
}

.curated .card-header {
  background-color: #679431;
  color: #ffffff;
}

.curated .form-check-input {
  border-color: #ffffff;
  border-width: 2px;
}

.ui-menu .ui-menu-item-wrapper {
  display: flex;
}


.page-preloader {
  position: fixed;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
}

.page-preloader__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  position: fixed;
  inset: 0;
}

.page-preloader .loader_img {
  animation: loader-rotate 1.2s infinite;
  width: 60px;
}

.page-preloader .loader_text {
  padding: 5px;
  color: #ffffff;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.deviceItem {
  padding-right: 20px;
}

.cloud_switch_macs_cell .deviceItem {
  display: block;
}

#customerLogo {
  max-width: 250px;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  background-color: var(--bs-body-bg) !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-radius: 0.375rem !important;
  height: auto !important;
  padding: 0.175rem 2.25rem 0.175rem 0.75rem;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: var(--bs-body-color) !important;
}

.dt-buttons button.dt-button, div.dt-button, .dt-buttons a.dt-button, input.dt-button, .dt-buttons button.dt-button:hover:not(.disabled) {
  border: 1px solid #6c757d;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: .25rem;
  color: #fff;
  background-color: #6c757d;
}

/* storage_guard */
.storage_guard {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  gap: 24px;
}

.storage_guard_block {
  display: flex;
  flex: 1 1 50%;
  text-align: left;
  gap: 12px;
  align-items: start;
}

.storage_guard_side {
  flex: 1 1 100%;
}

.storage_guard_line {
  position: relative;
  padding: 0 0 6px;
  margin: 0 0 6px;
  border-bottom: 1px #eee solid;
}

.storage_guard_line:last-child {
  border-bottom: none;
}

/* storage_guard */

.responsive-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-wrapper > div {
  width: max-content !important;
  min-width: 100% !important;
}

.nav-tabs .nav-link.test-ai-tab {
  border-radius: 3px;
  padding: 1px 6px;
  margin-left: 2px;
  color: #000000;
}

.nav-tabs .nav-link.test-ai-tab.active {
  background-color: var(--bs-green);
  color: #ffffff;
}

.tg-dialog-body ul {
  margin: 8px 16px;
}

.jconfirm {
  z-index: 9998;
}

.jconfirm .jconfirm-box {
  border-radius: 8px !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.cookie-modal {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  z-index: 9999;
  right: 1em;
  max-width: 24em;
  bottom: 20px;
  color: rgb(214, 214, 214);
  background-color: rgb(60, 64, 77);
}

.cookie-modal-desc {
  margin: 2em 2em 1.5em;
}

.cookie-modal-desc a {
  color: #d6d6d6;
  text-decoration: underline;
  display: block;
}

.cookie-modal-btn,
.cookie-modal-btn:hover {
  display: block;
  width: 100%;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  color: rgb(0, 0, 0);
  border-color: transparent;
  background-color: rgb(139, 237, 79);
  text-decoration: none;
}

.cookie-modal-btn:hover {
  background-color: #b1ff75;
}

body .chosen-container-multi .chosen-choices {
  padding: 0.3rem 2.25rem 0.3rem 0.75rem;
  background: #ffffff;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 5px;
  font-size: 1rem;
}

.toggleStatus {
  position: absolute;
  padding: 6px 24px;
  border-radius: 0 4px 0 0;
  font-size: 18px;
  cursor: pointer;
  left: 0;
  bottom: 0;
}

.toggleStatus .action {
  display: none;
}

.toggleStatus:hover .action {
  display: block;
}

.toggleStatus .status {
  display: block;
}

.toggleStatus:hover .status {
  display: none;
}

.card-footer {
  display: flex;
  justify-content: space-between;
}

.card-footer > * {
  width: 50%;
  height: 38px;
  border-color: #dee2e6 !important;
}

.card-footer > *:first-child {
  border-radius: 0 0 0 4px;
}

.card-footer > *:last-child {
  border-radius: 0 0 4px 0;
}

.card-container.detailed {
  z-index: 9;
  min-height: 400px;
}

.card-container .card-full {
  display: none;
  position: absolute;
  inset: 0 0 38px;
  background: #ffffff;
  padding: 16px;
  overflow-y: auto;
  z-index: 9;
}

.card-full ul {
  margin: 0 0 0 16px;
}

.card-container.detailed .card-full {
  display: block;
}

.card-container.detailed .card-more {
  background-color: #517920;
  color: #ffffff;
}

body .select2-container--default .select2-selection--multiple {
  border-color: #dee2e6;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: #e3e3e3;
}