@import "https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.main {
    height: 100vh;
    /*background: linear-gradient(181deg, #e0ecff, #ffffff); rgb(var(--v-theme-primary)) !important;*/
   /*  background: linear-gradient(181deg, rgb(var(--v-theme-background)), #ffffff); */ /*rgb(var(--v-theme-primary)) !important;*/
      background: #fafafa;
    /*overflow-y: scroll;*/
    scrollbar-width: none;
}

.glide-content {
    height: 100%;
}

/* TEXT AND TYPHOGRAPHY */

.glide-link, .glide-link:hover, .glide-link:focus, .glide-link:active {
	 text-decoration: none;
	 color: inherit;
}

.glide-container {
	
}

.text-h4 {
	font-weight: 600 !important;
}

/* GLIDE DIALOG */

.glide-dialog-title {
    font-weight: 600 !important;
    padding: 10px;
}

.glide-dialog-content {
	height: 100%;
	overflow-y: scroll;
}

#app {
}

.glide-tab-title, .glide-subtitle {
    font-weight: 600 !important;
    padding: 10px 0px 20px 0px;
}

.glide-dialog-content {
    padding: 0 10px;
}

.glide-window-item {
    width: 100% !important;
}

.glide-tab-content {
    width: 72% !important;
}

.text-label {
    color: #1B5E20 !important;
}

/* BUTTONS */

.glide-action-btn {
    height: 56px !important;
    text-transform: none;
    font-size: 1rem !important;
    border-radius: 8px;
}

/* NAVIGATION SIDBAR */

.collapsed {
    --v-layout-left: 85px !important;
}

.expand {
    --v-layout-left: 225px;
}

.collapsed-nav-right {
    --v-layout-right: 0px !important;
}

.expand-nav-right {
    --v-layout-right: 600px !important;
}


.v-navigation-drawer .v-icon {
	color: rgb(var(--v-theme-primary));
	opacity: var(--v-high-emphasis-opacity);
}


.v-navigation-drawer--rail {
    width: 84px !important;
}

.v-navigation-drawer--rail .brand-logo {
    width: 45px;
    padding: 15px 5px;
    margin-left: 12px;
}

.v-navigation-drawer--rail .brand-logo-v2 {
    width: 45px;
    padding: 15px 5px;
    margin-left: 12px;
}

.v-navigation-drawer--rail .upgrade-to-glide {
    display: none;
}

.navigation-drawer .v-list-item__prepend {
    font-size: 16px;
}

.navigation-drawer .v-list-item__prepend .navigation-label {
    display: none;
}

.v-navigation-drawer--rail .v-list-item__prepend .navigation-label {
    display: block;
    text-align: center;
    font-size: 10px;
    padding: 6px 0;
}

.navigation-drawer .v-list  .navigation-label {
    display: none;
}

.v-navigation-drawer--rail .v-list  .navigation-label {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 0;
   /*  color: rgb(var(--v-theme-primary)); */
}

.v-navigation-drawer--rail .v-list-item__prepend .v-icon {
	width: 100%
}

.v-navigation-drawer--rail .v-list-item__prepend {
    display: block;
    width: 50px;
}

.navigation-drawer .v-list-item-title {
    font-size: 1.1rem;
}

.brand-logo {
    width: 122px;
    padding: 20px 5px;
    margin-left: 12px;
    margin-top: 15px;
}

.brand-logo-v2 {
    width: 45px;
    padding: 15px 5px;
    margin-left: 12px;
}

/*GLIDE TOP BAR */

.glide-topbar .header {
    width: 100%;
    display: flex;
    height: 80px;
    position: relative;
}

.glide-topbar .glide-profile {
    position: absolute;
    right: 0;
    padding-top: 20px;

}

#profile-menu-header {
   background: rgb(var(--v-theme-primary), 0.23) !important;
}


.glide-profile .profile-avatar:hover {
	cursor: pointer;
}


.glide-menubar{
	position: absolute;
    left: 0;
    padding-top: 20px;
}

