.Thing-default .column:empty {
    display:none;
}

.Thing-default .column:empty {
    display:none;
}

.Thing-default .minimized-section > .card-header {
    cursor: pointer;
}
.Thing-default .minimized-section > .card-body {
    overflow-x: auto;
}

.Thing-default .column {
    position: static;
}
span[object="Polyglot"][view="selectView"] img {
    height: 16px !important;
    max-width: fit-content !important;
    filter: none !important;
}
span[object="String"][view="default"] input {
    text-decoration: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    text-align: inherit !important;
}

span[object="String"][view="default"] .dropdown-menu {
    max-height: 50vh;
    overflow: auto;
}

span[object="String"][view="default"] .outer {
    white-space: nowrap;
}

span[object="String"][view="default"] .inner {
    white-space: normal;
}

span[object="String"][view="default"] .dropdown > button {
    overflow: hidden;
}@keyframes linearScroll {
  0% {
    text-align: left;
  }

  100% {  
    text-align: right;
  }
}

span[object="String"][view="scrollView"] .scroll-container {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  min-height: 30px;
}


span[object="String"][view="scrollView"] .scroll-container:hover .scroll-content {
  animation: linearScroll 5s linear forwards;
  /* position: absolute; */
}

/* 
span[object="String"][view="scrollView"] .scroll-content::before {
  content: attr(data-content);
  display: inline-block;
} */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
       margin: 0; 
}
span[object="Number"][view="counterView"] #numberInput{
      display:flex;
      justify-content: center;
      flex-wrap:nowrap;
}
span[object="script"][view="default"] > label {
    display: none;
}
span[object="List"][view="default"] .dropdown-menu {
    max-width: 300px;
    top: unset;
    left: unset;
    z-index:999;
}

span[object="List"][view="default"] .btn-outline-primary.selected {
    border-width: 2px;
}
span[object="List"][view="default"] label{
    display: block !important;
}
span[object="List"][view="default"] .dropdown{
    position: static;
    overflow-y: visible;
}span[object="List"][view="slideShow"] .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
        }
span[object="List"][view="slideShow"] .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  margin-top:auto;
  margin-bottom:auto;
          
    
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
span[object="List"][view="slideShow"] .swiper-button-next{
  color:grey !important;
  /* font-size: x-large!important; */
}
span[object="List"][view="slideShow"] .swiper-button-prev{
  color:grey !important;
  /* font-size: x-large!important; */
}
span[object="List"][view="slideShow"] .swiper-button-prev:after{
  font-size: x-large!important;
}
span[object="List"][view="slideShow"] .swiper-button-next:after{
  font-size: x-large!important;
}
span[object="List"][view="slideShow"] .swiper-pagination-bullet {
  background:grey!important;
}span[object='List'][view='galleryView'] img {
    width: 100% !important;
}

span[object='List'][view='galleryView'] .maximized .gallery-item img {
    width: 100% !important;
}

span[object='List'][view='galleryView'] .gallery-item {
    padding: 0px !important;
}

span[object='List'][view='galleryView'] .gallery-item .image-block {
   width:100% !important;
}

span[object='List'][view='galleryView'] .gallery-item img {
    height: 100%;
}

span[object='List'][view='galleryView'] .maximized .gallery-item {
    height: auto !important;       
}

span[object='List'][view='galleryView'] .gallery-item .btn-delete {
    top: 10px;
    right: 10px;
    z-index: 1;
}

span[object='List'][view='galleryView'] .btn-maximize {
    bottom: 10px;
    right: 10px;
}
/* span[object='List'][view='galleryView'] .btn {
    border-radius:50%;
} */
span[object="Reference"][view="default"] .dropdown-menu {
    padding: 0px;
}

span[object="Reference"][view="default"] .dropdown-menu .items {
    width: 100%;
    max-height: 34vh;
    overflow: auto;
}

span[object="Reference"][view="default"] .dropdown-menu form {
    border: none;
}
span[object="Reference"][view="default"] .badge-invalid{
  padding: 0px 8px;
  color: var(--bg-color) !important;
  background: var(--color) !important;

}
span[object="Reference"][view="default"] .dropdown-menu .add-new {
    padding-top: 10px;
    padding-bottom: 10px;
}

span[object="Reference"][view="default"] .lookup-item {
    padding: 2px;
}

span[object="Reference"][view="default"] .lookup-item.selected > div {
    border-width: 2px!important;
}

span[object="Reference"][view="default"] .lookup-item > .btn:not(.btn-primary) {
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--bg-color);
    color: var(--color);
}

span[object="Reference"][view="default"] {
    white-space: nowrap;
}

span[object="Reference"][view="default"] >small{
    white-space: wrap;
}


span[object="Reference"][view="default"] .refBadge.selected {
    padding: 5px 2px;
    border-radius: 8px;
}


span[object="Reference"][view="default"] .reference_skeleton .reference_bone {
    animation: reference-skeleton-loading 1s linear infinite alternate;
    border-radius:4px;
    height: 20px;
    min-width: 50px;
    max-width: 100%;
}

@keyframes reference-skeleton-loading {
  0% {
    background-color: var(--primary);
    opacity: 0.2
  }
  100% {
    background-color: var(--secondary);
    opacity: 0.2
  }
}

