
/**
 * Bootstrap Fonts
 */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/**
 *Font Awesome Fonts
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * App-wide Styles
 */

/*.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}*/

/* Knowledge Forum 6 settings */

/* affects all */

html, body {
    height: 100%;
}


/* button */
.btn {
    padding: 1px 7px;
    font-size: 12px;
}

/* textfield */
.form-control {
    font-size: 12px;
    height: inherit;
    padding: 1px 7px;
}

a:hover{
  cursor: pointer;
}

.ng-scope{
    font-size: 11px;
}

[ui-view] {
    overflow: auto;
}
.login.back {
    background-color: #f5f5f5; 
    height: 100vh; /* Use viewport height to ensure it fills the screen */
}

.login.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4286; /* Simplified */
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* Google Login Styles */
.btn-google {
    background-color: #4285f4;
    color: white;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    display: inline-flex; /* Better for button styling */
    align-items: center; /* Vertically centers content */
    justify-content: center; /* Horizontally centers content */
    text-transform: none;
}

.btn-google:hover {
    background-color: #357ae8;
    color: white;
}

.btn-google i {
    margin-right: 8px;
}

.form-signin {
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .form-signin {
        max-width: 500px;
    }
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    height: auto;
    box-sizing: border-box; /* Standardized box-sizing */
    padding: 10px;
    font-size: 16px;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0; /* Shortened border-radius */
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-radius: 0 0 4px 4px; /* Shortened border-radius */
}

.login.btn {
    padding: 10px 16px;
    font-size: 18px;
}

.hr-with-text {
    position: relative;
    text-align: center;
}

.hr-with-text hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0;
}

.hr-with-text span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f5f5f5;
    padding: 0 10px;
    color: #666;
}
.btn-global{
    color: #fff;
    background-color: #428bca;
    border-color: #133783;
}
.btn-facebook {
    color: #fff;
    background-color: #3B5998;
    border-color: #133783;
}
.btn-twitter {
    color: #fff;
    background-color: #2daddc;
    border-color: #0271bf;
}
.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: #c53727;
}
.btn-github {
    color: #fff;
    background-color: #fafafa;
    border-color: #ccc;
}
.login-option{
    margin-top:10px;
}

.trash {
    color: rgb(209, 91, 71);
}
.form-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
  }
  .card-header, .form-title {
    background-color: #007bff;
    color: white;
  }
  .form-title {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
  }
  .form-group {
    margin-bottom: 15px;
  }
  
.KFAgentManagerAnchor {
    cursor: pointer;
}
.my-confirm-class {
    padding: 3px 6px;
    font-size: 12px;
    color: white;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #337ab7;
    text-decoration: none;
}

.my-cancel-class {
    padding: 3px 6px;
    font-size: 12px;
    color: white;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #a94442;
    text-decoration: none;
}

.am__community-manager-panel {
    background-color: var(--analytics__theme-color--washed);
    border-radius: 10px;
}
#authornetwork {
  /*margin-left: 40px;*/
}

#authornetwork #network svg{
  /*width: 70%;*/
  /*float: right;*/
  border: 1px solid #ccc!important;
  border-radius: 5px;
  /* resize: both; */
  overflow: auto;
  /* margin: 0 5px 5px 0; */
}
#authornetwork #infos{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  min-height: 300px;
  /*float: right;*/
}
#authornetwork ul{
  margin: 0;
}

#authornetwork h2{
  font-size: 15px;
}
#authornetwork path.link {
  fill: none;
  stroke: #666;
}

#authornetwork path.marker_only {
  fill: none;
  stroke-opacity: .5;
}

#authornetwork #flechenoire{
  fill: #000;
  fill-opacity: 1;
}
#authornetwork #flecherouge{
  fill: #800;
  fill-opacity: 1;
}
#authornetwork #flecheverte{
  fill: #080;
  fill-opacity: 1;
}

#authornetwork #flecheinactif{
  fill: #666;
  fill-opacity: .2;
}

#authornetwork .inactif{
  stroke-opacity: .2;
  stroke: #666;
}

#authornetwork circle {
  fill: #ccc;
  stroke: #333;
  stroke-width: 1.5px;
}

#authornetwork text {
  /* font: 10px sans-serif; */
  pointer-events: none;
}

#authornetwork text.shadow {
  stroke: #fff;
  stroke-width: 3px;
  stroke-opacity: .8;
  z-index: 0;
}

#groups ul, #legendes ul{
  list-style-type: none;
}

#legendes ul {
  padding-left: 5px;
}

#legendes ul li {
  /* height: 20px; */
  line-height: 20px;
  padding-bottom: .2rem;
}

#legendes ul li span{
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 8px;
}

.authorNetworkGroups, .authorNetworkViews{
    display: inline-block;
    margin-left: 20px;
}

.date-time-selector, .filters {
    margin-top: 20px;
}

.grid--auto-rows_2-col {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: auto 1fr;
  gap: 1rem .5rem;
}

.author-network-grid {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 3fr 1fr;
  gap: 1rem;
}

.author-network__side-block {
  border-radius: 4px;
  background-color: var(--gray-F8);
  border: 1px solid lightgray;
}

@media screen and (max-width: 920px){
  #infos{
    width: 100%;
    float: none;
    margin: 0;
  }
  #network{
    width: 100%;
    float: none;
  }
}

.anmember-select-container {
  width: 100%;
  position: relative;
}

.anmember-select-container .dropdown-toggle {
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  border: 1px solid #7c7c7c;
  font-size: 12px;
  border-radius: 3px;
  
}

.anmember-select-container .dropdown-toggle .caret {
  float: right;
  margin-top: 6px;
}

.anmember-select-container .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background-color: #f8f9fa;
  max-height: 300px;
  overflow: hidden;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.anmember-select-container .dropdown-menu .form-group {
  padding: 8px;
  margin: 0;
  background: #f8f9fa;
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}

.anmember-select-container .dropdown-menu .form-group input {
  font-size: 11px;
  padding: 4px 6px;
}

.anmember-select-container .dropdown-scroll-area {
  max-height: 250px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

.anmember-select-container .inner-scroll-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.anmember-select-container .inner-scroll-list li {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
}

.anmember-select-container .inner-scroll-list li:last-child {
  border-bottom: none;
}

.anmember-select-container .inner-scroll-list li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.anmember-select-container .inner-scroll-list li a:hover {
  background-color: #f0f2f5;
}

.anmember-select-container .inner-scroll-list li a div {
  font-weight: 500;
  font-size: 12px;
}

.anmember-select-container .inner-scroll-list li a small {
  color: #777;
  font-size: 11px;
}

.dashboard-action {
    display: flex;
    justify-content: space-between;
}

.dashboard-action .accept {
    color: rgb(56, 82, 26);
    background-color: rgb(232, 243, 220);
    border-color: rgb(55, 82, 25);
    padding: 5px 8px;
    font-weight: bold;
    width: 49%;
}

.dashboard-action .decline {
    color: black;
    background-color: rgb(249, 204, 204);
    border-color: rgb(225, 3, 3);
    padding: 5px 8px;
    font-weight: bold;
    width: 49%;
}

.dashboard-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dashboard-empty img {
    margin-top: 60px;
    margin-bottom: 30px;
}

.dashboard-tr th,
.dashboard-tr td {
    text-align: center;
    border: 2px solid #5A6274;
    border-collapse: collapse;
    padding: 8px;
}

.dashboard-table {
    width: 100%;
    border: 2px solid #5A6274;
    border-collapse: collapse;
    padding: 8px;
}

.reason-form {
    padding: 30px;
}

.reason-form input {
    padding: 5px;
    width: 100%;
    margin-bottom: 30px;
    height: 50px
}

.reason-button-container {
    display: flex;
    justify-content: flex-end;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.notification-button {
    cursor: pointer;
    padding: 5px 10px;
    background: #32557f;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
    font-size: 12px;
    font-weight: 600;
}
.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #32557f;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
}

.panels {
    background: #fff;
    box-shadow: 0 2rem 2rem #00000080;
    min-height: 200px;
    min-width: 100%;
    min-height: 500px;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
}

.panel {
    display: none;
    animation: table-fadein 0.8s;
}

@keyframes table-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em !important;
    font-weight: bold !important;
    margin-bottom: 10px;
}

.dashboard-radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel {
    display: block;
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab {
    background: #fff;
    color: #000;
    border-top: 3px solid #32557f;
}

@media all and (max-width:800px) {
    .dashboard-table {
        border: 0;
    }

    .dashboard-tr {
        display: block;
        width: 100%;
    }

    .dashboard-tr th {
        display: none;
    }

    .dashboard-tr td:first-child {
        border-top: 1px solid #5A6274;
    }

    .dashboard-tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        border: none;
        border-bottom: 1px solid #5A6274;
        border-left: 1px solid #5A6274;
        border-right: 1px solid #5A6274;
        padding-left: 50%;
        position: relative;
    }

    .dashboard-tr td:last-child {
        margin-bottom: 25px;
    }

    .dashboard-tr td::before {
        content: attr(data-label);
        position: absolute;
        left: 8px;
        top: 8px;
        font-weight: bold;
    }
}

#registered-community-table {
	width: 100%;
}

#registered-community-table tr:hover {
	background-color: var(--background-light-blue);
}

.tableRow{
	height: 25px;
}

.table__label {
	width: 35%;
}

.short-input {
	width: 50px;
}

.kf6-page-title h1{
    margin-top: 0;
}

table.community-schedule {
    width: 100%;
}

table.community-schedule tr:nth-of-type(2) td {
    padding-top: 1.5rem;
}

table.community-schedule th {
    color: rgb(99, 90, 153);
    font-size: 1.4rem;
    font-weight: bold;
}

.table-header--end {
    border-bottom: 1px solid black;
}

table.community-schedule td {
    width: 16%;
    padding: 3px 0;
}

table.community-schedule td:last-of-type {
    width: 50px;
}

.frame-adder {
    border-radius: 3px;
    background-color: rgb(232, 232, 232);
    padding: 1rem 1.5rem;
}

.form-grid-container {
    display: grid;
    grid: auto-flow / 1fr 4fr;
    row-gap: .5rem;
    padding: 1rem 0;
}

table.community-schedule button.annotation-style {
    background-color: transparent;
    background-image: var(--annotation-image); 
    /* the variable is set in design iteration .css*/
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    border: 0;
    opacity: .3;
}

table.community-schedule button.annotation-style:hover {
    opacity: 1;;
}

table.community-schedule .di-edit {
    background-position: 0 -60px;
}

table.community-schedule .di-close {
    background-position: 0 -75px;
}

table.community-schedule .di-delete {
    background-position: 0 -286px;
}

:root {
    --glaze-over: linear-gradient(to bottom, rgba(255,255,255,.7) 0%, rgba(255,255,255,.5) 20%, rgba(255,255,255,.3) 48%, rgba(255,255,255,0) 52%, rgba(255,255,255,.2) 100%);
    --switch-width: 32px;
    --switch-height: 20px;
    --switch-spacing: 4px;
    --switch-transition-duration: .4s;
    --switch-travel-distance: calc(var(--switch-width) - var(--switch-height));
}

.annotator-wrapper {
    height: 100%;
    position: static;
    /* overwrite the position in `annotator.min.css` so the anootation icon won't be blocked */
}

.annotator-editor .annotator-widget {
    min-width: 450px !important;
    /* overwrite what's in richText-annotator.css */
    min-height: 290px;
}

.annotator-listing {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
}

.annotator-listing .annotator-item:first-of-type {
    flex: 1 1 auto;
    /* display: flex;
    flex-flow: column nowrap; */
}

