
@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/montserrat');
@import url('https://fonts.cdnfonts.com/css/lato');

:root {
  --white: #ffffff;
  --mid-grey: #cccccc;
  --pale-grey: #e6eef2;
  --pale-grey-two:#eff3f5;
  --dark-grey: #242626;
  --font-form-pre: #6d7173;
  --light-blue-grey: #a1bdcc;
  --light-blue-grey-two: #cfdee6;
  --algae-green: #1D4ED8;
  --msgbox-bg: #BBCAF3;
  --msgbox-fc: #1D4ED8;
  --textlink: #2a6c8c;
  --deactivate: #8b9ba3;
  --deactivate-two: #ececec;
  --ice: #f2fff2;
  --shamrock-green-10: rgba(0, 221, 97, 0.1);
  --chevron-green: #0097b7;
  --fa-gold: #f5df58;
}

body {
    font-family: 'Lato', sans-serif;
    height: 100vh;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mainContent {
    font-family: 'Lato', sans-serif;
    display: flex;
    position: relative;
    /*height: 100vh;*/
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mainContentMaintenance {
    font-family: 'Lato', sans-serif;
    margin: 20px;
    position: relative;
    
}
.contentSession {
  line-height: 1.75;
}

.sidebar{
    display: flex;
    position: fixed;
    width: 71px;
    height: 100vh;
    z-index: 9999;
    /* Hide scrollbar for Chrome, Safari and Opera */
}
.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar.bigger{
    width: 220px;
}
.sidebar-extention{
    width: 150px;
    height: 100vh;
    padding: 0 29px 50px 0;
    box-shadow: 0 0 0 3px rgba(207, 222, 230, 0.3);
    background-color: var(--white);
    display: grid;
    grid-template-rows: repeat(8, 70px) auto 200px 50px;
}


.main-container{
    display: grid;
    grid-template-columns: minmax(0px, 3fr) 1px 50px 1px;
    grid-template-rows: 100vh;
    width: calc(100% - 71px);
    margin-left: 71px;
    overflow: hidden;
}

.main-container.s {
  grid-template-columns: minmax(0, 3fr) 1px 50px 1px;
}
.main-container.st/*, #co-wrap.small */{
  grid-template-columns: minmax(0, 2fr) 1px minmax(0, 1fr) 1px;
}
.search-result-score {
  font-size: 14px;
}
.search-result-text {
  font-size: 14px;
}
.pagination-btn {
  margin: 3px;
}

.treff-bar, .details-bar, .search-bar {
  display: grid;
  height: 97vh;
}
.main-container.s .treff-bar .passages {
  display: none;
}
.search-bar{
  background-color: var(--pale-grey);
  width:100%;
  padding: 20px 0;
}
.treff-bar{
    width:100%;
    padding: 20px 0;
    background-color: #f2fbff;
    overflow: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    z-index: 22;
    box-shadow: inset 0px -11px 14px 0px #777777;
}
.treff-bar .scroller {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  height: 90vh;
}

.details-bar{
  width:100%;
  padding: 20px 0;
  background-color: var(--white);
  
}

.Border-Left {
  width: 1px;
  height: 100%;
  background-color: var(--light-blue-grey-two);
}
.nav-bar{
  padding: 0 0 10px;
  background-color: var(--white);
  display: grid;
  grid-template-columns: 98% 2%;
  grid-template-rows: repeat(7, 70px) auto 200px 50px;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */

}
.nav-bar::-webkit-scrollbar {
  display: none;
}

.nav-bar.bigger{
    grid-template-columns: 30% 70%;
  }
  .nav-bar-text{
    font-family: 'Lato', sans-serif;
    /*font-family: SegoeUI;*/
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.00;
    letter-spacing: normal;
    color: var(--dark-grey);
    white-space: nowrap;
    padding: 15px 10px;
    height: 20px;
  }
  
.NavbarCustomerIcon {
  width: 50px;
  padding: 0px 10px;
  color: var(--font-form-pre);
  font-size:20px;
  line-height: 3;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
}
.NavBarItemsBottom {
  height: 275px;
  display: grid;
  grid-template-columns: 98% 2%;
  grid-template-rows: repeat(5, 50px);
  align-items: center;
  margin-top: 80px;
}
.NavBarItemsBottom.bigger{
    grid-column: 1 / span 2;
    grid-template-columns: 30% 70%;
  }
  
.chose-link{
  width: 3px;
  height: 50px;
  margin: 0 0 0 10px;
  background-color: var(--textlink)
}
.search-icon{
  width: 50px;
  height: 60px;
  margin: 21px 0 879px;
  font-family: 'Lato', sans-serif;
  /*font-family: FontAwesome5Pro;*/
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.33;
  letter-spacing: normal;
  text-align: center;
  color: var(--dark-grey);
}
.side-menu{
  display:none;
  position: fixed;
  width: 365px;
  /* height: 100vh; */
  height: 100%; 
  padding: 38px 20px 609px 19px;
  box-shadow: 0 0 0 3px rgba(207, 222, 230, 0.3);
  border: solid 1px var(--light-blue-grey-two);
  background-color: var(--white);
  margin-left: 71px;
  z-index: 4;
  overflow-y: auto;
  scrollbar-width: none;
  box-sizing: border-box;
}

.side-menu-large{
  display:none;
  position: fixed;
  width: 75%;
  height: 100vh;
  padding: 38px 20px 609px 19px;
  box-shadow: 0 0 0 3px rgba(207, 222, 230, 0.3);
  border: solid 1px var(--light-blue-grey-two);
  background-color: var(--white);
  margin-left: 71px;
  z-index: 4;
}

.side-menu-large.side-menu-support {
  padding-top: 5px;
}

/* Profile menu with statistics needs full width */
.side-menu.side-menu-profile {
  width: 90%;
  max-width: 1200px;
  margin-left: 71px;
}

/* Profile tab menu styling */
.profile-tab-menu {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.profile-tab-button {
  padding: 8px 16px 25px;
  border: none;
  background: #f8f9fa;
  color: #495057;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  transition: background-color 0.2s;
}

.profile-tab-button:hover {
  background: #e9ecef;
}

.profile-tab-button.active {
  background: #007bff;
  color: white;
}

.profile-tab-button i {
  margin-left: 5px;
}

.profile-tab-button.link {
  background-color: var(--shamrock-green-10);
  color: #495057;
  text-decoration: none;
  cursor: pointer;
}

/* Tab content styling */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.resize-handle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  cursor: ew-resize;
  background: linear-gradient(to right, transparent, #ccc);
}

.menu{
    display:none;
    width:100%;
    min-height:100vh;
    max-height:100vh;
    height: 100vh;
    overflow-y: auto;
}

.small-row{
    width: 100%;
    height: 60px;
    display: grid;
    grid-template-columns: 1fr 38px;
    grid-template-rows: 100%;
}
.big-row{
    width: 100%;
    height: 95%;
}
.ColumnBGTitle {
  width: 118px;
  /*margin: 0 513px 0 0;*/
  display: inline-flex;
}
.ColumnBGCollapse {
  width: 18px;
  color: var(--font-form-pre);
  font-size:20px;
  line-height: 3;
  letter-spacing: normal;
  text-align: center;
}

.ColumnBGTitleSingle{
  width: 68px;
  height: 60px;
  margin: 0 0 1px;
  font-family: 'Lato', sans-serif;
  /*font-family: SegoeUI;*/
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.86;
  letter-spacing: normal;
  color: var(--dark-grey);
}
.details-span {
  width: 50px;
  height: 60px;
  margin: 1px 0 0;
  font-family: 'Lato', sans-serif;
  /*font-family: FontAwesome5Pro;*/
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.33;
  letter-spacing: normal;
  text-align: center;
  color: var(--dark-grey);
}
  
img.Branding-Prime {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
img.invertoval {
    /* filter: invert(1); */
    padding: 0;
}

.results--spinner {
  margin-left: 10px;
}
.results--agent--stop {
  margin-left: 10px;
}

.disabled-div {
  pointer-events: none;
  opacity: 0.5;
  background-color: #f2f2f2;
  cursor: not-allowed;
}

.oval {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /*margin: 56px 30px 503px 0;*/
    /*padding: 10px 11.5px 9.6px 10px;*/
    background-color: var(--white);
    -moz-border-radius: 50px / 50px;
    -webkit-border-radius: 50px / 50px;
    /*border-radius: 50px / 50px;*/
}

img.Logo-Prime {
    width: 100px;
    margin-left: 26px;
    margin-top: 11px;
    object-fit: contain;
}
img.Top-Left-Icon {
  padding-top: 21px;
}
.menu-select{
  width: 3px;
  height: 50px;
  margin: 10px 0 0 0px;
  padding-left: 5px;
  background-color: var(--white);
}
.menu-title {
  width: 149px;
  height: 21px;
  font-family: 'Lato', sans-serif;
  /*font-family: SegoeUI;*/
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--dark-grey);
  white-space: nowrap;
  margin: 0 97px 30px 1px;
}

.menu-title-close{
    width:100%;
    height:30px;
    display: flex;
    justify-content: space-between;
}
#menu-profile .menu-title-close{
  height: auto;
}
.menu-form{
   width:100%;
   height:90%;
}
.menu-rectangle {
  width: 93%;
  min-height: 40px;
  display: inline-grid;
  margin: 10px 0;
  padding: 5px 12px 5px 10px;
  background-color: var(--pale-grey-two);
  border-radius: 5px;
  grid-template-columns: 15% 55% 5% 25%;
}

.menu-rectangle.collection {
  grid-template-columns: 15% 75% 5% 5%;
}

.sessionForm .menu-rectangle {
  grid-template-columns: 78% 1% 21%;
}
.menu-collections .menu-rectangle.system {
  background-color: var(--light-blue-grey-two);
}

.menu-collections .fa-sort, .menu-collections.sort-collections .collection_file_toggle, .menu-collections #sort_collections_save, .menu-collections.sort-collections #sort_collections, .menu-collections.sort-collections #new_collection_button {
  display: none;
}
.menu-collections.sort-collections .fa-sort, .menu-collections.sort-collections #sort_collections_save, .menu-collections.sort-collections #sort_collections_save {
  display: inline-block;
}