.avatar-placeholder {
    height: 60px;
    width: 60px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

#profileMenu .v-overlay__content {
    width: 225px;
}

#profileMenu .v-list-item , #editProjectMenu .v-list-item, #sortMenu .v-list-item {
    cursor: pointer;
}

#profileMenu .v-list-item:hover, #editProjectMenu .v-list-item:hover, #sortMenu .v-list-item:hover{
   background-color: #bbbbbb1f;
}


.sortby-selected {
	background-color: #b2cefe
}

.glide-title .title-container {
    display: flex;
}

.glide-title .title-container .title-area {
    padding-left: 20px;
    position: relative;
}

.glide-card {
    cursor: pointer;
}

.glide-card:hover {
    border: 1px solid rgb(var(--v-theme-primary)) !important;;
}

.glide-card .card-image {
    background-color: #706F6E;
    border-radius: 12px 12px 0 0;
    height: 200px;
}

.glide-card .gridview-thumbnail {
	height: 200px !important;
}


.glide-card .card-content {
    padding: 10px 20px;
}

.glide-card .card-content p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 0;
    margin: 0;
}

.glide-card .card-content h4 {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    padding: 6px 0;
    margin: 0;
}

.glide-card .card-content .tags-area {
    display: flex;
    padding: 5px 0;
}

.card-action-right {
	position: absolute;
    right: 0;
}

#projectMenu .v-list-item {
    cursor: pointer;
}

#projectMenu .v-list-item:hover {
   background-color: rgb(var(--v-theme-secondary));
}

/* GLIDE CARD */
.glide-card-icon {
	width: 100%;
    background-color: #706F6E;
    position: relative;
    height: 180px;
}

.glide-card-icon .v-icon {
    width: 100%;
    color: white;
    font: bold;
    font-size: 58px;
    text-align: center;
    padding: 20px;
    margin: auto;
}



.glide-card-image .v-img__img--contain {
    /* object-fit: unset !important; */
}

.glide-card-image {
    width: 100%;
    background-color: #706F6E;
    position: relative;
    height: 100%;
}

.glide-card-image span {
	position: absolute;
    bottom: 0;
    left: 0;
    font-size: small;
    padding: 2px 6px !important;
    width: 100%;
    background: #000;
    color: #fff;
    padding-bottom: 30px;
}

.glide-card-image .v-icon {
    width: 100%;
    color: white;
    font: bold;
    font-size: 58px;
    text-align: center;
    padding: 20px;
    margin: auto;
}

.glide-card, .glide-card-list {
    cursor: pointer;
}

.glide-card:hover, .glide-card-list:hover {
    border: 1px solid rgb(var(--v-theme-primary)) !important;;
}

.glide-card .card-image {
    background-color: #706F6E;
    border-radius: 12px 12px 0 0;
    height: 200px;
}

.glide-card .card-content, .glide-card-list .card-content {
    padding: 10px 20px;
}

.glide-card .card-content p, .glide-card-list .card-content p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 0;
    margin: 0;
}

.glide-card-list .glide-card-list-image {
    width: 100px !important;
    background-color: gray !important
    ;
}

/* BORDER RADIUS */

.glide-rounded {
    border-radius: 8px !important;
}

/* GLIDE SPACES */

.spacing-10 {
    width: 20px !important;
    flex-grow: unset !important;
}

.spacing-15 {
    width: 20px !important;
    flex-grow: unset !important;
}

.spacing-20 {
    width: 20px !important;
    flex-grow: unset !important;
}

.spacing-25 {
    width: 25px !important;
    flex-grow: unset !important;
}

.spacing-30 {
    width: 25px !important;
    flex-grow: unset !important;
}

.spacing-35 {
    width: 25px !important;
    flex-grow: unset !important;
}

.spacing-40 {
    width: 25px !important;
    flex-grow: unset !important;
}


/* GLIDE SLIDER VERTICAL */

.v-tabs.v-slide-group--vertical {
    width: 25% !important;
}

/* SITE PAGE */

tr.v-data-table__tr:hover {
    background-color: rgb(var(--v-theme-secondary));
}