.annotator-item>.mce-panel>.mce-container-body {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.annotator-item>.mce-panel>.mce-container-body>.mce-panel:nth-of-type(2) {
    flex: 1 1 auto;
}

.mce-edit-aria-container>.mce-container-body {
    height: 100%;
}

form.annotator-widget {
    display: flex;
    flex-flow: column nowrap;
}

.annotator-widget .mce-tinymce {
    height: 100%;
}

.KFPermission td, th {
    padding: 3px;
}

.KFContribution {
    padding: 2px;
    flex: 1;
}

.KFTitle {
    font-weight: 500;
    font-size: 16px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 0px;
}

.KFModified {
    font-size: 8px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 0px;
}


/* utility container extends by "well" class */


/* now we use on attachments on editing tab */

.KFContainer {
    min-height: 20px;
    padding: 3px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.KFContainer>p {
    margin-bottom: 0px;
}

.KFContainer .selected {
    border: 1px solid red;
}

.video_area {
    width: 100%;
    float: left;
    display: block;
    border-bottom: 1px solid #e3e3e3;
}

.content_area {
    width: 100%;
    float: left;
    display: block;
    height: 250px;
}

.content_area .text_area {
    float: left;
    width: 100%;
    height: calc(100% - 35px);
    overflow-y: scroll;
    overflow-x: scroll;
    border: 1px solid #e3e3e3;
}

.content_area .btn_area {
    float: left;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    text-align: left;
}

.videoRow {
    display: block;
    float: left;
    width: 100%;
    height: 20px;
    padding-top: 2px;
    cursor: pointer;
}

.videoRow:hover {
    color: red;
}

.videoRow .videoTitle {
    width: 70%;
    display: inline-block;
    font-size: 11px;
}


/* tab related */

.KFTabSet {
    height: 100%;
    height: calc(100% - 50px);
}


/* This is a bad practise. Many elements will get .ng-isolate-scope... 
needs to be changed */

/* .KFTabSet .ng-isolate-scope {
    height: 100% !important;
} */

.KF-tab-interface {
    height: 100%;
}

.KFTabSet .tab-content {
    overflow: auto;
    vertical-align: top;
    height: 100%;
}

.KFTabSet .tab-pane {
    height: 100%;
}

.nav>.KFTab>a {
    padding: 1px 10px;
    cursor: pointer;
}

.editor-window-wrapper {
    flex: 1 0 0;
}

.scaffold-tool-bar {
    padding: 5px 0;
    width: 195px;
}

/* immetate annotatorjs icons */

.popup-btns-wrapper button {
    background-image: var(--glaze-over);
    background-color: #c8c8c8;
    border-radius: 6px;
    border: .5px solid #a0a0a0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
}

.popup-btns-wrapper button:hover {
    /* background-image: var(--glaze-over); */
    background-color: #3765f9;
    border-color: #3e4c7a;
}

.popup-btns-wrapper button:active {
    background-color: #d22c8e;
    border-color: #390926;
}

.popup-btns-wrapper button:hover #extension-pi-icon,
.popup-btns-wrapper button:active #extension-pi-icon {
    background-image: url('/manual_assets/kf6images/promising-idea-alpha-hover.png');
}

.popup-btns-wrapper button:hover #extension-di-icon,
.popup-btns-wrapper button:active #extension-di-icon {
    background-image: url('/manual_assets/kf6images/design-iterations-hover.png');
}

#extension-di-icon {
    width: 30px;
    height: 30px;
    background-image: url('/manual_assets/kf6images/design-iterations.png');
}

#extension-pi-icon {
    width: 30px;
    height: 30px;
    background-image: url('/manual_assets/kf6images/promising-idea-alpha.png');
}

mark.di-highlight {
    background: rgba(93, 204, 248, 0.4);
    border-radius: 3px;
}

mark.kc-highlight {
    background: rgba(93, 248, 204, 0.4);
    border-radius: 3px;
}

mark.di-highlight:hover {
    cursor: pointer;
}

.promisingbtn:hover {
    /* background-image:none !important; */
    /*background-color:#ff00ff !important;*/
}

.tooltip1 {
    position: absolute;
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1020;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#attachment-panel {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 75%;
    background-color: white;
    z-index: 100;
}

.attachment-center-panel {
    padding-left: 50px;
}

.attachment-hint {
    color: grey;
    margin-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.attachment-header {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 12px;
}

.attachment-container {
    margin-top: 5px;
}

.attachment-container>p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.attachment-thumbnail,
.attachment-buttons {
    display: inline-block;
    vertical-align: top;
}

.attachment-thumbnail {
    width: 93px;
    height: 80px;
}

.attachment-thumbnail img {
    max-width: 93px;
    max-height: 80px;
    vertical-align: top;
}

.attachment-info p {
    margin: 0px;
}

.attachment-buttons {
    margin-left: 10px;
}

.attachment-box {
    display: inline-block;
    margin: 5px;
    padding-right: 10px;
    border-right: solid 1px #DDDDDD;
    vertical-align: top;
}

.attachment-separator {
    border-right: solid 1px grey;
    vertical-align: top;
}

.delete-attachment, .download-attachment {
    background-color: transparent;
    border: 0px;
    margin-top: 0px;
    padding: 0px;
    font-size: 20px;
}

/* .kfcontrib-buttons{
    flex-shrink:0
} */

.footer-container {
    flex-shrink: 0;
    margin-top: .4rem;
    padding: 2px;
    display: flex;
    flex-flow: row-reverse nowrap;
    gap: 3px;
}

#loaderDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: grey;
    opacity: .8;
}

.ra-container {
    display: flex;
}

.resizable-col-1 {
    width: 300px;
    position: relative;
}

.resizable-col-2 {
    z-index: 1;
    flex-grow: 1;
}

.ra-dragbar {
    height: 100%;
    position: relative;
    left: -5px;
    width: 15px;
    cursor: col-resize;
}

.wordcount-bar {
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    border-top: none;
    background-color: #ececec;
    padding: 0 1rem;
}

/*---- end ----*/
.img-props {
    height: 98px;
    width: 123px;
    border-radius: 10px;
}

.slider-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.display-card {
    /* top: 74.8828px;
    left: 27.3672px; */
    z-index: 1000;
    border-radius: 10px;
    margin-left: 175px;
    max-width: 300px;
    min-width: 300px;
    min-height: 150px;
    padding: 10px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.137255) 0px 2px 2px 0px, rgba(0, 0, 0, 0.117647) 0px 1px 5px 0px;
}

/* The switch - the box around the slider */
/* https://www.w3schools.com/howto/howto_css_switch.asp */
.switch {
    position: relative;
    display: inline-block;
    width: var(--switch-width);
    height: var(--switch-height);
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: var(--switch-transition-duration);
    transition: var(--switch-transition-duration);
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: calc(var(--switch-height) - var(--switch-spacing));
    width: calc(var(--switch-height) - var(--switch-spacing));
    left: calc(var(--switch-spacing) * .5);
    bottom: calc(var(--switch-spacing) * .5);
    background-color: white;
    -webkit-transition: var(--switch-transition-duration);
    transition: var(--switch-transition-duration);
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(var(--switch-travel-distance));
    -ms-transform: translateX(var(--switch-travel-distance));
    transform: translateX(var(--switch-travel-distance));
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: calc(.5 * var(--switch-height));
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  label.switch {
    margin-bottom: 0;
  }
  
.edit-tab__grid-box {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    gap: .3rem;
}

.edit-tab__note__grid-box {
    height: 100%;
    display: grid;
    grid-template-areas: 
        "essense"
        "main-editor"
        "attachments";
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: .3rem;
    overflow: auto;
}

.edit-tab__note__essense {
    grid-area: essense;
}
.edit-tab__note__main {
    grid-area: main-editor;
}
.edit-tab__note__attachments {
    grid-area: attachments;
}

/* for noteemotion */
.emotion-rating {
    display: grid;
    column-gap: 1rem;
    row-gap: .5rem;
    grid-template-columns: auto auto auto;
    grid-auto-rows: auto;
    width: -moz-fit-content;
    width: fit-content;
}

.emotion-rating label {
    margin-top: 0;
    margin-bottom: 0;
}

.note-emotion, .note-emotion label {
    font-weight: normal;
}

.survey-emotion {
    display: grid;
    gap: .5rem 1rem;
    grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;   
}

.survey-textarea {
    width: 100%;
    resize: vertical;

}

iframe[id^="pdf-viewer"] {
    border: 0;
    border-radius: .6rem;
}

.feedback-bubble {
    border-radius: 3px;
    background-color: var(--gray-F8);
}
.rating-icon {
    cursor: pointer;
}
.rating-icon:hover {
    transform: scale(1.2);
}
#mainContainer {
    position: absolute;
    inset: 0;
    top: 10vh;
    min-width: 350px;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.toolbar {
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    position: relative;
    box-sizing: border-box;
    font: message-box;
    background-color: #38383D;
    box-shadow: 0 1px 0 rgb(184 184 184);
    border-bottom: none;
}

.toolbarButton {
    background: transparent;
    padding: 2%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.toolbarButton:hover {
    background: rgb(255 255 255 / 0.4);
}

.toolbarField {
    font: message-box;
    width: 20%;
    height: 100%;
    text-align: right;
    padding: 2%;
    margin: 2px 0;
    background: rgb(255 255 255 / 0.1);
    border: 0.5px solid rgb(255 255 255 / 0.4);
    border-radius: 2px;
    color: #F9F9FA;
}

/* Chrome, Safari, Edge, Opera */
.toolbarField::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.toolbarField[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.flexbox {
    display: inline flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5%;
    box-sizing: border-box;
}
.item {
    width: 33%;
}

.left {
    justify-content: start;
}

.middle {
    justify-content: center;
}

.right {
    justify-content: end;
}

.splitToolbarButtonSeparator {
    width: 1px;
    height: 20px;
    background-color: #262628 !important;
    padding: 0 !important;
  }

#zoomSelect {
    height: 100%;
    font: message-box;
    font-size: 12px;
    color: #F9F9FA;
    margin: 0;
    padding-block: 2%;
    padding-inline: 2% 5%;
    border: none;
    outline: none;
    background-color: rgb(255 255 255 / 0.2);
}
#zoomSelect:hover {
    background-color: rgb(255 255 255 / 0.4);
}

.toolbarLabel {
    color: #F9F9FA;
    width: 100%;
}

.toolbarIcon {
    width: 16px;
    height: 16px;
}
#viewerContainer {
    overflow: auto;
    position: absolute;
    inset: 5% 0 0;
    outline: none;
    z-index: 0;
}
  