span[object="Reference"][view="default"] .refBadge {
  display: flex; 
  align-items: center; 
  margin-right: 0.25rem; 

}
span[object="Reference"][view="default"] .refBadge span[view="default"] span{
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

span[object="Reference"][view="default"] .bi-info-circle {
  margin: 0 0.25rem; 
}

span[object="Reference"][view="default"] .closeButtonContainer {
  margin-left: auto;
  padding-right: 3.4px;
}
span[object="Reference"][view="default"] .closeButtonContainer.singleSelect{
  position:absolute;
  right:8px;
}

span[object="Reference"][view="default"] .closeButton {
  cursor: pointer;
  margin-left: 0.5rem; 
  display: flex; 
  align-items: center;
  border-radius: 50%;
  font-weight: 900;
  font-size: 8px;
  padding: 1px 3.74px 1px;
  background: var(--light);
  color: var(--dark);
}
span[object="Reference"][view="default"] .badge {
  display: inline-flex;
  align-items: center;
}
span[object="Reference"][view="default"] .disabled_button{
    display: inline-block;
    border: 1px solid var(--color) !important;
    border-radius: 4px;
    color: var(--color);
    padding: 0.375rem .75rem;
}
span[object="Reference"][view="default"]  .reference_asset_disabled{
  padding: 0px 4px;
}
span[object="Reference"][view="default"] .refBadge.invalid {
  border: 2px solid red;
  background-color: #ffeeee;
}
.CodeMirror {
  border: 1px solid #eee;
  height: auto;
}span[object='Code'][view="default"] .custom-select,
span[object='Code'][view="default"] .input-group {
    border-radius: 0px !important;
    overflow: visible !important;
    flex-wrap: nowrap;
}
span[object='Code'][view="default"] .dropdown-item i{
   padding-right:10px;
}
span[object='Code'][view="default"] .dropdown > button {
   background-color:var(--bg-color)!important;
   height:100%;
   cursor:pointer;
}
span[object='Code'][view="default"] .theme .dropdown{
   height:100%;
}
span[object='Code'][view="default"] .cursor{
  cursor:pointer;
}
@scope (span[object="Text"][view="default"]) {
   .text-length {
      max-width: fit-content;
      position: absolute;
      right: 15px;
      bottom: 5px;
      font-size: 12px;
   }

   .length-true {
      position: relative;
   }

   textarea {
      text-align: inherit !important;
      font-size: inherit !important;
   }

   .formatted-text {
      white-space: pre-line;
   }
}
span[object='Boolean'][view='switchView'] .switch i:first-child {
  cursor: pointer;
  padding: 2px;
}

span[object='Boolean'][view='switchView'] label {
  width: 100%;
}
span[object='Boolean'][view='switchView'] .switch {
  font-size: 22px;
}
span[object='Boolean'][view='switchView'] >span {
 line-height: 1
}
* {
  box-sizing: border-box;
}

.file-gallery-row {
  display: flex;
  flex-wrap: wrap;
}

.file-gallery-column {
  flex: 33%;
  max-width: 33%;
  padding: 0 2px;
}

.file-gallery-column img {
  vertical-align: middle;
}

@media (max-width: 800px) {
  .file-gallery-column {
    flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .file-gallery-column {
    flex: 100%;
    max-width: 100%;
  }
}

.file-gallery-column .input-group-prepend button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

span[object="file"][view="galleryView"] nav ul {
  flex-wrap:wrap;
}
span[object="file"][view="galleryView"] .gallery {

min-height: 500px;

}
span[object="file"][view="galleryView"] span.inner>span.inner{
  white-space: nowrap;
}
span[object="file"][view="galleryView"] .fileLabel{
  overflow: hidden;
}
span[object="file"][view="galleryView"] .input-group{
    border: 1px solid var(--border);
    border-radius: 4px;
}
span[object="file"][view="galleryView"] .input-group-text{
    background-color: var(--bg-color);
}
span[object="Layout"][view="settingsView"] .bootstrap_sm {
  position: relative;
  width: 504px;
  height: 896px;
  margin: auto;
  border-radius: 40px;
  border: 2px solid var(--secondary);
}

span[object="Layout"][view="settingsView"] .bootstrap_md {
  position: relative;
  width: 600px;
  height: 896px;
  margin: auto;
  border: 2px solid var(--secondary);
  border-radius: 25px;
}

span[object="Layout"][view="settingsView"] .bootstrap_lg {
  position: relative;
  width: 1120px;
  height: 896px;
  margin: auto;
  border: 2px solid var(--secondary);
  border-radius: 15px;
}

span[object="Layout"][view="settingsView"] .bootstrap_xl {
  position: relative;
  width: 1420px;
  height: 896px;
  margin: auto;
  border: 2px solid var(--secondary);
  border-radius: 10px;
}

span[object="Layout"][view="settingsView"] .lookup-item {
  width: 50%;
  overflow:hidden;
}

span[object="Layout"][view="settingsView"] .object-list .lookup-item {
  width: 50%;
}

span[object="Layout"][view="settingsView"] .object-list .lookup-item > .btn {
  width: 100%;
}

span[object="Layout"][view="settingsView"] .template-list .lookup-item > .btn,
span[object="Layout"][view="settingsView"] .template-list .lookup-item {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  transform: translate(0, 0);
}

span[object="Layout"][view="settingsView"] > div > .canvas {
  min-height: fit-content;
  display: flex;
  flex-direction: column;
}

span[object="Layout"][view="settingsView"] > div > .canvas > .body {
  flex-grow: 1;
  max-height: calc(100vh - 42px);
}

span[object="Layout"][view="settingsView"] > div > .canvas > .body > .preview {
  overflow:hidden;
  width:100%;
  background: var(--bg-color);
  cursor: grab;
  border: 1px solid var(--border);
  position:relative;
  background: radial-gradient(circle, var(--border) 10%, transparent 11%);
  background-size: .5em .5em;
  background-color: var(--bg-color);
  opacity: 1;
}

span[object="Layout"][view="settingsView"] > div > .canvas > .body > .preview > .content {
  flex-grow: 1;
  overflow: auto;
  max-height: 100%;
}

span[object="Layout"][view="settingsView"] > div > .canvas > .body > .preview > .expand-left {
  left:-2px;
  border: 2px solid var(--border);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 5px;
  font-size: smaller;
  background: var(--bg-color);
  cursor: pointer;
}

span[object="Layout"][view="settingsView"] > div > .canvas > .body > .preview > .expand-right {
  right:-2px;
  border: 2px solid var(--border);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  top: 5px;
  font-size: smaller;
  background: var(--bg-color);
  cursor: pointer;
}

span[object="Layout"][view="settingsView"] > div > .canvas > .body > .preview > .header {
    background: var(--bg-color);
    border-bottom: 1px solid var(--border);
}

span[object="Layout"][view="settingsView"] .sidebar {
  min-width:50px;
  max-width:50px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  width: fit-content;
}

span[object="Layout"][view="settingsView"] .sidebar.expanded {
  min-width:270px;
  max-width:270px;
}
  
span[object="Layout"][view="settingsView"] .sidebar ul {
  flex-wrap: nowrap;
  flex-direction: column !important;
  width: 50px !important;
}

span[object="Layout"][view="settingsView"] .sidebar .border.list {
  overflow: visible;
  border: none !important;
}

span[object="Layout"][view="settingsView"] .sidebar.expanded ul {
  flex-direction: row !important;
  width: 100% !important;
}

span[object="Layout"][view="settingsView"] .sidebar > .body {
  flex-grow: 1;
  max-height: 100%;
  overflow: auto;
  display: none;
}

span[object="Layout"][view="settingsView"] .sidebar.expanded > .body {
  flex-grow: 1;
  max-height: 100%;
  overflow: auto;
  display: block;
}

span[object="Layout"][view="settingsView"] .zoom {
  max-width:40px;
  text-align:center;
  border:1px solid var(--border);
}

span[object="Layout"][view="settingsView"] .column-settings {
  min-width: 50px;
  max-width: 50px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

span[object="Layout"][view="settingsView"] .column-settings.expanded {
  min-width: 270px;
  max-width: 270px;
}

span[object="Layout"][view="settingsView"] .column-settings .column {
  flex: 0 0 100%;
  max-width: 100%;
}

span[object="Layout"][view="settingsView"] .column-settings > ul {
  flex-wrap: nowrap !important;
  flex-direction: column !important;
  width: 100%;
}

span[object="Layout"][view="settingsView"] .sidebar > ul .nav-link,
span[object="Layout"][view="settingsView"] .column-settings > ul .nav-link {
  border: none;
  border-radius: 0px;
}

span[object="Layout"][view="settingsView"] .sidebar > ul .nav-link.active {
  border-right: 4px solid var(--primary);
  color: var(--primary);
}

span[object="Layout"][view="settingsView"] .column-settings > ul .nav-link.active {
  border-left: 2px solid var(--primary);
  color: var(--primary);
}

span[object="Layout"][view="settingsView"] .sidebar.expanded > ul .nav-link.active,
span[object="Layout"][view="settingsView"] .column-settings.expanded > ul .nav-link.active {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid var(--primary) !important;
}

span[object="Layout"][view="settingsView"] .column-settings > .tab-content {
  display: none;
}

span[object="Layout"][view="settingsView"] .column-settings.expanded > .tab-content {
  display: block;
}

span[object="Layout"][view="settingsView"] .column-settings.expanded ul {
  flex-direction: row !important;
}

span[object="Layout"][view="settingsView"] .column-settings span[object='Boolean'] {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

span[object="Layout"][view="settingsView"] .column-settings
span[object="Collapsible"][view="default"] > .outer {
  border-radius: 0px;
}

span[object="Layout"][view="settingsView"] .column-settings .style-rules {
  cursor: pointer;
  font-weight: bold;
}

span[object="Layout"][view="settingsView"] .layout-event,
span[object="Layout"][view="settingsView"] .event-handler {
  display: flex;
  justify-content: space-between;
}

span[object="Layout"][view="settingsView"] .layout-event > span,
span[object="Layout"][view="settingsView"] .event-handler > span {
  width: 100% !important;
  overflow: hidden !important;
}

span[object="Layout"][view="settingsView"] .event-handlers {
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

span[object="Layout"][view="settingsView"] .event-handlers .add-action {
  border-radius: 50%;
}

span[object="Layout"][view="settingsView"] .devices {
  pointer-events: none;
  z-index: 1;
}

span[object="Layout"][view="settingsView"] .devices > .btn-group {
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: var(--bg-color);
  pointer-events: all;
}

span[object="Layout"][view="settingsView"] [object="Image"] .gallery-column {
  max-width: 50%;
}

span[object="Layout"][view="settingsView"] .refresh {
  animation: refreshAnimation 0.1s;
}
  
@keyframes refreshAnimation {
  from { transform: scale(1); }
  to { transform: scale(1.0001); }
}span[object="Layout"][view="contentView"] .col-0 {
  width:3px;
  max-width:3px;
  flex:0 0 3px;
}
span[object="Layout"][view="contentView"] .textGradientPreview span{
  -webkit-background-clip: text;
}
 span[object="Layout"][view="contentView"] .layout-column {
  position: relative;
  padding:5px;
  width:100%;
  height:100%;
  border:1px dashed var(--border);
}

span[object="Layout"][view="contentView"] .layout-column:hover {
  overflow: visible !important;
}

span[object="Layout"][view="contentView"] .layout-column:hover:not(.selected-column) {
  border: 3px solid var(--warning);
}

span[object="Layout"][view="contentView"] .selected-column > div {
  min-height: 60px;
}

span[object="Layout"][view="contentView"] .drop-left {
  border-left: 3px dashed var(--success) !important; 
}

span[object="Layout"][view="contentView"] .drop-middle {
  border: 3px dashed var(--success) !important; 
}

span[object="Layout"][view="contentView"] .drop-right {
  border-right: 3px dashed var(--success) !important;  
}

span[object="Layout"][view="contentView"] .grip-group {
  background: var(--primary);
  border-radius: 2px;
}

span[object="Layout"][view="contentView"] .column-grip {
  position:absolute;
  z-index:999;
  height: 25px;
  width: 25px;
  color: var(--light);
  background: var(--primary);
  border: 1px solid var(--primary);
  align-items:center;
  text-align: center;
  border-radius: 2px;
  font-size: 18px !important;
}

span[object="Layout"][view="contentView"] .selected-wrapper {
  overflow:visible !important;
  padding: 15px !important;
}

span[object="Layout"][view="contentView"] .column-header {
  font-weight: bold;
  font-size: 14px;
  background: var(--bg-color);
}

span[object="Layout"][view="contentView"] .column-header i {
  font-size: 20px;
}

span[object="Layout"][view="contentView"] .layout-column.repeat {
   box-shadow: -1px 1px 0px 0px var(--bg-color), 
    -2px 2px 0px 0px var(--border), 
    -3px 3px 0px 0px var(--bg-color),
    -4px 4px 0px 0px var(--border);
}

span[object="Layout"][view="contentView"] > .canvas {
  min-height:100vh;
  transform:translate(0,0);
  padding:12px;
}

span[object="Layout"][view="contentView"] > .canvas.highlight .layout-column:not(:has(.selected-column)) {
  opacity: .3;
}

span[object="Layout"][view="contentView"] .selected-column {
  background-color: rgba(255,255,255,.1);
  border: 3px solid var(--primary);
  z-index: 1;
  opacity: 1 !important;
  overflow: visible !important;
}span[object="Layout"][view="renderView"] .column:empty {
    display:none;
}

span[object="Layout"][view="renderView"] .skeleton {
  min-height: 30px;
  padding-top: 15px;
}

span[object="Layout"][view="renderView"] .skeleton .bone {
    animation: skeleton-loading 1s linear infinite alternate;
    height:100%;
    border-radius:10px;
    background-color:lightgrey;
}

span[object="Layout"][view="renderView"] .row {
  perspective: inherit;
}
  
@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.collection-default {
  max-width: 100vw;
  overflow: auto;
}

.collection-default-current-row {
  border: 2px solid var(--primary) !important;
}.collection-default {
  max-width: 100vw;
  overflow: auto;
}

.collection-default-current-row {
  border: 2px solid var(--primary) !important;
}
span[object="Collection"][view="default"] label{
  display: block ;
  font-weight: bold;
  padding-top: 5px;
}.Collection-detailView .index {
  display: inline-block;
  text-align:right;
}

.Collection-detailView .selected {
  font-weight: bold;
}

.Collection-detailView .droptarget {
  border-top:2px solid grey;
}

.Collection-detailView .list .btn-group, 
.Collection-detailView .list .btn {
  border-radius: 0px;
}

.Collection-detailView .list ul {
  list-style: none;
  padding-inline-start: 0px;
}

.Collection-detailView .resizable {
  flex:0 0 auto; 
  height: auto; 
  overflow:hidden; 
}

.Collection-detailView .list {
  height: 100%;
  padding: 0px;
  white-space: nowrap;
  overflow: auto;
}

.Collection-detailView .ui-resizable-handle {
  border:5px solid lightgrey;
}

.Collection-detailView .detail  {
  flex: 1 1 auto;
  width: 100%;
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  padding-top: calc(15px + env(safe-area-inset-top));
}

.Collection-detailView .split-pane {
  display: flex;
  flex-direction: row;
  min-height: 50vh;
}

.Collection-detailView .Collection-item {
  cursor: pointer;
}

.Collection-detailView .Collection-item:hover {
  font-weight: bold;
}

/* .Collection-detailView {
  background: white;
} */

@media (max-width: 768px) {
  .Collection-detailView .split-pane .minimize {
    display: none;
  }

  .Collection-detailView .split-pane .resizable {
    width: 100%;
    max-width: 100%;
  }

  .Collection-detailView .border.detail {
    position:fixed;
    background-color: white;
    z-index: 2000;
    max-height: 100%;
    overflow: auto;
    left:0px;
    top:0px;
    height: 100vh;
  }

  .Collection-detailView .border.detail .close-detail {
    display: inline-block !important;
  }
}

span[object='Collection'][view="detailView"] .resizable .btn-group .btn {
    border-radius: 0px !important;
}span[object="Collection"][view="diagramView"] .node {
    border-radius: 25px;
    border: 2px solid lightgrey;
}
.tree-default-current-row {
  background-color: lightyellow !important;
}

.drop-before, .drop-within {
  border-top: 2px solid grey;
}

.drop-after, .drop-within {
  border-bottom: 2px solid grey;
}
.tree-detailView {
  height: 100%;
}

.tree-detailView .tree-node > .selected {
  font-weight: bold;
}

.tree-detailView .droptarget {
  border-top:2px solid grey;
}

.tree-detailView .list .btn-group, 
.tree-detailView .list .btn {
  border-radius: 0px;
}

.tree-detailView ul {
  list-style: none;
  padding-inline-start: 0px;
}

.tree-detailView > .split-pane .list {
  height: 100%;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
}

.tree-detailView > .split-pane .detail  {
  flex: 1 1 auto;
  min-width: 75%;
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
  padding-top: calc(0px + env(safe-area-inset-top));
}

.tree-detailView > .split-pane {
  display: flex;
  flex-direction: row;
  min-height: 50vh;
}

.tree-detailView > .split-pane > .resizable {
  flex:1 0 auto;
  height: auto;
  overflow:hidden; 
  max-width: fit-content;
}

.tree-detailView .ui-resizable-handle {
  border:5px solid lightgrey;
}

.tree-detailView .tree-node {
  cursor: pointer;
}

.tree-detailView .tree-node:hover {
  font-weight: bold;
}

@media (max-width: 768px) {
  .tree-detailView .split-pane .minimize {
    display: none;
  }

  .tree-detailView .split-pane .resizable {
    width: 100%;
    max-width: 100%;
  }

  .tree-detailView .border.detail {
    position:fixed;
    background-color:white;
    z-index: 2000;
    max-height: 100%;
    overflow: auto;
    left:0px;
    top:0px;
    height: 100vh;
  }

  .tree-detailView .border.detail .close-detail {
    display: inline-block !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

span[object='Tree'][view="detailView"] .resizable .btn-group .btn {
    border-radius: 0px !important;
}
@scope (span[object='Style'][view='flexView']) {

label {
  display: block;
}

.columns {
  -moz-columns: 2 300px;
       columns: 2 300px;
  height: 100%;
}

.column {
  break-inside: avoid;
}

.fbi {
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  display: inline-block;
  cursor: default;
  user-select: none;
}

.fbi-column .fbi-items {
  flex-direction: column;
}

.fbi-items {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 2px;
  box-sizing: border-box;
  border: 2px solid var(--border);
  border-radius: 4px;
  margin: 0 auto;
  cursor: pointer;
}

.fbi:hover > .fbi-items,
.fbi.active > .fbi-items {
  border-color: var(--info);
}

.fbi.active > .fbi-items {
  background-color: var(--bg-color);
}

.fbi.active > .fbi-items > i {
  background-color: var(--secondary);
}

.fbi-items > i {
  display: block;
  background-color: var(--secondary);
  min-height: 3px;
  min-width: 3px;
  border-radius: 4px;
  margin: 1px;
}

.fbi > span {
  font-style: normal;
  font-size: 9px;
  display: block;
  text-align: center;
  margin-top: 5px;
  white-space: nowrap;
}

.fbi-wrap > .fbi-items {
  flex-wrap: wrap;
}

.fbi-jc-flex-end > .fbi-items {
  justify-content: flex-end;
}

.fbi-jc-center > .fbi-items {
  justify-content: center;
}


.fbi-jc-space-between > .fbi-items {
  justify-content: space-between;
}

.fbi-jc-space-around > .fbi-items {
  justify-content: space-around;
}

.fbi-ai-stretch > .fbi-items {
  align-items: stretch;
}

.fbi-ai-center > .fbi-items {
  align-items: center;
}

.fbi-ai-flex-start > .fbi-items {
  align-items: flex-start;
}

.fbi-ai-flex-end > .fbi-items {
  align-items: flex-end;
}

.fbi-ai-baseline > .fbi-items {
  align-items: baseline;
}

.fbi-ai-baseline > .fbi-items > i {
  padding: 1px;
  text-align: center;
  font-size: 6px;
  font-style: normal;
  font-weight: bold;
  color: var(--border);
}

.fbi-ai-baseline > .fbi-items > i:last-child {
  font-size: 9px
}

}
span[object="Color"][view="default"] .nocolor {
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 12px 12px;
  background-position: 0 0, 0 6px, 6px -6px, -6px 0px;
}

span[object="Color"][view="default"] label {
  cursor: pointer;  
}

span[object="Color"][view="default"] .disabled {
  width:25px;
  height:25px;
  display: inline-block;
  border-radius: 50%;
}

span[object="Color"][view="default"] .input-group.minimized [type="text"] {
  display: none;
}

span[object="Color"][view="default"] .input-group .input-group-text {
  padding: 0px;
  border: 1px solid var(--border);
}

span[object="Color"][view="default"] .input-group.minimized .input-group-text {
  min-height: 40px;
  min-width: 40px;
  border-radius: 50%;
}

span[object="Color"][view="default"] input[type="color"] {
	-webkit-appearance: none;
	border: none;
  opacity: 0;
}

span[object="Color"][view="default"] input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}

span[object="Color"][view="default"] input[type="color"]::-webkit-color-swatch {
	border: none;
}
[object='Image'][view='default'] {
  width: auto !important;
}

span[object='Image'][view='default'] .auto-image {
  background: #099bdd;
  color: white;
  opacity: 1; 
  display: inline-block; 
  font-weight: bold; 
  font-size: 80px;
  border-radius: 50%; 
  vertical-align: middle; 
  width: 140px; 
  height: 140px; 
  line-height: 140px; 
  text-align: center; 
}
span[object='Image'][view='default'] .minimized {
  width: 39px; 
  height:39px; 
  line-height: 39px; 
  font-size: 12px;
}

span[object='Image'][view='default'] .delete {
  width: 25px;
  height: 25px;
  padding: 0px;
  border-radius: 50%;
  top:2px;
  right:2px;
}

span[object='Image'][view='default'] .image-block.editable {
  min-width: 60px;
}span[object="Image"][view="selectView"] .preview {
    height: 250px;
    width: 300px !important;
    object-fit: cover;
}* {
  box-sizing: border-box;
}

.image-gallery-row {
  display: flex;
  flex-wrap: wrap;
}

.image-gallery-column {
  flex: 25%;
  max-width: 25%;
  padding: 0 2px;
}

.image-gallery-column img {
  vertical-align: middle;
}

span[object="Image"][view="galleryView"] nav ul {
  flex-wrap:wrap;
}

span[object="Image"][view="galleryView"] .gallery-column > img {
  height: 200px;
  object-fit: contain !important;
  border: 1px solid var(--border);
  border-radius: 5px;
}
span[object="Image"][view="galleryView"] .gallery {
  min-height: 500px;
}
@media (max-width: 800px) {
span[object="Image"][view="galleryView"] .gallery-column > img {
  height: 100px;
  }
}

.modal-body span[object="Image"][view="galleryView"] .gallerySearchModalWindow{
  display: block !important;
}
span[object="Image"][view="galleryView"] input:focus, textarea:focus {
    outline: none;
}
span[object="Image"][view="galleryView"]  .page-item.active .page-link {
    color: var(--color);
    background-color: var(--primary);
    border-color: var(--primary);
}
span[object="Image"][view="galleryView"] .input-group{
    border: 1px solid var(--border);
    border-radius: 4px;
}
span[object="Image"][view="galleryView"] .input-group-text{
    background-color: var(--bg-color);
}
span[object="Image"][view="galleryView"] ul.pagination{
    margin-top: 15px;
    flex-wrap: wrap;
}
span[object="Gradient"][view="default"] .textGradientInput{
    cursor:pointer;
    display: flex;font-size: 17px;
    place-content: center;
    align-items: center;
    font-weight: 900;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


span[object="Gradient"][view="default"] .textGradientClear{
    width: 100%;
    font-size: medium;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    color: black;
}

span[object="Gradient"][view="default"] .backgroundGradientInput{
     height:38px; 
     cursor:pointer;
}
span[object="Gradient"][view="default"] .backgroundGradientClear{
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    width: fit-content;
    margin: 0 0 0 auto;
    color:black;
}
span[object="Criteria"][view="filterView"] .seeMore{
    display: block;
}
span[object="Criteria"][view="filterView"] .bi-funnel{
    font-size:22px;
}
span[object="Criteria"][view="filterView"] .button-badge {
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    height: 15px;
    top: -2px;
    width: 15px;
    right: -2px;
    color: var(--primary) !important;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
}
span[object="Criteria"][view="filterView"] .funnelContainer {
    position:relative;
    width:fit-content;
    margin:auto;
}
span[object="Criteria"][view="filterView"] .outerCol {
   display:flex;
   flex-wrap:wrap;
   gap:10px;
}
span[object="Criteria"][view="filterView"] .innerCol {
    flex:1 1 auto;
    min-width:150px;
    max-width:150px;
     padding:10px;
}
span[object="Criteria"][view="filterView"] .innerCol label{
    font-weight:bold;
}
span[object="Criteria"][view="filterView"] .checkboxouter{
    line-height:1;
    cursor: pointer;
}
span[object="Criteria"][view="filterView"] .assetLabel {
    font-weight: bold;
    margin-top: 0.5rem; 
    color:var(--primary);
}
span[object="Criteria"][view="filterView"] .filteritems {
    white-space:nowrap;
}
@scope (span[object="JSON"][view="default"]) {
    .remove a {
        text-decoration: none;
        font-size: smaller;
    }

    .column:not(:has(:nth-child(2))):has(.remove) {
        display: none;
    }
}@scope(span[object="JSON"][view="spreadSheet"]){
     #spreadsheet-container{
        border : 1px solid var(--border);
    }
    .nav.nav-tabs {
        width : calc(100% - 152px);
        display : flex;
        flex-wrap : nowrap;
        overflow: overlay;
    }
    .nav-tabs .nav-link {
        border: 1px solid var(--border);
    }
    .closeButton{
        cursor: pointer;
        position: absolute;
        top: 13px;
        right: 18px;
        border-radius: 50%;
        font-size: 10px;
        padding: 1px 4px;
        background: var(--primary);
        color: var(--light);
    }
    .current-sheet-label{
        width: 152px;
        background: var(--bg-color);
        padding: 6px 12px;
        text-align: right;
        margin-bottom: 12px;
    }
    .selectExcelFile{
        padding : 15px;
    }
    button:focus , input:focus{
        outline:none !important;
    }
    td,th {
        text-overflow: ellipsis;
        overflow: hidden;
        min-width: 100px;
        max-width:100px;
    }
    td.fit,th.fit{
        max-width: 75px !important;
        min-width: 34px !important;
        width: 34px !important;
    }
    input{
        background: transparent !important;
        color : inherit !important;
        border : none;
        font-weight : bold !important;
        cursor:text;
        max-width: 100% !important;
        
    }
    input.showingOutOf{
        width: 36px;
        text-align: center;
    }
    th {
        background-color: var(--primary);
        color: var(--light);
        font-weight: bold;
    }
    .nav-link.active{
        border : 2px solid var(--border) !important;
    }
    .sheetFooter{
        background: var(--bg-color);
        position: sticky;
        bottom: 0px;
    }
}
span[view="kanbanView"] .board {
    /* overflow: scroll; */
    /* max-width: 100%; */
}

span[view="kanbanView"] .board .bucket {
    min-width: 500px;
}@scope (.Record-gallery) {
    .record {
        border-bottom: 1px solid var(--border);
        padding-top: 5px;
        padding-bottom: 5px;
        display: flex;
        align-items: top;
        cursor: pointer;
        width: 100%;
    }

    .records {
        width: 100%;
    }

    .filters {
        width: 300px;
        border-right: 1px solid var(--border);
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 15px;
    }

    .record > .text {
        padding-left: 5px;
    }

    .record > .text > div:first-child {
        font-weight: bold;
    }

    .search {
        margin-bottom: 15px;
        display: flex;
    }

    .static {
        margin-bottom: 15px;
    }

    .primary {
        width: auto;
        margin-left: auto;
    }
}.Record-default .fit {
  white-space: nowrap;
  text-align: center;
  width: 1rem;
}

.Record-default .card-container {
  padding: 5px;
}

.Record-default .card-container .card {
  height: 100%;
}

.Record-default .dropdown-menu:empty {
  display: none;
}

.Record-default .selectable {
  color: lightgrey;
}

.Record-default .Record-form > .split-pane > .resizable {
  flex:0 0 auto; 
  height: auto; 
  overflow:hidden; 
  max-width: 25%;
  border-right: 3px solid lightgrey;
}

.Record-default .Record-form .split-pane > .resizable > .ui-resizable-handle {
  border:5px solid lightgrey;
}

.Record-default .Record-form .column:empty {
  display: none;
}

.Record-default .Record-form > .split-pane .list {
  overflow: auto;
  height: 100%;
  min-height: 100%;
  cursor: pointer;
  white-space: nowrap;
  border-left:0px;
  border-top:0px;
  border-bottom:0px;
  max-height:100vh;
  width: 100%;
}

.Record-default .Record-form > .split-pane .list > .card {
  overflow: hidden;
}

.Record-default > .header {
  z-index: 1019 !important;
}

.Record-default > .header > .input-group {
  overflow: hidden !important; 
}

.Record-default .Record-form  > .split-pane .list > div:hover {
  border: 2px solid lightgrey;
}

.Record-default .Record-form  > .split-pane .list > .selected {
  border: 2px solid;
}

.Record-default .Record-form  > .split-pane {
  display: flex;
  flex-direction: row;
}

.Record-default .Record-form  > .split-pane > .detail {
  flex: 1 1 auto;
  padding: 15px;
  padding-top: 0px;
  min-width: 75%;
}

.Record-default .Record-form  .related {
  border-radius: 30px;
}

.Record-default .Record-form .resizable {
  /* max-width:25%;
  width:25%; */
}

.Record-default .group {
  cursor: pointer;
}

.Record-default .current {
  border: 2px solid var(--primary) !important;
}

.Record-default .table-bordered thead th {
  border-bottom-width: 0px;
}

.Record-default .table-bordered thead {
  border-bottom: 2px solid var(--border);
}

.Record-default .nav-tabs {
  font-weight: bold;
}

.Record-default .filter-settings {
  min-width: 250px;
  max-width: 250px;
  overflow: auto;
}

.Record-default .filter-settings .btn-group {
  display: flex;
  justify-content: space-evenly;
}

.Record-default .filter-settings .btn-group button {
  width: 100%;
  border-radius:0px;
}

.Record-default .action-bar {
  justify-content: flex-end;
}

/*
@media (max-width: 768px) {
  .Record-default .Record-form .split-pane .minimize {
    display: none;
  }

  .Record-default .Record-form .split-pane .resizable {
    width: 100%;
    max-width: 100%;
  }

  .Record-default .Record-form  > .split-pane > .detail {
    position:fixed;
    background-color: white;
    padding-bottom: env(safe-area-inset-bottom);
    padding-top: env(safe-area-inset-top);
    z-index: 1049;
    max-height: 100vh;
    height: 100vh;
    min-width: 100%;
    overflow: auto;
    left:0px;
    top:0px;
  }

  .Record-default .filter-settings
   {
    min-width: 100%;
    max-width: 100%;
    overflow: scroll;
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 15px;
    z-index: 1049;
    padding-bottom: env(safe-area-inset-bottom);
    padding-top: env(safe-area-inset-top);
  }

  .Record-default .action-bar {
    position: fixed;
    padding: 0px;
    width: 100%;
    z-index: 1050;
    background-color: white;
    bottom: 0px;
    left: 0px;
    justify-content: flex-end;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .Record-default .action-bar button {
    width: 100%;
    min-height: 50px;
    border-radius:0px;
    font-size: smaller;
  }

  .Record-default .action-bar .btn-primary span {
    display:block;
    font-size: larger;
  }

  .Record-default .action-bar .dropdown-toggle {
    max-width: 50px;
  }
} */

.Record-form .list .card,
.Record-card .card-container .card {
  border: 1px solid grey !important;
  border-radius: 5px;
}

.Record-default .nav.header {
  border-bottom: 1px solid lightgrey;
  max-width: 100%;
  overflow: auto;
  flex-wrap: nowrap;
}

.Record-default .nav.header .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.Record-default .nav.header .nav-item.active .nav-link {
  font-weight: bold;
}

.Record-default .nav.header .nav-item.active {
  border: none;
  border-bottom: 2px solid var(--primary);
}

.Record-default .ai-chat {
  position: fixed;
  display: inline-block;
  right: 15px;
  bottom: 15px;
}

.Record-default .ai-chat .chat-open {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.Record-default .ai-chat .chat-window {
  position: relative;
  background: var(--bg-color);
  color: var(--color);
  max-height: 500px;
  width: 300px;
  padding: 15px;
  border: 1px solid lightgrey;
  border-radius: 5px;
}

.Record-default .ai-chat .chat-close {
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  height: 30px;
  width: 30px;
  right: -15px;
  top: -15px;
}

.Record-default .group > .card-header {
  cursor: pointer;
}

.Record-default .sticky-top {
  background: var(--bg-color);
  z-index: 1021 !important;
}

.Record-default .dropdown-menu {
  z-index: 1022 !important;
}

.Record-default .search-filters {
  overflow: hidden;
}

.Record-default .search-filters > input {
  border-right: 0px;
  border-left: 0px;
  
}

.Record-default .search-filters > .input-group-prepend > .btn {
  border: 1px solid var(--border);
  border-right: 0px;
  background: var(--bg-color);
  color: var(--color);
}

.Record-default .search-filters > .input-group-append > .btn {
  border: 1px solid var(--border);
  border-left: 0px;
  background: var(--bg-color);
  color: var(--color);
}

.Record-default .card-container .card-body span[object="Image"] > span {
  display: block !important;
}

.Record-default .card-container .card-body label {
   color: var(--secondary);
}

.Record-default .card-container .card-body label::after {
  content: ':';
}

.Record-default .card-container .card-body span[object="Image"] > label {
  display: none;
}

.Record-default .card-container .card-body span[object="Image"] img {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover !important; 
}

.Record-default .norecords {
  display: grid;

  i {
    font-size: 50px;
  }
}
@media (max-width: 768px){
.Record-default .filter-normal {
    display:none;
}
}
@media (min-width: 768px){
.Record-default .filter-minimized {
    display:none!important;
  }
}
.Record-default .filter-minimized {
    border-radius:50%;
    background-color:var(--primary);
    color:var(--light);
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    position: fixed;
    bottom:100px;
    left: calc(100vw - 60px);
    z-index:100;
}span[view="compareView"] table{
    width: 100%;
    table-layout: fixed
}
span[view="compareView"] i.eye{
    color: var(--info)
}
span[view="compareView"] i.eye.primary{
    color: var(--primary)
}

span[view="compareView"] td.eyeMid span{
    display: flex;
    justify-content: center;
}
span[view="compareView"] td.eyeMidMax span{
    display: flex;
    align-items: baseline;
}
span[view="compareView"] div.eyeMid{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%
}

span[view="compareView"] .eyeMid .fa-eye:before{
    position: relative;
    right: -120%
}
span[view="compareView"] td.eyeMid:last-child i.eyeLast,span[view="compareView"] td.eyeMidMax:last-child i.eyeLast{
    display: none;
}

span[view="compareView"] .eyeMid.assetColumn{
    display: flex;
    justify-content: space-between;
}
span[view="compareView"] td.eyeMidMax .Thing-default .column{
    flex: 0 0 100%;
    max-width: 100%;
}
span[view="compareView"] .eyeMid.green{
    background: green
}
span[view="compareView"] .emptyDataColor{
    background-color: rgba(255,0,0,0.2)
}
span[view="compareView"] .differentDataColor{
    background-color: rgba(155,185,85,0.2)
}
span[view="compareView"] tbody.compareView tr:first-child{
    -webkit-text-stroke: medium
}
span[view="compareView"] .scrollCompareDataColumn{
    overflow: auto;
}
span[object="Date"][view="default"] .date-calendar {
  background-color: white;
  border:2px solid #ddd;
  border-radius: 2px;
  z-index: 1000;
}

span[object="Date"][view="default"] .date-default {
  padding: 2px !important;
  position: relative;
}

span[object="Date"][view="default"] .date-default #date-part {
  padding-left:10px;
  border: 0px;
  height: 100%;
  width: 65%;
}

span[object="Date"][view="default"] .date-default #time-part {
  padding-left:10px;
  border: 0px;
  height: 100%;
  width: 35%;
  border-radius: 0px;
  -webkit-appearance: none;
}

span[object="Date"][view="default"] .form-control {
    overflow: hidden !important;
}
span[object='Interval'][view='default'] .input-group-append button{
    border-left: 1px solid !important;
}
/* */
span[object="object"][view="openView"] iframe {
    padding-top: 15px;
    padding-bottom: 15px;

    /*border: 1px solid lightgrey;*/
    border: 0px;
    width:100%;
    min-height: 100vh;
}
span[object="theme"][view="selectView"] .theme-switch {
    padding: 0px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
}

span[object="theme"][view="selectView"] .maximized .theme button {
    width: 100px;
    height: 100px;
    margin: auto;
}

span[object="theme"][view="selectView"] .maximized .theme {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--color);
    padding: 10px;
}
.modal {
  min-height: auto !important;
  min-width: auto !important;
  /* position: fixed !important */
}

.modal-auto > .modal-content {
  width: fit-content;
}

.modal > .modal-lg {
  max-width: 1200px;
}

.modal > .modal-sm {
  max-width: 600px;
}

.modal-dialog{
  overflow-y: initial !important
}

.modal-open {
  overflow-y: hidden;
}

body:not(.modal-open) {
    overflow-y: auto !important;
}

.modal.show {
    padding-right: 0px !important;
}

.modal-dialog > .modal-content {
  max-height: calc(100vh - 50px);
}

.modal-body {
  overflow-y: auto;
  position: static;
}
.modal-body .dropdown{
  overflow-y: auto;
  position: static;
}

.modal-body > .container-fluid,
.modal-body > .container {
  padding-left: 0px;
  padding-right: 0px;
}

.modal-dialog.maximized {
  min-width: 100%;
  margin: 0;
}

.modal-dialog-scrollable {
  max-height: 100% !important;
}

.modal-dialog.maximized .modal-content {
  min-height: 100vh;
  top: 0;
  left: 0;
  border-radius: 0px;
}

.modal-dialog .action {
  font-size: 18px;
  margin-left: 5px;
  color: grey;
}

.modal-dialog .action:hover {
  color: var(--secondary);
} 

@media (max-width: 767px) {
  
  .modal {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .modal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .modal .modal-content, .modal-body {
    height: 100%;
    border: 0 none;
    border-radius: 0;
    max-height: 100%;
  } 
  
  /*
  .modal-body {
    padding-bottom: 100px !important;
  }
*/
  .modal-header {
    border-top-left-radius: .0rem;
    border-top-right-radius: .0rem;
  } 
  .modal-footer {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap !important;
  }

  .modal-footer > span > span > button {
    width: 100%;
  }

  .modal-footer > span {
    width: 100%;
  }

  .modal-header .action > .fa-compress, 
  .modal-header .action > .fa-expand {
    display: none;
  }

}

/*

.dropdown-menu.show {
    display: block;
}*/
/* .modal .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
} */

/* .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    background-clip: padding-box;
} */


/* .modal-content{
  position: relative !important
}
.modal-content .dropdown{
  position: relative 
} */span[object="Window"][view="default"] {
    background: rgba(150,150,150,.5);
    display: block;
    height: 100%;
    position: absolute;
    left:0px;
    z-index:100;
}
/* @media only screen and (max-width:768px){ */
 span[object="Window"][view="default"] .modal-dialog, 
 span[object="Window"][view="default"] .modal-content{
         max-width: -webkit-fill-available !important;
          height: auto;
          margin:50px auto;
}
/* } */
span[object="App"][view="testView"] .preview-container {
    border:2px solid lightgrey;
    border-radius: 5px;
}
span[object="URL"] a {
    white-space: nowrap;
    margin-left: 10px;
}@scope (span[object='URL']) {
    iframe {
        border: none;
    } 
}
.page.browseView .topic,
.page.browseView .thumbnail {
    cursor: pointer;
}

.page.browseView .split-pane > .resizable {
  flex:0 0 auto; 
  height: auto; 
  overflow:hidden; 
}

.page.browseView .split-pane > .resizable > .ui-resizable-handle {
  border:5px double lightgrey;
}

@media (max-width: 767px) {
  .split-pane {
    flex-direction: column;
  }

  .thumbnails {
    padding: 0px !important;
  }

  .topics {
    width: 100%;
  }
}
.user-profileView .normal:not(.user-image){
  text-transform: none;
  text-align: left;
  font-size: 10px;
  display: flex;
}

.user-profileView .user-image {
  border-radius: 20px;
 
  width: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.user-profileView .user-image img {
  border-radius: 15px;
 
}

.user-profileView img {
  object-fit: cover;
}

.user-profileView .user-name {
  font-size: 12px;
  border-bottom: 1px solid grey;
  white-space: nowrap;
}

.user-profileView .user-notification {
  font-size: 20px;
}

.user-profileView .user-notification .badge {
  position:absolute;
  font-size:9px;
  top:5px;
  left:5px;
}

.user-profileView a {
  white-space: nowrap;
}

.user-profileView .banner img {
  width: 100%;
  max-height: 200px;
}

.user-profileView .image {
  text-align: center;
}

.user-profileView .image.has_banner {
  margin-top: -100px;
}

.user-profileView .image .backdrop {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  max-width: 200px;
  max-height: 200px;
}

.user-profileView .image img {
  border-radius: 100px;
  background-color: white;
  height: 100%;
  width: 100%;
}

.user-profileView [data-initials]:before {
  background: var(--primary);
  color: white;
  opacity: 1; 
  content: attr(data-initials); 
  display: inline-block; 
  font-weight: bold; 
  font-size: 16px;
  border-radius: 50%; 
  vertical-align: middle; 
  margin-right: 0.5em; 
  width: 35px; 
  height: 35px; 
  line-height: 32px; 
  text-align: center; 
  border: 2px solid;
}

.user-profileView .maximized[data-initials]:before {
  background: var(--primary);
  color: white;
  opacity: 1; 
  content: attr(data-initials); 
  display: inline-block; 
  font-weight: bold; 
  font-size: 90px;
  border-radius: 50%; 
  vertical-align: middle; 
  margin-right: 0.5em; 
  width: 160px; 
  height: 160px; 
  line-height: 150px; 
  text-align: center; 
  border: 3px solid;
}
#userProfileEditView{
  display: flex;
  flex-direction: column;
 
}
#userProfileImage{
  display: flex;
  width:100%;
  align-items: center;
}
#userProfileDetails{
  display: flex;
  flex-wrap: wrap;
}

#userProfileEditView >.userProfileDetails .input-group{
  border: none !important;
}

span[object="User"][view="profileView"] .dropdown-item:hover, span[object="account"][view="profileView"] .dropdown-item:hover i{
  color: var(--primary) !important;
  font-weight: 600;
}

@media(max-width: 991px){

    span[object="User"][view="profileView"] .user-profileView .user-image{width: auto}
}@media(max-width: 767px){
    .rememberMeBooleanContainer{
        display: flex !important;
        flex-direction: column;
        align-items: flex-start !important
        
    }
}
span[object="account"][view="signInView"] .rememberMeBooleanWidth{
    width: auto !important;
}
span[object="account"][view="signInView"] .rememberMeBooleanWidthInfo{
    white-space: nowrap;
    padding-left: 2%;
}
span[object="Password"][view="default"] input {
    text-decoration: inherit !important;
    text-transform: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    text-align: inherit !important;
}

span[object="Password"][view="default"] .pwd-icon {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    right:5px;
    top: calc(50% - 20px);
}
.iti__country-list {
    background-color: var(--bg-color) !important; 
}

span[object="Phone"][view="default"] .iti--allow-dropdown {
    min-width: -webkit-fill-available;
}
.pac-container {
  z-index: 1999;
}

.address-search {
  border-bottom-left-radius:0px !important; 
  border-bottom-right-radius:0px !important;
}

.address-map {
  border-top-left-radius:0px !important; 
  border-top-right-radius:0px !important;
  min-height: 250px;
}


span[object="Position"][view="mapView"] .place-search {
    border: none;
}

span[object="Position"][view="mapView"] .search-bar {
    border-bottom: 2px solid lightgrey;
}span[object="Position"][view="searchView"] .input-group-text{
    background: var(--bg-color) !important;
    border: none;
    padding: 0px 15px !important;
}
span[object="Position"][view="searchView"] .searchView_outer_container{
    flex-direction:column;
    width:100%;
    height:100%;
}
span[object="Position"][view="searchView"]  .address_search.search{
    border:none !important;
}
span[object="Position"][view="searchView"] .recent_location_text{
    font-style: italic;
    margin: 0px;
    padding: 0px 15px;
    color: var(--color)
}
span[object="Position"][view="searchView"] .address_dropdown{
    display: flex;
    flex-direction:column-reverse;
}
span[object="Position"][view="searchView"] .dropdown_item, span[object="Position"][view="searchView"] .input-group-append span.input-group-text{
    cursor:pointer;
}
span[object="Position"][view="searchView"] small{
    display:block;
}
span[object="Position"][view="searchView"] .address_disabled{
    padding-left: 12px;
    margin: 0px;
}
span[object="Position"][view="searchView"] .icon_disabled{
    display: flex;
    align-items: center;    
}
span[object="Position"][view="searchView"] .input-group{
    border: 1px solid var(--border);
    border-radius: 4px;
}
span[object="Position"][view="searchView"] .dropdown-menu{
    top: auto !important;
    left: auto!important;
}
span[object="Action"][view="default"] > label {
    display: none;
}

span[object="Action"][view="default"] .right {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

span[object="Action"][view="default"] .right>span:first-child {
    margin: 0 0 0 6px
}

span[object="Action"][view="default"] .bottom {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
span[object="Search"][view="default"] .dropdown-menu {
	max-height: 50vh;
	overflow: auto;
	max-width:500px;
	width:max-content;
	
}
span[object="Search"][view="default"] form button{
	color:var(--color)!important;
	background-color:var(--bg-color)!important;
}
span[object="Search"][view="default"] form{
	border:1px solid var(--border);
	overflow:hidden;
	border-radius:7px;
}
span[object="Search"][view="default"] .form-control{
	box-shadow:none !important;
	border:0px!important;
	
	
}
span[object="Search"][view="default"] .has-keyword input {
	max-width: calc(100% - 80px) !important;
}
span[object="Search"][view="default"] .input-group-append,
span[object="Search"][view="default"] .input-group-prepend{
	border:0px !important;
	
}
span[object="Search"][view="default"] .input-group button{
	border:0px !important;
}
span[object="Search"][view="default"] input {
	background-color:var(--bg-color)!important;
	border:0px !important;
	padding:0px;	
}
span[object="Search"][view="default"] input  {
	padding :.375rem .75rem !important;
	
}


@media(max-width:767px){
	span[object="Search"][view="default"] .maximized{	
		padding:10px;
		width:100vw;
		position:fixed;
		height:100vh;
		background-color:var(--bg-color);
		top:0px;
		left:0px;
		z-index:10;	
	}
	span[object="Search"][view="default"] .maximized .dropdown-menu {
		max-height: 100vh!important;
		border-width:0px;
		background-color:var(--bg-color);
		width:100vw;
		max-width:100vw;
		overflow-x: hidden;
	}

}
span[object="Search"][view="default"] .dropdown-menu:empty {
	display: none !important;
}

span[object="Search"][view="default"] .input-group {
	overflow: hidden;
	flex-wrap: nowrap;
}
span[object="Search"][view="default"] .cross {
	display:flex;
	align-items:center;
	justify-content:center;
	color :var(--bg-color);
	width:100%;
	
}
span[object="Search"][view="default"] .cross-input {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	right:10px;
	z-index:30;
	background-color: var(--color);
	height:20px;
	width:20px;
	border-radius:50%;
	cursor:pointer;
}
span[object="Search"][view="default"] .action >span{
	display:flex;
	justify-content:flex-end;
}
span[object="Search"][view="default"] .action button{
	width:auto;
}
span[object="Search"][view="default"] .cancel{
	padding:0px;
	display:flex;
	align-items:center;
	font-size:16px;
}
span[object="Search"][view="default"] input.padding-class {
	padding-left:0px!important;
	
}
html {
  scroll-behavior: smooth;
}

.navbar-brand {
  padding: 0px !important;
  max-height: 32px !important; 
}

.navbar-brand img {
  max-height: 32px !important; 
}

.navbar .dropdown-menu {
  z-index:1050; 
  position: absolute;
  min-width: fit-content !important;

}

.navbar .dropdown-menu:empty {
  display:none;
}

.navbar-toggler {
  background: none;
  border:0px !important;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: black;
  margin: 4px 0 4px 0;
  transition: all 0.2s;
}

.navbar-dark .navbar-toggler .icon-bar {
  background: #ffffff;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

span[object="Navigation"][view="default"] .toolbar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 1000;
  background: var(--bg-color);
}

span[object="Navigation"][view="default"] .toolbar {
  list-style: none;
  padding: 0px;
  margin: 0px;
  justify-content: space-between;
  border-top: 1px solid var(--border);
}

span[object="Navigation"][view="default"] .toolbar > li {
  width:100%;
}

span[object="Navigation"][view="default"] .toolbar > li > a {
  color: white;
  font-size: 12px !important;
  text-transform: none !important;
  display: flex;
  flex-direction: column;
  text-align: center;
}

span[object="Navigation"][view="default"] .navbar-nav {
  align-items: center;
}

span[object="Navigation"][view="default"] .toolbar > li.active,
span[object="Navigation"][view="default"] .toolbar > li:hover {
  font-weight: bold;
}

@media (max-width: 767px) {
   span[object="Navigation"][view="default"] li.render_as_toolbar {
     display: none;
   }

   span[object="Navigation"][view="default"] .toolbar li.render_as_toolbar {
     display: inline-block;
   }
}

span[object="Navigation"] .navigation-content {
  min-height: 100%;
}

span[object="Navigation"] .navigation-content > .object-container > label {
	font-size: 25px;
  font-weight: normal; 
  padding-left: 15px;
  padding-right: 15px;
}

span[object="Navigation"] .nav-link {
  white-space: nowrap;
}

span[object="Navigation"][view="default"] .back {
  font-size: 20px;
  font-weight:bold;
}

span[object="Navigation"][view="default"] .back:active,
span[object="Navigation"][view="default"] .back:hover {
  color:lightgrey;
}

span[object="Navigation"][view="default"] .navbar-shrink {
  background-color: var(--bg-color);
}

span[object="Navigation"][view="default"] .nav-item .badge {
  top: 5px;
}

/*
@media (max-width: 768px) {
    span[object="Navigation"] .guide-actions {
        position: fixed;
        background: white;
        bottom: 0px;
        left: 0px;
        padding-bottom: env(safe-area-inset-bottom);
    }

    span[object="Navigation"] .guide-actions .btn {
        width: 100%;
        border-radius: 0px !important;
    }
}
*/

span[object="Navigation"][view="default"] .navbar-nav .nav-item.active {
  border: none;
}

span[object="Navigation"][view="default"] .nav-link i:empty {
  /* color: var(--secondary); */
}
.nav-tabs .nav-item .active {
    border-bottom: none !important;
}

@media (max-width: 768px) {
  span[object="Navigation"][view="default"] .navbar-nav {
    flex-direction: row;
    gap: 10px;
    overflow: auto;
    width: 100%;
    overflow-y: hidden;
  }

  span[object="Navigation"][view="default"] .navbar-collapse .navbar-nav {
    flex-direction: column;
    gap: 0px;
    /* overflow: auto; */
    overflow: visible;
  }

  span[object="Navigation"] .navigation-content.has-toolbar {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px){
  span[object="Navigation"] .dropdown-item{
    text-align: center !important
  }
}
span[object="Navigation"][view="default"] .nav-item .dropdown, span[object="Navigation"][view="default"] .nav-item .dropdown-menu{
  width: 100% !important
}

span[object="Navigation"][view="default"] .noauth {
  max-width: 500px;
  margin: auto;
  padding: 15px;
}

span[object="Navigation"][view="default"] .noperm {
  text-align: center;
  display: flex;
  flex-direction: column;
}

span[object="Navigation"][view="default"] .noperm i {
  font-size: 50px;
  color: var(--warning);
}

span[object="Navigation"][view="default"] .nav-tabs .nav-item.active {
  border: 1px solid var(--border);
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}.navigation-tileView .tile img {
  height: 100px;
  border-radius: 50%;
}

.navigation-tileView .tile {
  text-align: center; 
  cursor: pointer;
}

.navigation-tileView .breadcrumb-item,
.navigation-tileView .back {
  font-size:20px;
}

.navigation-tileView .content {
  background-color: #e7e7e7;
  color: black; 
  padding-top:5px;
}
span[object="Navigation"][view="sidebar"] > .container-fluid {
    transform: translate(0,0); 
}

span[object="Navigation"][view="sidebar"] > .container-fluid > .row {
    flex-wrap: nowrap;
}

span[object="Navigation"][view="sidebar"] > div > .row > #sidebar .toggler-max {
    position: absolute;
    overflow: hidden;
    top: 50px;
    right: 0px;
    z-index: 2;
    padding-top: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid var(--border);
    border-right: 0px;
    font-size: smaller;
    cursor:pointer;
    background: var(--light);
    color: var(--dark);
}

span[object="Navigation"][view="sidebar"] > div > .row > #content .toggler-min {
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 0px;
    z-index: 1;
    padding-top: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid var(--border);
    border-left: 0px;
    font-size: smaller;
    cursor:pointer;
    background: var(--light);
    color: var(--dark);
}

span[object="Navigation"][view="sidebar"] > div > .row > #sidebar > ul > li > .nav-link[data-toggle].collapsed:after {
    content: " ▾";
}
span[object="Navigation"][view="sidebar"] > div > .row > #sidebar > ul > li > .nav-link[data-toggle]:not(.collapsed):after {
    content: " ▴";
}

span[object="Navigation"][view="sidebar"] > div > .row > #sidebar > ul > li > .nav-link {
    white-space: nowrap;
}