.menu-rectangle-2col {
  width: 93%;
  min-height: 40px;
  display: inline-grid;
  margin: 10px 0;
  padding: 5px 12px 5px 10px;
  border-radius: 5px;
  background-color: var(--pale-grey-two);
  grid-template-columns: 15% 85%;
}
.menu-rectangle.col3 {
  grid-template-columns: 35% 60% 5%;
}
.menu-rectangle.col4 {
  grid-template-columns: 30% 5% 60% 5%;
}

.menu-rectangle.col2 {
  grid-template-columns: 80% 20%;
}
.menu-rectangle.col3 input {
  margin: auto;
}
.menu-rectangle.col4 input {
  margin: auto;
}

.menu-rectangle-simple {
  width: 93%;
  min-height: 40px;
  margin: 10px 0;
  padding: 5px 12px 5px 10px;
  border-radius: 5px;
  background-color: var(--pale-grey-two);
}

.menu-rectangle-simple-clean {
  width: 93%;
  min-height: 30px;
  margin: 10px 0;
  padding: 5px 12px 5px 10px;
  border-radius: 5px;
  border: 1px solid var(--light-blue-grey-two);
}

.real_flist {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  box-sizing: border-box;
}
.real_flist .file-container { 
  /*min-width: 180px;*/
  box-sizing: border-box;
  /*display: flex;*/
  word-break: break-all;
  flex-direction: row;
  align-items: center;
  margin: 0px;
  flex: 1 0 calc(25% - 10px); /* 3 pro Reihe */
}
.children-indicator
{
  float: right;
}
.children-container {
  border-top: 1px solid #ccc;
}
.parent-container {
  flex: 1 0 100%!important;
}

@media (max-width: 1100px) {
  .real_flist .file-container {
    flex: 1 0 calc(50% - 10px); /* 2 pro Reihe */
    width: 100%;
  }
}
.menu-element-text2 { margin: 5px 7px 5px 0px; }
.file-container .menu-element-text { margin-left: auto; margin-right: auto; }
.changelog-header {
  font-style: italic;
  color: grey;
}

.switch {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 16px;
  margin: auto
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px var(--deactivate);
  background-color: var(--white);
  transition: background-color 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  bottom: 1px;
  background-color: var(--deactivate);
  transition: transform 0.4s, background-color 0.4s;
}

input:checked + .slider {
  background-color: var(--white);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--algae-green);
}

input:checked + .slider:before {
  transform: translateX(7px);
  background-color: var(--algae-green);
}

.slider.round {
  border-radius: 8px;
}

.slider.round:before {
  border-radius: 50%;
}

.menu-element-icons {
  float:right;
  justify-self: end;
  margin-top: 10px;
}

.sr-filename, .sr-filename a {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: var(--dark-grey);
  word-wrap: break-word;
}


.menu-element-text, .menu-element-text a {
  min-height: 20px;
  margin: 10px 7px 5px 0px;
  font-family: 'Lato', sans-serif;
  /*font-family: SegoeUI;*/
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: var(--dark-grey);
  word-wrap: break-word;
}
.underline {
  text-decoration: underline;
  cursor: pointer;
}

.sort-details{
    min-width: 314px;
    margin: 5px 0 5px 50px;
    /*display: none;*/
}
.sort-details.active {
  display: grid;
  grid-template-columns: 7% 10% 60%;
}
.sort-details .fal.fa-sync {
  animation: spin 2s infinite linear;
}
.fa-sync, .fa-download {
    width: 15px;
    height: 20px;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--deactivate);
}
.fa-times, .fa-trash, .fa-search, .fa-info, .fa-arrow-to-left, .fa-list-ul, .fa-file-alt, .fa, .fas, .fal, .pointer {
    cursor: pointer;
}
.fa {
  margin-left:5px;
}
.load{
    height: 20px;
    display:flex;
}