.chathistorycontainer {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.chat-history-page .historyheading {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

/* Tab styling */
.chat-history-page .nav-tabs {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}

.chat-history-page .nav-tabs > li > a {
  min-width: 120px;
  padding: 10px 24px;
  text-align: center;
  color: #666;
  border: none;
  border-bottom: 2px solid transparent;
}

.chat-history-page  .nav-tabs > li.active > a,
.chat-history-page  .nav-tabs > li.active > a:hover,
.chat-history-page  .nav-tabs > li.active > a:focus {
  color: #1976d2;
  border: none;
  border-bottom: 2px solid #1976d2;
  background: transparent;
}

.chat-history-page  .filters {
  display: flex;           
  flex-direction: column;   
  margin-bottom: 20px;
  background: white;
  padding: 16px;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.chat-history-page  .filter-inputs {
  display: flex;          
  flex-wrap: wrap;       
  gap: 12px;          
}

.chat-history-page  .export-button {
  margin-top: 12px;       
  padding-left: 0;       
}

.chat-history-page  .form-group {
  flex: 1;              
  min-width: 200px;      
}

.chat-history-page  .form-control {
  height: 36px;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background-color: #f8f9fa;
}

.chat-history-page  .form-control:focus {
  border-color: #1976d2;
  box-shadow: none;
}


.chat-history-page  .table {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  margin-bottom: 24px;
}

.chat-history-page  .table > thead > tr > th {
  font-weight: 500;
  color: #333;
  background: #f8f9fa;
  font-size: 13px;
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
}

.chat-history-page  .table > thead > tr > th.sortable {
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 24px;
}

.chat-history-page  .table > thead > tr > th.sortable:hover {
  background: #f0f0f0;
}

.chat-history-page  .table > thead > tr > th.sortable i.fa {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.chat-history-page  .table > thead > tr > th.sortable i.fa-sort-asc,
.chat-history-page .table > thead > tr > th.sortable i.fa-sort-desc {
  color: #1976d2;
}

.chat-history-page  .table > tbody > tr > td {
  font-size: 13px;
  padding: 12px 16px;
  color: #444;
  border-top: 1px solid #f0f0f0;
}

/* Message content styling */
.chat-history-page  .message-content {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.chat-history-page  .message-content.expanded {
  max-height: none;
}

.chat-history-page  .message-content.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;

}

.chat-history-page  .expand-button {
  color: #1976d2;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.chat-history-page  .expand-button:hover {
  background-color: rgba(25, 118, 210, 0.04);
}

/* Code block styling */
.chat-history-page  .code-block {
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 12px;
  margin: 12px 0;
  position: relative;
  font-size: 12px;
}

.chat-history-page  .code-block pre {
  margin: 0;
  overflow-x: auto;
}

.chat-history-page  .code-block .language-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #eee;
  padding: 2px 8px;
  border-radius: 0 4px 0 4px;
  font-size: 11px;
  color: #666;
}

/* Markdown styling */
.chat-history-page  .markdown-content {
  line-height: 1.5;
  color: #333;
  padding: 4px 0;
  font-size: 13px;
}

.chat-history-page  .markdown-content p {
  margin: 6px 0;
}

.chat-history-page .markdown-content ul,
.chat-history-page .markdown-content ol {
  margin: 6px 0;
  padding-left: 20px;
}

.chat-history-page  .markdown-content code:not(.code-block code) {
  background: #f5f5f5;
  padding: 2px 4px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 12px;
}

.chat-history-page .markdown-content a {
  color: #1976d2;
  text-decoration: none;
}

.chat-history-page  .markdown-content a:hover {
  text-decoration: underline;
}

/* Button styling */
.chat-history-page  .btn {
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.2s;
}

.chat-history-page .btn-primary {
  background-color: #1976d2;
  border-color: #1976d2;
}

.chat-history-page .btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}

 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none; 
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}

 .btn-group.open .dropdown-menu {
  display: block;
}

 .dropdown{
  height: 36px;
  font-size: 13px;
  border-radius: 4px;
}

 .dropdown-menu > li > a {
  padding: 8px 16px;
  color: #333;
}

 .dropdown-menu > li > a:hover {
  background-color: #f0f2f5;
}

 .member-select-container .dropdown-menu {
  width: 300px; 
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background-color: #f8f9fa;
}

 .member-select-container .dropdown-menu li a {
  display: block;
  padding: 5px;
  clear: both; 
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

 .member-select-container .dropdown-menu li a small {
  color: #777;
  display: block; 
}
.dc-chart g.row text {fill: black;}

.count{color: #3182bd;font-weight: bold;}

.grid--2_2 {
    display: grid;
    grid-template: auto auto / 1fr 1fr;
    gap: 3rem 1.2rem;
}

.citation-dummy {
    background-color: lightgray;
    width: 100%;
    min-height: 200px;
}

.citation-dashboard__nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: var(--analytics__theme-color);
    color: white;
}

.cd__above-expectation {
    color: rgb(94, 190, 94);
}

.cd__at-expectation {
    color: rgb(109, 149, 185);
}

.cd__below-expectation {
    color: rgb(203, 97, 97);
}

.cd-table__header {
    background-color: var(--butter-yellow);
}

.cd-table__header th {
    background: var(--butter-yellow);
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
}
.cd-window {
    /* height: 100px; */
    max-height: 40vh;
}

.cd-window--2row {
    max-height: calc(80vh + 3rem);
}

.cd-window--lg {
    max-height: 80vh;
}

.cd-table__warning {
    background-color: rgb(255, 209, 182);
}

.cd-table__bold {
    font-weight: bolder;
}

.cd-table__red {
    color: rgb(240, 41, 41);
}

.cd-table__green {
    color:rgb(94, 190, 94);
}

.cd-table__orange {
    color: orange;
}

.cd-subtitle {
    color: var(--analytics__theme-color);
    font-weight: bolder;
    font-size: medium !important;
}

.cd__outer-box {
    border-radius: 1rem;
    border: 1px solid var(--gray-D) ;
}

.cd__inner-box {
    border-radius: .5rem;
    border: 3px solid var(--analytics__theme-color--washed);
    /* transition: border-color .15s ease-in-out; */
}

.cd__inner-box__footer {
    background-color: var(--analytics__theme-color--washed);
}

.cd__inner-box:hover {
    border-color: var(--analytics__theme-color--middle);
}

.cd__sticky-cell-content {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
}

.cd__sticky-cell-content--double {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
}

.cd__bubble {
    border-radius: 3px;
    align-self: flex-start;
    padding: .1rem .8rem;
    margin: 1px 0;
}

.cd__note-bubble {
    background-color: var(--analytics__theme-color--washed);
}

.cd__view-bubble {
    background-color: var(--analytics__theme-sec-color--washed);
}

.cd__cited-text-bubble {
    background-color: var(--analytics__theme-third-color--washed);
}

.cd-content-width {
    max-width: 1700px;
}

.cd-badge--on-time {
    background-color: var(--mantis);
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
}

.cd-badge--late {
    background-color: var(--sandy-brown);
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
}

.cd__text--red {
    color: red;
    background: none;
}

.cd__block-title {
    color: var(--analytics__theme-color--70);
}
:root {
    /* --annotation-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAEiCAYAAAD0w4JOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDY0MTMzNTM2QUQzMTFFMUE2REJERDgwQTM3Njg5NTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDY0MTMzNTQ2QUQzMTFFMUE2REJERDgwQTM3Njg5NTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2ODkwQjlFQzZBRDExMUUxQTZEQkREODBBMzc2ODk1NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENjQxMzM1MjZBRDMxMUUxQTZEQkREODBBMzc2ODk1NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkijPpwAABBRSURBVHja7JsJVBRX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); */
    --annotation-image: url('data:image/png;base64,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')
}

.functionality-section .di-edit {
    background-position: 0 -60px;
}

.functionality-section .di-close {
    background-position: 0 -75px;
}

.functionality-section .di-delete {
    background-position: 0 -286px;
}

.functionality-section button.annotation-style {
    background-color: transparent;
    background-image: var(--annotation-image);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    border: 0;
    opacity: .2;
}

.functionality-section button.annotation-style:hover {
    opacity: .9;
}

.di-dialog-body {
    background-image: linear-gradient(to right, rgba(191, 187, 255, 0.3), rgba(255,255,255,.90) 25%), url('/manual_assets/kf6images/iterations.png');
    background-size: contain;
    padding: 1rem;
    padding-left: 120px;
}

.container-form-controls {
    display: flex;
    flex-flow: column nowrap;
    gap: 2.5rem;
}

.container-form-controls textarea, .container-form-controls input {
    font-size: 16px;
}

.container-form-controls textarea {
    width: -webkit-fill-available;
    resize: vertical;
    border: 1.7px solid lightgray;
    border-radius: 3px;
    font-size: 11px;
    padding: 3px 7px;
}

.di-body-display {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}

.di-dialog-header {
    padding: .5rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: #DEDEDE;
}

.di-dialog-body-heading {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.di-idea-tag {
    background-color: var(--iterationA);
    color: white;
    padding: .2rem .8rem;
    border-radius: 3px;
}

.di-dialog-header .functionality-section {
    display: flex; 
    flex-flow: row nowrap; 
    gap: 1rem; 
    align-self: flex-start;
}

.di-dialog-body fieldset legend {
    padding-left: 0;
    font-size: 1.2rem;
    color: rgb(192, 192, 192);
    font-weight: bolder;
    width: auto;
    max-width: 85%;
}

.di-dialog-body fieldset.di-title span{
    font-size: 16px;
}

.di-dialog-body fieldset span {
    /* font-size: 11px; */
}

.di-dialog-body fieldset span.subtitle {
    color: rgb(192, 192, 192);
    font-size: 12px;
}

.di-dialog-body fieldset span{
    line-height: 2rem;
    /* padding-left: .5rem; */
}

.di-dialog-body .di-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 3rem;
}

.di-dialog-body .di-header .di-title{
    flex: 1 1 auto;
}

.di-dialog-body .di-author-time {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    font-size: 10px;
}

.di-dialog-body .KFTimeLabel {
    align-self: flex-end;
}

.di-dialog-body fieldset input {
    /* margin: 0 .5rem; */
    width: -webkit-fill-available;
}

.di-dialog-body .hspace {
    height: 1rem;
}

.ii {
    min-width: 80px;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: rgba(80, 124, 120, .5);
    color: white;
}

.di-footer {
    padding: .6rem;
    text-align: right;
}

div[kfdraggable]:hover {
    cursor: move;
}
:root {
    --secondary: rgb(230, 166, 205);
    --secondary-accent:rgb(238, 72, 105);
    --primary: rgb(135, 167, 219);
    --primary-accent: rgb(57, 50, 255);
}

.eat-header {   
    height: auto;
    background: radial-gradient(circle, var(--secondary) 30%, var(--primary));
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: 'heading helper'
    'tabs tabs';
}

.eat-header-tabs {
    grid-area: tabs;
    background-color: rgba(255, 255, 255, .3);
}

.eat-header h1, .eat-header h2, .eat-header h3 {
    color: white;
}

#eat-content {
    max-width: 1700px;
    width: 100%;
}

.right-panel {
    /* background-color: var(--gray-E); */
    border-radius: 5px;
}

.emo-details-card {
    background-color: var(--gray-E);
    border-radius: 5px;
    padding: .8rem;
}

.emo-reaction-card {
    background-color: rgba(255, 255, 255, .8);
    border-radius: 3px;
    padding: .3rem;
}
.KFGroupManagerAnchor {
    cursor: pointer;
}
.feedback_form{
	text-align:center;
}

.feedback_tb{
	width:100%;
}

.feedback_tb select{
	width:200px;
}

.feedback_tb label{
	margin:0px;
}

.feedback_tb input{
	width:500px;
}

.feedback_tb textarea{
	width:500px;
	margin-top:5px;
}

.feedback_tb tr{
	height:30px;
	line-height:20px;
}

.feedback_tb .td_label{
	text-align:right;
	width:15%;
}

.feedback_tb .td_content{
	text-align:left;
	width:85%;
	padding-left:10px;
}

.td_top{
	vertical-align:top;
}

.td_option{
	padding-left:15%;
	text-align:left;
}

.td_option input{
	width:10px;
	margin-left:10px;
}

.tr_200{
	height:200px;
}

.tr_20{
	height:20px;
}

.feedback_tb td_button{
	text-align:center;
}

.msg_area{
	margin-top:10px;
	text-align: center;
    color: red;
}

.warning_area{
	color: red;
	margin-left:10px;
}


.thing-form {
    margin: 20px 0;
}
#banner {
    border-bottom: none;
    margin-top: -20px;
}
#banner h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}
.hero-unit {
    position: relative;
    padding: 30px 15px;
    color: #F5F5F5;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #4393B9;
}
.footer {
    text-align: center;
    padding: 30px 0;
    margin-top: 70px;
    border-top: 1px solid #E5E5E5;
}

.x:hover {
    color: #FFFFFF;
}
.x:link {
    color: #FFFFFF;
}
.x:visited {
    color: #FFFFFF;
}

.kf-reference-viewer-panel {
    z-index: 100;
    position: absolute;
    left: 50px;
    font-size: 1em;
    top: 30px;
    
}
#kf-reference-panel-container  {
    max-width:75vw;
    min-width:50vw;
}
.kf-reference-viewer-panel .list-group-item {
    font-size: 14px;
    cursor: grab;
}

#kf-reference-delete-icon {
    cursor: pointer;
    color: red;
    float:right;
}

.kf-reference-viewer-panel .col-md-8 {
    background-color: lightgrey;
}


.KFTabSet  .popover {
    height: auto !important;
}
.ng-scope {
    font-size: auto !important;
}
/* This is done as for some reason contribution.css applies height: 100% to every scope isolated element, once that is done,this is not important */
.highlighted { background: gold }