span[object="Navigation"] .navigation-content > .object-container > label {
  font-size: 25px;
  font-weight: normal; 
  padding-left: 15px;
  padding-right: 15px;
}

span[object="Navigation"] > div > .row > #sidebar  {
    background-color: var(--bg-color);
    position: sticky !important;
    overflow: auto;
    overflow-x: hidden !important;
    top: 0px;
    z-index: 1022;
    max-height: 100vh;
    border-right: 1px solid var(--border);
}

span[object="Navigation"][view="sidebar"] .nav-item.active {
  border: none;
  font-weight: bold;
  background-color: var(--bg-color);
}

span[object="Navigation"][view="sidebar"] #sidebar .nav-item.active .nav-link {
    color: var(--color) !important;
}

/*
span[object="Navigation"][view="sidebar"] .nav-item:hover {
  border: none;
  font-weight: bold;
  background-color: var(--bg-color);
}
*/

span[object="Navigation"][view="sidebar"] .nav-item > .nav-link:hover {
  color: var(--color) !important;
  font-weight: bold;
  background-color: var(--bg-color);
}

span[object="Navigation"][view="sidebar"] .nav-item.active .image.has-active,
span[object="Navigation"][view="sidebar"] .nav-item:hover .image.has-hover {
    display: none;
}