.load-text{
  margin: 1.5px;
  font-family: 'Lato', sans-serif;
  /*font-family: SegoeUI;*/
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: var(--font-form-pre);
}
.percentage{
    font-size: 14px;
    color: var(--dark-grey);
    margin-top: -3px;
    padding: 0 5px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.menu-status{
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: var(--algae-green);
  border-radius: 50%;
  transition: background-color 0.5s;
}


.menu-button{
  height: 40px;
  margin: 20px auto;
  padding: 0 20px;
  border-radius: 20px;
  box-shadow: 0 0 0 3px var(--shamrock-green-10);
  background-color: var(--algae-green);
  font-family: 'Lato', sans-serif;
  /*font-family: SegoeUI;*/
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 2.67;*/
  letter-spacing: normal;
  text-align: center;
  color: var(--ice);
  border: none;
  cursor: pointer;
}

.menu-button-small {
  height: 40px;
  margin: 20px auto;
  padding: 0 20px;
  border-radius: 20px;
  box-shadow: 0 0 0 3px var(--shamrock-green-10);
  background-color: var(--algae-green);
  font-family: 'Lato', sans-serif;
  /*font-family: SegoeUI;*/
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 2.67;*/
  letter-spacing: normal;
  text-align: center;
  color: var(--ice);
  border: none;
  cursor: pointer;
}
.menu-button.disabled { 
  background-color: var(--deactivate);
}

.menu-button-white {
  height: 40px;
  margin: 20px auto;
  padding: 0 20px;
  border-radius: 20px;
  box-shadow: 0 0 0 3px var(--shamrock-green-10);
  font-family: 'Lato', sans-serif;
  /*font-family: SegoeUI;*/
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 2.67;*/
  letter-spacing: normal;
  text-align: center;
  color: black;
  border: 5px black;
  cursor: pointer;
}
.menu-submit{
  width: 100%;
  height: 40px;
  margin: 20px auto;
  padding: 0 20px;
  border-radius: 20px;
  box-shadow: 0 0 0 3px var(--shamrock-green-10);
  background-color: var(--algae-green);
  font-family: 'Lato', sans-serif;
  /*font-family: SegoeUI;*/
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 2.67;*/
  letter-spacing: normal;
  text-align: center;
  color: var(--ice);
  border: none;
  cursor: pointer;
}
.pane-close {
  float:right;
}

.cta {
  height: 40px;
  width: 95%;
  padding: 2px 5px;
  border-radius: 20px;
  box-shadow: 0 0 0 3px var(--shamrock-green-10);
  background-color: var(--algae-green);
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: var(--ice);
  border: none;
  cursor: pointer;
}

/*.pane-close{
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  box-shadow: 0 0 0 3px var(--shamrock-green-10);
  background-color: var(--algae-green);
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--ice);
  border: none;
  cursor: pointer;
  float:right;
}*/
.menu-zeit-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.menu-zeit-input{
  width: 135px;
  height: 55px;
  margin: 30px 15px 0 0;
  padding: 0 10px;
  border-radius: 5px;
  border: solid 1px var(--light-blue-grey-two);
  background-color: var(--white);

}
input[type="date"] {
    position: relative;
}

input[type="date"]:after {
  content: "\f073";
  font-family: 'Font Awesome 5 Pro', 'Lato', sans-serif;
  /*font-family: FontAwesome5Pro;*/
  font-weight: 400;
  color: #555;
  padding: 0 5px;
}
.tab-content input[type="date"] { width: 135px; }
.tab-content input[type="date"]:after {
  display: block;
  margin-top: -15px;
  margin-left: 110px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}
input[type="date"]::-webkit-inner-spin-button {
    position:relative;
    z-index: 1;
}
input[type="date"]::-webkit-clear-button {
  position:relative;
  z-index: 1;
}
.menu-calendar{
    display: block;
    width: 15px;
    padding: 16px 15px 20px 130px;
    margin-top: -53px;
}

.dragging{
  background-color: black;
}
.drop-container{

  position:absolute;
  overflow-y: hidden;
  z-index: 2000;
  background-color: rgb(0 0 0 / 57%);
}
#close-drop-container{
  position: absolute;
  right: 13px;
  top: 0;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}

.drop-container-text{
  color: white;
  font-size: 1.5rem;
  text-align: center;
  margin: auto;
}
.drop-container-box{
  position: relative;
  display: flex;
  margin: 2rem;
  outline: 7px dashed rgb(39, 217, 111);
  border-radius: 40px;
  z-index: 2002;
  width: 80%;
  height: 80%;
  max-height: 500px;
  max-width: 600px;
  justify-items: center;
  background-color: rgb(255 255 255 / 30%)

}
#co-drop-container{
  position: absolute;
}
/* from older stuff */

.overlay {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
  }
  .overlay.disabled {
    display: none;
  }
  .overlay .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    max-width: 80%;
    border-radius: 10px;
    background: white;
  }
  .overlay .modal .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
  }
  .overlay .modal .image {
    height: 100%;
    width: 130px;
    overflow: hidden;
  }
  .overlay .modal h4 {
    font-weight: bold;
  }
  .overlay .modal img {
    position: relative;
    height: 100%;
    top: -10%;
  }

  /* form-container */
  .form-container{
	border-top: solid 1px #ccc; 
  max-width: 100%;
	/* padding: 10px 20px; */
	margin: 10px auto;
	padding: 20px;
	border-radius: 8px;
}
.form-container fieldset{
	border: none;
}
.form-container legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-container label {
	display: block;
	margin-bottom: 8px;
}

.form-container input[type="text"],
.form-container input[type="date"],
.form-container input[type="datetime"],
.form-container input[type="email"],
.form-container input[type="number"],
.form-container input[type="search"],
.form-container input[type="time"],
.form-container input[type="url"],
.form-container textarea {
    /*background-color: transparent;*/
	/*background: rgba(225, 232, 233, 0.1);*/
    font-family: 'Lato', sans-serif;
	border:solid 1px #ccc; 
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	/*background-color: #e8eeef;*/
	/*color:#8a97a0;*/
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
  overflow-y: auto;
}
.select2-search input[type="search"] {
  margin-bottom: 0;
}

.form-container select{
	/*background: rgba(255,255,255,.1);*/
    font-family: 'Lato', sans-serif;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	/*margin-right: 20px;*/
	outline: 0;
	padding: 2px;
	width: 45%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	/*background-color: #e8eeef;*/
	/*color:#8a97a0;*/
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 20px;
}
/*.form-container input[type="text"]:focus,
.form-container input[type="date"]:focus,
.form-container input[type="datetime"]:focus,
.form-container input[type="email"]:focus,
.form-container input[type="number"]:focus,
.form-container input[type="search"]:focus,
.form-container input[type="time"]:focus,
.form-container input[type="url"]:focus,
.form-container textarea:focus,
.form-container select:focus{
	/*background: #d2d9dd;* /
}*/
.form-container select{
	-webkit-appearance: menulist-button;
	height:35px;
}
.form-container .number {
	/*background: #1abc9c;*/
	/*color: #fff;*/
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-container input[type="submit"],
.form-container input[type="button"]
{
	/*position: relative;*/
	display: block;
	padding: 10px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	width: 100%;
}
.form-container input[type="submit"]:hover,
.form-container input[type="button"]:hover
{
	background: rgb(141, 168, 141)
}
.grid2col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding-bottom: 25px;
}
.grid2col-collection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding: 0 0 15px 0;
  grid-gap: 4%;
}
.collections .grid2col {
  padding-bottom: 0px;
}

.grid3col {
  display: grid;
  grid-template-columns: minmax(0, 13fr) minmax(0, 4fr) minmax(0, 6fr);
  padding-bottom: 25px;
}
.grid6col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    padding-bottom: 25px;
}
.grid2row2 {
    display: grid;
    grid-template-rows: 0.2fr 1fr;
}

.grid6col .gc6 {
  grid-column: 6;
  grid-column-end: 6;
}
.mv1 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mh1 {
  margin-left: 1em;
  margin-right: 1em;
}
.m1 {
  margin: 1em;
}