.KFBarButton:hover {
    border-color: #BBB;
    /* background-color: #BBB; */
}
.KFBarButton {
    width: 34px;
    border: 3px solid #DDD;
   padding: 1px;
}

.action-searchbox {
    clear: both;
    float: right;
}

.action-searchbox input {
    width: 120px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('/manual_assets/kf6images/08-toolbar-search.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.action-searchbox input:focus {
    width: 100%;
}

.box {
  float: left;
  width: 30px;
  height: 10px;
  margin-top: 5px;
 /* padding: 5px;*/
  border: 1px solid rgba(0, 0, 0, .2);
}

.search-container {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 16px;
}

.search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-inner-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 90%;
    margin-bottom: 1rem;
}

.search-more-options {
    font-weight: bold;
    color: #3279B7;
    flex-shrink: 0;
    width: 10%;
    display: flex;
    align-items: center;
}

.options-icon {
    margin-left: 5px;
    font-size: 10px;
}

.search-input {
    width: 90%;
}

.search-label {
    width: 10%;
}

.search-buttons {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    width: 10%;
    margin-bottom: 1rem;
}
.search-buttons .reset::after {
    content: "Reset";
}
.search-buttons .search::after {
    content: "Search";
}
.range-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.range-item {
    display: flex;
    align-items: center;
    width: 45%;
    gap: 1rem;
}
.range-item label {
    font-weight: normal;
}
.range-item input {
    width: 100%;
    height: 25px !important;
}

@media (max-width: 768px) {
    .search-buttons {
        gap: 0.2rem;
    }
    .search-buttons button {
        background: none;
        border: none;
    }
    .search-buttons .reset::after {
        content: "🔄";
    }
    .search-buttons .search::after {
        content: "🔍";
    }
    .search-inner-container {
        width: 80%;
        gap: 0;
    }
    .search-buttons {
        width: 20%;
    }
    .search-more-options, .search-label {
        width: 25%;
    }
    .search-input {
        width: 75%;
    }
    .range-item {
        flex-direction: column;
        align-items: start;
        width: 45%;
        gap: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .search-inner-container {
        width: 80%;
        gap: 0;
    }
    .search-buttons {
        width: 20%;
    }
    .search-more-options, .search-label {
        width: 20%;
    }
    .search-input {
        width: 80%;
    }
}


.note-parent {
    display: flex;
    flex-flow: row initial;
    padding: 2px 0;
}

.note-icon {
    flex: 0 1 auto;
    padding: .2rem;
}

.note-text {
    flex: 1 1 auto;
    padding-left: 2px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.note-author {
    font-size: 10px;
    color: #777777;
}

#scaffoldtracking__ctrl-panel {
    display: flex;
    flex-flow: row initial;
    align-items: baseline;
    padding: 2px 2px;
}

#scaffoldtracking__ctrl-panel select, #scaffoldtracking__ctrl-panel input {
    flex: 0 1 auto;
    margin: 1px 2rem .8rem 1rem;
}
.KFScaffoldManagerAnchor {
    cursor: pointer;
}
.KFSupport {
    font-size: 10px;
    font: bold;
    margin-left: 2px;
    width: 200px;
  }

.scaffold-support-tracker-panel {
    width: 75%;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 10px;
    background-color: #39393d!important;
    border-color: #e2e2e2;
    border: 1px solid transparent;
    height: 350px;
    color: white;
    overflow: auto;
}

.action-checkbox {
    padding-left: 5%;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 10px;
    display: inline;
}

.check-box-panel {
    width: 90%;
    float: left;
    display: inline;
    margin-top: 30px;
    margin-left: 30px;
    border-style: dotted;
    padding-top: 10px;
    padding-bottom: 10px;
}

.selected-items-panel {
    margin-right: 10px;
}

.selected-item {
    display: inline;
    margin-right: 10px;
    font-size: 16px;
    color: turquoise;
    font-family: Trebuchet MS;
}

.action-checkbox input[type=checkbox] {
    display: none;
}


/* to hide the checkbox itself */

.action-checkbox input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

.action-checkbox input[type=checkbox] + label:before {
    content: "\f096";
}


/* unchecked icon */

.action-checkbox input[type=checkbox] + label:before {
    letter-spacing: 10px;
}


/* space between checkbox and label */

.action-checkbox  input[type=checkbox]:checked + label:before {
    content: "\f046";
    color: turquoise;
}


/* checked icon */

.action-checkbox  input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}


/* allow space for check mark */

.KFSearchResult td, th {
    padding: 3px;
}
.KFSearchResult {
    vertical-align: top;
}