span[object="Navigation"][view="sidebar"] .nav-item.active .activeImage  {
    display: inline !important;
}

span[object="Navigation"][view="sidebar"] .nav-item:hover:not(.active) .hoverImage  {
    display: inline !important;
}

span[object="Navigation"][view="sidebar"] .nav-item.start {
    order: 1;
}

span[object="Navigation"][view="sidebar"] .nav-item.center {
    order: 2;
}

span[object="Navigation"][view="sidebar"] .nav-item.end {
    order: 3;
}

span[object="Navigation"][view="sidebar"] .nav-item.end:not(.nav-item.end ~ .nav-item.end) {
    margin-top: auto;
}

span[object="Navigation"][view="sidebar"] .minimized > .row > #sidebar .nav-item.active .nav-link::before{
    content: none;
}

span[object="Navigation"][view="sidebar"] .minimized > .row > #sidebar .nav-link .label {
    display: none !important;
}

span[object="Navigation"][view="sidebar"] .minimized > .row > #sidebar {
    max-width: 55px; 
    max-height: 100vh;
    overflow: auto !important;
}

span[object="Navigation"][view="sidebar"] > .minimized > .row > div:nth-child(2) {
    max-width: calc(100% - 55px);
    flex: 0 0 calc(100% - 55px); 
}