.grid2row {
    display: grid;
    grid-template-rows: 3fr 1fr;
    height: 90vh;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.textarea-bigger {
    height:100px;
  }
  

.chat-content {
    width: 70%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .chat-messages {
    /*height: 60vh;*/
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
  }

  .chat-message {
    margin-bottom: 20px;
  }
  .chat-message.user {
      max-height: 10rem;
      overflow: hidden;
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0));
      mask-size: 100% 100%;
      mask-repeat: no-repeat;
      mask-position: left top, left bottom;
      height: auto;
      margin-bottom: 2em;
  }
  .chat-message.user.expanded {
    max-height: initial;
    mask: none;
  }

  .chat-message .sender {
    font-weight: bold;
    color: #555;
    position: relative;
  }
  .chat-message.user .sender {
    padding-top: 4px;
  }
  .user .content p:first-child { margin-block-start: 0; }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .content-pad-left {
    padding-left: 60px;
  }
  .content-pad-right {
    padding-right: 60px;
  }
  
  .borderBottom {
    border-bottom: 1px dashed #000;
  }

  .chat-message .content {
    margin-top: 0px;
    padding-bottom: 56px;
    font-family: 'Lato', sans-serif;
  }
  .chat-message.user .content { padding-bottom: 0; }

  .passages {
    /*flex-grow: 1; removed because of Safari incompatability */
    padding: 20px;
    /*height: 90vh;*/
    overflow-y: auto;
    font-family: 'Lato', sans-serif;
  }

  .highlight-link{
    text-decoration: none;
  }

  /* hide scrollbars */
  .menu::-webkit-scrollbar, .chat-messages::-webkit-scrollbar, body::-webkit-scrollbar, .passages::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .menu, .chat-messages, .passages, body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .far, .fal, .fad, .fab {
    line-height: 1.75rem; /*1.3;*/
  }
  
  .padleft {
    padding-left:15px;
  }
  .padbottom {
    padding-bottom:15px;
  }

  .file {
    cursor: pointer;
  }
  .file_icon {
    align-items: center;
  }

  .side-menu .fa-upload, .side-menu .fa-trash, .menu-collection .fa-trash, .side-menu .fa-angle-double-right, .side-menu .fa-angle-double-left {
    cursor: pointer;
  }
  i.fa-upload:hover, #file_info:hover, .side-menu .fa-trash:hover, .menu-collection .fa-trash:hover, .side-menu .fa-angle-double-right:hover, .side-menu .fa-angle-double-left:hover  {
    opacity: 1;
  }
  .side-menu .fa-angle-double-right {
    opacity: 0.3;
  }
  .co-wrap .fa-trash-alt:hover {
    filter: drop-shadow(1px 1px 3px);
  }

  .model-select {
	/*background: rgba(255,255,255,.1);*/
	border: none;
	border-radius: 4px;
  font-family: 'Lato', sans-serif;
	font-size: 14px;
	/*margin-right: 20px;*/
	outline: 0;
	padding: 2px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	/*background-color: #e8eeef;*/
	/*color:#8a97a0;*/
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
  .menu-form{
    overflow: auto;
  }
  .grid2col{
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid2row{
    grid-template-rows: minmax(0, 2fr) minmax(0, 1fr);
  }
}

/* auth0 */
.hidden {
  /*display: none !important;*/
  display: none;
}

.hidden_prompt, .hidden_prompt2 {
  display: none !important;
}

label {
    margin-bottom: 10px;
    display: block;
}
.collRename label, .collection_file_icon label {
  margin: auto;
  display: inline-block;
  cursor: pointer;
}
.collRename input { width: 95% }
.collection_file_icon label {
    margin-left: 1.5em;
}

.collection-checkbox {
    float:left;
    margin-top:7px;
}
.collection-checkbox-selected {
    background-color: var(--light-blue-grey-two);
}

#messageBox {
  width: 100%;
  padding: 10px 20px;
  background-color: var(--msgbox-bg);
  color: var(--msgbox-fc);
  position: fixed;
  z-index: 999;
  display: grid;
  grid-template-columns:  minmax(0, 1fr) 30px 60px;
  align-items: center;
  font-family: 'Segoe UI', "Lucida Grande";
  font-size: 16px;
}

.messageBoxBold{
  font-weight: bold;
}
.messageBoxTextContainer{
  display: flex;
  justify-content: center;
}

#errorBox {
  width: 100%;
  padding: 10px;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.03);
  background-color: #f15769;
  color: var(--white);
  position: fixed;
  z-index: 10001;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 60px;
  align-items: center;
  font-family: 'Segoe UI', "Lucida Grande";
  font-size: 14px;
}
.errorBoxTextContainer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#messageBoxOld2, #errorBoxOld2 {
  padding: 10px;
  position: fixed;
  z-index: 10001;
  top:0;
  left:0;
  right:0;
  box-shadow: -1px 0px 11px 0px #777777;
}
#errorBoxOld2 {
    background-color: red;
}
#messageBoxOld2 {
  background-color: lightgray;
}


.filter-tags {
    display: flex;

  }
  .filt-tag{
    width: fit-content;
    min-height: 14px;
    height: fit-content;  
    margin: 2px 10px 0px 0px;
    padding: 4px 10px 6px 10px;
    border-radius: 12px;
    background-color: var(--light-blue-grey-two);
    display: flex;
    cursor: pointer;
    font-size: 14px;
  }
  .tag-text{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: var(--dark-grey);
    margin-right: 10px;
  }
  .close-filter-tag{
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: var(--dark-grey-blue);
  }
  .clear { clear:both }
  #co-wrap-close-x {
    float: right;
    padding: 10px;
    cursor: pointer;
  }
  .lead {
    font-size: 14px;
    line-height: 1.4em;
  }
  /* z-index fix for select2 dropdown */
  .zindexlow {
    position: relative;
    z-index: 3;
  }
  .select2-container.zindexlow {
    position: relative;
    z-index: 3;
  }
  .select2-container.chainPromptFollowedBy {
    position: relative;
    width: 50%;
    z-index: 3;
  }
  .table-display {
    vertical-align: top;
    width:100%;
  }
  #chat-messages table{
    border-collapse: collapse;
    border: 1px solid rgb(114, 113, 113) ;
  }
  td {
    vertical-align: top;
    padding-left:5px;
    padding-right:5px;
  }
  th,td{
    border: 1px solid rgb(114, 113, 113) ;
  }
  .copyButton, .regenButton {
    padding-top:20px;
    padding-left:10px;
  }
  .regenButton { display: none; }
  .chat-message:last-child .regenButton {
      display: inline-block;
  }

  .copyButtonFunc, .regenButtonFunc {
    cursor: pointer;
  }
  .copyButton:hover, .regenButton:hover {
    /* filter: drop-shadow(0 0 2px white); */
    /*color: orange;*/
    opacity: 0.6;
    filter: drop-shadow(0 0 4px);
  }
  
  .copyMessage {
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.2em;
  }
  .copyMessageNormal {
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
  }
  #new_collection_button {
    font-size: 13px;
  }
  #collection_upload {
    padding-top:20px;
    width: 100%;
    /*display: none;*/
  }

  #collection_file_info_collection_display_name {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
  }
  #collection_file_info {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
  }

  #collection_upload:visible+#collection_file_list {
    padding-top:20px;
  }
  #current_settings_info {
    padding-bottom:15px;   
  }
  #prompt_title {
    margin-bottom: 30px;
    margin-top: 20px;
    height: 22px;
    width: 40%;
    padding-left: 10px;
  }
  #main-file-upload-div {
    /*margin-top: 2px;*/
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .prompt-chat-continue-div {
    margin-top: 5px;
  }

.input-wrapper {
    position: relative;
}
.input-wrapper-instructions {
  position: relative;
}
.input-wrapper-hidden {
  position: relative;
}

.prompt_title {
    position: relative;
    line-height: 2.5ex;
    font-size: 15px;
}
label.label {
    position: absolute;
    z-index: 1;
    padding: 0 2px;
    font-size: 12px;
}
label.label_input {
    top: 5px;
}

label.support_label {
  font-size: 12px;
  margin-bottom: 0px;
}

label.label_textarea {
    /*top: -15px;*/
    top: 10px;
}
label.label_settings {
    top: -13px;
}

/* progress indicator */
#Progress_Status {
  width: 50%;
  height: 20px;
  background-color: #ddd;
}
#myprogressBar {
  width: 2%;
  height: 20px;
  background-color: #4CAF50;
}
.historyContext {
  cursor: pointer;
}
#collection_file_list {
  height: 180px;
}

/* rating */
.rating {
  display: inline-block;
  font-size: 0;
  /*position: relative;*/
  text-transform: capitalize;
  padding: 0px 10px;
  color: gray;
  
}
.rating label {
  display: inline-block;
  float: right;
  padding: 0;
  font-size: 29px;
  cursor: pointer;
}
.rating label::before {
  content: "☆";
  display: inline-block;
  transition: 0.2s;
}
.rating label span {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 20px;
  font-size: 1rem;
  white-space: nowrap;
  transition: 0.15s ease-out;
  pointer-events: none;
  letter-spacing: -2px;
  transform: translateY(-50%);
}
.rating label:hover span {
  opacity: 1;
  transform: none;
  letter-spacing: 0;
}
.rating label:hover::before {
  color: orange;
  opacity: 0.6;
  filter: drop-shadow(0 0 4px);
}
.rating label:hover ~ *::before {
  color: orange;
  opacity: 0.6;
  filter: drop-shadow(0 0 4px);
}
.rating input:checked ~ label::before {
  content: "★";
  color: orange;
  /*filter: drop-shadow(0 0 4px);*/
  /*transform: rotate(0.1turn);*/
  /*transition-delay: calc(0.1 * attr(data-idx integer));*/
}
.nomargin {
  margin-bottom: -4px;
  display: block;
}

.size15 {
  font-size: 15px;
}
.size14 {
  font-size: 14px;
}