.KFSearchLink:link { color: #0000ff; 
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.KFSearchLink:visited { color: #000090; }
.KFSearchLink:hover { color: #ff8000; }

mark{
    background: orange;
    color: black;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.search-panel{
    width: 240px;
    height:auto;
    overflow: hidden;
    margin: 0px;
}

.search-panel-body{
    color: black;
    background-color: white;
    padding: 0px;
}

.search-panel-heading{
    cursor: pointer;
    padding: 2px;
}

.search-panel-title > a{
    text-decoration: none;
}

.btn-light {
    width:240px;
    background-color: white;
    text-align: left;
}

.btn-light:hover {
    background-color: #428bca;
    color: white;
}
/* .hideNote{
    display: none;
} */

/*  For some reason these properties are set on ng-scope and base btn valuies... this has to be removed. 
by that time this is fixed, overriding the values here TODO
*/
.ng-scope{
    font-size:1.2rem;
}

.search-options-flex {
    padding: .5rem 0;
    gap: .5rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.search-options-flex .ui-select-container {
    flex: 1 0 auto;
}

.search-options-flex>div{
    min-width: 100px;
}

label.in-flex {
    align-self: center;
    margin-bottom: 0;
}
.KFSearchResult td, th {
    padding: 3px;
}
.KFSearchResult {
    vertical-align: top;
}

.KFSearchLink:link { color: #0000ff; }
.KFSearchLink:visited { color: #000090; }
.KFSearchLink:hover { color: #ff8000; }

#search{
  display:none;
}

.select2-container-multi .select2-choices{
  border-radius: 4px;
}

#from, #to{
  display: block;
  height: 14px;
}
.studentword{  
    word-break: break-all;  
    font-size:16px;
} 

.board {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: .5rem;
}

.light-board {
    background-color: var(--gray-F8);
}

.board-0m {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: .5rem;
}

.btn--create-collection {
    background-color: rgba(161, 240, 224, 0.3);
}

.btn--create-collection:hover {
    background-color: rgba(161, 240, 224, 0.5);
}

.btn--create-collection:active {
    background-color: rgba(142, 240, 224, 0.85);
}

.grid--hc {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-areas: "header" 
        "content_";
    overflow-y: auto;
    justify-content: stretch;
}

.grid--hc__h {
    grid-area: header;
}

.grid--hc__c {
    grid-area: content_;
    height: 100%;
    width: 100%;
    max-width: 1700px;
    justify-self: center;
    overflow-y: auto;
}

.grid--kc--quad {
    display: grid;
    grid-template: auto 1fr / 2fr 1fr;
    grid-template-areas: "kc-manager phrase-count"
        "kc-phrase-table phrase-count";
    column-gap: 1rem;
    row-gap: .5rem;
}

.grid--kc--quad__kc-manager {
    grid-area: kc-manager;
}

.grid--kc--quad__phrase-count {
    grid-area: phrase-count;
    overflow-y: auto;
}

.grid--kc--quad__kc-phrase-table {
    grid-area: kc-phrase-table;
}

.grid--kc-ctrl {
    display: grid;
    column-gap: 1rem;
    row-gap: .5rem;
    grid-template: auto 1fr/ 2fr 3fr;
    grid-auto-rows: auto;
    grid-template-areas: "kc-quad-top kc-quad-top"
        "kc-quad-left kc-quad-main";
}

.grid--kc-ctrl__top {
    grid-area: kc-quad-top;
}

.grid--kc-ctrl__left {
    grid-area: kc-quad-left;
}

.grid--kc-ctrl__main {
    grid-area: kc-quad-main;
}

.grid--guad__desc-select {
    display: grid;
    align-self: end;
    grid-template: auto auto/ auto 1fr;
    column-gap: .8rem;
    row-gap: .4rem;
}

.board__shaded-bg {
    background-color: #eee;
}

.board__muted-green-bg {
    background-color: rgb(213, 235, 213);
}

.customized-keyconcept {
    border-radius: 3px;
    padding: .3rem .8rem;
    background-color: rgb(27, 67, 128);
    color: white;
}

#kc-table tr:first-of-type {
    background-color: var(--butter-yellow);
}

#kc-table tr:nth-of-type(2n+3) {
    background-color: var(--gray-F8);
}
.KFViewNavBar2 {
    /*position: fixed;*/
    width: 100%;
    height: 29px;
    border-width: 1px;
    border-color: #EEE;
    background-color: #DDD;
    color: #777;
    padding-top: 0px;
    padding-left: 0px;
}

.KFViewMainCanvas2 {
    position: relative;
    /*position: absolute;*/
    /*border: 1px solid #000000;*/
    overflow: scroll;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    /* for safari <7.0  */
    height: calc(100vh - 170px);
}

:root {
    --iterationA: #3498db;
    --di-inactive-color: lightgray;
    --iteration-height: 1.4rem;
    --canvas-size: 3000px;
}
.KFViewNavBar {
    position: fixed;
    width: 100%;
    height: 29px;
    border-width: 1px;
    border-color: #EEE;
    background-color: #DDD;
    color: #777;
    padding-top: 0px;
    padding-left: 0px;
}

/* for google doc setting dialog */
.head_area{
    text-align:center;
    display:block;
    float:left;
    width:100%;
}

.table_head{
    float:left;
    width:100%;
    height:40px;
    height:3.63em;
    text-align:center;
    line-height:40px;
    line-height:3.63em;
    background: #eee;
    font-weight:bold;
    border:1px solid #ddd;
}

.column_op{
    float:left;
    width:20%;
}

.column_fn{
    float:right;
    width:50%;
    text-align:left;
}

.column_ct{
    float:right;
    width:30%;
    text-align:left;
}

#file_list_area{
    display:block;
    float:left;
    width:100%;

}

.table_row{
    float:left;
    width:100%;
    text-align:center;
    height:28px;
    height:2.55em;
    line-height: 30px;
    line-height: 2.73em;
}

.page_area{
    float:left;
    width:20%;
    text-align:center;
    margin-top:5px;
    margin-top:0.45em;
}

.title_area{
    display:block;
    float: left;
    height: 30px;
    height: 2.73em;
    width:100%;
}

.title_area label{
    width:20%;
    font-weight: bold;
    text-align:center;
    font-size:13px;
    font-size:1.18em;
}

.title_area input{
    width:60%;
}

.setting_area{
    display:block;
    float: left;
    width:100%;
}

.gmsg_area{
    text-align: right;
    color: red;
    float:left;
    width:60%;
}

.gstatus_area{
    text-align: right;
    float:left;
    width:60%;
}

.gbutton_area{
    text-align: right;
    float:left;
}

.setting_area fieldset{
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 1px;
    border-style: groove;
    border-image: initial;
    width:49%;
    float:left;
    height:200px;
    height:18.2em;
}

fieldset legend{
    -webkit-padding-start: 5px;
    border-style: none;
    width:80px;
    width:7.27em;
    font-size:13px;
    font-size:1.18em;
    font-weight:bold;
    margin-bottom:0px;
}

.author_data{
    display:block;
    float:left;
    width:100%;
    height:90%;
    overflow-y:scroll;
}

.author_data div{
    width:50%;
    float:left;
    display:block;
}

.button_area{
    display:block;
    float:left;
    width:100%;
    text-align:right;
    margin-top:5px;
    margin-top:0.45em;
    /* padding-right:30px; */
    /* padding-right:2.73em; */
}
.KFScaffoldMenu {
    font-size: 10px;
    font-size: 0.91em;
    /*text-align: center; no effect*/
}

.KFSupportButton {
    margin: 1px 2px 1px !important;
    cursor: pointer !important;
    border: 1px solid !important;
    border-color: #efb137 !important;
    border-radius: 9px !important;
    padding: 0px 7px 0px 7px !important;
    /*width: 100px;*/
    overflow: hidden;
    text-align: center !important;
    font-size: 0.91em !important;
}
.KFSupportButton:hover {
    color: #FFFFFF;
    background-color: #E48E00;
}
.KFSupportButton:active {
    color: #000000;
    background-color: #E48E00;
}
/* end of googld doc setting dialog */

/* for video play dialog */
.video_content{
    text-align:center;
}
/* end of video play dialog */


.design-iteration-wrapper:hover {
    cursor: pointer;
}
/* for vertical stacks */
/* .row-stack {
    display: flex;
    flex-flow: row nowrap;
    gap: 3px;
}

.design-stack {
    display: flex;
    flex-flow: column nowrap;
    align-items: start;
    gap: 3px;
    margin: 3px 0;
}

.branch-joint {
    display: flex;
    flex-flow: row nowrap;
    gap: 3px;
}


.branch {
    display: flex;
    flex-flow: column nowrap;
    align-items: start;
    gap: 3px;
}

.branch-joint>.branch:first-of-type:before {
    content: "\00a0├";
}

.branch-joint>.branch:last-of-type:before {
    content: "\00a0┐";
}

.branch-joint>.branch:not(:first-of-type):not(:last-of-type):before {
    content: "\00a0┬";
}

.design-iteration-wrapper {
    color: white;
    position: relative;
} */

/* .design-iteration {
    padding: 0 .3rem;
    background-color: var(--iterationA);
    height: var(--iteration-height);
    margin-left: calc(var(--iteration-height) * .5);
}

.design-stack>.design-iteration-wrapper:first-of-type .design-iteration:first-of-type:before {
    border-left: calc(var(--iteration-height) * .55) solid var(--iterationA);
    border-radius: 2px 0 0 2px;
}

.design-iteration:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    top: 0;
    border-left: calc(var(--iteration-height) * .5) solid transparent;
    border-top: calc(var(--iteration-height) * .5) solid var(--iterationA);
    border-bottom: calc(var(--iteration-height) * .5) solid var(--iterationA);
}

.design-iteration:after{
    content: '';
    position: absolute;
    right: calc(var(--iteration-height) * (-.5)); top: 0; width: 0; height: 0;
    border-left: calc(var(--iteration-height) * .5) solid var(--iterationA);
    border-top: calc(var(--iteration-height) * .5) solid transparent;
    border-bottom: calc(var(--iteration-height) * .5) solid transparent;
} */


/* .design-iteration {
    padding: .3rem 0;
    writing-mode: vertical-rl;
    background-color: var(--iterationA);
    overflow-x: hidden;
    width: var(--iteration-height);
    margin-top: calc(var(--iteration-height) * .5);
}



.design-stack>.design-iteration-wrapper:first-of-type .design-iteration:first-of-type:before {
    border-top: calc(var(--iteration-height) * .55) solid var(--iterationA);
    border-radius: 2px 2px 0 0 ;
}

.design-iteration:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    top: 0;
    border-top: calc(var(--iteration-height) * .5) solid transparent;
    border-left: calc(var(--iteration-height) * .5) solid var(--iterationA);
    border-right: calc(var(--iteration-height) * .5) solid var(--iterationA);
}

.design-iteration:after{
    content: '';
    position: absolute;
    bottom: calc(var(--iteration-height) * (-.5)); left: 0; width: 0; height: 0;
    border-top: calc(var(--iteration-height) * .5) solid var(--iterationA);
    border-left: calc(var(--iteration-height) * .5) solid transparent;
    border-right: calc(var(--iteration-height) * .5) solid transparent;
} */
/* vertical stack end */

/* for horizontal stacks */
.branch-joint {
    display: flex;
    flex-flow: column nowrap;
    gap: 3px;
}

.branch {
    display: flex;
    flex-flow: row nowrap;
    gap: 3px;
}

.branch-joint>.branch:first-of-type:before {
    content: "\00a0┬"; 
}

.branch-joint>.branch:last-of-type:before {
    content: "\00a0└"; 
}

.branch-joint>.branch:not(:first-of-type):not(:last-of-type):before {
    content: "\00a0├"; 
}

.design-stack {
    display: flex;
    flex-flow: row nowrap;
    gap: 3px;
    margin: 3px 0;
}

.design-iteration-wrapper {
    min-width: 25px;
    color: white;
    position: relative;
}

.di-inactive .design-iteration{
    background-color: var(--di-inactive-color);
}

.design-iteration-wrapper.di-inactive {
    cursor: default;
}

.design-stack>.di-inactive.design-iteration-wrapper:first-of-type .design-iteration:first-of-type:before {
    border-left-color: var(--di-inactive-color);
}

.di-inactive.design-iteration-wrapper .design-iteration:before {
    border-top-color: var(--di-inactive-color);
    border-bottom-color: var(--di-inactive-color);
}

.di-inactive.design-iteration-wrapper .design-iteration:after {
    border-left-color: var(--di-inactive-color);
}

.design-iteration {
    padding: 0 .3rem;
    background-color: var(--iterationA);
    height: var(--iteration-height);
    margin-left: calc(var(--iteration-height) * .5);
}

.design-stack>.design-iteration-wrapper:first-of-type .design-iteration:first-of-type:before {
    border-left: calc(var(--iteration-height) * .55) solid var(--iterationA);
    border-radius: 2px 0 0 2px;
}

.design-iteration:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: calc(var(--iteration-height) * .5) solid transparent;
    border-top: calc(var(--iteration-height) * .5) solid var(--iterationA);
    border-bottom: calc(var(--iteration-height) * .5) solid var(--iterationA);
}

.design-iteration:after{
    content: '';
    position: absolute;
    right: calc(var(--iteration-height) * (-.5)); top: 0; width: 0; height: 0;
    border-left: calc(var(--iteration-height) * .5) solid var(--iterationA);
    border-top: calc(var(--iteration-height) * .5) solid transparent;
    border-bottom: calc(var(--iteration-height) * .5) solid transparent;
}

/* horizontal stack end */
.KFViewRightBar{
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    display: block;
    padding: 3px;
    /* float: right; */
    /* position: relative; */
    /* top: 200px; */
    right: 0;
    /* height: 35px; */
    background: #DDD;
    border:1px solid #DDD;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    /* line-height: 35px; */
    /* width: 60px; */
    cursor:pointer;
    z-index:100;
}
.KFViewRightBar:hover{
    border-color: #BBB;
    background-color: #BBB;
    color:white;
}

#kf6-right-menu-deck {
    float: right;
    position: fixed;
    top: 200px;
    right: 15px;
    z-index:100;
}

.right-menu__btn{
    /* transform: rotate(180deg); */
    padding: 1rem .5rem;
    writing-mode: vertical-lr;
    background: #DDD;
    font-weight: bold;
    font-size: 15px;
    height: auto;
    width: auto;
    cursor:pointer;
    
}
.right-menu__btn:hover{
    background-color: #BBB;
    color:white;
}
.KFCommunityTitle {
    height: 100%;
    /*border: 1px solid black;    */
    float: left;
    padding-top: 1px;
    padding-left: 50px;
    padding-right: 10px;
    font-size: 20px;
}
.KFViewTitle {
    height: 100%;
    /*border: 1px solid black;    */
    float: left;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}
.KFUserName {
    height: 100%;
    /*border: 1px solid black;*/
    padding-top: 11px;
    font-size: 10px;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}
.KFViewToolBar {
    /* position: fixed; */
    top: 30px;
    width: 34px;
    /* z-index: 0; */
}
.KFViewMainCanvas {
    position: absolute;
    /*border: 1px solid #000000;*/

    overflow: scroll;
    top: 30px;
    left: 34px;
    width: calc(100% - 34px);
    height: 100vh;
    /* for safari <7.0  */

    height: calc(100vh - 30px);
}

/* This style is going to be added to maincanvas for riseabove */
.KFViewMainCanvas0 {
    position: absolute;
    overflow: scroll;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
}

.KFViewContributionCanvas {
    position: absolute;
    left: 0pt;
    top: 0pt;
    width: var(--canvas-size);
    height: var(--canvas-size);
}
.KFViewSelectedCanvas {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.kfViewMarqueeCanvas {
    position: absolute;
    left: 0pt;
    top: 0pt;
    width: var(--canvas-size);
    height: var(--canvas-size);
    z-index: 2;
    /*background-color: rgba(255, 255, 0, 0.3);*/
}
.KFViewWindowsCanvas {
    position: absolute;
    left: 0pt;
    top: 0pt;
    width: var(--canvas-size);
    height: var(--canvas-size);
    pointer-events: none;
    z-index: -100;
}
/* for view ref presentation */

.kfViewRef {
    position: absolute;
    z-index: 5;
}
.kfIcon:visited {
    color: black;
}
.kfIcon:hover {
    color: black;
}
.kfIcon {
    color: black;
}
.KFToolBarButton {
    width: 34px;
    height: 36px;
    border-color: #DDD;
    background-color: #DDD;
    padding: 2px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.KFToolBarButton:hover {
    border-color: #BBB;
    background-color: #BBB;
}
.KFToolBarImage{
    width: 30px;
}
.KFSettingsButton {
    color: #666666;
    border-color: #DDD;
    background-color: #DDD;
    padding: 2px 8px;
}
.KFSettingsButton:hover {
    border-color: #BBB;
    background-color: #BBB;
}
.KFTimeLabel {
    font-size: 9px;
}
.kfNewRef {
    border: thin solid red;
    border-radius: 5px;
    padding: 2px;
    margin: -2px;
}

.kfNotMyNote {
    opacity: .3;
    pointer-events: none;
}

/* for handles */

.ui-resizable {
    /*position: relative;*/
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
#nwgrip, #negrip, #swgrip, #segrip, #ngrip, #egrip, #sgrip, #wgrip {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border: 1px solid #000000;
}
#segrip {
    right: -5px;
    bottom: -5px;
}
/* for context menu */

.position-fixed {
    position: fixed;
}
.menuitem {
    padding-left: 10px;
    padding-left: 0.91em;
    height: 25px;
    height: 2.27em;
    line-height: 25px;
    line-height: 2.27em;
    cursor: default;
    background-color: white;
}
.menuitem:hover {
    color: white;
    background-color: #0070FF;
}

.unclickable{
    color:gray;
}
/* endo of context menu */
/* window related */

.ui-dialog {
    overflow: visible ; /* overwrite what is in jquery-ui... */
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0px 10px;
}
.ui-dialog .ui-dialog-title {
    /*float: left;*/
    /*margin: .1em 0;*/
    /*white-space: nowrap;*/
    /*width: 90%;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.ui-widget-header {
    /*border: 1px solid #aaaaaa;*/
    /*background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;*/

    background: #D9D9D9;
    /*color: #222222;*/
    /*font-weight: bold;*/

    font-weight: normal;
}
.ui-widget {
    /* reset to bootstrap */

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* font-family: Verdana,Arial,sans-serif; */
    /* font-size: 1.1em; */
}

.btn-dialog{
    margin-right:20px;
    margin-right: 1.82em;
    width:60px;
    width: 5.45em;
}

.drawingEditor{
    position:absolute;
    top:20%;
    left:20%;
    width:60%;
    height:400px;
    display:none;
    float:left;
    z-index:999;
    border-radius:3px;
    -webkit-box-shadow: 0 0 5px 2px #888888;
    -moz-box-shadow: 0 0 5px 2px #888888;
    box-shadow: 0 0 5px 2px #888888;
    background: white;
}
.drawing-btn-area{
    position:absolute;
    top:30px;
    right:0px;
    z-index: 103;
}
.drawing-btn{
    box-shadow: 0 2px 2px 0 rgb(230, 230, 230), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    background-color: #1A9FFF;
    border-color:#1A9FFF;
    color: #fff;
    margin-right:5px;
    padding: 1px 7px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.submitLink {
  background-color: transparent;
  border: none;
  color: #4185C1;
  cursor: pointer;
  padding: 0px;
}

submitLink:focus {
  outline: none;
}

/* end of window related */
.languageFlag{
    filter: opacity(100%) !important;
}


 /* Favourite contribution on the view */
.favNote {
    border: 2px solid #ffcf40;
    border-radius: 8px;
    padding: 1px;
}

/*Hide refs whith filter */
.hideRef{
    opacity: 0.4;
}

/* scaffold support label */

.KFSupportStart {
    padding-left: 3px;
    padding-right: 3px;
}

.KFSupportEnd {
    padding-left: 3px;
    padding-right: 3px;
}

.kfSupportEndMark {
    background-color: #EFB137;
    border-color: #EFB137;
    color: #EFB137;
    border-radius: 0 10px 10px 0;
    border-style: solid;
    border-width: 1px;
    padding: 1px 0 1px 2px;
}

.kfSupportStartMark {
    background-color: #EFB137;
    border-color: #EFB137;
    color: #EFB137;
    border-radius: 10px 0 0 10px;
    border-style: solid;
    border-width: 1px;
    padding: 1px 0 1px 2px;
}

.kfTemplateStartLabel {
    border-style: none;
}

.kfTemplateStartMark {
    background-color: transparent;
    border-style: none;
}

.kfTemplateEndMark {
    background-color: transparent;
    border-style: none;
}

.kf-contrib-dialog {
    display: flex;
    flex-direction: column;
}

.ui-dialog-content {
    width: 100% !important;
    overflow: unset !important;
}
.noconnectors .jtk-connector {
    display: none;
}

/* .jtk-connector {
    z-index: 9; /* just below notes? */
/* }  */

.scaffold-group{
    margin: 1rem;
    padding: 1rem;
    border-radius: 1rem;
}
.scaffold-group h3{
    margin-top:0rem;
}
.kfEpistMarkerTag {
    color: #FFFFFF;
    background-color: #E48E00;
    padding: 0.3rem;
    font-weight: bold;
    margin: 0.1rem;
    border-color:  #ffcc00;
    border-width: thin;
    border-style: solid;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kfEpistMarkerText {
    visibility: hidden;
    background-color: #666666;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 2rem;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    top: -5px;
    left: 105%;
    z-index: 1;
}

.kfEpistMarker:hover .kfEpistMarkerText {
    visibility: visible;
}
.kfEpistMarker {
    position: relative;
}
.groupRef {
    margin:0.5rem 0rem;
}
.table-support-title{
    border: 2px solid #ffcc00 !important;
    background-color: #fffae6;
}
.table-support-title-r{
    max-width: 12rem;
}
.pdf-window-direct .modal-dialog {
    height: 90%;
}

.pdf-window-direct .modal-content{
    height: 100%;
}
.languageFlag {
    filter: opacity(100%) !important;
}



.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin:auto;
    margin-top:10%;
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  #loaderDiv {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:grey;
    opacity: .8;
 }

.dropdown-menu > li > a:focus {
    background-color: unset !important;
}


.well-overwrite { 
    position: absolute;
    background-color: white;
    z-index: 100;
    padding: 0;
    max-width: 80vw;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}

.well-50 {
    width: 50%;
}

.well-left {
    top: 50px;
    left: 50px;
}

.well-right {
    top: 50px;
    right: 50px;
}

.well_content {
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
}
.well_content > .header:first-of-type {
    padding: .2rem;
    display: flex;
    flex-flow: row nowrap;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    background-color: lightgray;
    border-radius: 3px 3px 0 0;
    /* padding-right: 50px;
    padding-top: 5px; */
}

.well_content > .header:first-of-type .header_title {
    font-weight: bold;
    color: gray;
    padding-left: .8rem;
}

.well_content .body {
    padding: 1rem;
}

.well_content fieldset {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 0 1rem;
}

.well_content fieldset legend {
    font-size: normal;
    color: rgb(151, 151, 151);
    max-width: 90%;
    width: auto;
}


#kf6_settings_well_advanced {
    margin-top: .8rem;
}


button.annotation-style {
    background-color: transparent;
    background-image: var(--annotation-image); 
    /* the variable is set in design iteration .css*/
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    border: 0;
    opacity: .2;
    padding-right: 1.2rem;
}

.di-delete {
    background-position: 0 -286px;
}

.di-delete:hover {
    opacity: 1;
}

.di-close {
    background-position: 0 -75px;
}

.di-close:hover {
    opacity: 1;
}

.header[kf-draggable-well]:hover {
    cursor: move;
}

.kf6-input-label {
    font-weight: normal;
    padding: 0 .8rem;
    margin: 0;
}

#kf6__view-layout {
    display: grid;
    grid-template-areas: 
        "nav nav nav"
        "toolbar main side-deck";
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    overflow: auto;
}

.kf6__view-layout__nav {
    grid-area: nav;
    background-color: #DDD;
    color: #777;
    z-index: 99;
}

.kf6__view-layout__tool-bar {
    grid-area: toolbar;
    background-color: var(--background-light-gray);
}

.kf6__view-layout__main {
    grid-area: main;
    overflow: auto;
    position: relative;
}

.kf6__view-layout__side-deck {
    grid-area: side-deck;
    background-color: var(--background-light-gray);
    overflow: auto;
}

#kf6__view__side-deck {
    min-width: 250px;
    width: 420px;
    max-width: 800px;
    overflow: auto;
}