span[object="Navigation"][view="sidebar"] .minimized > .row > .content {
    min-width: calc(100% - 55px);
}

span[object="Navigation"][view="sidebar"] > .maximized.auto > .row > #sidebar {
    float: left;
}

span[object="Navigation"][view="sidebar"] > .maximized.auto > .row > #content {
    position: relative;
    max-width: 100%;
    flex: 0 0 100%;
}

span[object="Navigation"][view="sidebar"] .content .breadcrumbs  { 
   padding-left: 15px; 
}

span[object="Navigation"][view="sidebar"] > div > .row > #sidebar .sidebar-brand .label,
span[object="Navigation"][view="sidebar"] > div > .row > #sidebar .nav-link {
    text-overflow: clip;
    color: var(--light);
}

span[object="Navigation"][view="sidebar"] > div > .row > #sidebar .bg-default .sidebar-brand .label,
span[object="Navigation"][view="sidebar"] > div > .row > #sidebar .bg-default .nav-link {
    text-overflow: clip;
    color: var(--color);
}

span[object="Navigation"][view="sidebar"] .search.minimized {
    display: none;
}

span[object="Navigation"][view="sidebar"] > label {
    display: none;
}

span[object="Navigation"][view="sidebar"] > div > .row > #sidebar .sidebar-brand {
    padding: 10px !important;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

