.accountMenu {
	width: 90%;
	margin: auto;
	height: 50px;
}
#content-area {
	margin: -21px -20px 0;
}
#main-contents {
	margin: 20px;
	padding: 10px;
}
.custom-options-bar {
background-color: #535151;
padding: 10px; /* Some padding for spacing inside the bar */
}

/* Inactive button styles */
.custom-btn {
background-color: #000 !important; /* black background */
color: #fff !important;            /* white text */
margin: 0 5px;                     /* spacing between buttons */
border: none !important;           /* remove any border */
}

/* Hover style for inactive buttons */
.custom-btn:hover:not(.active) {
background-color: #478f27 !important;
color: #fff !important;
}

/* Active (clicked) button styles */
.custom-btn.active {
background-color: #76d949 !important;
color: #fff !important;
}

.advancedOptions {
	width: 100%;
	max-width: 400px;
	margin: 10px auto;
}
.code {
	width: 90%;
	background: #CCC;
	padding: 15px;
	border: 1px solid #000;
}
#search-all-container {
	text-align: center;
	width: 60%;
	max-width: 500px;
	margin: auto;
}
.user-message {
  background-color: #d1ecf1;
  color: #0c5460;
  padding: 8px 12px;
  border-radius: 15px;
  max-width: 75%;
  margin-left: auto;
  text-align: right;
}

.ai-message {
  background-color: #e2e3e5;
  color: #383d41;
  padding: 8px 12px;
  border-radius: 15px;
  max-width: 75%;
  margin-right: auto;
  text-align: left;
}

.modal-content {
  max-width: 90% !important;
  margin: 50px auto 0;
}

.modalTextArea {
	width: 90%;
	height: 300px;
	margin: 10px auto;
}

.editRowTextArea {
    width: 95%;
    margin: -24px auto 0;
    min-height: 115px;
}
.addToCollection {
	width: 80%;
	margin: auto;
}
.addToCollection input {
	min-width: 200px;
	width: 95%;
}
.addToCollection .editRowTextArea {
	min-width: 200px;
	margin-top: 0;
}

@media (max-width: 768px) { /* Adjust the max-width based on your needs */
    
    
    .nav-item {
        width: 90%;
        margin: 10px auto;
        display: block; 
    }
    .btn-sm {
        width: 90%;
        margin: 10px auto;
        display: block; 
    }
}
@media (min-width: 768px) {
	.menu-container {
		margin-top: -20px;
	}
    .menu-header {
        display: none !important; /* Force the change */
    }
    #menuContent {
        max-height: none !important; /* Ensure menu is always visible on larger screens */
        opacity: 1 !important;
        pointer-events: auto;
    }
}

.menu-container {
    width: 100%;
    background-color: #222; /* Match your sidebar background */
    color: white;
    padding: 0;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #333;
    border-radius: 5px;
}

.menu-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.nav {
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease;
    overflow: hidden;
    max-height: 430px; /* Adjust based on content */
    opacity: 1;
}

.nav.collapsed {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}
.thumbsdown {
	width: 25px;
	height: 25px;
}
#recordButton {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -11px;
  top: -62px;
}
.downvote {
	background: #d79797;
	border-radius: 5px;
	border: 1px solid #491d1d;
	padding: 5px;
  cursor: pointer;
}
.missing {
  background: #f9f9ab !important;
}
#regressionTestTable .btn {
  width: 90%;
  background: #212529;
  margin: 0px auto 10px;
}

#regressionTestTable textarea {
  width: 100%;
}

#regressionTestTable .editOptions {
  width: 40%;
  margin: 5px;
}

.agis-content-section {

}

.agis-content-section .btn {
  background: #3b3b3b;
  color: #FFF;
}

.agis-content-section #publishedStatus {
  background: blue;
}