div[side-deck-adjust-bar] {
    width: 1rem;
    height: 100%;
    border-left: 2px solid transparent;
    transition: border-left-color .2s ease-in-out;
}

div[side-deck-adjust-bar]:hover {
    cursor:ew-resize;
    border-left-color:  rgb(213, 192, 253);
    transition: border-left-color .2s ease-in-out;
}

div[side-deck-adjust-bar]:active {
    border-left-color: rgb(143, 107, 209);
}

.navbar__right-component {
    float: right;
}

.navbar__btn {
    border-color: #DDD;
    background-color: #DDD;
    height: 30px;
    border-radius: 0;
    padding: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar__btn-square {
    width: 30px;
}

.navbar__btn:hover {
    border-color: #BBB;
    background-color: #BBB;
}

.navbar__btn-active {
    border-color: #EEE;
    background-color: #EEE;
}

.contribution-grid {
    display: grid;
    grid-auto-rows: auto;
    justify-items: start;
    user-select: none;
    -webkit-user-select: none;
}

.cont-connector-anchor {
    width: 20px;
    grid-area: 1 / 1 ;
}

.confirm { color: green;}
.confirm:hover { color: rgb(52, 186, 52); }
.confirm:active { color: rgb(0, 91, 0); }

#kf6_settings_well input:read-only,
#kf6_settings_well textarea:read-only{
    outline-color: #FFFFFF;
    border: 1px solid #F8F8F8;
}

.contribution-core {
    grid-area: 1 / 1;
    border-radius: 3px;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    transition: border-color .2s, background-color .2s;
}

.kfViewRef:hover .contribution-core {
    background-color: #FFFFFFCC;
    border-color: #006eff3a;
}
.sidedeck-container {
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 100%;
    min-height: 22px;
    max-height: 100%;
    overflow-y: auto;
}
.sidedeck-item-header {
    padding: 2px 5px;
    background-color: #bbbbbb;
    color: #ffffff;
    /* font-size: 12px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidedeck-down-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
}
.sidedeck-up-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
}


.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

tr.angular-ui-tree-empty {
    height: 100px
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}


/* --- Tree --- */

.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;
    border-radius: 4px;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 10px;
}

.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.angular-ui-tree-handle:hover {}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.annotator-viewer div:first-of-type.richText-annotation *,
.annotator-viewer div:first-of-type.richText-annotation{
    font-style: normal;
    font-weight: inherit;
    text-align: inherit;
}
.annotator-viewer div:first-of-type.richText-annotation{
    padding-top: 22px;
}

/* Fix in the tinymce */
.annotator-viewer div:first-of-type.richText-annotation strong{
    font-weight: bold;
}
.annotator-viewer div:first-of-type.richText-annotation em{
    font-style: italic;
}

/*.mce-container {
    z-index:3000000000!important; !*To fix full-screen problems*!
}*/

.mce-sidebar{

}


/* Some change in the design of Annotator */
.annotator-editor .annotator-widget{
    min-width: 870px;
}

/*Rubric icon*/
.mce-ico.mce-i-rubric{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QkBBB07nraNoQAAAhZJREFUKM+NkstrE1EUxr+5c08ykztpJtVoazHBF8FgQQzonyBKEZS6FrQKLl0EXBRT0ZULJSs3oii4TyHgu90IlTaL6qouWlv7Ck1N0BSnmZk714WbPHz07M4534+Pw3eAHdTY8A9+Nd9/bshU1DpnO4HXjh2ZY2J9/OSTxHTrnP8PvJYf+BDQ6qEDaQBB43jrTusUFy4oPjsYWYzF+VS91nxLYfdhKgONaQT3W/KMxr1XY5e+qj86f8zsKYYsZ6AvjWFzA8ORHkAnwN8So7evzL/8pzMAXL/Hq8mMv1up371T7Z+/c3n9cKeuDS6Xy6dN07zLuZ56Onk2Ed2/ANJsnE/PQMpgyffle+kYzwazB1+3waVS6X48Hr9BRPB9H57nYXplFKeSt8D1Hriug9XKF0x+Lmw+ys8m2m42DOOn4zhQSsGyLOi6jqONm9isbmFVFlDbaGKx8QaB1rvdlbNhGLAsC0IIGIYBIQSy2ROQ0oOp7wOPraHXEugRvDtnzjmi0SiICEIIEBGklAB9B6cmbG0AUnrY5m73h+m6DsYYTNMEYwxEBMY0hGNVhHkcZigBO9qHlDHS7cwYg23bAIBQKAQigud7IH0XwtxDoHwEIQ9SLKx0wa7rPiaivYyxESklXNeFBg0mjyNQTQSuATMSm6ipuYt//eVcLhdeXl5+UKlUlur1upqamVAv3j3/VCyOD3VqfwF6uLp3q+vMcgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
}

.design-iteration-adder{
    background-image:  url('data:image/png;base64,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');
}
.chat-modal {
    background-color: #ffffff;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
    position: relative;
    border: 1px solid #DDDDDD;
    height: 700px;
}

.chat-head {
    background-color: #DDDDDD;
    padding: 5px;
    /* border-radius: 10px 10px 0 0; */
    display: flex;
    justify-content: space-between;
}

.chat-options {
    display: flex;
    justify-content: flex-end; 
    align-items: center;     
    gap: 10px;                
    padding: 5px;    
    background-color: #DDDDDD;        
}


