.s-site-logo-img {
  content: url(../../Serenity.Assets/logo/white-128.png);
}

.s-TranslationGrid input.custom-text {
  width: 100%;
  height: 23px;
  padding: 0 3px;
}

.s-PermissionCheckEditor {
  min-height: 450px;
}

.label-default {
  background-color: #d2d6de;
  color: #444;
}

.card {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

  .card > .inner {
    padding: 10px;
  }

  .card > .card-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }

    .card > .card-footer {
      color: #fff;
      background: rgba(0, 0, 0, 0.15);
    }

  .card h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    text-align:center
  }

  .card h4 {
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    text-align: center
  }

  .card p {
    font-size: 15px;
    text-align: center;
  }

    .card p > small {
      display: block;
      color: #f9f9f9;
      font-size: 13px;
      margin-top: 5px;
    }

  .card h3,
  .card p {
    z-index: 5;
  }

  .card .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
  }

  .card {
    text-decoration: none;
    color: #f9f9f9;
  }

    .card:hover .icon {
      font-size: 95px;
    }

@media (max-width: 767px) {
  .card {
    text-align: center;
  }

    .card .icon {
      display: none;
    }

    .card p {
      font-size: 12px;
    }
}

.s-dashboard-card, .s-dashboard-card-sm {
  margin-bottom: var(--bs-gutter-x);
}

  .s-dashboard-card .card-header {
    padding: 1rem;
    border-bottom: none;
    background-color: transparent;
  }

  .s-dashboard-card .card-body {
    border-radius: 0 0 4px 4px;
    padding: 1rem;
  }

  .s-dashboard-card .card-footer {
    border-top-color: transparent;
    background-color: transparent;
    padding: 1rem;
  }

  .s-dashboard-card .card-title {
    margin: 0;
    font-size: 1.4rem;
    color: var(--s-table-title);
  }

  .s-dashboard-card-sm .card-body {
    padding: 1rem;
    border-radius: 4px 4px 0 0;
    margin: 1px;
  }

  .s-dashboard-card-sm .card-footer {
    color: rgba(var(--s-bright-rgb), 0.8);
    background-color: var(--bs-body-bg);
    border-radius: 0 0 4px 4px;
    border-top: none;
    margin: 0 1px 1px 1px;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
  }

  .s-dashboard-card-sm h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
  }

  .s-dashboard-card-sm p {
    font-size: 15px;
  }

    .s-dashboard-card-sm p > small {
      display: block;
      font-size: 13px;
      margin-top: 5px;
    }

  .s-dashboard-card-sm .icon {
    transition: all 0.3s linear;
    position: absolute;
    top: 13px;
    color: #fff;
    opacity: 0.9;
    right: 10px;
    font-size: 64px;
  }

.bg-world-map {
  background: #3c8dbc;
}

.s-dashboard-card-sm:hover .icon {
  font-size: 70px;
}

.row-bottom-margin {
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.custom-dropdown {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='gray' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
  padding-right: 2rem;
  appearance: none;
  -webkit-appearance: none;
}
.placeholder-light option:first-child {
  color: #999; /* light gray text */
}
.placeholder-light:invalid {
  color: #999;
}

.s-sidebar-link:hover, .s-sidebar-pane .active > .s-sidebar-link {
  color: #3c8dbc !important;
  font-family: "Open Sans" !important;
}

.body-font-class {
  font-family: "Open Sans" !important;
}

.s-sidebar-link {
  font-size: 18px;
  cursor:pointer;
}

.inline-action {
  color: #3c8dbc !important;
}

.grid-title, .panel-titlebar, .s-sidebar-icon {
  color: #3c8dbc !important;
  font-family: "Open Sans" !important;
}

.btn-primary {
  background-color: #3c8dbc !important;
  border-color: #3c8dbc !important;
}

.control-label {
  margin-bottom: 0.5rem;
  font-family: "Open Sans";
}

.span-right-margin {
  margin-right: 5px;
}

.span-left-margin {
  margin-left: 5px;
}

.s-sidebar-menu-toggle {
  transition: transform 0.3s ease;
}

.rotate-down {
  transform: rotate(90deg);
}

.s-sidebar-menu {
  margin: 10px;
  padding: 0 5px 0 5px;
}
.s-sidebar-item {
  margin: 10px 0;
}

.card .card-header {
  padding: 10px;
  background-color: #3c8dbc !important;
}
.select2-with-searchbox {
  margin:0 0 10px 0;
}

.quick-filter-item .quick-filter-label {
  font-family: "Open Sans" !important;
  font-size: 13px !important;
}

.quick-filter-label-ledger {
  font-family: "Open Sans" !important;
  font-size: 13px !important;
}

.slick-cell, td {
  font-family: "Open Sans";
  font-size: 13px;
}

#LoginPanel {
  font-family: 'Segoe UI' !important;
}

.uniform-width {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}

select.form-select:hover,
select.uniform-width:hover {
  cursor: pointer;
}
button.ui-datepicker-trigger::before {
  font-family: var(--s-icon-font, "FontAwesome");
  font-weight: var(--s-icon-solid);
  content: "";
}

#quill-editor {
  width: 100%;
}

.ql-container {
  width: 100%;
  overflow-y: scroll;
  height:200px !important;
  padding: 5px 0px 5px 12px !important;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

.ql-container::-webkit-scrollbar {
  display: none;
}

.ql-editor {
  box-sizing: border-box;
  height: 120% !important;
  padding: 0px !important;
  tab-size: 4;
  text-align: left;
  white-space: unset !important;
  word-wrap: break-word;
  width: 100%;
}

.s-PropertyGrid .categories {
   flex: 0 0 auto; 
}

.attendee-grid-container {
  display: flex;
  gap: 20px;
  padding: 10px;
}

.attendee-grid-box {
  flex: 1;
  min-width: 0;
}

.breadcrumb{
    font-size: 16px !important;
}

.breadcrumb-item a {
  color: #3c8dbc;
  text-decoration: none;
}

.breadcrumb-item.active a,
.breadcrumb-item.active {
  color: inherit; /* or use a specific color like #333 */
  pointer-events: none;
  cursor: default;
}

table.my-table tr {
  height: 60px;
}

@media (max-width: 768px) {
  .s-sidebar-header-branding {
    display: none !important;
  }
  .s-sidebar-header-title{
      word-break:break-word;
  }
  .responsive-text {
    font-size: 0.9rem !important;
  }
  .s-sidebar-header {
    height: fit-content !important;
    padding: 10px 20px;
  }
}

.responsive-text {
  font-size: 1.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