#chatContainer {
  background-color: rgb(255, 255, 255);
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-image: none;

  border: 1px solid rgba(0, 0, 0, 0.176);
  border-radius: 6px !important;

  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: rgb(33, 37, 41);

  display: flex;
  flex-direction: column;

  font-family: 'SansPro', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px !important;

  height: 400px;
  width: 350px;
  max-width: 95%;
  min-width: 0;
  margin-top: 20px;
  padding: 0;

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;

  outline: none;
  overflow-wrap: break-word;
  text-align: start;
  text-size-adjust: 100%;
  unicode-bidi: isolate;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#chatContainer .card {  
    --bs-card-group-margin: 10px;
    font-size: 17px !important;
}
#chatContainer .card-header {
    background-color: #f8f9fa;
    padding: 10px 15px !important;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    display: flex;

    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
    justify-content: space-between;
    align-items: center;
}

#chatContainer .card-header span { 
  font-family: 'Source Sans Pro', Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}

.btn-group {
    border-radius: var(--bs-border-radius);
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

#chatContainer .btn-secondary {
  background-color: rgb(54, 115, 249);
  border: 1px solid rgb(108, 117, 125);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  flex: 1 1 auto;
  font-family: 'SansPro', Arial, sans-serif;
  font-size: 12.4px;
  font-style: normal;
  font-weight: 400;
  height: 28.6px;
  letter-spacing: normal;
  line-height: 18.6px;
  margin: 0 2px;
  overflow-wrap: break-word;
  padding: 4px 6.4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease 0s;
  user-select: none;
  vertical-align: middle;
  width: 27.2px;
  word-spacing: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#chatContainer .btn-danger {
  background-color: rgb(255, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  flex: 1 1 auto;
  font-family: 'SansPro', Arial, sans-serif;
  font-size: 12.4px;
  font-style: normal;
  font-weight: 400;
  height: 28.6094px;
  letter-spacing: normal;
  line-height: 18.6px;
  margin: 0 5px;
  overflow-wrap: break-word;
  padding: 4px 6.4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease 0s;
  user-select: none;
  vertical-align: middle;
  width: 22.0312px;
  word-spacing: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


#chatContainer input.form-control {
    border: 1px solid #ced4da;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    box-shadow: none;
    outline: none;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    min-height: 30px;
    background-color: #fff;
    color: #2c3338;
    display: block;
    margin: 0;
    cursor: text;
    height: 38px;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    font-family: 'SansPro', Arial, sans-serif;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 400;
}
#chatContainer .card-footer {
  padding: 6px 12px !important;
}
#chatContainer .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

#chatContainer .card-body {
  padding-top: 3px;
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}
/* Input Group */
#chatContainer .input-group {
  align-items: stretch;
  box-sizing: border-box;
  color: rgb(33, 37, 41);
  display: flex;
  flex-wrap: wrap;
  font-family: 'SansPro', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
  line-height: 24px;
  outline: none;
  overflow-wrap: break-word;
  position: relative;
  text-align: start;
  text-size-adjust: 100%;
  unicode-bidi: isolate;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


#chatContainer .btn-primary {
  background-color: rgb(13, 110, 253);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-family: 'SansPro', Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 38px;
  letter-spacing: normal;
  line-height: 21px;
  margin: 0 0 0 -1px;
  overflow-wrap: break-word;
  padding: 4px 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease 0s;
  user-select: none;
  vertical-align: middle;
  width: 50.7031px;
  word-spacing: 0px;
  z-index: 3;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#chatContainer #sendMessageBtn {
  min-width: 50px;
  flex: 0 0 auto !important;
  width: 50px !important;
  white-space: nowrap !important;
}

#chatContainer .text-muted {
  font-size: 17px !important;
}

.licenseTable {
  width: 90%;
  max-width: 1000px;
}
.licenseTable button {
  margin: 10px 0;
}
.licenseTable tr {
  padding: 10px;
  border: 1px solid #000;
}
.licenseTable .licenseDomain {
  height: 50px;
  padding: 0 10px;
}
.licenseTable .licenseChat {
  height: 50px;
  padding: 0;
}
.licenseTable .licenseAudio {
  height: 50px;
  padding: 0;
}
#serverNotification {
  width: 100%;
  text-align: center;
}

/* Scheduling table button states */
.scheduling-btn-loading {
  min-width: 100px;
  position: relative;
}

.scheduling-btn-complete {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: white !important;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.1em;
}