/* ACCOUNT/ SITE DIALOG  */

.glide-color-picker {
	width: 100%;
	height: 80px;
	border: 1px solid black;
	border-radius: 3px;
	cursor: pointer;
}


/* GLIDE SCROLLBAR */

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #bbb; 
  border-radius: 10px;
  scrollbar-width: auto;
}

::-webkit-scrollbar-thumb:horizontal{
  background: #bbb; 
  border-radius: 10px;
  scrollbar-width: auto;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa; 
}


/* FILE IMAGE DRAG AND DRO FILE UPLOAD  */

.glide-file-upload {
	width: 100%;
	background: #bbbbbb1f;
	margin-top: 20px;
}


.glide-file-upload .drag-image{
  border: 1px dashed #fff;
  height: 300px;
  width: 350px;
  border-radius: 5px;
  font-weight:400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
   margin: auto;
}

.glide-file-upload .drag-image.active{
  border: 2px solid #fff;
}

.glide-file-upload .drag-image .icon{
  font-size: 30px;
  color: #fff;
}

.glide-file-upload .drag-image h6{
  font-size: 20px;
  font-weight: 300;
/*   color: #fff; */
}

.glide-file-upload .drag-image span{
  font-size: 14px;
  font-weight: 300;
  /* color: #fff; */
  margin: 10px 0 15px 0;
}

.glide-file-upload .drag-image button{
  padding: 10px 25px;
  font-size: 14px; 
  font-weight: 300;
  border: none;
  outline: none;
  background:transparent;
  /* color: #fff; */
  border:1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  transition:all 0.5s;
}

.drag-image button:hover{
    background-color:#fff;
    color:gray;
}

.drag-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* GLIDE FILE UPLOAD COMPONENT */

.glide-upload {
/*     display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center; */
    width: 100%;
    text-align: center;
}

.glide-upload .glide-upload-container {
	width: 100%;
    padding: 4rem;
    background: rgb(var(--v-theme-background));/*  #f7fafc;  */
    border: 1px solid   rgb(var(--v-theme-primary)); /*  #e2e8f0; */
    border: 2px dashed;
    /* border-color: #9e9e9e; */
    border-color: rgb(var(--v-theme-primary));
}

.glide-upload .single-file {
    
}

.glide-upload .hidden-input {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}

.glide-upload .file-label {
    font-size: 20px;
    display: block;
    cursor: pointer;
}

.glide-upload .preview-container {
    display: flex;
    margin-top: 2rem;
}

.glide-upload .preview-card {
    display: flex;
    border: 1px solid #a2a2a2;
    padding: 5px;
    margin-left: 5px;
}

.glide-upload .preview-img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #a2a2a2;
    background-color: #a2a2a2;
}

.glide-color-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
}

.recording-thumbnail {
	height: 100px !important;
}
.recording-thumbnail-v3 {
	height: 50px !important;
}
/* GLIDE PROJECT RESTRICTION */
.project-restriction-checkbox {
	height: 30px !important
}

.v-stepper-header {
	box-shadow: none !important;
	
}

@media (min-width: 1920px) {
    .glide-container {
        max-width:1350px !important;
    }
}


/* @media (min-width: 1920px) {
    .v-container {
        max-width:1350px !important;
    }
}
 */
 /* 
@media (min-width: 960px) {
  .v-container {
    max-width: 900px;
  }
  .v-container--fluid  {
    width: 100% !important;
  }
  .sessions-container  {
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .v-container {
    max-width: 1080px;
  } 
  .v-container--fluid  {
    width: 100% !important;
  }
  .sessions-container  {
    width: 100% !important;
  }
}
 
@media (min-width: 1920px) {
  .v-container {
    max-width: 1800px;
    padding-left: 40px;
    padding-right: 40px
  }
  .v-container--fluid  {
    width: 100% !important;
  }
  .sessions-container  {
    width: 100% !important;
  }
}
@media (min-width: 2560px) {
  .v-container {
    max-width: 2400px;
  }
  .v-container--fluid  {
    width: 100% !important;
  }
  .sessions-container  {
    width: 100% !important;
  }
} */
 

