@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");

#ai-container {
	position: fixed;
	bottom: 40px;
	left: 30px;
	z-index: 98;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 8px;
}

#fab-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	border: none;
	background: none;
	padding: 0;
}

#fab-icon-container {
	height: 48px;
	width: 48px;
	background: #FD9F28;
	border: none;
	z-index: 97;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

#fab-icon-container:hover {
	filter: brightness(95%);
	cursor: pointer;
}

#fab-icon {
	filter: none;
	/* user-drag: none; */
	pointer-events: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#fab-txt {
	display: true;
}

#new {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	background: #FFF6EA;
	width: 40px;
	text-align: center;
	border-radius: 10px;
	height: 16px;
	font-weight: 700;
	color: #CB7D1A;
	line-height: 18px;
	margin-top: 2px;
	margin-bottom: 0;
}

#aissistant {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #fff;
	margin: 0;
}

#popup {
	width: 300px;
	display: none;
	position: fixed;
	bottom: 1px;
	z-index: 98;
}

#popup-container {
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	/* border-radius: 4px; */
	border: 1px solid #3887ff;
	background: #fff;
	margin-top: 58px;
	height: calc(100vh - 59px);
	justify-content: space-between;
	overflow-x: hidden;
	overflow-y: auto;
}

#popup-title {
	width: 258px;	
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

#close-popup {
	color: rgba(88, 89, 91) !important;
	font-size: 20px !important;
	cursor: pointer !important;
}

#not-confidence, #error-ui {
	display: none;
	background-color: #FADFD8;
	border-radius: 4px;
	padding: 15px;
	color: #444a58;
	text-decoration: none;
	width: -webkit-fill-available;
}

#respons-section {
	display: none;
	background-color: #e3eeff;
	border-radius: 4px;
	padding: 15px;
	color: #444a58;
	text-decoration: none;
	width: -webkit-fill-available;
}

#loading-chatbot-ai {
	display: none;
	margin: 0;
	justify-content: space-between;
	align-items: center;
}

#load-txt {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #444a58;
}

#respons-title, #notcon-title, #error-title {
	margin-top: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #444a58;
	display: none;
}

#cancel-aspect {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #444a58;
	font-size: 12px;
	text-decoration-line: underline;
	cursor: pointer;
	text-align: center;
	margin: 10px 0px 0px;
}

#respons-listuser {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3887ff;
	word-wrap: break-word;
}

#respons-desc {
	display: none;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	background: none;
	color: #3887ff;
	text-decoration: underline;
	border: none;
	padding: 0;
	cursor: pointer;
}

#hasil-respons-feed {
	margin-top: 20px;
	display: none;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	background: none;
	color: #3887ff;
	text-decoration: underline;
	border: none;
	padding: 0;
	cursor: pointer;
}

#feedback-container {
	margin-top: 10px;
	display: flex;
	justify-content: end;
	gap: 10px;
}

.feedback-button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	height: 20px;
}

#button-type-form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.button-type-container input[type="radio"] {
	display: none;
}

.button-type-container {
	width: 100%;
}

.button-type-content {
	display: flex;
	flex-direction: row !important;
	padding: 4px 8px;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #f4f4f4;
	box-sizing: border-box;
	height: 32px;
	color: #58595B;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
}

.button-type-content:hover {
	filter: brightness(95%);
	cursor: pointer;
}

.button-type-container input[type="radio"]:checked + .button-type-content {
	color: #016699;
	font-weight: 700;
}

.button-type-container input[type="radio"]:checked + .button-type-content img {
	content: url("./assets/radio-check.svg");
}

#popup-title p {
	color: #3887ff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
}

#popup-container textarea,
#feed-comment-input {
	border-radius: 4px;
	border: 1px solid #f4f4f4;
	width: -webkit-fill-available;
	color: #444a58;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 8px;
	resize: none;
	max-height: 150px !important;
}

#popup-container textarea:focus-visible,
#feed-comment-input:focus-visible {
	outline: none;
	background-color: #fafafa;
}

#popup-container textarea::placeholder,
#feed-comment-input::placeholder {
	color: #a5adba;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
}

#feed-comment-input {
	margin: 20px 0px;
}

.action-button {
	display: flex;
	height: 40px;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	border-radius: 4px;
	border: none;
	background: #3887ff;
}

.action-button:hover {
	filter: brightness(95%);
	cursor: pointer;
}

.action-button img {
	pointer-events: none;
	/* user-drag: none; */
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.action-button p {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
}

.action-button[disabled] {
	background-color: rgba(9, 30, 66, 0.04);
	color: #c4c7cd;
	cursor: not-allowed;
}

.dot-wave {
	--uib-size: 20px;
	--uib-speed: 1s;
	--uib-color: #444a58;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	width: var(--uib-size);
	height: calc(var(--uib-size) * 0.17);
	padding-top: calc(var(--uib-size) * 0.34);
}

.dot-wave__dot {
	flex-shrink: 0;
	width: calc(var(--uib-size) * 0.17);
	height: calc(var(--uib-size) * 0.17);
	border-radius: 50%;
	background-color: var(--uib-color);
	will-change: transform;
}

.dot-wave__dot:nth-child(1) {
	animation: jump var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.45)
		infinite;
}

.dot-wave__dot:nth-child(2) {
	animation: jump var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.3)
		infinite;
}

.dot-wave__dot:nth-child(3) {
	animation: jump var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.15)
		infinite;
}

.dot-wave__dot:nth-child(4) {
	animation: jump var(--uib-speed) ease-in-out infinite;
}

@keyframes jump {
	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-200%);
	}
}

.dialog-container {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(9, 30, 66, 0.54);
}

.dialog-desc-title {
	color: #016699;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	margin: 0;
}

.dialog-feed-title {
	color: #016699;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

#dialog-desc-text {
	padding: 5px 26px 15px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	white-space: pre-line;
}

.dialog-content {
	background-color: #fff;
	max-width: 532px;
	width: 70%;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dialog-close-button {
	float: right;
	cursor: pointer;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	color: #444a58;
}