span[object="Navigation"][view="sidebar"] .noauth {
  max-width: 500px;
  margin: auto;
  padding: 15px;
}

span[object="Navigation"][view="sidebar"] .noperm {
  text-align: center;
  display: flex;
  flex-direction: column;
}

span[object="Navigation"][view="sidebar"] .noperm i {
  font-size: 50px;
  color: var(--warning);
}

span[object="Navigation"][view="sidebar"] #sidebar::-webkit-scrollbar {
  width: 5px;
}

span[object="Navigation"][view="sidebar"] #sidebar::-webkit-scrollbar-track {
  background: transparent;
}

span[object="Navigation"][view="sidebar"] #sidebar::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border-radius: 20px;
  border: transparent;
}

span[object="Navigation"][view="sidebar"] > div > div > #sidebar > ul {
    min-height: 100%;
    height: fit-content; 
}

span[object="Navigation"][view="sidebar"] #content > .nav-tabs > .nav-item > .active {
    font-weight: bold;
    border-bottom: 3px solid var(--primary) !important;
}

span[object="Navigation"][view="sidebar"] #content > .nav-tabs > .close-tab {
    cursor: pointer;
    color: var(--border);
}

span[object="Navigation"][view="sidebar"] #content > .header:has(h5) {
    background: var(--bg-color);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1021;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--border);
}

@media (max-width: 767px) {
    span[object="Navigation"][view="sidebar"] > div > div > #sidebar {
        position: fixed !important;
        z-index: 10000;
        background: var(--bg-color);
        width: 80vw;
        max-width: 100%;
        height: 100vh;
        overflow: auto;
        display: none;
        right: 0px;
        top: 0px;
        border: 1px solid var(--border);
    }

    span[object="Navigation"][view="sidebar"] > div > div > #content {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-left: 0px !important;
    }

    span[object="Navigation"][view="sidebar"] > div > div > #content > .content {
        height: 100%;
    }

    span[object="Navigation"][view="sidebar"] > div > div > #sidebar.show {
        display: block;
    }

    span[object="Navigation"][view="sidebar"] .btn.menu,
    span[object="Navigation"][view="sidebar"] .btn.x {
        position: absolute;
        right: 3px;
        top: 3px;
        z-index: 1;
    }

    span[object="Navigation"][view="sidebar"] > div > .row > #content > .toolbar {
        position: sticky;
        bottom: 0px;
        left: 0px;
        width: 100vw;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        z-index: 1021;
        background: var(--bg-color);
        border-top: 1px solid var(--border);
    }

    span[object="Navigation"][view="sidebar"] > div > .row > #content > .toolbar > .btn {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        color: var(--light);
    }

    span[object="Navigation"][view="sidebar"] > div > .row > #content > .toolbar > .btn .label {
        display: inline !important;
        font-weight: normal !important;
        font-size: smaller;
        padding-left: 0px !important;
    }

    span[object="Navigation"][view="sidebar"] > div > .row > #content .toolbar .btn.active {
        font-weight: bold !important;
    }

    span[object="Navigation"][view="sidebar"] > div > .row > #content > .toolbar.bg-default .btn {
        color: var(--color);
    }
}
span[object="Notification"][view="timelineView"] .timeline-item {
  padding: 3em 0em 0em 2em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}

span[object="Notification"][view="timelineView"] .timeline-item p {
  font-size: 1rem;
}

span[object="Notification"][view="timelineView"] .timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
}

span[object="Notification"][view="timelineView"] .timeline-item::after {
  width: 20px;
  height: 20px;
  display: flex;
  top: 1em;
  position: absolute;
  left: -11px;
  border-radius: 20px;
  content: attr(icon);
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
}

span[object="Notification"][view="timelineView"] .timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
     border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
}

span[object="Notification"][view="timelineView"] pre {
  font-family: inherit;
}
.mapboxgl-popup-close-button {
    display: none;
} 

.mapboxgl-popup-content,
.mapboxgl-popup-content-wrapper {
    padding: 0px;
    border:2px solid lightgrey;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 300px;
}
@media (max-width: 767px) { 
    span[object="Home"][view="default"] .content {
        position:relative;
        z-index: 1;
    }
}
span[object="Home"][view="default"] .left-panel {
    background-color: white;
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 0px;
}

span[object="Home"][view="default"] .right-panel {
    display: flex;
    justify-content: right;
    height: calc(100vh - 55px);
    margin-top: 55px;
    padding: 0px;
}

span[object="Home"][view="default"] .header {
    background-color: white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    height: 55px;
    justify-content: space-between;
    border-bottom: 1px solid lightgrey;
}

span[object="Home"][view="default"] .content {
    padding-left: 15px;
    padding-right: 15px;
}

span[object="Home"][view="default"] .marker {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    font-weight: bold;
    font-style: normal;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border: 1px solid grey;
}

span[object="Home"][view="default"] .marker.active {
    z-index: 1;
    border: 2px solid steelblue;
    background-color: yellow;
}

span[object="Home"][view="default"] .marker .openProjects,
span[object="Home"][view="default"] .marker .latestRequests,
span[object="Home"][view="default"] .marker .topFavourites,
span[object="Home"][view="default"] .marker .latestPosts,
span[object="Home"][view="default"] .marker .latestVisits,
span[object="Home"][view="default"] .marker .selectedProducers,
span[object="Home"][view="default"] .marker .producers {
    font-size: 18px;
    height: 35px;
    width: 35px;
    padding: 6px 4px;
    display: inline-block;
    color: steelblue;
}

span[object="Home"][view="default"] .marker .nearbyProducers {
    font-size: 12px;
    height: 25px;
    width: 25px;
    padding: 2px 1px;
}

span[object="Home"][view="default"] .marker .image,
span[object="Home"][view="default"] .marker .count {
    font-style: normal;
    display: inline-block;
    height: 100%;
    padding: 2px 5px;
}

span[object="Home"][view="default"] .marker .count {
    background-color: lightgrey;
}

span[object="Home"][view="default"] .marker .label {
    white-space: nowrap;
    display: inline-block;
    padding: 2px 5px;
    height: 100%;
}

span[object="Home"][view="default"] .search {
    background-color: white;
    padding-top: 7px;
    position: fixed;
    top: 0px;
    left: 60px;
    width: calc(33.33vw - 60px);
    z-index: 6;
    height: 50px;
}

span[object="Home"][view="default"] .search .input-group {
    border-width: 2px;
}

span[object="Home"][view="default"] .search .action {
    border:1px solid lightgrey;
    border-radius: 25px;
    margin-left: 5px;
}

span[object="Home"][view="default"] .search .results {
    background-color: white;
    position: absolute;
    width: 100%;
    max-height: 80vh;
    overflow: auto;
    z-index: 1021;
}

span[object="Home"][view="default"] .search .results .dropdown-item {
    white-space: normal;
    cursor: pointer;
}

span[object="Home"][view="default"] .popup {
    background-color: white;
    position: absolute;
    top: 55px;
    height: calc(100vh - 55px);
    left: 33.3%;
    z-index: 3;
    padding: 0px;
    overflow: scroll;
}

span[object="Home"][view="default"] .list {
    height: calc(100vh - 50px);
    width: 100%;
    overflow: auto;
}

span[object="Home"][view="default"] .list .count {
    position: sticky;
    top: 0px;
    z-index: 1;
    background: lightyellow;
    border-bottom: 1px solid lightgrey;
}

span[object="Home"][view="default"] .popup-close {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 18px;
    z-index: 6;
    border: 1px solid lightgrey;
    border-radius: 20px;
}

