﻿.page-title {
	margin: 0;
	padding-left: 10px;
	color: #b7b7b7;
}

.selection-column {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.translations-not-translated {
	color: rgba(162, 11, 0, 0.73);
}

.translation-dialog-compare-wrapper {
	width: 60%;
	left: 20%;
	/*needs to be half of remaining*/
}

.translation-dialog-compare {
	width: 100% !important;
}

.translation-dialog-wrapper {
	width: 30%;
	left: 40%;
	/*needs to be half of remaining*/
}

.translation-dialog {
	width: 100% !important;
}

/*******************CUSTOM CHAT*******************/
:root {
	--chat-spacing: 50px;
	--rz-text-selection-background-color: rgba(104, 6, 225, 0.51);
	--bs-link-color: var(--rz-secondary-dark);
	--bs-link-hover-color: var(--rz-secondary);
}

.rz-body {
	padding: 10px;
}

.closeChat {
	margin-right: 10px;
}

.chat-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.ticket-Info {
	margin: -5px -5px 5px -5px;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.03em;
}

.chat-messages-wrapper {
	display: contents;
	height: 100%;
}

.chat-messages {
	display: inline-flex;
	flex-direction: column;
}

.chat-scroll {
	flex: 1 1 auto;
	overflow-y: scroll;
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
	margin-top: 5px;
}

.chat-input-wrapper {
}

.chat-text-wrapper {
	display: flex;
	margin-top: 10px;
}

.chat-textArea {
	width: 100%;
	resize: none;
	overflow-y: auto;
	min-height: 55px;
	height: 55px;
	max-height: 156px;
}

.chat-send-btn {
	height: fit-content;
	margin-left: 5px;
	align-self: center;
}

.chat-unread-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 18px;
	font-weight: 100;
}

.user, .admin, .adminMe {
	padding: 0.65rem 0.65rem 0.65rem 10px;
	margin: 5px;
	hyphens: auto;
	width: fit-content;
	color: white;
	position: relative;
}

.user {
	background-color: #003b37;
	/*background-color: #353535;*/
	margin-right: var(--chat-spacing);
	align-self: baseline;
	text-align: left;
}

	.user ::selection {
		background-color: #258b84;
	}

.admin {
	background-color: #383838;
	/*background-color: #27407d;*/
	margin-left: var(--chat-spacing);
	align-self: end;
	/*text-align: right;*/
}

	.admin ::selection {
		background-color: #727272;
	}

.adminMe {
	background-color: #450075;
	margin-left: var(--chat-spacing);
	align-self: end;
	/*text-align: right;*/
}

	.adminMe ::selection {
		background-color: #832dbf;
	}

.chat-userName {
	font-size: 0.65rem;
	line-height: 0.5;
}

.chat-datetime {
	font-size: 0.65rem;
}

.chat-text {
	margin: 0 5px 0;
	hyphens: auto;
	word-break: break-word;
}

.admin, .adminMe > .chat-text {
	text-align: left;
}

/*******************Console*******************/
.console-header {
	display: inline-flex;
	gap: 25px;
}

.console-bottom {
}


/*******************Tickets customizations*******************/
.rz-dropdown-panel {
	/*min-width: min-content !important;*/
}

.myPopUp {
}

.rz-cell-filter-content > .myDropDown.rz-dropdown {
	border: none;
	background: none;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	align-items: center;
	align-self: center;
}

	.rz-cell-filter-content >
	.myDropDown.rz-dropdown >
	.rz-dropdown-label {
		padding-right: 0px;
	}

.rz-dropdown-label.rz-inputtext {
	/*	align-self: center;
	display: flex;
	align-content: center;*/
}

.rz-cell-filter-content >
.myDropDown.rz-dropdown .rz-dropdown-trigger,
.myDropDown.rz-dropdown .rz-dropdown-clear-icon {
	display: none;
}

.myDropDown.rz-dropdown .rz-dropdown-label {
	/*	margin-left: -6px;*/
	overflow: initial;
}

.mybadge {
	width: 70px;
}

.mybadge2 {
	width: 50px;
}

.wont {
	background-color: lightgray;
	color: white;
}

.spam {
	background-color: gray;
	color: white;
}

.sideMenu {
	bottom: 0px !important;
	padding-bottom: 15px;
}

.copyrightBar {
	text-align: center;
	font-size: large;
}

.expirationBar {
	text-align: center;
}

.ticMain {
	margin-top: -15px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow-y: auto;
	height: calc(100vh - 51px);
	padding-right: 15px;
}

.ticChat {
	padding: 5px;
	/*	background-color: aquamarine;*/
	overflow: hidden;
	height: 100vh;
	position: fixed;
	min-width: 350px;
	z-index: 4;
	right: 0;
	top: 0;
	width: 350px;
}


.rz-dialog-content {
	height: 100%;
}


.myCard-center {
	height: 100px;
	width: 1%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/*******************File Upload*******************/

.iconUploadWrapper {
	position: relative;
}

.iconUploadField {
	/*padding-right: 30px;*/
}

.iconUploadButton {
	position: absolute;
	align-content: center;
	top: 0px;
	right: 0px;
}

.hideInputFile {
	width: 0;
	height: 0;
	overflow: hidden;
}

.inputFileButton {
	/*padding: 5px !important;*/
	width: 30px !important;
	height: 30px !important;
	display: flex;
}

.hover-pointer:hover {
	cursor: pointer;
}

/*******************Enums*******************/
.columnCard {
	/*margin: 5px;*/
	/*width: calc(25% - 10px);*/
	display: flex;
	flex-direction: column;
	flex: 0 0 25%;
	max-width: calc(25% - 10px);
	margin: 5px;
}

.clearButton {
	width: 15px;
	height: 15px;
	position: absolute;
	align-self: flex-end;
}

.lineFlex {
	flex-direction: row;
}

.enumPill {
	margin: 2px;
}

.rz-colorpicker-value {
	border-radius: 1rem;
}

.rz-colorpicker {
	display: flex;
}

.dialog-errors-list {
	width: 552px;
	max-height: 800px;
	border-color: var(--rz-warning);
}

.dialog-errors {
	width: 600px !important;
	height: auto !important;
}

token-tag {
	background-color: #86024c;
	font-weight: bold;
	color: #fff0f8;
	padding: 3px 4px;
	border-radius: 5px;
	transition: background-color 0.3s, color 0.3s;
}

	token-tag:hover {
		background-color: #a60261;
		color: #fff;
		cursor: help;
	}

.token-tag-error {
	animation-name: blinking;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes blinking {
	50% {
		border-color: red;
		animation-timing-function: cubic-bezier(.54,.51,.06,.92);
	}
}

.translation-create-popup {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 400px;
}

.approve-view-info-text {
	color: #878787;
	font-size: 14px;
	margin-bottom: 5px;
}

.approve-view-warning-text {
	color: #DE1A1A;
	font-size: 14px;
	margin-top: 5px;
}

.approve-view-tabs-panel {
	/*margin-bottom: 50px;*/
	overflow-y: scroll;
	height: calc(100vh - 370px);
}

.approve-view-bottom-panel {
	position: sticky;
	bottom: 20px;
}