.chat-head button {
    font-size: 12px;
    color: #333333;
    line-height: 15px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.chat-head button:hover {
    opacity: 0.8;
}

.chat-body {
    padding: 8px;
    height: 500px;
    overflow-y: scroll;
    font-weight: 400;
    font-size: 18px;
    padding-top: 30px;
    overflow-y: scroll;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.chat-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 8px;
    z-index: 1000;
    border-top: 2px solid #cccccc;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.chat-footer div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-input {
    flex: 1;
    padding: 8px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 50px;
}

.chat-button {
    padding: 8px 16px;
    margin-left: 10px;
    background-color: rgb(155, 128, 188);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.send-button {
    border-radius: 50%;
    padding: 10px 8px 10px 12px;
    background-color: rgb(155, 128, 188);
    border: none;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;

}

.chat-select {
    height: 40px;
    width: 200px;
    border-radius: 10px;
    margin-top: 50px;
}

.chat-selection-button {
    padding: 10px;
    border: 1px solid rgb(155, 128, 188);
    border-radius: 10px;
    cursor: pointer;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.bot-container {
    max-width: 95%;
    position: relative;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.bot-message {
    border: 1px solid rgb(155, 128, 188);
    color: #333333;
    font-size: 12px;
    border-radius: 10px;
    width: fit-content;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #ffffff;
    white-space: pre-wrap;
}

.bot-icon {
    padding: 7px;
    background-color: rgb(155, 128, 188);
    border-radius: 50%;
    color: #ffffff;
    margin-right: 7px;
    cursor: pointer;
}

.bot-container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 34px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 0;
    border-bottom: 1px solid rgb(155, 128, 188);
    border-left: 1px solid rgb(155, 128, 188);
    border-right: 0;
    transform: rotate(45deg);
    background-color: #ffffff;
}

.user-container {
    text-align: right;
    position: relative;
    margin: 10px 10px 10px 25%;
    /* overflow-x: hidden; */
    max-width: 95%;
    
}

.user-message {
    border: 1px solid rgb(155, 128, 188);
    color: #ffffff;
    font-size: 12px;
    border-radius: 10px;
    /* width: fit-content; */
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: rgb(155, 128, 188);
    text-align: left;
    white-space: pre-wrap;
}

.user-container:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent transparent transparent rgb(155, 128, 188);
    right: -16px;
    top: 50%;
    margin-top: -9px;
}

.help-question-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.help-question {
    border: 1px solid rgb(155, 128, 188);
    color: rgb(155, 128, 188);
    border-radius: 10px;
    width: fit-content;
    padding: 2px;
    background-color: #DDDDDD;
    margin: 10px 5px;
    cursor: pointer;
    font-size: 12px;
}

.help-question:hover {
    background-color: rgb(155, 128, 188);
    color: #ffffff;
}

.chat-dropdown-menu {
    display: block;
    list-style-type: none;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 10000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

}

.chat-dropdown-menu li {
    padding: 10px;
    color: #000000;
    font-size: 16px;
}

.chat-dropdown-menu li button {
    border: none;
    background-color: transparent;
}

.chat-dropdown-menu li:hover {
    background-color: rgb(155, 128, 188);
    color: #ffffff;
}

.chat-input-container {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.chat-input-container label {
    width: 250px;
    font-weight: 500;
}

.chat-input-container input {
    margin-left: 10px;
    height: 25px;
    border-radius: 5px;
}

.chat-input-container textarea {
    border-radius: 5px;
    border-width: 2px;
    border-color: #333333;
}
.arrow-down-icon {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(155, 128, 188);
}

.drag-drop {
    position: fixed;
    top: 200px;
    left: 500px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    min-width: 600px;
    min-height: 400px;
    z-index: 1000;
    background-color: #ffffff;
}

.drag-drop-header {
    cursor: move;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
}

.drag-drop-body {
    margin: 25px;
    padding: 10px;
    min-width: 600px;
    min-height: 300px;
    border: 1px dashed #cccccc;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}

.drag-drop-footer {
    margin: 25px;
    display: flex;
    justify-content: flex-end;
}


.chat-history-container {
    margin: 5px 0;
    background-color: #ffffff;
    cursor: pointer;
    color: rgb(155, 128, 188);
    font-weight: bold;
}

.chat-history-content {
    padding: 2px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-down-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    
}
.chat-up-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333;
   
}
.chat-history-head {
    color: #ffffff;
    background-color: #bbbbbb;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}
.chat-history-head div {
    font-weight: bold;
    font-size: 14px;
}
.chat-history-head button {
    background-color: rgb(155, 128, 188);
    border-color: rgb(155, 128, 188);
}
.hide {
    visibility: hidden;
}
.response-content {
    color: #333333;
    font-weight: 400;
}

.styled-select {
    padding: 4px 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 12px;
    cursor: pointer;
    outline: none;
    appearance: none; 
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.styled-select:hover {
    border-color:rgb(155, 128, 188);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.dropdown-scroll {
    max-height: 100px; 
    overflow-y: auto;  
    display: block;    
}


.message-label {
    font-weight: bold;
    margin-bottom: 5px;
}



.greeting-message {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 19px;
    color: #333; 
    margin-left: 7px;
}

.facilitations-list {
    display: flex;
    flex-direction: column;
    gap: 12px; 
    margin-top: 10px;
    margin-left: 10px;
}


.facilitations-list button {
    background-color: white; 
    color: #3399FF; 
    font-size: 14px; 
    font-weight: normal;
    padding: 8px 18px;
    border: 1px solid #3399FF;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease; 
    text-align: center;
    width: 250px; 
    height: 40px;
}

.facilitations-list button:hover {
    background-color: #3399FF; 
    color: white; 
    border-color: #3399FF; 
    transform: scale(1.05); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

@media (max-width: 600px) {
    .facilitations-list button {
        width: 100%;
    }
}

.defaultMessage {
    margin-top: auto;
    font-size: 14px;
    color: #333; 
    margin-left: 7px;
}

.back-button {
    background-color: white; 
    border: none;           
    padding: 5px;           
    cursor: pointer;        
    border-radius: 50%;    
}

.back-button img {
    display: block;         
    width: 20px;           
    height: 20px;
}


.typing-indicator {

    border: 1px solid rgb(155, 128, 188);
    color: #333333;
    font-size: 22px;
    border-radius: 10px;
    width: fit-content;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #ffffff;
    white-space: pre-wrap;
}

.typing-indicator span {
    animation: blink 1s infinite;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes blink {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.icon-chat {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-weight: 1000;
    background-image: url('../../manual_components/svg-edit-2.8.1/images/chat-round.svg'); 
    background-size: cover;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 6px;
}

.icon-question {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('../../manual_components/svg-edit-2.8.1/images/chatq.svg'); 
    background-size: cover;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 6px;
}


.icon-n-e-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../manual_components/svg-edit-2.8.1/images/groupc.svg'); 
    background-size: cover;
    margin-right: 0px;
    cursor: pointer;
    margin-top: 6px;
}

.peerchat-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 600px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    overflow: hidden;
    resize: both;
    z-index: 1000;
  }
  
  .peerchat-sidebar {
    width: 280px;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
  }
  
  .search-container {
    padding: 15px;
    border: none;
    border-bottom: 1px solid #eee;

    
  }
  
  .search-input {
    width: 90%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
  }
  
  .members-list {
    flex: 1;
    overflow-y: auto;
  }
  
  .member-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
  }
  
  .member-item:hover {
    background-color: #f0f2f5;
  }
  
  .member-item.active {
    background-color: #e3e6ea;
  }
  
  .member-avatar {
    width: 40px;
    height: 40px;
    background: #6b5b95;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 12px;
    position: relative;
  }
  
  .unread-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4757;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .member-info {
    flex: 1;
    overflow: hidden;
  }
  
  .member-name {
    font-weight: 500;
    margin-bottom: 2px;
  }
  
  .member-email {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .peerchat-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 100%; 
    margin: 0 auto; 
    border: 1px solid #ddd; 
    border-radius: 8px; 
    overflow: hidden;
  }
  
  .peerchat-header {
    padding: 15px;
    background: #6b5b95;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: move;
  }
  
  .close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }
  
  .peermessages-container {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #fff;
  }
  
  .peermessage {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  
  .peermessage-avatar {
    width: 32px;
    height: 32px;
    background: #6b5b95;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
  }
  
  .peermessage-content {
    background: #f0f2f5;
    padding: 10px 15px;
    border-radius: 15px;
    max-width: 70%; 
    word-wrap: break-word; 
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    height: fit-content;
  }
  
  
  .own-message {
    flex-direction: row-reverse;
  }
  
  .own-message .peermessage-content {
    background: #6b5b95;
    color: white;
  }
  
  .message-time {
    font-size: 11px;
    color: #666;
    margin-top: 4px;
    
  }
  
  .own-message .message-time {
    color: #ddd;
  }
  
  .peerchat-input-area {
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
  }
  
  .peermessage-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
  }
  
  .send-btn {
    background: #6b5b95;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: -1px;
  }
  
  .open-chat-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px 24px;
    background: #6b5b95;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .resize-handles {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  .resize-handles::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    cursor: se-resize;
    pointer-events: all;
  }
  
  .peerchat-input-area {
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
    position: relative;
  }
  
  .peermessage-input-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    background: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 45px 8px 15px;
    min-height: 20px;
    max-height: 220px;
  }
  
  .peermessage-input {
    flex: 1;
    border: none;
    border-radius: 0%;
    font-size: 15px;
    line-height: 1.4;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    resize: none;
    width: 100%;
    background: transparent;
  }
  
  .peermessage-input:focus {
    outline: none;
  }
  
  .emoji-button {
    position: absolute;
    right: 10px;
    bottom: 2px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 4px;
    color: #6b5b95;
    transition: transform 0.2s;
    z-index: 1;
  }
  
  .emoji-panel {
    position: absolute;
    bottom: 80px;
    right: 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    width: 350px;
    height: 300px;
    display: flex;
    flex-direction: column;
    z-index: 1000;
  }
  
  
  .emoji-categories {
    display: flex;
    padding: 8px;
    border-bottom: 1px solid #eee;
    gap: 8px;
    overflow-x: auto;
  }
  
  .category-button {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
    white-space: nowrap;
    transition: background-color 0.2s;
  }
  
  .category-button:hover,
  .category-button.active {
    background-color: #f0f2f5;
  }
  
  .emoji-content {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
  }
  
  .emoji-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
  }
  
  .emoji-item {
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    transition: background-color 0.2s;
  }
  
  .emoji-item:hover {
    background-color: #f0f2f5;
  }
  
  .category-title {
    padding: 8px 4px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-top: 8px;
  }



  .peerloader {
    border: 16px solid #f3f3f3; 
    border-top: 14px solid #6b5b95; 
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin:auto;
    margin-top: 40%;
    animation: spin 2s linear infinite;
  }
  
  .no-messages {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    color: #6b5b95;
  }
  
.code-container {
  position: relative;
  margin: 1rem 0;
  width: 90%;
  overflow-x: auto;
  margin-top: -50px;
  margin-bottom: -50px;
  margin-left: auto;
  margin-right: auto;
  
}

pre {
  background-color: #1e1e1e;
  color: #d4d4d4;
  padding: 1rem;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0; 
  overflow-x: auto;
  border-top: #1e1e1e 1px;
}


.code-header {
  background-color: #2d2d2d;
  border-radius: 4px 4px 12px 12px;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: -44px; 
  border-bottom: #1e1e1e 1px;
}



.language-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}

code {
  font-family: 'SF Mono', Monaco, Menlo, Consolas, monospace;
  background-color: #f4f4f4;
  padding: 2px 0px;
  border-radius: 3px;
  font-size: 0.9em;
  margin-top: -10px;
}

pre code {
  background-color: transparent;
  padding: 0;
  
}

    .file-drop-box {
        background: #F8F8F8;
        border: 5px dashed #DDD;
        border-radius: 5px;
        width: 100%;
        height: 65px;
        text-align: center;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }
    .progress {
        margin-top: 7px;
    }

#author-selector-btn-group {
    width: 100%;
    padding: .5rem 0;
    display: flex;
    flex-flow: row nowrap;
    gap: .5rem;
    justify-content: space-between;
}

#author-selector-btn-group>.ui-select-container {
    flex: 1 0 auto;
}
:root {
    --scaffoldsettings-color: rgb(228, 228, 237);
    --agentsettings-color: rgb(228, 228, 237);
}

fieldset legend {
    font-size: normal;
    color: gray;
    max-width: 90%;
    width: auto;
}

fieldset.rounded-border--sm.border--light--gray label{
    font-weight: normal;
    padding: 0 1rem;
    max-width: 300px;
}

.context-section {
    min-width: 200px;
    max-width: 260px;
    padding: .5rem;
}

.context-section h5 {
    /* font-weight: bold; */
    font-style: italic;
    color: rgb(159, 159, 159);
    margin: .5rem 0;
}

.scaffoldsettings-title {
    background-color: var(--scaffoldsettings-color);
    /* color: white; */
    border-radius: 4px 4px 0 0;
    padding: .1rem 1rem;
    font-weight: bold;
}