span[object="Home"][view="default"] .map-actions {
    top: 5px;
    position: absolute;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

span[object="Home"][view="default"] .map-actions .add-ons {
    top: 60px;
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 5px;
    row-gap: 10px;
}

span[object="Home"][view="default"] .popup-close,
span[object="Home"][view="default"] .map-actions button {
    border: 2px solid lightgrey;
    background-color: white;
    border-radius: 20px;
    padding:2px 6px;
    color: black;
    pointer-events: all;
}

span[object="Home"][view="default"] .map-actions button {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

span[object="Home"][view="default"] .quick-filters {
    background-color: white;
    position: fixed;
    height: 55px;
    width: calc(66.6666vw - 100px);
    right: 100px;
    top: 0px;
    border-bottom: 1px solid lightgrey;
}

span[object="Home"][view="default"] .icons {
    background-color: white;
    position: fixed;
    display: flex;
    align-items: center;
    height: 55px;
    width: 100px;
    right: 0px;
    top: 0px;
    z-index: 4;
    cursor: pointer;
    border-bottom: 1px solid lightgrey;
}

span[object="Home"][view="default"] .profile-icon {
    font-size: 1.75rem;
}

span[object="Home"][view="default"] .icon {
    position: absolute;
    cursor: pointer;
    margin-top: 5px;
    left: 15px;
}

span[object="Home"][view="default"] .search .return {
    display: none;
    font-size: 20px;
}

span[object="Home"][view="default"] .search .display {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-width: 2px;
    padding-bottom: 2px;
}

span[object="Home"][view="default"] .search .text {
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 15px);
    max-width: calc(100% - 15px);
}

span[object="Home"][view="default"] .search .clear {
    cursor: pointer;
}

@media (min-width: 767px) {
    span[object="Home"][view="default"] .right-panel.selected {
        width: 33.33%;
        position: fixed;
        right: 0px;
        top: 0p;
    }

    span[object="Home"][view="default"] .right-panel {
        min-height: calc(100vh - 55px) !important;
    }
}

@media (max-width: 767px) {
    span[object="Home"][view="default"] .left-panel {
        position: absolute;
        top: 0px;
        height: auto;
        margin-top: 70vh;
        z-index: 1;
    }

    span[object="Home"][view="default"] .right-panel {
        justify-content: center;
        position: fixed;
        height: 70vh;
    }

    span[object="Home"][view="default"] .list {
        height: 50vh;
        overflow: auto;
    }    

    span[object="Home"][view="default"] .popup {
        margin-top: 60vh;
        height: auto;
        left: 0px;
        position: absolute;
        width: 100vw;
    }

    span[object="Home"][view="default"] .popup .scroller {
        height: 70vh;
        overflow: auto;
    }

    span[object="Home"][view="default"] .popup .dragger {
        display: block !important;
        margin-bottom: 5px;
    }

    span[object="Home"][view="default"] .dragger {
        margin: auto;
        margin-top: 5px;
        height: 5px;
        width: 50px;
        border-radius: 2px;
        background-color: grey;
        position: sticky;
        top: 0
    }

    span[object="Home"][view="default"] .header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 55px;
    }

    span[object="Home"][view="default"] .left-panel.selected {
        margin-top: 100vh;
    }
    
    span[object="Home"][view="default"] .left-panel.selected .content {
        display: none;
    }

    span[object="Home"][view="default"] .search {
        position: static;
        top: 0px;
        z-index: 3;
        height: auto;
        width: 100%;    
    }

    span[object="Home"][view="default"] .search.true {
        position: fixed;
        top: 0px;
        left: 0px;
        margin-top: 0px;
        height: 100vh;
        width: 100vw;
        overflow: auto;
    }

    span[object="Home"][view="default"] .search.true .return {
        display: inline-block;
    }

    span[object="Home"][view="default"] .search.true .input-group {
        border:none;
    }

    span[object="Home"][view="default"] .search.true input {
        box-shadow:none;
    }

    span[object="Home"][view="default"] .search.true .results {
        max-height: calc(100vh - 55px);
        height: calc(100vh - 55px);
    }

    span[object="Home"][view="default"] .quick-filters {
        position: static;
        width: auto;
        margin-top: 5px;
        border-top: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
    }

    span[object="Home"][view="default"] .map-actions {
        top: 5px;
    }

    span[object="Home"][view="default"] .logo {
        margin: auto;
    }
}
span[object="PWA"] .alert {
    background-color: var(--bg-color); 
    color: var(--color);
}

span[object="PWA"] hr {
    border-color: var(--border); 
}
@media (max-width: 767px) { 
    span[object="Order"][view="dockerView"] #bag{
        font-size:16px !important;
        margin-top:6px;
    }

    span[object="Order"][view="dockerView"] #numitems{
    visibility:visible !important;
    }

    span[object="Order"][view="dockerView"] #totals{
        padding-bottom:0px !important;
        margin-top:0px !important;
        padding-top:0px !important;
        width:70% !important;
    }

    span[object="Order"][view="dockerView"] #checkout {
        width:100% !important;
        border:none;
    }
}

span[object="Order"][view="dockerView"] h5 {
    position:absolute;
    left:15px !important;
    top:15px !important;
}
span[object="Order"][view="dockerView"] .cart-footer {
    display: block;
    width: 100%;
    right:0px;
    align-items:center;
    z-index: 1001;
    border-top:2px solid lightgrey;
    background-color: #FFDADA;
    /* top:50px; */
    bottom:0px;
    visibility: visible;
    position:fixed;
    height:70px;
    margin-top:5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

span[object="Order"][view="dockerView"] #totals {
    width:50%;
    float:left;
}

span[object="Order"][view="dockerView"] .buttons {
    float:right;
    padding-top:10px;
}
span[object="Order"][view="dockerView"] #checkout {
    width:180px;
}

span[object="Order"][view="dockerView"] #close {
    right:0px;
    top:0px;
    position:absolute;
    font-size:30px;
    color:lightgrey;
}

span[object="Order"][view="dockerView"] #numitems {
   visibility:visible;
   margin-bottom: 0px;
}

span[object="Order"][view="dockerView"] #bag{
    visibility:visible;
    float:left;
    padding:5px 15px;
    font-size:22px;
    color:#E35671;
}

span[object="Order"][view="dockerView"] #inner-container{
    max-width: 1000px;
    margin:auto;
}


@media (max-width: 767px) {
    span[object="Order"][view="dockerView"] .cart-footer{
        position:fixed !important;
        right:0px;
        display:block !important;
        width:100% !important;
        visibility: visible !important;
        top:unset;
        box-shadow:none;
    }
}span[object="Order"][view="cartView"] .cart {
    display: flex;
    align-items: center;
    text-align: center;
}
span[object="Order"][view="cartView"] .cart-icon {
    font-size: 1.75rem;
}
span[object="Order"][view="cartView"] .cart .count {
    font-size: 12px;
    display:flex;
    align-items: center;
    justify-content:center;
    height:15px;
    width:15px;
    padding:5px;
    border-radius:50%;
    top:-10px;
    right:-10px;
    background-color:var(--primary);
    text-align: center;
    color:white;
    /* top:10px; */
    /* padding-top: 5px; */
    /* width: 100%; */
}
span[object="Order"][view="cartView"] span {
  display: flex;
  flex-direction: column;
}

span[object="Order"][view="cartView"] .cart .label{
  display:none;
}
@media only screen and (max-width:768px) {
    span[object="Order"][view="cartView"] .cart .label{
        display:block!important;
}
span[object="Order"][view="cartView"] .cart .count {
  
    top:-5px;
    right:15px;
   
}
}span[object="Order"][view="combineView"] .card{
      border-radius:15px !important;
      border:2px solid #737373 !important;
}

span[object="Order"][view="combineView"] #parentBottles{
   background-color:#DFE2FF !important;
   color:black !important;
   line-height:7px;
   width:-webkit-fill-available !important;
   margin-right:10px !important;
   
}

span[object="Order"][view="combineView"] #childBottles{
   border: 1px solid #A6A6A6;
   background-color:#EDEDED;
   color:black;
   border-radius:8px;
   text-align:left;
   width:-webkit-fill-available !important;
   margin-right:10px !important;
}
span[object="Order"][view="combineView"] .minimized{ 
   position: relative;
}

span[object="Order"][view="combineView"] #subheading{
   margin-left:15px;
   cursor: pointer;
} 

span[object="Order"][view="combineView"] .orderDetails{
   justify-content: space-between;
   margin-left: auto; 
} 

span[object="Order"][view="combineView"] .fa-angle-down:before{
   position: absolute;
   right:15px;
   top:5px;
}
 span[object="Order"][view="combineView"] .fa-angle-up:before {
   position: absolute;
   right:15px;
   top:5px;
} 
span[object="Order"][view="combineView"] #status{
   font-style:italic !important;
   color:red;
}
span[object="Order"][view="deliveryView"] #bottles{
   display: flex;
   justify-content: center;
}
span[object="Order"][view="combineView"] #viewDetails
{
   color:#0000EE;
}span[object="Order"][view="deliveryView"] .border-primary {
   border-color:#E35671 !important;
   border:2px solid;
   border-radius:5px !important;
}

span[object="Order"][view="deliveryView"] .notselected {
   position: relative;
   cursor: pointer;
}

span[object="Order"][view="deliveryView"] .warning {
   position: absolute;
   height:100%;
   width:100%;
   top:0px;
}

.notselected{
   border: 2px solid #ddd !important;
}  

span[object="Order"][view="deliveryView"] .card {
      border-radius:15px !important;
      border:2px solid #737373 !important;
}

span[object="Order"][view="deliveryView"] .bi-check-circle-fill::before {
   position:absolute;
   right:-5px;
   top: -5px;
   color:#E35671;
   font-size:18px;
}

span[object="Order"][view="deliveryView"] #parentBottles {
   background-color:#DFE2FF !important;
   color:black !important;
   line-height:7px;
   width:-webkit-fill-available !important;
   margin-right:10px !important;
   
}

span[object="Order"][view="deliveryView"] #childBottles{
   border: 1px solid #A6A6A6;
   background-color:#EDEDED;
   color:black;
   border-radius:8px;
   text-align:left;
   width:-webkit-fill-available !important;
   margin-right:10px !important;
}

span[object="Order"][view="deliveryView"] .minimized{ 
   position: relative;
}

span[object="Order"][view="deliveryView"] #subheading {
   margin-left:15px;
} 
 span[object="Order"][view="deliveryView"] .orderDetails {
   justify-content: space-between;
   padding:0px 0px 0px 15px;
}

span[object="Order"][view="deliveryView"] .fa-angle-down:before {
   position: absolute;
   right:15px;
   top:5px;
}

span[object="Order"][view="deliveryView"] .fa-angle-up:before {
   position: absolute;
   right:15px;
   top:5px;
}

span[object="Order"][view="deliveryView"] #status{
   font-style:italic !important;
   color:red;
}
@media only screen and (max-width:996px){
span[object="Window"][view="default"] .modal-dialog{
  height:223px !important;
  width:288px !important;
}
}
@media only screen and (max-width:768px){
span[object="Window"][view="default"] .modal-body{
   padding-bottom:20px !important;
   height:295px !important;
}
span[object="Window"][view="default"] .modal-dialog{
  height:335px !important;
}
}
span[object="Window"][view="default"] .modal-content{
   border-radius:10px !important;
}
span[object="QuickFilter"][view="filterView"] .scroll-btn {
    background-color:white;
    /* border-color: rgb(151, 151, 151); */
}

span[object="QuickFilter"][view="filterView"] .scroll-btn:hover{
    
    box-shadow: 10px -10px 50px rgba(0,0,0,0.6);
    transform: scale(1.1)
  
}

span[object="QuickFilter"] .fig{
    height:50px;
    width:500px;
    margin-left:10px;
    margin-right:10px;
    text-align: center;
 }

span[object="QuickFilter"] .button-right{
    float: right;
    position :relative;
    justify-content: center;
    align-items: center;
}

span[object="QuickFilter"] .button-left{
    position:relative;
    justify-content: center;
    align-items: center;
}
figcaption{
    line-height: 20px;
}

@media (min-width: 768px) {
    span[object="QuickFilter"] figure:hover {
        border-bottom: 3px solid lightgrey;
        color:black;
    }
}

span[object="QuickFilter"] figure{
    /* color:grey; */
    width: max-content;
    margin-right:20 px;
    cursor:pointer;
    height:50px;
    text-align: center;

}

span[object="QuickFilter"] .outer{
    height:50px;
    width:100%;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}
     