/* new styles redesign */
.round-green-btn{
  width: 45px !important;
  height: 45px;
  border-radius: 25px;
  box-shadow: 0 0 0 3px var(--shamrock-green-10);
  background-color: var(--algae-green);
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: var(--ice);
  border: none;
  cursor: pointer;
}
.add-col-btn{
  margin: 10px 0;
}
/* new styles redesign end */

/* new styles products  /abos */
/* styles.css */
.abos {
  box-sizing: border-box;
}

.price-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.price-box {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}

.price-box h2 {
  color: #333;
  margin-top: 0;
}

.price-box ul {
  list-style-type: none;
  padding: 0;
}

.price-box ul li {
  padding: 5px 0;
}

@media (max-width: 600px) {
  .price-container {
      grid-template-columns: 1fr;
  }
}

.wp-block-image img {
  width:100%;
  height: auto;
}
  /* new styles products /abos */

.support-input {
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;
  width: 95%;
  height: 20px;
  padding-left: 5px;
  overflow-y: auto;
}
.support-textarea {
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;
  width: 95%;
  height: 150px;
  padding-left: 5px;
  overflow-y: auto;
}
.contact-form--errortext {
  padding-left: 80px;
}
.is-error {
  background-color: #e6eef2;
  padding: 0 2px;
  font-size: 12px;
}


/* styles for html results */
#results h1 {
  font-size:26px;
}
#results h2 {
  font-size:20px;
}
#results h3 {
  font-size:16px;
}
#results h4 {
  font-size:14px;
}
#results {
  /*line-height:22px;*/
}
pre {
  white-space: pre-wrap;
  background-color:white;
}
code {
  
}
.highlight {
  background-color: yellow;
}
.passage {
  transition: height 0.6s;
  height: inherit;
  overflow: hidden;
  position: relative;
  text-indent: 0;
  display: block;
  clear: right;
  margin-bottom: 1rem;
  word-break: break-all;
}
.passage.collapsed, .table-sessions td div.session-details.collapsed {
  height: 7rem;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0));
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: left top, left bottom;
}
.passage.collapsed { height: auto; max-height: 7rem; }
.passages i.fa-chevron-down, .passages i.fa-chevron-up, .session-details i.fa-chevron-down, .session-details i.fa-chevron-up{
  margin-right: 0.5rem;
  cursor: pointer;
  color: var(--chevron-green);
  font-weight: 800;
}

.menu-collection .fa-save, .menu-collection .fa-trash, .menu-collection .fa-upload, .prompt_filters .fa, .prompt_filters .fas, .form-container .fas, .form-container .fal, .form-container .fa { cursor: pointer; }
.menu-collection .fa-save:hover, .menu-collection .fa-trash:hover, .menu-collection .fa-upload:hover, .prompt_filters .fa:hover, .prompt_filters .fas:hover, .form-container .fas:hover, .form-container .fal:hover, .form-container .fa:hover { 
  filter: drop-shadow(0 0 4px); 
  font-size: 14px;
}


.co-wrap {
  grid-template-columns: minmax(0, 3fr) 1px;
  position: fixed;
  top: 0;
  left: 436px;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 33;
}
.co-wrap.large { left: 81px; }
.co-wrap.show { display: grid; }
.co-wrap .content-overlay.prompts { display: none; }
.co-wrap.prompts .content-overlay.collections { display: none; }
.co-wrap.prompts .content-overlay.prompts { display: block; overflow: hidden; }
.content-overlay {
  overflow: auto;
  background-color: rgba(255, 255, 255, 1);
  /* background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)); */
  z-index: 21;
  border-color: rgba(0, 0, 0, 0.05);
  border-width: 10px 10px 10px 1px;
  border-style: solid;
  box-shadow: -6px 3px 7px 0px rgba(0, 0, 0, 0.4);
}
/* .co-wrap.small .content-overlay{
  margin-right: 120px;
} */
.content-overlay .collection_details_display_name { display:block; }
.collection_details_display_name .fa-save { display: none; margin-left: 5px; cursor: pointer; font-size: 20px; }
.collection_details_display_name .fa-pencil { margin-left: 10px; cursor: pointer; font-size: 16px; }
.collection_details_display_name input { display: none; margin-left: 10px; max-width: 550px; width: 80%; font-size: 16px; padding: 2px 5px; }
.collection_details_b_name { font-weight: bold; }

.content-overlay.prompts .all-prompts-list {
  overflow: hidden;
  overflow-y: auto;
  grid-column-gap: 1em;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  flex-wrap: wrap;
  padding-bottom: 200px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(8, 0.2fr);
}
.content-overlay.prompts>.wrapper { height: 100%;  }
.all-prompts-list .menu-element-text { width: 100%; max-height: 1.5em; overflow: hidden; grid-column: span 5;}
.all-prompts-list>.menu-rectangle { 
  padding: 10px;
  width: 99%;
  box-sizing: border-box;
  min-height: auto;
  background: white;
  /*background: var(--pale-grey);*/
  height: 100%;
  border: 1px solid var(--pale-grey);
  flex: 0 0 calc(50% - 1.5em);
  display: grid;
  height: auto;
 }
.all-prompts-list .menu-rectangle.prompttypediv { grid-column: 1 / span 2; width: 99.4%; background-color: var(--deactivate-two); height:61px;}
/* .all-prompts-list .menu-rectangle:not(.prompttypediv):hover { background: var(--pale-grey-two); } */
.all-prompts-list .menu-element-icons { grid-row: span 2 }
.all-prompts-list .menu-element-desc { grid-column: 1 / span 5; font-size: 13px; }
.all-prompts-list .prompt_title { font-weight: bold; }
.all-prompts-list .fa-star, .all-prompts-list .fas, .all-prompts-list .fal { color: var(--chevron-green); margin-right: 0.6em; }
.all-prompts-list .fa-star:hover, .all-prompts-list .fa-copy:hover { color: var(--fa-gold); }
.all-prompts-list .fa-star.default, .all-prompts-list .fa-star.default:hover { color: var(--fa-gold); }
.all-prompts-list .fa-trash:hover { color: var(--deactivate); }
.grid-messages.mlhide { opacity: 0; }

.content-overlay .grid { display: grid; }
.grid.col3 { grid-template-columns: 32% 32% 32%; grid-gap: 2%; }
.grid.col4 { grid-template-columns: 24.2% 24.2% 24.2% 24.2%; grid-gap: 0.4%; }
.co-wrap.all .collection_details_display_name { display:none; }
.slider.round.disabled { opacity: 0.55 }
.menu-collection .grid3col { grid-template-columns: minmax(0, 10fr) minmax(0, 7fr) minmax(0, 6fr); grid-gap: 1em; }
.menu-collection .grid3col>div { overflow: hidden; }
.menu-collection .grid3col>div .fas { margin: auto; }
.menu-collection .grid3col>div>div { margin: auto 0; }
.collection_details_display_name { line-height: 40px; }
.collectionTools>div { padding: 1em 0; }
#delete_collection_button { margin: 0 auto; }