.checkbox-h4 {
	height: 40px !important
}

#requesthumanTranscriptDialog .v-label {
	opacity: 1;
}

/* FOCUS GROUP AREA */

.card-border-bottom {
	border-bottom: 1px solid #e0e0e0 !important;
}

   /*  */

.deliverables-wrapper {
	position: relative;
	 min-height: 18em;
}

.deliverables-wrapper .v-table {
	/* position: absolute; */
}

.deliverables-class {
    box-shadow: none !important;
    border-radius: 0px !important;
   /*  border: 1px solid #e0e0e0 !important;
    border-right: 5px solid #f3f3f3!important; */
    border-top: 0px !important;
    padding: 0px !important;
    position: absolute !important;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 30%;
    background: transparent;
}

.deliverables-class-wrapper {
	position: relative;
	margin-left:30px;
	height:100%;
}


.deliverables-class-body {
	background: #fff;
	width: 100%; 
	position: relative; 
	overflow-y: auto; 
	overflow-x: hidden;  
	border: 1px solid #e0e0e0 !important;
	height: 100%;
}

.deliverables-class-header-holder {
	height: 60px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.deliverables-class-header {
	font-size: .75rem;
    color: #4D4D4D !important;
    font-weight: bold;
}

.deliverables-body-class {
	width: 100%;
	height: 80%;
}

.deliverables-empty-state {
	padding: 1.5em 0.5em;
	background: white;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.deliverables-list-state {
	display: block;
	height: 100%;
}

.deliverables-list-state-ctrl {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #f3f3f3;
}

.deliverables-list-state-body {
	height: 90%;
}

.deliverables-list-state-body .v-list {
	background: #fbfbfb !important;
}

.deliverables-list-state-body-item {
	display: flex;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    align-items: center;
	width: 100%;
}

.deliverables-list-state-body-item-hover:hover {
	background: #f3f3f3;
}

.deliverables-list-state-body-item-hover:active {
	background: #e3effb;
	color: #1976d2 !important;
    border-color: #1976d2;
}

.deliverables-list-state-body-item-icon {
	width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0px;
}

.deliverables-list-state-body-item-value {
	width: 75%;
	padding: .5em;
	text-align: left;
}

.deliverables-list-state-body-item-value-title {
	font-size: 14px;
    font-weight: bold;
}

.deliverables-list-state-body-item-value-title-import-msg {
	font-size: 12px;
	font-weight: 400;
    padding-bottom: 0.2em;
}

.deliverables-list-state-body-item-value-url {
	font-size: 12px;
    font-weight: 100;
}

#deliverblesHideToogleBtn {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bolder;
	height: 30px;
    width: 30px;
    position: absolute;
    left: -30px;
    top: 5px;
    border: 1px solid #e0e0e0;
    border-right: unset;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
   	z-index: 999;
    background: #e0e0e0;
    cursor: pointer;
    color: #6a6a6a;
}

#deliverblesHideToogleBtn:hover {
	background: #acacac;
}

#deliverblesHideToogleBtn:active {
	background: #707070;
    color: white;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.hideDeliverablesColumn {
	width: 30px !important;
}

.noSessionsAddedClass {
	border-left: 1px solid #e0e0e0 !important;
	border-bottom: 1px solid #e0e0e0 !important;
}

.deliverables-title {
	font-weight: bold;
    font-size: 15px;
}

.preview-img {
	/* width: 150px !important; */

}

.preview-img img {
	border-radius: 8px !important;
}

.ui-autocomplete {
    position:relative;
    cursor:default;
    z-index:9999 !important;
}

.text-overflow-ellipsis {
	text-overflow: ellipsis;
}

.session-status-indicator {
	position: absolute; 
	left: 0; 
	width: 5px; 
	height: 100%;
	margin-right: auto;
}

.sticky-panel {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color:  rgb(var(--v-theme-background));
  font-size: 20px;
  z-index: 900;
}

