body {
	font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

a {
	color: #432cef;
}

.font-plus {
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.font-audio {
	font-family: 'Audiowide', cursive;
}

.font-inter {
	font-family: 'Inter', sans-serif;
}

/* .chat-messages {
    height: 480px;
    overflow-y: auto;
} */

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-thumb {
	background-color: #5d656d;
	border-radius: 10px;
}

::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

.icon-container {
	position: relative;
}

.user-list {
	position: absolute;
	top: 100%; /* Position the user list below the icon */
	left: 0;
	display: none;
	background-color: white;
	z-index: 1;
	border: 1px solid #ccc;
	padding: 1px;
}

/* Adjust the position of the user lists */
.like-button:hover + .like-user-list,
.dislike-button:hover + .dislike-user-list {
	display: block;
	top: 30px; /* Adjust this value to control the vertical position */
	left: 0; /* Adjust this value to control the horizontal position */
}

.like-active {
	color: green; /* Change the color to green when active */
}

.dislike-active {
	color: red; /* Change the color to red when active */
}
.hidden {
	display: none;
}

.icon-container {
	visibility: hidden;
}

.infobox:hover .icon-container {
	visibility: visible;
}

.icon-container {
	visibility: visible;
}

.custom-scrollbar::-webkit-scrollbar-track {
	background-color: #374151;
}
.spinner {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 10000;
}

.spinner:after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	border: 4px solid #0e1165;
	border-top-color: #fff;
	-webkit-animation: spinner 1s linear infinite;
	animation: spinner 1s linear infinite;
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

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

.modal-content {
	background-color: #1f2363;
	color: white;
	padding: 20px;
	width: 80%;
	max-width: 768px;
	margin: 20px auto;
	border-radius: 5px;
}

/* You can add more styles to customize the appearance of the modal */

/* Close button style */
.close {
	color: white;
	float: right;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}
.hidden-version {
	display: none;
}
.message-diff {
	font-family: monospace;
}

.addition {
	color: #22c55e;
}

.deletion {
	color: #ef4444;
}
.ck-editor__editable {
	background-color: #1f2363 !important;
	color: white;
	font-size: 13px;
	border: none !important;
}

.reizer {
	cursor: ew-resize;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-thumb {
	background-color: #5d656d;
	border-radius: 10px;
}

::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

#confirmationModal .modal-dialog.modal-dialog-centered {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.flex.upload-window {
	width: 100%;
}

ul#file-list {
	border: 1px solid #ddd;
	padding: 5px;
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 100%;
}
#confirmationModal .modal-content {
	width: auto;
}
.modal-footer {
	text-align: center;
	margin: 10px 0px 0px;
}
.modal-footer button {
	border: 1px solid #fff;
	padding: 5px 12px;
}
.file-block {
	justify-content: space-between;
	width: 100%;
}
.related-user-title h1 {
	font-size: 28px;
	line-height: normal;
	margin: 0px;
}
.page-title h1 {
	font-size: 34px;
	line-height: normal;
	margin: 0px;
}

button#show-token-count {
	width: 90%;
}
#menu-button {
	align-items: center;
	justify-content: space-between;
}
.drag-block {
	position: relative;
}
.drag-block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0.7;
}
.left-panel-container {
	border: 1px solid #ddd;
}
/* .container-border */

.left-panel-container p.heading {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.left-panel-container span {
	margin-bottom: 2px;
}
#file-list-contianer {
	padding-top: 10px;
}

#hide-from-sensei {
	width: 100%;
}

.left-panel-container input[type='checkbox'] {
	accent-color: #ef4444;
}
div#file-list-contianer {
	overflow-y: auto;
	height: 140px;
}
.all-select {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.dashboard-cta a {
	border: 2px solid #fff;
}

.discussion-list ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	border-bottom: 1px solid #000;
}

.discussion-list .list-view {
	height: 430px;
	/* overflow-x: auto;
  padding-right: 10px; */
}

#drop-area {
	border: 2px solid transparent;
	height: 430px;
}

.discussion-list ul:last-child {
	border: transparent;
	margin: 0px;
	padding: 0px;
}

.discussion-list ul li:first-child {
	width: 45%;
	padding-right: 15px;
}
.discussion-list ul li:nth-child(2) {
	width: 15%;
	padding-right: 15px;
}
.discussion-list ul li:nth-child(3) {
	width: 25%;
	padding-right: 15px;
}
.discussion-list ul li:nth-child(4) {
	width: 15%;
}

.use-cta button {
	width: 100%;
}

.advisors-table {
	max-width: 630px;
	width: 100%;
}
.related-user-title {
	max-width: 630px;
	width: 100%;
}
.table-auto {
	width: 100%;
}
#files-modal .modal-content {
	width: 100%;
}
#files-requests-modal .modal-content {
	width: 100%;
}
/*
tbody#related-user-files {
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  padding-right: 2px;
} */

/* tbody#relations-list {
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  padding-right: 2px;
} */
.email-block h3 {
	word-break: break-word;
	white-space: initial;
}

.close-files {
	top: -10px;
	right: -10px;
}

.login-screen {
	height: calc(100% - 65px);
}













  


  
  .loading-circle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: white;
	/* color: 3px solid white;  */
	box-shadow: 0 0 0 5px white; 
	animation: pulsate 1.2s ease-in-out infinite; /* Animation */
  }
  
  @keyframes pulsate {
	0% {
	  transform: scale(0.9);
	  opacity: 0.6;
	}
	50% {
	  transform: scale(1);
	  opacity: 0.8;
	}
	100% {
	  transform: scale(0.9);
	  opacity: 1;
	}
  }
  