.prompt_filters .collectionSelector, .prompt_filters .fas { clear: before; }
.action { cursor: pointer; }
.action:hover { opacity: 0.85; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col {
  position: relative;
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
/* @media (min-width: 768px) { */
  .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-md-8 {
      -ms-flex: 0 0 66.666666%;
      flex: 0 0 66.666666%;
      max-width: 66.666666%;
  }
/* } */

/*********************************
*********************************
JSON EDITOR/VIEWER
**********************************
********************************/
/* Syntax highlighting for JSON objects */
.coll_metadatas { 
  max-height: 300px; 
  overflow: auto; 
  padding: 0 1em; 
  font-size: 14px;
}
.json-editor-blackbord {
  background: transparent;
  color: #333;
  /* font-size: 13px;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; */
}
@media screen and (min-width: 1600px) {
  .json-editor-blackbord {
    font-size: 14px;
  }
}

ul.json-dict, ol.json-array {
  list-style-type: none;
  margin: 0 0 0 1px;
  border-left: 1px dotted #525252;
  padding-left: 2em;
}
.json-string {
  color: var(--algae-green);
}
.json-literal {
  color: var(--font-form-pre);
}
.json-url {
  color: #1e90ff;
}
.json-property {
  color: var(--font-form-pre);
  line-height: 160%;
  font-weight: 500;
}

/* Toggle button */
a.json-toggle {
  position: relative;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a.json-toggle:focus {
  outline: none;
}
a.json-toggle:before {
  color: var(--chevron-green);
  content: "\f13a"; /* down arrow */
  position: absolute;
  display: inline-block;
  width: 1.2em;
  left: -1.2em;
  top: -1.6em;
}
a.json-toggle.collapsed:before {
  transform: rotate(-90deg); /* Use rotated down arrow, prevents right arrow appearing smaller than down arrow in some browsers */
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}


/* Collapsable placeholder links */
a.json-placeholder {
  color: var(--deactivate);
  padding: 0 1em;
  text-decoration: none;
  cursor: pointer;
}
a.json-placeholder:hover {
  text-decoration: underline;
}
.prompt_filters .collectionSelector, .prompt_filters .fas { clear: before; }


/* work for doc viewer */
.openDocument {
  text-decoration: none;
  color: blue;
  cursor: pointer;
}

.docViewer {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.docViewerContent {
  background-color: white;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.docViewerClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.docViewerClose:hover,
.docViewerClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.pdfContent {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 600px;
  overflow-y: auto;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}

.pdfContent h1 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.pdfContent p {
  margin-bottom: 15px;
  text-align: justify;
}

.pdfContent p:last-of-type {
  text-align: right;
  font-style: italic;
}
/* end work for doc viewer */
.prompt_filters .filter {
  display: grid;
  /* grid-template-columns: 18% 18% 70px 18% 70px 30px 30px; */
  grid-template-columns: 18% 82%;
  gap: 1em;
  margin-bottom: 0;
}
.subfilter {
  display: grid;
  grid-template-columns: 70px 20% 70px 20% 90px 30px 30px;
  gap: 1em;
  margin-bottom: 0;
  position: relative;
}
.prompt_filters { margin-bottom: 1.5em; }
form:not(.user):not(.owner) .prompt_filters, form:not(.user):not(.owner) .filter_icon { display: none !important; position: absolute; left: -5000px; width: 0; height: 0; }
.prompt_filters .collectionSelector, .prompt_filters .fas { clear: before; }
.prompt_filters .fas { margin-top: 0.7em; }
.prompt_filters .filter > *:not(:last-child) .prompt_filters .filter .subfilter > *:not(:last-child) { margin-right: 1em; }
.prompt_filters .filter .metadatas { width: 100%; margin-bottom: 0 }
.prompt_filters .collectionSelector, .prompt_filters .metadata_key, .prompt_filters input[type="text"] {
  width: 100%;
  min-width: 180px;
}
.subfilter+.subfilter>.sub_combine { display: none; }
.subfilter:first-child>.combine { display: none; }
.subfilter .fa { align-self: center; }
.subfilter .combine::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 25px;
  height: 20px;
  border: solid #ccc;
  border-width: 0 0 2px 2px;
}
.div_delete_files{
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 10px;
}
.collEdit_-1 .collectionTools, .collEdit_-1 .files_delete, .collEdit_-1 .collection_upload_div, .collEdit_-1 .collection_upload , .collEdit_-1 .div_delete_files { display: none; }

/* Dashed red border */
.lowerborder {
  border-bottom: 1px solid lightgray;
  margin-bottom: 6px;
}

.toppadding {
  padding-top: 44px;
}

.form-container .select2-container--default .select2-results__option--selected { background-color: #5897fb; color: #444; }
.form-container .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: var(--pale-grey); color: #000000; }
strong.select2-results__group { background-color: var(--ice); font-weight: 100; color: #666666; }

.gspan2 { grid-column: span 2; }
.gspan3 { grid-column: span 3; }
.prompts label { display: inline-block; }
.prompt .fa-user-robot { opacity: 0.8; line-height: inherit; }
.prompt .tags.row { margin-top: 1em; }
.filter-promptfavs { float: right; margin-left: 1em; }
.right { text-align: right; }

.save_session_button { margin-left: 5px;}
.cancel_session_button { margin-left: 5px;}

.supportbanner { cursor: pointer; text-decoration: underline;}
.collection_search_choice { cursor: pointer; font-size: 14px;}
.topmargin5 { margin-top: 5px;}
.topmargin10 { margin-top: 10px;}

.wrapper .filter-tags a, .prompt a.filt-tag { display: inline-block; max-width: 75px; overflow: hidden; padding: 1px 1em; text-decoration:none; color: #333333; white-space: nowrap; }
.chat-message .filter-tags .filt-tag { cursor: default; }

.wrapper .filter-tags a.filt-tag:hover {
  background-color: var(--textlink);
  color: #ffffff;
}
.wrapper .filter-tags a.filt-tag.active { background-color:var(--light-blue-grey) }
.wrapper .filter-tags a.filt-tag { margin-bottom: 0.4em; }
.wrapper .filter-tags a.filt-tag, .prompt a.filt-tag { max-height: 1.2em; overflow: hidden; max-width: inherit; white-space: nowrap; }
.prompts .filter-tags { width: 100%; flex-wrap: wrap; }
.prompts .filter-tags.collapsed { height: 1.5em; overflow: hidden; }
.prompts .filter-tags .fa-solid { margin-right: 1em; line-height: 1.2em; }
.wrapper .filter-tags a + a { margin-left: 1px; }

.gdpr-badge {
  display: inline-block;
  padding: 1px 4px;
  background-color: #bcb9b9;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  text-transform: uppercase;
}

.video-player-container {
  width:100%;
  justify-content: center;
  padding: 20px;
}
.video-player {
  width: 75%;
  background-color: #000;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: #fff;
}


.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  /*grid-template-columns: 350px 350px;*/
  gap: 20px;
  padding: 20px;
}

.video-box {
  width: 350px;
  height: 100px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.video-box:hover {
  transform: scale(1.05);
}

.video-thumbnail {
  flex: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.play-button {
  color: white;
  display: none;
  font-size: 38px;
}

.video-box:hover .play-button {
  display: block;
}

.video-info {
  flex: 1;
  background: #f9f9f9;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.video-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-length {
  color: #555;
}


.stepper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.stepper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #adb5bd;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  padding: 0 10px;
  transition: opacity 0.5s ease, max-height 0.5s ease, transform 0.3s ease;
  max-height: 100px;
  opacity: 1;
  transform: scale(1);
}

.step-counter {
  transition: all 0.3s ease;
}

.step-name {
  transition: all 0.3s ease;
}

.stepper-item.optional-step-element {
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none;
  transform: scale(0.8);
}

.stepper-line {
  flex-grow: 1;
  height: 3px;
  background-color: #e9ecef;
  margin: 0 -2px;
  transition: background-color 0.4s ease, opacity 0.5s ease, max-width 0.5s ease;
  opacity: 1;
  max-width: 1000px;
}

.stepper-line.optional-step-element {
  opacity: 0;
  max-width: 0;
  flex-grow: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.stepper-item.make-visible {
  opacity: 1;
  max-height: 100px;
  transform: scale(1);
}

.stepper-line.make-visible {
  opacity: 1;
  max-width: 1000px; 
  flex-grow: 1; 
}


.member-input-group {
  transition: opacity 0.3s ease;
}
.plan-info-link {
  font-size: 1.2rem; 
  vertical-align: middle; 
  color: var(--bs-primary); 
}

.form-control.is-invalid, .form-select.is-invalid {
  border-color: var(--bs-danger);
}
.invalid-feedback {
  display: none; 
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-danger);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-feedback {
  display: block;
}

.delete-member-btn {
   flex-shrink: 0;
}
.stepper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.stepper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #adb5bd; 
  text-align: center;
  z-index: 1;
  background-color: #fff; 
  padding: 0 10px; 
}

.step-counter {
  height: 40px;
  width: 40px;
  background-color: #f8f9fa; 
  border: 2px solid #adb5bd; 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 6px;
  color: #adb5bd;
  transition: all 0.3s ease;
}

.step-name {
  font-size: 0.9rem;
  color: #6c757d;
   transition: all 0.3s ease;
}

.stepper-item.active .step-counter {
  background-color: #0d6efd; 
  border-color: #0d6efd;
  color: #fff;
}
.stepper-item.active .step-name {
  color: #000; 
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #198754; 
  border-color: #198754;
  color: #fff;
}
.stepper-item.completed .step-name {
  color: #198754; 
}

/* --- Linien zwischen den Schritten --- */
.stepper-line {
  flex-grow: 1; 
  height: 3px;
  background-color: #e9ecef;
  margin: 0 -2px;
  transition: background-color 0.4s ease;
}

.stepper-line.completed {
 background-color: #198754; 
}


.step-pane {
  display: none; 
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  min-height: 250px; 
  position: relative;
}

.step-pane.active {
  display: block;
  opacity: 1;
}

.choice-card {
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border: 1px solid #dee2e6;
}

.choice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-color: #0d6efd;
}

.email-input-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: opacity 0.3s ease; 
}

.email-input-group input {
  flex-grow: 1;
  margin-right: 10px;
}

.delete-email-btn {
   flex-shrink: 0; 
}
.confirmDialog {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.edit-modal-dialog {

  max-width: 1000px;
  width: 100%;
  height: 100%;
  max-height: 75vh;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 20px;
  margin: 10px;
  margin-top: 40px;
  margin-bottom:40px;
}

.confirm-modal-dialog {
  min-width: 400px;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 20px;
  margin: 10px;

}

.modal-dialog-textarea {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: inherit;
  line-height: 1.6;
  font-size: 15px;
}

.edit-modal-dialog .modal-content {
  height: 100%;
  box-sizing: border-box;
  display: grid;
  /*modalheader, body, and footer are im here, so we need to give the body the most space*/
  grid-template-rows: 50px 1fr 50px;
}

.modal-header {
  margin-bottom: 10px;
}

.modal-body {
  margin-bottom: 10px;
}

.edit-text-area {
  float: right;
}

.prompt_info {
  height: 100%;
}

.tabs .ui-widget-header {
  background-color: transparent;
  border: 0;
}
.tabs.ui-widget.ui-widget-content  {
  border: 0;
}
.tabs .ui-state-active, .tabs .ui-widget-content .ui-state-active, .tabs .ui-widget-header .ui-state-active, .tabs a.ui-button:active, .tabs .ui-button:active, .tabs .ui-button.ui-state-active:hover {
  background-color: var(--white);
  color: var(--dark-grey);
}
.tabs .ui-tabs-panel.ui-widget-content, .tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border: 1px solid var(--mid-grey);
}
.tabs.ui-tabs ul.ui-tabs-nav li.ui-tabs-active {
  border-bottom: 0 none transparent;
}
.tabs .ui-state-active a, .tabs .ui-state-active a:link, .tabs .ui-state-active a:visited
{
  color: var(--dark-grey);
}

.collection_filter_toggle {
  margin-right: 0.5em;
}
.menu-rectangle.collSearch {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 8px;
}
.menu-rectangle-simple.collection_description_div {
  width: 100%;
  box-sizing: border-box;
}
.collection_description {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0.7em 0;
}
.collSearch input {
  width: 95%;
}
.collSearch .fa-search, .collSearch .fa-info {
  margin: 0.7em 0 0 0.5em;
}
.collectionLibrary { width: 100%; box-sizing: border-box; padding-right: 1.5%; }
.collectionLibrary .metadatas { margin-bottom: 1em; }
.collectionLibrary .collectionTools { width: 100%; box-sizing: border-box; }
.collectionLibrary .collectionTools>div { width: 100%; box-sizing: border-box; }

.promptCreationForm:not(.success) #prompt-creation-success, .promptCreationForm:not(.loading) .contact-form--overlay, .promptCreationForm.loading #menu-prompt-creation-form,  .promptCreationForm.success #menu-prompt-creation-form {
  display: none;
}

.sessionForm .menu-rectangle:last-child {
  margin-bottom: 2em;
}

.ui-tooltip {
    max-width: 50% !important;
    width: auto !important;
}
.ui-tooltip-content {
    max-width: 100% !important;
    font-size: 13px;
    line-height: 1.4em;
}

.filterWrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  flex:1;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}
.prompt-filter{
  display: flex;
  margin-right: 10px;
  margin-left: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  flex-direction: row;
   justify-content: space-between;
 background-color: var(--pale-grey-two);
    border-radius: 5px;
}
.radio_primpts{
  display: inline-flex;
}
.tagRadioWrapper {
  flex:1;
}
#filter-tags{
  flex:1;
}
#promptHelpText{
  margin-left: 15px;
  background-color: var(--pale-grey-two);
  border-radius: 5px;
  margin-right: 15px;
  padding: 10px;
  line-height: 1.4em;
  font-size: 14px;
}
#promptTextToggle {
  margin-left: 15px;
  margin-right: 15px;
}