.sessions-container {
    width: 100% !important;
}



.session-y-scrollable {
	 height: 80vh !important;
     overflow-x: hidden;
     overflow-y: auto;
     margin-right: 15px !important;
}

.sessions-table .v-data-table__tr .v-text-field .v-input__control .v-input__slot {
    min-height: 20px !important;
    display: flex !important;
    align-items: center !important;
}

.h-45 {
	height:45px !important;
}

.h-35 {
	height:35px !important;
}

.link-disabled {
    pointer-events: none !important;
    opacity: 0.5;
}

.media-detail-recordings-list {
	background: #d4dfea63;
	padding: 8px;
	border: 2px solid #d4dfea;
  	border-radius: 5px;
}

.media-detail-recordings-list .selected-media {
    background: #b3d2f0;
    border-radius: 8px;
    padding: 4px 0px 0px 0px;
}

.media-detail-recordings-list .unselected-media {
    background: #0000000;
    border-radius: 8px;
    padding: 4px 0px 0px 0px;
}

.media-detail-recordings-list .btn-left-area {
	position: absolute;
    left: 0 !important; 
    height: 100% !important;
    padding: 0 10px !important;
}

.media-detail-recordings-list .btn-right-area {
	position: absolute !important;
    right: 0 !important;
    height: 100% !important; 
    padding: 0 10px !important;
}

.media-detail-recordings-list .btn-left {
    margin-top: 24px;
}

.media-detail-recordings-list .btn-right {
     margin-top: 24px;
}

.selected-media{
	background: #d4dfea;
	border-radius: 12px;
}

.transcript-dialog-content {
    max-height: 100vh;
    overflow-y: scroll;
}


.transcript-text-field .v-field__input {
   min-height : 22px !important;
}

.transcript-input-field:focus {
    outline: none;  
}

.transcript-editor-area {
	background-color: #f1f1f180;
	padding: 10px;
	border: thin solid;
    margin: 0 4px;
    border-radius: 6px;
    height: 100vh;
}

.highlight {
    background-color: yellow;
}

.current-hightlight {
	background-color: #b6d9ff;
}

.transcript-editorbox {
	width: 100%;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
	overflow-y:scroll;
}

.transcript-editorbox[contenteditable][data-placeholder]:empty:not(:focus)::before {
    content: attr(data-placeholder);
    color: #999; /* Example placeholder color */
    /* Add other styling as needed */
}

.transcript-editorbox[contenteditable][data-placeholder]:empty:focus::before {
    content: ""; /* Hide placeholder when focused */
}

.transcript-editorbox-height-max {
	height:270px !important;
}

.transcript-editorbox-height-min {
	height:180px !important;;
}

.glide-content .disabled {
  opacity: 0.6;
  pointer-events: none;
}

#mfa-switch-area .v-switch__track {
	opacity: 1;
}

.scrollable-div {
	width: 100%;
    height: 400px; /* Set a fixed height */
    overflow-y: auto; /* Enable vertical scrolling only when needed */
    /* or overflow-y: scroll; to always show vertical scrollbar */
    border: 1px solid #ccc; /* Optional: for visual clarity */
    padding: 10px; /* Optional: for content spacing */
    display: flex;
}

.login-preview-panel {
  width: 100%;
  display: block;           /* ensure it behaves like a block element */

  border: 2px solid #ddd;   /* optional: preview border */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* optional: subtle shadow */
  margin: 10px;
}

.preview-container {
	display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.preview-card {

  height: 300px;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}

/* Scaling wrapper */
.preview-wrapper {
  transform: scale(0.4);        /* shrink to 40% of original size */
  transform-origin: top left;   /* scale starts from top-left corner */
  width: 250%;                  /* compensate for shrink so content fits */
  height: 250%;
}

#siteThemeColorPicker .v-color-picker-edit .v-color-picker-edit__input input {
  pointer-events: none !important;
}


/* Quillit Page v3 */