span[object="QuickFilter"] .inner::-webkit-scrollbar {
    display: none;
    /* -ms-overflow-style: none;  */
    
    
}



span[object="QuickFilter"] .scroll-btn {
    border: .5px solid grey;
    border-radius: 50%;
    position:relative;
    width:25px; 
    height:25px;
    display: flex;
    justify-content: center;
}

span[object="QuickFilter"] #slideRight{
    float:right;
    position:relative;
    display:block;

}

span[object="QuickFilter"] #slideLeft{
    position:relative;
    display:block;
}
span[object="QuickFilter"] i{
    justify-content: center;
    align-items: center;
    color:grey;
    /* color:white; */
}


span[object="QuickFilter"] #slideRight{
    margin-right:20px;
}


span[object="QuickFilter"] .figure.active {
   border-bottom-style: solid;
   border-bottom-width: 3px;
    color: black;  
    font-weight: bold;
    /* background-color: #a80b76; 
   color: white;*/  
   /* transform: scale(1.1);  */
}
@media (max-width: 768px) {
 #slideRight,#slideLeft  {
    display: none;
  }
}

span[object="QuickFilter"] .inner {
   scroll-behavior: smooth;
   scrollbar-width: none; /* Firefox 64 */
}span[object="QuickFilter"][view="dropdownView"] button:focus{
    border:none !important;
}
span[object="QuickFilter"][view="dropdownView"] .dropdownFilters{
  padding-top:10px;
  font-size:16px;
}
span[object="QuickFilter"][view="dropdownView"] .minimized {
  padding:15px 10px;
 
}
span[object="QuickFilter"][view="dropdownView"] .funnelContainer {
  position:relative;
}
span[object="QuickFilter"][view="dropdownView"] .header {
  display: flex;
}
span[object="QuickFilter"][view="dropdownView"] .collapseImage {
  margin:0px 10px 0px auto;
}
span[object="QuickFilter"][view="dropdownView"] .addFilter {
  cursor:pointer;
  font-size:10px;
}

span[object="QuickFilter"][view="dropdownView"] .button-badge {
  border-radius: 50%;
  padding:4px;
  font-size: 5px;
  position: absolute;
  top: -2px;
  right: -2px;
}

span[object="QuickFilter"][view="dropdownView"] .dropdownDiv {
  position:relative;
}

span[object="QuickFilter"][view="dropdownView"] .minimizedFilter {
  border-radius:50%;
  height:40px;
  width:40px;
  background-color:#F5F5F5;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.14);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

span[object="QuickFilter"][view="dropdownView"] .bi-funnel {
  /* color:#E35671; */
  font-size:16px;
}
span[object="QuickFilter"][view="dropdownView"] .labelText {
  font-size:16px;
}

span[object="QuickFilter"][view="dropdownView"] .items {
  font-size:18x;
  font-weight:500;
  line-height:20px;
  padding:10px 12px 10px 12px;
   border:1px solid rgba(232, 232, 232, 1);
  border-radius:5px;
  background-color:rgba(245, 245, 245, 1);
  margin:10px 0px;
  cursor:pointer;
 
  /* justify-content:space-between; */
}

span[object="QuickFilter"][view="dropdownView"] .sub-items {
  font-size:16x;
  font-weight:400;
  line-height:19px;
  padding:0px 12px 10px 12px;
}

span[object="QuickFilter"][view="dropdownView"] input[type=checkbox]:checked {
  accent-color:#E35671;
}

@media(max-width:767px){
  span[object="QuickFilter"][view="dropdownView"] #outer_container {
    flex-wrap: wrap;
  }
}
span[object="QuickFilter"][view="dropdownView"] .dropdown {
  position:relative;
  background-color:#F5F5F5;
  border:none;
  border-radius:5px;
}
span[object="QuickFilter"][view="dropdownView"] .fa-angle-up, 
span[object="QuickFilter"][view="dropdownView"] .fa-angle-down{
  margin-left:5px;
}
span[object="QuickFilter"][view="dropdownView"] .dropdown-item {
  cursor:pointer;
}
span[object="QuickFilter"][view="dropdownView"] .dropdown-item >input,
span[object="QuickFilter"][view="dropdownView"] .sub-items >input{
  cursor:pointer;
  margin-right:5px;
 
}


span[object="QuickFilter"][view="dropdownView"] .filter-flag {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

span[object="QuickFilter"][view="dropdownView"] .fa-chevron-down {
  margin:0px 0px 0px auto;
}
span[object="QuickFilter"][view="dropdownView"] .subs {
  max-height:150px;
  overflow:auto;
}
span[object="QuickFilter"][view="dropdownView"] .subs::-webkit-scrollbar {
  width: 5px;
 
}

/* Track */
span[object="QuickFilter"][view="dropdownView"] .subs::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
span[object="QuickFilter"][view="dropdownView"] .subs::-webkit-scrollbar-thumb {
  background:var(--primary); 
   border-radius: 10px;
}
span[object="QuickFilter"][view="dropdownView"] .search-div {
 padding-bottom:10px;
}
span[object="QuickFilter"][view="dropdownView"] .fLabelImage {
 padding-right:8px;
}span[object="QuickFilter"][view="listView"] .capsule {
  background-color:#F5F5F5;
  margin-left: 15px;
  margin-bottom:5px;
  font-size:12px;
}
span[object="QuickFilter"][view="listView"] .clearText {
  font-size:14px;
  font-weight:600;
  line-height:16px;
  text-align:right;
  cursor:pointer;
}
span[object="QuickFilter"][view="listView"] .cont {
 
  position :relative;
}
span[object="QuickFilter"][view="listView"] .list-container {
 
  padding-top:10px;
 
}
span[object="QuickFilter"][view="listView"] .list-container:empty {
 display:none; 
}
span[object="QuickFilter"][view="listView"] .bi-x-circle-fill{
  font-size:14px;
  color:var(--primary);
  margin-left:15px;
  overflow:hidden;
  cursor:pointer; 
}
/* @media only screen and (min-width:992px){
  span[object="QuickFilter"][view="listView"] .clearText {
 
  display:none;
}
} */
span[object="Activity"][view="cardView"] .user-initials {
  background: #099bdd;
  color: white;
  opacity: 1; 
  display: inline-block; 
  font-weight: bold; 
  font-size: 12px;
  border-radius: 50%; 
  vertical-align: top; 
  min-width: 25px; 
  min-height: 25px; 
  width: 25px;
  height: 25x;
  line-height: 25px; 
  text-align: center; 
}

span[object="Activity"][view="cardView"] .card-body {
    border-bottom: 1px solid lightgrey !important;
}

span[object="Activity"][view="cardView"] .card {
  overflow: hidden;
  box-shadow: none;
  border-radius: 0px !important;
}

span[object="Activity"][view="cardView"] .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}span[object="Activity"][view="cardView"] .user-initials {
  background: #099bdd;
  color: white;
  opacity: 1; 
  display: inline-block; 
  font-weight: bold; 
  font-size: 12px;
  border-radius: 50%; 
  vertical-align: top; 
  min-width: 25px; 
  min-height: 25px; 
  width: 25px;
  height: 25x;
  line-height: 25px; 
  text-align: center; 
}
span[object="Activity"][view="cardView"] .text-color {
  color:#0000EE;
  font-weight:400;
  font-size:16px;
  line-height:19px;
}
span[object="Activity"][view="cardView"] .text-mute>small {
  color:#ACACAC;
  font-weight:500;
  font-size:10px;
  line-height:12px;
}
span[object="Activity"][view="cardView"] .text {
  font-weight:400;
  font-size:16px;
  line-height:19px;
  color:#1D1D1D;
}

span[object="Activity"][view="cardView"] .card-body {
    border-bottom: 1px solid lightgrey !important;
    padding:12px 16px !important;
}

span[object="Activity"][view="cardView"] .card {
  overflow: hidden;
  box-shadow:  1px 1px 8px rgba(0, 0, 0, 0.12);;
  border-radius: 5px !important;
  background-color:inherit;
  margin-bottom:24px;
}

span[object="Activity"][view="cardView"] .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
span[object="Mapbox"] .marker {
}span[object="Mapbox"][view="lookupView"] #mapbox-address {
    min-height: 30px;
}
span[object="HTML"][view="quillView"] {
    display: inline-block;
}
span[object="HTML"][view="quillView"] .minimized {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  white-space: normal; 
  overflow: hidden;
}
.list-group-item.list-group-item-action {
  cursor: pointer;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: hidden !important;
}

.container.producer-add-view {
  overflow-y: auto;
  max-height: calc(100vh - 170px);
}

@media (min-width: 768px) {
  .container.producer-add-view {
    max-height: calc(100vh - 330px);
  }

  .modal-dialog.modal-dialog-scrollable.modal-sm.normal .modal-body {
    height: calc(100vh - 200px) !important;
  }
}

@media (max-width: 767px) {
  .modal-dialog.modal-dialog-scrollable.modal-sm.normal .modal-body {
    padding-bottom: 0px !important;
  }

  span[object="Producer"][view="addView"] > .btn-group {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: env(safe-area-inset-bottom);
    background: white;
    margin-bottom: 0px !important;
  }

  span[object="Producer"][view="addView"] > .btn-group > .btn {
    border-radius: 0px;
  }

  span[object="Producer"][view="addView"] .producer-add-view {
    padding-bottom: 100px;
  }
}

.nav-link:not(:disabled) {
  cursor: pointer;
}

span[object="Producer"][view="addView"] .objectide-wizard .fa {
  color: #333;
  font-size: 14px;
  padding-top: 5px;
}

span[object="Producer"][view="addView"] .objectide-wizard-page {
  padding: 0.3rem;
  display: none;
}

span[object="Producer"][view="addView"] .objectide-wizard-page.active {
  display: block;
}

span[object="Producer"][view="addView"] .form-control.place-search:focus {
  box-shadow: var(--v-box-shadow-1);
}

span[object="Producer"][view="addView"] .form-control.place-search,
span[object="Producer"][view="addView"] .form-control.place-search + b,
span[object="Producer"][view="addView"]
  .form-control.place-search
  ~ div:nth-of-type(1),
span[object="Producer"][view="addView"]
  .form-control.place-search
  ~ a:nth-of-type(1) {
  border-radius: var(--v-boarder-radius-1);
  border: var(--v-border-1);
}

span[object="Producer"][view="addView"] .form-control.place-search + b,
span[object="Producer"][view="addView"]
  .form-control.place-search
  ~ div:nth-of-type(1),
span[object="Producer"][view="addView"]
  .form-control.place-search
  ~ a:nth-of-type(1) {
  padding: 0.5rem;
  overflow: auto;
  height: 3rem;
  display: block;
  margin-top: 0.25rem;
}

span[object="Producer"][view="addView"]
  .form-control.place-search
  ~ div:nth-of-type(1) {
  height: 5rem;
}

span[object="Producer"][view="addView"] {
  height: 100%;
}

.o-map-container.add-view-map {
  height: 20rem !important;
}

span[object="Producer"][view="addView"] .form-control:focus,
span[object="Producer"][view="addView"] .custom-select:focus {
  border: var(--v-border-1);
  border-radius: var(--v-boarder-radius-1);
  box-shadow: var(--v-box-shadow-1);
}

span[object="Producer"][view="addView"] .form-control,
span[object="Producer"][view="addView"] .custom-select {
  border: var(--v-border-1);
  border-radius: var(--v-boarder-radius-1);
}

span[object="Producer"][view="addView"] .autocomplete-item .dropdown-item {
  white-space: normal;
}span[object="Producer"][view="cardView"] .producer-image img {
    width: 100px;
    height: 100px;
    border-radius: 15px !important;
    object-fit: cover;
}

span[object="Producer"][view="cardView"] .producer-icons img {
    height: 16px;
    width: auto;
}

span[object="Producer"][view="cardView"] .card {
    border-bottom: 1px solid lightgrey !important;
    border-radius: 0px !important;
}

span[object="Producer"][view="cardView"] .card:hover {
    background-color: lightyellow;
}