.scaffoldsettings-items {
    padding: .8rem;
    border-radius: 0 0 4px 4px;
    border: 1px solid var(--scaffoldsettings-color);
}

.agentsettings-title {
    background-color: var(--agentsettings-color);
    /* color: white; */
    border-radius: 4px 4px 0 0;
    padding: .1rem 1rem;
    font-weight: bold;
}

.agentsettings-items {
    padding: .8rem;
    border-radius: 0 0 4px 4px;
    border: 1px solid var(--agentsettings-color);
}
:root {
    --background-light-gray: rgb(250, 250, 250);
    --background-light-blue: rgb(237, 247, 255);
    --theme-color--faded: rgb(155, 128, 188);
    --analytics__theme-color: rgb(92, 132, 168);
    --analytics__theme-color--70: rgb(140, 178, 212);
    --analytics__theme-color--middle: rgb(209, 233, 255);
    --analytics__theme-color--washed: rgb(239, 247, 253);
    --analytics__theme-sec-color: rgb(86, 153, 86);
    --analytics__theme-sec-color--washed: rgb(237, 246, 237);
    --analytics__theme-third-color: rgb(254, 220, 145);
    --analytics__theme-third-color--washed: rgb(255, 247, 231);
    --butter-yellow: #f5e8aa;
    --gray-A: #AAA;
    --gray-D: #DDD;
    --gray-E: #EEE;
    --gray-F8: #F8F8F8;
    --mantis: #5EBE5E;
    --sandy-brown: #FFA54D;
    --cinnabar: #F74829;
    
}
:root {
    --rounded-radius--sm: 3px;
    --rounded-radius--md: 5px;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: white;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 3px solid transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: lightgray;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(224, 224, 224);
    border-width: 2px;
}

/* layout wise common class */

.flex-box--v {
    display: flex;
    flex-flow: column nowrap;
}

.flex-box--h {
    display: flex;
    flex-flow: row nowrap;
}

.flex-box--wrap {
    flex-wrap: wrap;
}

.flex-box-gap--xs {
    gap: .5px;
}

.flex-box-gap--sm {
    gap: .3rem;
}


.flex-box-gap--md {
    gap: .8rem;
}

.flex-box-gap--lg {
    gap: 2rem;
}

.flex--in-between {
    justify-content: space-between;
}

.flex--justify-end {
    justify-content: end;
}

.flex--justify-around {
    justify-content: space-around;
}

.flex--justify-center {
    justify-content: center;
}

.flex--align-start {
    align-items: flex-start;
}

.flex--align-center {
    align-items: center;
}

.flex--align-end {
    align-items: flex-end;
}

.align-self-center {
    align-self: center;
}

.flex-item--equal {
    flex: 1 1 0%;
}

.flex-item--w300 {
    flex: 1 1 auto;
    min-width: 300px;
}

.flex-item--grow {
    flex-grow: 1;
}

.grid--single {
    display: grid;
}

.grid--single-stackable > * {
    grid-area: 1 / 1;
}

.grid--two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
}

.grid--col-gap--sm {
    column-gap: 1rem;
}

.grid--row-gap--sm {
    row-gap: 1rem;
}

.grid--gap--sm {
    gap: 1rem;
}

.grid-list {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-auto-rows: auto;
}

.grid-list--auto-1 {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.py--xs {
    padding-top: 2px;
    padding-bottom: 2px;
}

.px--0 {
    padding-left: 0;
    padding-right: 0;
}

.px--sm {
    padding-left: 5px;
    padding-right: 5px;
}

.px--md {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px--lg {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py--sm {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py--md {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pl--sm {
    padding-left: 5px;
}

.pt--sm {
    padding-top: 5px;
}

.pt--md {
    padding-top: 1rem;
}

.p--xs {
    padding: 3px;
}

.p--sm {
    padding: 5px;
}

.p--md {
    padding: 1rem;
}

.p--lg {
    padding: 2rem;
}

.p--xl {
    padding: 3rem;
}

.p--50th {
    padding: 2%;
}

.m--0 {
    margin: 0;
}

.m--md {
    margin: 1rem;
}

.mt--sm {
    margin-top: 5px;
}

.mt--md {
    margin-top: 1rem;
}

.mt--lg {
    margin-top: 3rem;
}

.mt--xl {
    margin-top: 5rem;
}

.mt--1-5th {
    margin-top: 20%;
}

.mb--0 {
    margin-bottom: 0;
}

.mb--sm {
    margin-bottom: 5px;
}

.mb--md {
    margin-bottom: 1rem;
}

.mx--auto {
    margin-left: auto;
    margin-right: auto;
}

.mx--md {
    margin-left: .5rem;
    margin-right: .5rem;
}

.my--0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my--sm {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my--md {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.my--lg {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my--xl {
    margin-top: 2rem;
    margin-bottom: 2rem;

}

.mr--sm {
    margin-right: 5px;
}
.mr--md {
    margin-right: .5rem;
}
.mr--lg {
    margin-right: 1rem;
}
.mr--xl {
    margin-right: 3rem;
}
.ml--xl {
    margin-left: 2rem;
}

.ml--md {
    margin-left: .5rem;
}


.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-5 {
    width: 5%;
}

.w-8 {
    width: 8%;
}
.w-12 {
    width: 12%;
}

.w-30 {
    width: 30%;
}

.w-10 {
    width: 10%;
}

.w-60 {
    width: 60%;
}

.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.w-80 {
    width: 80%;
}
  
.w-90 {
    width: 90%;
}
.w-95 {
    width: 95%;
}
.w-100 {
    width: 100%;
}

.rounded-border--sm {
    border-radius: var(--rounded-radius--sm);
}

.rounded-border--md {
    border-radius: var(--rounded-radius--md);
}

.border--light--gray {
    border: 1px solid gray;
}

.background--light-gray {
    background-color: var(--background-light-gray);
}

.table__gap--xs {
    border-collapse: separate;
    border-spacing: .5rem;
}

.table__gap--sm {
    border-collapse: separate;
    border-spacing: 1rem;
}

.table__gap--md {
    border-collapse: separate;
    border-spacing: 2rem;
}

.table-cell-padding--sm td{
    padding: 5px;
}

.table-row--alternate-light-gray tr:nth-child(2n+3) {
    background-color: var(--gray-F8);
}

.max-height--100 {
    max-height: 100%;
}

.full-width {
    width: 100%;
}

.w--xl {
    width: 500px;
}

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

.full-height {
    height: 100%;
}

.h--md {
    height: 3rem;
}

.content-height {
    height: fit-content;
}

.text-danger {
    color: rgb(176, 0, 0);
    font-weight: bold;
}

.text-success {
    color: #4BB543;
}

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

.text-end {
    text-align: end;
}

.bg--translucent-white {
    background-color: rgba(255, 255, 255, .8);
}

.bg--light-grey {
    background-color: rgb(225, 225, 225);
}

.minimize-btn {
    width: 1.2em;
    height: 1.2em;
    background-size:cover;
    background-image: url('/manual_assets/kf6images/minimize-icon.png');
    opacity: .2;
}

.minimize-btn:hover {
    cursor: pointer;
    opacity: 1;
}
.cursor-pointer {
    cursor: pointer;
}
.pin-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-size: cover;
    background-image: url('/manual_assets/kf6images/pin-icon.png');
}

.faded-text {
    opacity: .5;
}

.bold {
    font-weight: bolder;
}

.larger {
    font-size: larger;
}

.large {
    font-size: large;
}

.medium {
    font-size: medium;
}

.small {
    font-size: small;
}

.italic {
    font-style: italic;
}

.theme-color--faded {
    color: var(--theme-color--faded);
}

.y-auto-scroll {
    overflow-y: auto;
}

.x-auto-scroll {
    overflow-x: auto;
}

.auto-font-color {
    color: black;
}

.td-va--top {
    vertical-align: top;
}
.divider {
    width: 100%;
    height: 2px;
    background-color: grey;
}
.custom-table {
    width: 100%;
    border: 1px solid #5A6274;
    border-collapse: collapse;
    padding: 8px;
}

.custom-tr th,
.custom-tr td {
    text-align: left;
    border: 1px solid #5A6274;
    border-collapse: collapse;
    padding: 8px;
}

.custom-tr th {
    background-color: #bbc8e6;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .custom-table {
        border: 0;
    }

    .custom-tr {
        display: block;
        width: 100%;
    }

    .custom-tr th {
        display: none;
    }

    .custom-tr td:first-child {
        border-top: 1px solid #5A6274;
    }

    .custom-tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        border: none;
        border-bottom: 1px solid #5A6274;
        border-left: 1px solid #5A6274;
        border-right: 1px solid #5A6274;
        padding-left: 50%;
        position: relative;
    }

    .custom-tr td:last-child {
        margin-bottom: 25px;
    }

    .custom-tr td::before {
        content: attr(data-label);
        position: absolute;
        left: 8px;
        top: 8px;
        font-weight: bold;
    }
}

.custom-tr:hover {
    background-color: rgb(225, 230, 244);
    cursor: pointer;
}

.custom-loader {
    border: 6px solid rgb(232, 243, 220);
    border-radius: 50%;
    border-top: 6px solid rgb(55, 82, 25);
    width: 22px;
    height: 22px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader-container {
    display: flex;
    justify-content: center;
}

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

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

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

    100% {
        transform: rotate(360deg);
    }
}
.KFScaffoldMenu {
    font-size: 10px !important;
    width: 100%;
    height: 2rem;
}

select {
    display: block;
    overflow: auto;
}

.support-list {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.KFSupportButton {
    margin: 1px 2px 1px !important;
    cursor: pointer !important;
    border: 1px solid !important;
    border-color: #efb137 !important;
    border-radius: 9px !important;
    padding: 0px 7px 0px 7px !important;
    overflow: hidden;
    text-align: center !important;
    font-size: 11px !important;
    display: flex;
    justify-content: center;
}


.KFSupportButton:hover {
    color: #FFFFFF;
    background-color: #E48E00;
}
.KFSupportButton:active {
    color: #000000;
    background-color: #E48E00;
}

.KFSupportButton:visited {
    color: #000000;
    background-color: #E48E00;
}

.dynamicBgcolor{
    color: #000000;
    background-color: #E48E00;
}

.rightButton {
    border: 1px solid #E48E00;
    border-radius: 20px;
}

.button {
    width: 100px;
}

.scaffold-dropdown-menu {
    z-index: 3090000000000000000 !important;
    position: absolute !important;
    max-height: 208px !important;
    overflow-y: scroll !important;
    /* margin-left: 100px !important; */
}

.fixed-height {
    max-height: 352px;
    width: 440px;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 1000 !important;
    min-width: 190px;
    /* position: static !important; */
}

.leftDiv{
    max-height: 352px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 190px;
    float: left;
}

.rightDiv{
    max-height: 352px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: ivory;
    width: 220px;
    margin-left: 200px;
}

/* DISPLAY THE DROPDOWN TO THE RIGHT */
.scaffold-dropdown-menu-right {
    right: auto;
    margin-left: 186px;
    margin-top: -4px;
}
    .drop-box {
        background: #F8F8F8;
        border: 5px dashed #DDD;
        width: 200px;
        height: 65px;
        text-align: center;
        padding-top: 35px;
    }
    .drop-box {
        background: #F8F8F8;
        border: 5px dashed #DDD;
        width: 200px;
        height: 65px;
        text-align: center;
        padding-top: 35px;
    }
.modal-primary .modal-header,
.modal-info .modal-header,
.modal-success .modal-header,
.modal-warning .modal-header,
.modal-danger .modal-header {
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.modal-primary .modal-header {
  background: #428bca;
}
.modal-info .modal-header {
  background: #5bc0de;
}
.modal-success .modal-header {
  background: #5cb85c;
}
.modal-warning .modal-header {
  background: #f0ad4e;
}
.modal-danger .modal-header {
  background: #d9534f;
}