.stats-section {
  padding-bottom:25px;
}

/* TIMEPICKER */
.ui-timepicker-wrapper { overflow-y: auto; max-height: 150px; width: auto; background: #fff; border: 1px solid #ddd; -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2); -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2); box-shadow:0 5px 10px rgba(0,0,0,0.2); outline: none; z-index: 10052; margin: 0; }
.ui-timepicker-wrapper .ui-timepicker-list li { padding-right: 20px; }
.ui-timepicker-list { margin: 0; padding: 0; list-style: none; }
.ui-timepicker-duration { margin-left: 5px; color: #888; }
.ui-timepicker-list:hover .ui-timepicker-duration { color: #888; }
.ui-timepicker-list li { padding: 3px 0 3px 5px; cursor: pointer; white-space: nowrap; color: #000; list-style: none; margin: 0; }
.ui-timepicker-list:hover .ui-timepicker-selected { background: #fff; color: #000; }
li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover { background: #1980EC; color: #fff; }
li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration { color: #ccc; }
.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled { color: #888; cursor: default; }
.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled { background: #f2f2f2; }
/* TIMEPICKER END */

.bewertung_formular table { border: 0; width: 100% }
.bewertung_formular td, .bewertung_formular td, th { border: 0; }
.bewertung_formular tr td:first-child, .bewertung_formular tr th:first-child { width: 250px }
.bewertung_formular input { width: 100% }
.bewertung_formular textarea { width: 100%; height: 150px }

.menu-sessions .menu-rectangle.active {
  background-color: var(--fa-gold);
}

 :root{
      --bg: #0f1724;
      --card: #0b1220;
      --muted: #94a3b8;
      --accent: #6ee7b7;
      --danger: #ff6b6b;
      --glass: rgba(255,255,255,0.03);
      --radius: 12px;
      --fw: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    }
/* Upload card */
.upload-card {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 22px;
  align-items: start
}

#legalAIRequest .grid3col{
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding-bottom: 15px;
}

/* #legalAIRequest .grid3col > div {
  flex: 0 1 50%;
} */
#legalAIRequest .grid3col > :nth-child(1) {
  flex: 0 1 60%;
}
#legalAIRequest .grid3col > :nth-child(2) {
  flex: 0 1 40%;
}
.uploaddemo{
  margin:0px 0px;
}
.drop-area {
  border-radius: 12px;
  padding: 22px;
  background: var(--pale-grey-two);
  border: 1px dashed rgba(255, 255, 255, 0.06);
  /*min-height: 160px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .18s ease
}

.drop-area.dragover {
  background: linear-gradient(90deg, rgba(110, 231, 183, 0.06), rgba(99, 102, 241, 0.03));
  box-shadow: 0 6px 20px rgba(45, 212, 191, 0.06);
  border-color: rgba(110, 231, 183, 0.5)
}

.drop-area .icon {
  width: 56px;
  /*height: 56px;*/
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  margin-bottom: 12px
}

.drop-area .icon svg {
  width: 28px;
  height: 28px;
  fill: var(--accent)
}

.controls {
  display: flex;
  gap: 12px;
  align-items: center
}


.btn.ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--muted);
  box-shadow: none
}

.file-list {
  background: transparent;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: auto
}
#file_info{
  display: flex;
  flex-direction: row;

}
summary{
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--pale-grey-two);
  border: 1px solid rgba(255, 255, 255, 0.03);
  align-items: center;
  justify-content: space-between;
  /*flip the icon upload-toggle-chev*/
  list-style: none;
  display: flex;
  flex-direction: row;
}
.coll-file-chip{
  background-color: var(--pale-grey-two);
  border-radius: 10px;
}
summary::marker { 
  display: none;
}
#upload-toggle-chev {
  transition: transform 0.3s ease;
  margin-left: 10px;
}
  #file_info .file-chip-remove{
    cursor: pointer;
    display: inline-flex;      
    padding: 5px 15px;
    background-color: var(--pale-grey-two);
    border-radius: 25%;
  }
  .file-chip-remove:hover{
    background-color: var(--light-blue-grey-two) !important;
  }
  .file-chip-remove i{
    filter: unset !important;
  }