.quillit-btn {
  border: 1px solid #dcdcdc;
  text-transform: none; /* keep text normal */
  font-weight: 500;
  font-size: 14px;
  padding: 8px 16px;
  justify-content: flex-start; /* icon + text aligned like your sample */
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.quillit-btn:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.quillit-card {
  border: 1px solid rgb(var(--v-theme-primary));
  background-color: rgba(var(--v-theme-background), 0.6); /*#f8fff9;*/
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.quillit-card-default {
  border: 1px solid #EEEEEE;
  background-color: #ffffff, 0.6); /*#f8fff9;*/
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.quillit-card-selected {
  border: 3px solid rgb(var(--v-theme-primary));
  background-color: #ffffff, 0.6); /*#f8fff9;*/
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.disabled-card {
  opacity: 0.6; /* Reduce opacity */
  pointer-events: none; /* Prevent click events */
  /* Add other styles as needed, e.g., background-color, border */
  background-color: #f0f0f0;
}


.quillit-card:hover {
  /* Elevated state on hover */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px); /* Optional: slight upward movement for more depth */
}

.quillit-success-btn {
  background-color: #22c55e;
  color: white;
  font-weight: 600;
  text-transform: none;
}

.quillit-default-btn {
  background-color: white;
  border: 1px solid #e1e4e8;
  color: #111;
  font-weight: 500;
  text-transform: none;
}

/* Quillit Button Toggle */

.quillit-btn-toggle  {
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #e1e4e8;
  padding: 3px;
  height: 40px !important;
  
}

.quillit-btn-toggle .toggle-btn {
  text-transform: none;
  font-weight: 500;
  color: #333;
  background-color: #f3f3f3 !important;
  border-radius: 6px !important;
  transition: all 0.2s ease;
}

/* Selected Button */
.quillit-btn-toggle .v-btn--active.toggle-btn {
  background-color: white  !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e4e8;
  color: #000;
}

.quillit-btn-toggle .v-btn--active.toggle-btn .v-btn__overlay {
	  background-color: transparent !Important;
}

.quillit-btn-toggle .toggle-btn:hover {
  background-color: #fff !important;
}

/* Quillit Report Container */
.quiilit-report-container {
  display: flex; /* Use flexbox for layout */
  flex-direction: column; /* Stack children vertically */
  height: 100vh; /* Make the container take full viewport height */
  /*overflow: hidden;  Prevent scrolling on the container itself */
}

.quiilit-report-container .scrollable-content {
  flex-grow: 1; /* Allow this div to take up available space */
  overflow-y: auto; /* Enable vertical scrolling if content overflows */
  padding: 25px 25px 25px 40px; /* Add some padding for better appearance */
  background-color: #fafafa;
  padding-bottom: 50px;
}

.quiilit-report-container .sticky-bottom {
  position: sticky; /* Make this div sticky */
  bottom: 0; /* Stick it to the bottom of its parent (.container) */
  flex-shrink: 0; /* Prevent this div from shrinking */
  padding: 0 !important;
}

.quiilit-report-container .ai-chat-message-container {
  background-color: white;
  text-align: center;
  border: 1px solid #dfdfdf;
}

.pr-600 {
	padding-right: 600px;
}

/* Quillit Chats  */
/* Common message style */
.chat-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background-color: #f8f9fb;
	padding: 30px;
	/* height: 100vh; */
	overflow-y: auto;
	font-family: "Inter", "Segoe UI", sans-serif;
}

.message {
	max-width: 70%;
	padding: 18px 22px;
	margin: 10px 0;
	border-radius: 16px;
	line-height: 1.5;
	font-size: 15px;
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	word-wrap: break-word;
}

/* AI message (white bubble, left-aligned) */
.message.ai {
	background-color: #ffffff !important;
	color: #222;
	align-self: flex-start;
	border: 1px solid #e5e7eb;
	border-radius: 15px;
}

/* User message (green bubble, right-aligned) */
.message.user {
	background-color: rgba(var(--v-theme-background), 0.4) !important;
	color: #222;
	align-self: flex-end;
	border-radius: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

/* Optional subtle animation */
.message {
	animation: fadeInUp 0.3s ease;
}

.attachment-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background-color: #f8f9fb;
	padding: 15px;
	height: 350px; 
	overflow-y: auto;
	overflow-x: hidden;
	font-family: "Inter", "Segoe UI", sans-serif;
	
}

.criteria-area {
	padding: 18px 22px;
	margin: 10px 0;
	border-radius: 20px;
	line-height: 1.5;
	font-size: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
	word-wrap: break-word;
}

.parent-disabled {
  pointer-events: none;
  /* Optional: Add a visual indicator like graying out */
  opacity: 0.5; 
  cursor: not-allowed;
}

.flex-none {
	flex: none;
}

.quillit-report-progess-icon {
	display: flex;
    justify-content: center;
    max-height: 260px;
    width: auto;
    object-fit: contain;
	margin: 10px auto;
}

.citations-panel {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.citations-header {
  flex-shrink: 0;
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
}

.right-navigation-drawer {
	
	right: 0px;
    z-index: 1004;
    position: fixed;
    height: calc(100% + 0px);
    top: 0px;
    bottom: 0px;
    width: 560px;
	
}

.right-navigation-drawer .citation-header {
    height: 75px;
    background-color: rgb(254, 254, 254);
    position: absolute;
    top:0;
    z-index: 1;
    width: 100%;
}

.right-navigation-drawer .citation-body {
    overflow-y: auto;
    height: calc(-60px + 100vh);
    overscroll-behavior: contain;
    scroll-margin-top: 100px;
    margin-top: 35px;
}

.invalid-file label {
	color: red !important;
}

.no-transcript-yet label {	
	color: blue !important;
} 

.transcribing-now label {
	color: #cccc0a !important;
}

.preparing-for-playback label {
	color: orasnge !important;
}

.transcript-generated label {
	color: green !important;
}

.select-all-media-checkbox {
    width: 30px;
    height: 30px !important;
    padding-top: 0 !important;
    margin-top: -35px !important;
}

.workspace-select .v-list, .workspace-project-select .v-list {
  padding-bottom: 0 !important;
}

.quillit-followup-question-card {
  border: 1px solid rgb(var(--v-theme-primary));
  background-color: rgba(var(--v-theme-background)); /*#f8fff9;*/
  border-radius: 8px;
  padding: 16px;
  -webkit-box-shadow: 3px 5px 31px -13px rgba(0,0,0,0.35); 
  box-shadow: 3px 5px 31px -13px rgba(0,0,0,0.35);
}

#aiChatBanner {
  position: fixed;
  left: -350px;              /* start hidden on the left */
  bottom: 20px;              /* adjust as needed */
  transition: left 0.6s ease;
  z-index: 9999;
}

/* when visible */
#aiChatBanner.show {
  left: 20px;                /* slides into view */
}

.v-table tbody tr:hover {
  background: rgba(var(--v-theme-background), 0.6) !important;
}

.select-thread .v-field--variant-outlined {
      border: 1px solid #dcdcdc !important;
}

@keyframes fadeInUp {
	from {
	opacity: 0;
	transform: translateY(8px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}

@media (min-width: 2560px) {
    #quillitView-chat .v-container {
        max-width: 2400px;
    }
}

@media (min-width: 1920px) {
    #quillitView-chat .v-container {
        max-width: 1800px;
    }
}


@media (min-width: 1280px) {
    #quillitView-chat .v-container {
        max-width: 1000px;
    }
}

@media (min-width: 960px) {
    #quillitView-chat .v-container {
        max-width: 900px;
    }

.hover-like-v-list {
  transition: background-color .2s ease;
}

.hover-like-v-list:hover {
  background-color: rgba(var(--v-theme-on-surface), 0.08);
}

.hover-like-v-list:active {
  background-color: rgba(var(--v-theme-primary), 0.12);
}

.recording-selected{
	background-color: rgba(var(--v-theme-on-surface), 0.08);
}

.compact-title {
  line-height: 1.1;
}