details {
  position: relative;
}
details[open] #upload-toggle-chev {
  transform: rotate(-180deg);
}
.file-chip-header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px !important;
  margin: 0px;
  border: 0 !important;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: sticky;
  top: 0;
  background: white;
  border-top: unset !important;
  border-bottom: 1px solid var(--light-blue-grey) !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.file-chip-header > div:first-child {
  border-right: 1px solid var(--light-blue-grey);
}

.file-chip-header > div:last-child {
  border-left: none; /* optional, falls überschneidungen */
}
.file-chip-header > div{
    flex: 0 0 calc(50%);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.file-chip-header > div{
  padding: 10px 8px;
}
#file_info:open  {
  border: 1px solid var(--light-blue-grey);
  border-radius: 6px;
}
.file-chip-container {
  position: absolute;
  max-width: 600px;
  width: 100%;
  min-width: 350px;
  background: white;
  border: 1px solid var(--light-blue-grey);
  border-radius: 10px;
  max-height: 400px;
  overflow-y: auto;
  top:auto;
  bottom: 100%;          /* direkt über summary */
  left: 50%;             /* Mitte des summary */
  transform: translateX(-50%);  /* wirklich zentrieren */
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  z-index: 9999!important;
}
/* expanded prompt info element, position the file-chip-container below the field input */
.wpinfo .file-chip-container { 
  bottom: auto;
}

.file-chip-container .file-chip {
      padding: 10px 8px;
      border-bottom: 1px solid #eee;
    }
.file-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid var(--pale-grey);
  cursor: default;
}

.file-chip .meta {
  display: flex;
  gap: 10px;
  align-items: center
}

.no-cursor-pointer {
  cursor: default !important;
}

.file-chip .name {
  font-weight: 500;
}

.file-chip .size {
  color: var(--muted);
  font-size: 13px
}

.remove {
  background: transparent;
  border: none;
  color: var(--muted);
  cursor: pointer;
  padding: 6px;
  border-radius: 6px
}

.remove:hover {
  color: var(--danger)
}

.right-card {
  background: var(--pale-grey-two);
  padding: 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.03)
}

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px
}

.muted {
  color: var(--muted);
  font-size: 13px
}

.progress {
  height: 10px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  overflow: hidden
}

.progress>i {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent), #60a5fa)
}

.hint {
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px
}
.uploaddemo .cta{
height: unset;
}

/* responsive */
@media (max-width:1100px){
  .upload-card{grid-template-columns:1fr;}
  .collectionheader > * {
    flex: 0 0 100% !important;
    box-sizing: border-box;
    
  }
  .collectionheader {
    padding-top: 0px !important;
    gap: 0px !important;
  }
}

.right-card #collection_file_info_submit {
  width: 100%;
}

.delete_coll_files_btn {
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content !important;
  color: var(--dark-grey);
  background-color: var(--deactivate-two);
  box-shadow: none;
  cursor: unset;
}
.delete_coll_files_btn.active {
  background-color: var(--fa-gold);
  cursor: pointer;
  color: #fff;
  box-shadow: none;
}
.delete_coll_files_btn i {
  box-shadow: unset;
  cursor: unset;
}
.delete_coll_files_btn label {
  margin: 0;
  padding: 0;
  cursor: unset;
}

.flex-row{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.flex-row .switch {
  margin: auto 0px;
}
.align-center{
  align-items: center;
}

.collectionheader {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-left: 10px;

}
.collectionheader .menu-rectangle-simple {
  width: auto;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
}

.collectionheader > * {
  flex: 100 0 calc(50% - 10px);
  box-sizing: border-box; 
}
.collectionheader .collectionTools
{
  margin: 0;
  padding: 0;
}
.collectionheader .collectionTools .menu-rectangle-2col{
  margin: 5px;
  padding: 0;
}
.description-wrap{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding-left: 10px;
  padding-right: 24px;
}

#collection_file_icon label{
cursor: pointer;
}
#delete_collection_button{
  cursor: pointer;
  background-color: var(--danger);
  color: white;
  border: none;
  box-shadow: none;

}
#delete_collection_button:hover{
  background-color: #cf6565;
  color: white;
  border: none;
  box-shadow: none;
}
#collection_file_info_collection_parse_attachments{
  margin-top: 10px;
}
.tabs {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 10px;
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .btn-hollow {
    background-color: #fff;
    color: black;
    border: solid 1px var(--light-blue-grey-two);
    border-radius: 20px;

  }
  .btn-sec {
    background-color: #009dff;
    color: #fff
  }
  .tab-controll {
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 1.75rem;
    cursor: pointer;
    border-bottom: 1px solid #cfdee6;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top:20px;
    align-items: center;
  }

  .hidden {
    display: none; 
  }

  .tab-controll.active {
    color: #006db0;
    border-bottom: 1px solid #006db0
  }

  .tab-controll i {
    margin-right: 5px;
  }

  .main-tab-controll {
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 1.75rem;
    cursor: pointer;
    border-bottom: 1px solid #cfdee6;
    font-weight: 600;
    padding-bottom: 10px;
  }


  .main-tab-controll.active {
    color: #006db0;
    border-bottom: 1px solid #006db0
  }

  .main-tab-controll i {
    margin-right: 5px;
  }

  .tab.active {
    display: block;
    padding: 10px;
    margin: 0px 10px;
  }

  .tab {
    display: none;

  }
  #zindexlow{
    display: flex;
    justify-items: center;
    align-items: center;
  }
  .tab-controll .fa-spinner{
    font-size: 20px;
    margin:5px;
  }
  #stats-controlls
  {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
.bewertung-form-group{
  display: inline-flex;
  flex-direction: column;
}
.bewertung-form-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bewertung-form-container label {
  margin-bottom: 0px;
}
.support-container {
  display: flex;
  margin-left: 20%;
  margin-right: 20%;
}
@media (max-width: 1000px) {
  .support-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.support-container #menu-support-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}


.support-container .support-input,
.support-container .support-textarea {
  width: unset;
}
/* .menu-rectangle.session .edit_session_button,
.menu-rectangle.session .session-name-link {
  display: initial;
} */
.menu-rectangle.session .session_name_input,
.menu-rectangle.session .cancel_session_button,
.menu-rectangle.session .delete_session_button,
.menu-rectangle.session .save_session_button {
  padding-left: 2px;
  display: none;
}
.menu-rectangle.session.editing .edit_session_button,
.menu-rectangle.session.editing .session_date,
.menu-rectangle.session.editing .agent_session,
.menu-rectangle.session.editing .session-name-link {
  display: none;
}
.menu-rectangle.session.editing .session_name_input,
.menu-rectangle.session.editing .cancel_session_button,
.menu-rectangle.session.editing .delete_session_button,
.menu-rectangle.session.editing .save_session_button {
  display: initial;
}

.agent_session {
  padding-right: 5px;
}