@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
	font-size: 14px !important;
	line-height: 1.42857143 !important;
}

html {
    overflow-y: hidden;
}

body {
	background-color: var(--mdc-theme-on-primary) !important;
	overflow-x: hidden;
}

.ssamta-dismissed{
	display: none
}

.modal-body .form-group .flatpickr-wrapper {
	display: inline-block !important;
}

.flatpickr-wrapper {
	display: inline-block !important;
}

.ssamta-addon-DatePicker .flatpickr-wrapper {
	display: contents !important;
}

.collapse.navbar-collapse.show,
.collapse.show {
	visibility: visible !important;
}

a, .btn-link {
	color: #0366d6;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}

.btn.disabled, .btn:disabled {
    background-color: darkgrey !important;
}

.btn.disabled:hover, .row-options-button:hover {
    background-color: darkgrey !important;
}

.clickable {
	cursor: pointer
}

button {
	font-family: 'Poppins', sans-serif !important;
	text-transform: none !important;
}

	button svg {
		margin-right: 6px;
	}

	button.btn-primary, btn-primary {
		color: #fff !important;
		background-color: #6c6444 !important;
		border-color: #6c6444 !important;
		position: relative;
		font-weight: 100 !important;
	}

		button.btn-primary:hover, btn-primary:hover {
			color: black !important;
			background-color: #f1ede4 !important;
			border-color: #6c6444 !important;
			position: relative;
			font-weight: 100 !important;
		}

.btn-primary:not(:disabled):hover {
	color: black !important;
	background-color: #f1ede4 !important;
	border-color: #6c6444 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #0D2B67;
	border-color: #0D2B67;
	opacity: 0.5;
}

.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0A2252;
	border-color: #0A2252;
}

.btn-tertiary {
	color: #0D2B67;
	background-color: white;
	border-color: #dadfe8;
}

	.btn-tertiary:hover {
		color: #0D2B67;
		background-color: white;
		border-color: #0D2B67;
	}

	.btn-tertiary:not(:disabled):not(.disabled):active {
		color: #0D2B67;
		background-color: #CED4E080;
		border-color: #0D2B67;
	}

.toggle-custom .mdc-switch__track {
	width: 40px;
	height: 20px;
	border-radius: 20px;
}

.toggle-custom.mdc-switch--checked .mdc-switch__track {
	background-color: #0D2B67 !important;
	border-color: #0D2B67 !important;
	opacity: 1;
}

.toggle-custom .mdc-switch__thumb-underlay {
	top: -14px;
	left: -14px;
}

.toggle-custom .mdc-switch__thumb {
	box-shadow: none;
	border: none;
	width: 18px;
	height: 18px;
}

.toggle-custom.mdc-switch--checked .mdc-switch__thumb {
	background-color: white !important;
	border-color: white !important;
}

app {
	position: relative;
	display: flex;
	flex-direction: column;
}

.top-row {
	height: 58px;
	display: flex;
	align-items: center;
}

.main {
	flex: 1;
}

.hidden{
	display: none;
}

.no-wrap {
	white-space: nowrap;
}

.column-wrap {
	white-space: break-spaces !important;
}

.bold-text {
	font-weight: bold;
}

.date-no-wrap {
    white-space: nowrap !important;
}

.table-decimal-amount {
    width: 110px;
    text-align: right;
}
.table-decimal-amount-header {
	width: 110px;
	text-align: center;
}

.table-date-header {
    width: 110px;
}

.QuickActionsCol {
    width: 108px;
}
.main .top-row {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
}

		.main .top-row > a, .main .top-row .btn-link {
			white-space: nowrap;
			margin-left: 1.5rem;
			margin-left: 16px;
		}

		.main .top-row a:first-child {
			overflow: hidden;
			text-overflow: ellipsis;
		}

.sidebar {
	background-color: var(--side-bg-color);
}

	.sidebar .top-row {
		border-right: 2px solid var(--main-border-color);
		border-bottom: 2px solid var(--main-border-color);
	}

	.sidebar .navbar-brand {
		font-size: 1.1rem;
		color: var(--main-font-color);
	}

		.sidebar .navbar-brand:hover {
			color: var(--main-font-color)
		}

	.sidebar .oi {
		width: 2rem;
		font-size: 1.1rem;
		vertical-align: text-top;
		top: -2px;
	}

	.sidebar .nav-item {
		font-size: 0.9rem;
		padding-bottom: 0.5rem;
	}

		.sidebar .nav-item:first-of-type {
			padding-top: 1rem;
		}

		.sidebar .nav-item:last-of-type {
			padding-bottom: 1rem;
		}

.collapsedVar.sidebar .nav-item a {
	margin: 0px 4px;
}

.sidebar .nav-item a, a.nav-link {
	color: var(--main-font-color);
	border-radius: 4px;
	height: 3rem;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 0px 8px;
}

	a.nav-link.submenu {
		width: 100%;
		padding: 0px 0px 0px 6px;
		margin-left: 30px;
		height: 2.5rem;
	}

.collapsedVar a.nav-link.submenu {
	margin-left: 6px;
}

.b-spinkit * {
	color: #6c6444 !important;
}

.sidebar .nav-item a.active, a.nav-link.active {
	background-color: #6c6444 !important;
	color: white !important;
}

	.sidebar .nav-item a:hover, a.nav-link.active:hover {
		background-color: var(--main-card-color);
		color: var(--main-font-color);
	}

.content {
	padding-top: 1.1rem;
}

.navbar-toggler {
	background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}

/* Scoped styles for the tooltip inside .my-tooltip-component */
/* Style for the tooltip box */
.ssamta-hint-tooltip-content {
	background-color: rgba(50, 50, 50, 0.9); /* Dark background with transparency */
	color: #fff; /* White text */
	border-radius: 8px; /* Smooth rounded corners */
	padding: 10px 15px; /* Padding for the tooltip content */
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for a 3D effect */
	font-size: 14px; /* Slightly larger text */
	line-height: 1.5; /* Better line spacing */
	max-width: 300px; /* Limit the width of the tooltip */
	word-wrap: break-word; /* Ensure long words break onto the next line */
}

.tippy-content:has(.ssamta-hint-tooltip-content) {
	padding: 0; /* Remove padding */
}

.tippy-box:has(.ssamta-hint-tooltip-content) {
	padding: 0; /* Remove padding */
	background-color: transparent !important;
}

.tippy-box:has(.ssamta-hint-tooltip-content) .tippy-arrow::before {
	border-top-color: rgba(50, 50, 50, 0.9) !important;
}

/* Style for long text tooltip */
.ssamta-longtext-tooltip-content {
	background-color: rgba(50, 50, 50, 0.9); /* Dark background with transparency */
	color: #fff; /* White text */
	border-radius: 8px; /* Smooth rounded corners */
	padding: 10px 15px; /* Padding for the tooltip content */
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for a 3D effect */
	font-size: 14px; /* Slightly larger text */
	line-height: 1.5; /* Better line spacing */
	max-width: 400px; /* Limit the width of the tooltip */
	word-wrap: break-word; /* Ensure long words break onto the next line */
}

.tippy-content:has(.ssamta-longtext-tooltip-content) {
	padding: 0; /* Remove padding */
}

.tippy-box:has(.ssamta-longtext-tooltip-content) {
	padding: 0; /* Remove padding */
	background-color: transparent !important;
}

	.tippy-box:has(.ssamta-longtext-tooltip-content) .tippy-arrow::before {
		border-top-color: rgba(50, 50, 50, 0.9) !important;
	}



#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

@media (max-width: 767.98px) {
	.main .top-row:not(.auth) {
		display: none;
	}

	.main .top-row.auth {
		justify-content: space-between;
	}

	.main .top-row a, .main .top-row .btn-link {
		margin-left: 0;
	}
}

app {
	flex-direction: row;
}

.sidebar {
	height: 100%;
	position: fixed;
	top: 56px;
}

.main {
	
}

	.main .top-row {
		position: sticky;
		top: 0;
	}

	.main > div {
		padding-bottom: 0px;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

.navbar-toggler {
	display: none;
}

.sidebar .collapse {
	/* Never collapse the sidebar for wide screens */
	display: flex;
}
/*car style*/
.card-picture-container {
	height: 95px;
	width: 95px;
	margin: 16px 12px;
	display: flex;
	align-items: center;
}

.card-picture {
	max-height: 95px;
	max-width: 95px;
	border-radius: 5px;
}

.card-container {
	min-height: 127px;
	margin-top: 10px;
	background-color: var(--main-card-color);
	color: var(--main-font-color);
	border-radius: 5px;
	box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

	.card-container.active {
		background-color: var(--main-bg-active-color) !important;
		color: var(--main-font-active-color) !important;
	}

		.card-container.active .card-temp-container {
			background-color: transparent;
			color: #62ff96;
		}

	.card-container.new {
		box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0,0,0,0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
		margin-right: -3px;
		border-left: 3px solid darkgray;
	}

	.card-container:hover {
		background-color: var(--main-card-hover-color);
	}

	.card-container .card-temp-container.danger {
		border-color: #FF7F73;
	}

	.card-container.active .card-temp-container.danger {
		color: #FF7F73;
	}

.card-icon-info {
	font-size: 12px;
	color: var(--main-font-extra-color);
	display: flex;
	align-items: center;
}

	.card-icon-info > svg {
		margin-right: 5px;
	}

.card-name-section {
	font-size: 20px;
}

/*TABS STYLE*/



.collapsedSide .panel-container {
	width: calc(60% - 42px);
}

.panel-container {
	/*    padding: 24px;*/
	width: calc(60% - 150px);
	height: calc(100vh - 150px);
	padding-bottom: 130px;
	overflow: auto;
	padding: 8px 26px 8px 12px;
}

/*PEOPLE SECTION*/
.filters-section {
	overflow: hidden;
	transition: all 2s ease, 0.5s;
	max-height: 600px;
	display: flex;
	flex-wrap: wrap;
}

	.filters-section.hide {
		max-height: 0;
		transition: all 0.5s ease, 0.1s;
	}

.filter-type-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 16px;
	min-width: 155px;
}

	.filter-type-container .filter-type-tittle {
		border-bottom: 1px solid #525252;
	}

	.filter-type-container .filter-type-row {
		display: flex;
		align-items: center;
		cursor: pointer;
		margin-top: 5px;
	}

.filter-type-row label {
	margin-bottom: 0px !important;
}

.list-items-container {
	min-height: calc(100vh - 69px)
}

.new-item-container {
	position: fixed;
	width: calc(40vw - 103px);
	margin-top: 16px;
	display: flex;
	justify-content: center;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 20;
}

	.new-item-container .tag {
		background: var(--main-font-color);
		padding: 12px;
		color: white;
		border-radius: 4px;
		margin-top: 5px;
		cursor: pointer;
	}

.dialog-images .mdc-dialog__surface {
	max-width: none !important;
	background-color: var(--main-bg-color) !important;
}

.dialog-images img {
	margin: 10px;
	min-width: 250px;
	max-width: 850px;
	width: 40vw;
}

.dialog-split-profile .mdc-dialog__surface {
	min-width: 500px !important;
	max-width: 1000px !important;
	background-color: var(--main-bg-color) !important;
	color: var(--main-font-color) !important;
	z-index: 1;
}

.dialog-title {
	color: var(--main-font-color) !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
}

.custom-date-container {
	height: 38px !important;
}

	.custom-date-container .mat-text-field-input {
		color: white;
	}

	.custom-date-container button {
		padding: 10px !important;
		color: var(--main-font-color);
	}

		.custom-date-container button:focus {
			outline: none !important;
		}


	.custom-date-container .mat-text-field-actions-container {
		top: 2px !important;
		height: 90% !important;
	}

.filter-arrow {
	align-content: center;
	justify-content: center;
	display: flex;
	height: 19px;
	cursor: pointer;
}

.rotate {
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	margin-right: 5px;
}

	.rotate.down {
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

.date-segmentation {
	display: flex;
	background-color: var(--main-card-color);
	padding: 8px 16px;
	color: var(--main-font-color);
	margin: 8px -16px;
	cursor: pointer;
}

	.date-segmentation span {
		margin-left: 8px;
	}

.rotate.downDate {
	margin-left: 5px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.filter-bar-left {
	position: absolute;
	top: 12px;
}

.filter-bar-right {
	position: absolute;
	top: 12px;
	right: 16px;
}

.collapsedSide .filter-bar.employee-name-header {
	width: calc(60% - 40px);
}

.filter-bar.employee-name-header {
	height: 56px;
	justify-content: center;
	width: calc(60vw - 140px);
	padding: 16px;
	border-right: 0;
}

.searchEmp {
	margin-top: 8px;
	width: 100%;
}

	.searchEmp i {
		color: var(--main-font-color) !important;
	}

	.searchEmp div {
		background-color: var(--main-card-hover-color);
		border-radius: 5px;
	}

	.searchEmp .mdc-text-field__input::placeholder, .custom-select-container .mdc-text-field__input::placeholder, .phone-mask::placeholder {
		opacity: 1 !important;
	}

.custom-select-container
.collapsedSide .stream-right {
	width: calc(60vw - 30px);
}

.stream-right {
	position: fixed;
	margin-right: 48px;
	width: calc(60vw - 107px);
	padding-right: 38px;
	z-index: 1;
}

.collapsedSide .filter-bar {
	width: calc(40vw - 26px);
}

#list-container-people, #list-container-livestream, #list-container-alert {
	padding: 16px;
}

	#list-container-people::-webkit-scrollbar, #list-container-livestream::-webkit-scrollbar {
		width: 0px;
	}


.collapsedSide .livestream-main-list, .collapsedSide .people-main-list {
	width: calc(40vw + 5px);
}

.people-main-list, .livestream-main-list {
	width: calc(40vw - 4px);
	margin-top: 32px;
}

.notifications-main-list {
	width: calc(40vw - 4px);
	margin-top: 58px;
}


.filter-bar {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: var(--main-font-color);
	position: fixed;
	top: 56px;
	width: calc(40vw - 103px);
	background-color: var(--main-bg-color);
	outline: 2px solid var(--main-border-color);
	z-index: 1;
}

.middle-border {
	outline: 2px solid var(--main-border-color);
}

.top-bar-paddingTop {
	min-height: calc(100vh - 110px);
}

.custom-select-class > div {
	height: 35px;
	width: 150px;
}

	.custom-select-class > div > div {
		height: 35px;
		align-items: center;
		color: var(--main-font-color) !important;
	}

.header-title {
	padding-left: 16px;
	padding-top: 16px;
	font-size: 16px;
	font-weight: bold;
}

.header-item {
	display: flex;
	justify-content: space-between;
	height: 64px;
	align-items: center;
	padding-left: 16px;
	padding-right: 16px;
	/*    cursor: pointer;*/
}

.empty-right-container {
	width: 100%;
}

	.empty-right-container > div {
		/*        width: calc(50% - 138px);*/
		padding-right: 28px;
	}

.empty-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
}

	.empty-section > svg {
		color: var(--main-font-color);
		margin-bottom: 20px;
	}

	.empty-section > span {
		color: var(--main-font-color);
		font-size: 14px;
	}

.no-img-container {
	border-radius: 50%;
	justify-content: center;
	height: 25px;
	width: 25px;
	margin-right: 14px;
	display: flex;
	align-items: center;
	background-color: #E8F4F5;
	color: #3B3B3B
}

.card-people-container {
	height: 60px;
	margin-top: 10px;
	background-color: var(--main-card-color);
	color: var(--main-font-color);
	border-radius: 5px;
	box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 24px;
	flex-wrap: wrap;
}

	.card-people-container > div {
		display: flex;
	}

	.card-people-container:hover {
		background-color: var(--main-card-hover-color);
	}

.card-temp-container {
	width: 50px;
	border: 1px solid #62ff96;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: 16px;
	background-color: white;
	color: #666666;
}

.card-name-section {
	font-size: 20px;
	display: flex;
	align-items: center;
}

.get-more-button {
	display: flex;
	background-color: var(--main-card-color);
	height: 40px;
	color: var(--main-font-color);
	border-radius: 40px;
	box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
	justify-content: center;
	align-items: center;
	width: 50%;
	margin-left: 25%;
	margin-top: 15px;
	cursor: pointer;
}

	.get-more-button:hover {
		background-color: var(--main-card-hover-color);
	}

.collapsible {
	background-color: #646464;
	border-color: white;
	color: white;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	margin-top: 10px;
	font-size: 12px;
}

.spinner-container {
	margin: 10px;
	display: flex;
	justify-content: center;
}

.panel-container::-webkit-scrollbar {
	display: none;
	-ms-overflow-style: none;
}

.history-entry {
	padding: 18px 0px;
	color: var(--main-font-color);
	display: flex;
	align-items: center;
}

.history-info {
	width: calc(100% / 3);
	display: flex;
	align-items: center;
}

.history-img {
	max-height: 45px;
	border-radius: 5px;
}

.history-entry.questionnaire-row {
	flex-direction: column;
	background-color: var(--main-card-color);
	border-radius: 4px;
	margin: 12px 0px;
	padding: 0px 8px;
	border-bottom: 0;
}

	.history-entry.questionnaire-row:hover {
		background-color: var(--main-card-hover-color);
	}

.questionnaire-row .name {
	display: flex;
	align-items: center;
	width: 60%;
}

.questionnaire-row .warning {
	margin-left: auto;
}

.history-entry.questionnaire-row > div {
	width: 100%;
}

.history-entry.questionnaire-row .info {
	display: flex;
	cursor: pointer;
	margin: 18px 0px;
}

.history-entry.questionnaire-row .question-row {
	width: 100%;
	display: flex;
	margin: 5px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #6d6d6d;
}

	.history-entry.questionnaire-row .question-row .answer {
		margin-left: auto;
	}

	.history-entry.questionnaire-row .question-row:last-child {
		margin-bottom: 18px;
	}

.history-entry.questionnaire-row .questionnaire, .expanded-area {
	overflow: hidden;
	transition: all 3s ease, 1s;
	height: auto;
	max-height: 600px;
}

	.history-entry.questionnaire-row .questionnaire.hide, .expanded-area.hide {
		max-height: 0;
		transition: all 1s ease, 0.3s;
	}

/*ALERT SECTION*/
.preview-sectoin {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.Questionaire-Template-card > div {
	width: 100%
}

.Questionaire-Template-card .name {
	display: flex;
	align-items: center;
}

.Questionaire-Template-card > div span {
	/*    padding-left: 10px;*/
	color: darkgrey;
}

.custom-icon-buton {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	cursor: pointer;
	color: var(--main-font-color);
}

.card-container-Questionnaire-Template {
	position: relative;
}

	.card-container-Questionnaire-Template > .card-icon {
		position: absolute;
		right: 5px;
		top: 5px;
		color: var(--main-font-color);
	}

.question-form-type {
	display: flex;
	margin-top: 20px;
}

	.question-form-type > div {
		background-color: var(--side-bg-color);
		height: 35px;
		display: flex;
		align-items: center;
		padding: 0px 16px;
		color: var(--main-font-color);
		cursor: pointer;
		border: 1px solid #bec6d6;
	}

		.question-form-type > div.active {
			background-color: var(--main-bg-active-color);
			color: var(--main-color-active-color);
			border-color: var(--main-bg-active-color);
		}

		.question-form-type > div:hover {
			background-color: var(--main-bg-color);
			color: var(--main-font-color);
		}

		.question-form-type > div:first-child {
			border-radius: 4px 0px 0px 4px;
		}

		.question-form-type > div:last-child {
			border-radius: 0px 4px 4px 0px;
		}

.big-image-container {
	background-color: #E3E4E6;
	color: #737A84;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 32px );
	max-width: 700px;
	padding: 16px;
	margin-bottom: 16px;
	margin-top: 16px;
	flex-wrap: wrap;
}

.expanded-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

	.expanded-info .row {
		display: flex;
		width: calc(100% - 32px);
		justify-content: space-between;
		align-items: center;
		margin-bottom: 16px;
	}

		.expanded-info .row .temp-name {
			display: flex;
			align-items: center;
		}

		.expanded-info .row button {
			display: flex;
			align-items: center;
		}

			.expanded-info .row button:not(:disabled) {
				color: var(--main-font-color) !important;
			}

.alert-border {
	width: 100%;
	outline-offset: 8px;
	outline: 1px solid #FF7F73;
}

.alert-card:hover {
	background-color: var(--main-card-hover-color);
}

.alert-card.extra-margin {
	margin: 20px 0px;
}

.card-picture-alert-expanded {
	max-height: 200px;
	border-radius: 10px;
	padding: 5px;
}
/*UI-COMPONENTS*/
.chipTag {
	height: 12px;
	width: 12px;
	border-radius: 50px;
	margin: 0px 10px;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
	border-color: var(--main-input-border-color) !important;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline {
	border-color: transparent !important;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading {
}
/*new filters*/

.back-Layout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

.input-content {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.input-text {
	overflow: hidden;
	margin-right: 5px;
	white-space: nowrap;
}

.filters-input {
	color: var(--main-font-color);
	height: 40px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #0D2B67;
	min-width: 50%;
	width: 50%;
	padding: 8px 8px 8px 12px;
	margin-left: 8px;
	background: var(--main-bg-color);
}

.alert-side-panel {
	width: 100% !important;
	margin-top: -54px;
}

.options {
	position: absolute;
	background: var(--main-bg-color);
	box-shadow: 0px 2px 2px #0000001F;
	border-radius: 5px;
	width: 320px;
	display: block;
	left: 0px;
	top: 48px;
	border: 1px solid #CED4E0;
}

	.options.hide {
		box-shadow: none;
		border: 0;
	}

	.options .option-family {
		display: block;
		padding: 8px;
		background-color: var(--main-card-color)
	}

.user-chiptTag {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #D6ECEE;
	display: flex;
	align-items: center;
	margin-right: 6px;
	justify-content: center;
	color: #5BB4BD;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-center-sb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.legend-con {
	width: 100%
}

	.legend-con ul {
		list-style-type: none;
		padding: 0;
		margin-top: 1rem;
		margin: 0 8px;
	}

.legend-item {
	display: flex;
	align-items: center;
	color: var(--main-font-color);
	font-weight: 600;
	cursor: pointer;
	justify-content: space-between;
}

	.legend-item .legend-chip {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		margin-right: 8px;
	}

.increase-legend {
	color: #00ba29;
	margin-left: 6px;
	font-size: 10px;
}

.decrease-legend {
	color: #FF7062;
	margin-left: 6px;
	font-size: 10px;
}

.logo-top {
	background-color: #7B724E !important;
}

section .b-layout {
    overflow-y: scroll;
}

.b-layout-header {
	background-color: #7B724E !important;
}

@keyframes hightLightFadeOutToWhite {
	from {
		background-color: lightgreen;
	}

	to {
		background-color: #f8f9fa;
	}
}

@keyframes hightLightFadeOutToLight {
	from {
		background-color: lightgreen
			;
	}

	to {
		background-color: #f8f9fa;
	}
}

@media print {
	.no-print, .no-print * {
		display: none !important;
	}
}

.ssamtalogolink:link {
	text-decoration: none;
	color: #F5F3E8;
}

.ssamtalogolink:visited {
	text-decoration: none;
	color: #F5F3E8;
}

.ssamtalogolink:visited {
	text-decoration: none;
	color: black;
}

.ssamtalogolink:hover {
	text-decoration: none;
	color: black;
}

.ssamtalogolink:active {
	text-decoration: none;
	color: black;
}

/*SidePanel*/
#sidepanel.is-open {
	width: 35%;
	padding-top: 60px;
}

@@media (min-width: 768px) {
	 #sidepanel.is-open {
		 width: 50%;
	 }
 }
.aside-inner {
	padding-top: 2.3rem !important;
}
/*ViewProject page*/
.ssamta_right_section {
	width: 20%;
	float: right;
	margin-left: 10px;
	white-space: normal;
}

.ssamta_right_validation_section {
	background-color: white;
	border-radius: 0.3rem;
	padding: 0.8rem;
	box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
}

.ssamta_info_section {
	background-color: lightgray;
	border-radius: 0.3rem;
	box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
	padding: 0.8rem;
}

	.ssamta_info_section > .form-group > .text-muted {
		color: #697682 !important;
	}

.ssamta_left_section {
	width: 78%;
	float: left;
	background-color: white;
	border-radius: 0.3rem;
	padding: 0.8rem;
	box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
}
.ssamta-left-section-no-background {
	width: 78%;
	float: left;
}

.ssamta_left_section_action {
	width: 78%;
	float: left;
	border-radius: 0.3rem;
	padding: 0.8rem;
}

.ssamta_full_section_action {
	width: 100%;
	float: left;
	border-radius: 0.3rem;
	padding: 0.8rem;
}


.ssamta_full_width_section {
	background-color: white;
	border-radius: 0.3rem;
	padding: 0.8rem;
	width:100%;
}

.ssamta_bold_text {
	/*font-weight:bold;*/
	padding:3px 15px 4px 0;
	font-weight: 600 !important;
	font-size: 0.95em !important;
}

.ssamta_component_table_header {
	font-weight: 600 !important;
	font-size: 0.95em !important;
	padding: 2px 5px 8px 5px !important;
	border-bottom: 1px solid #000000 !important;
}

.ssamta_column_width {
	width: 25%;
}

.ssamta_column_width_30 {
	width: 30%;
}

.ssamta_column_width_35 {
	width: 35%;
}

.ssamta_column_width_40 {
	width: 40%;
}

.ssamta_new_table_project {
	padding-top: 30px;
	clear: both;
}

.ssamta_underline_table_margin {
	border-bottom: 1px solid #f3f3f3;
	line-height:30px !important;
}

.ssamta_right_section .ssamta_btn_project {
	white-space: normal !important;
	text-align: left !important;
}

.ssamta_left_section .ssamta_btn_project_report_small {
	margin: 3px !important;
	white-space: normal !important;
	text-align: left !important;
	max-width: 19%;
}

.ssamta_left_section .ssamta_btn_project_report_large {
	margin: 3px !important;
	white-space: normal !important;
	text-align: left !important;
	max-width: 49%;
}

/* Ssamta Action Icons */

.ssamta-fab-icon {
	margin-left: 18px;
	margin-top: 23px;
}

.ssamta-fab-warn-icon {
	margin-left: 35px;
	margin-top: 2px;
}

.ssamta_btn_icon {
	padding-right: 10px;
}

.ssamta_quickaction_icon {
	padding: 0 5px;
	cursor: pointer;
}
.ssamta_icon_primary {
	color: #6c6444;
}
.ssamta_icon_white {
	color: white;
}

.ssamta_icon_red {
	color: crimson;
}

.ssamta_icon_black {
	color: black;
}

.ssamta_icon_darkGray {
	color: #4F4F4F;
}

.ssamta_icon_gray {
	color: #808080;
}

.ssamta_icon_lightGray {
	color: #808080;
}


.ssamta_icon_blue {
	color: blue;
}
.ssamta_icon_blue_forms {
	color: #0288d1;
}
.ssamta_icon_blue_forms:hover {
	color: #5fc6fd;
}

.rz-selectbutton .rz-button.rz-button-md.rz-state-active {
	background-color: #0288d1;
}

.ssamta_icon_green {
	color: green;
}

.ssamta_icon_orange {
    color: orange;
}

/* Legacy */
.ssamta_red_icon {
	color: crimson;
}

.ssamta_btn_icon_red {
	color: red;
	padding-right: 10px;
}

.ssamta_btn_icon_black {
	color: black;
	padding-right: 10px;
}

.ssamta_btn_icon_blue {
	color: blue;
	padding-right: 10px;
}
.ssamta_btn_icon_green {
	color: green;
	padding-right: 10px;
}
/* End of Legacy */

.ssamta_btn_expand {
	display: block;
	padding: 10px;
	cursor: pointer;
	max-width:15px;
}

.ssamta_warning_icon{
	padding:10px;
	line-height:50px;
}

.ssamta_vertical_text {
	writing-mode: tb-rl;
	transform: rotate(-180deg);
}

.ssamta_vertical_text_style {
	padding-bottom:15px;
	}

#horizontal-menu-container {
	display: flex !important;
	justify-content: flex-start !important;
	margin-bottom: 10px !important;
}

	#horizontal-menu-container .horizontal-menu-item {
		padding: 10px 15px !important;
		cursor: pointer !important;
		border: 1px solid transparent !important;
		border-radius: 4px !important;
		transition: background-color 0.3s, border-color 0.3s !important;
		margin-right: 10px !important;
	}

		#horizontal-menu-container .horizontal-menu-item:hover {
			background-color: #f0f0f0 !important;
			border-color: #ddd !important;
		}

	#horizontal-menu-container .selected-horizontal-text {
		font-weight: bold !important;
		color: #1486C9 !important;
		border-bottom: 2px solid #1486C9 !important;
	}

#content-container {
	margin-top: 10px !important;
}

.ssamta_vertical_menu{
	border:none !important;
}

.ssamta_horizontal_text_payments {
	position: absolute;
	top: -195px;
	left: 50px;
}

.ssamta_horizontal_text_documents {
	position: absolute;
	top: -200px;
	left: 20px;
}

.ssamta-component-section {
	padding-top: 30px;
	clear: both;
}

/*Project list page*/

.ssamta_tooltip{
	padding:0 7px;
	cursor:pointer;
}

.ssamta_tooltip_table {
	padding:0 25%;
	cursor: pointer;
}

.ssamta_search_datagrid{
	margin:0 15px;
}

.ssamta_icon_project_list{
	color:red;
}

/*Clients page*/

.withdebt {
	color: #b22222;
}

.penalized {
	color: #FE6732;
}

.action_form_btn {
	white-space: normal !important;
	text-align: left !important;
}

.ssamta_right_section .ssamta_btn_client {
	white-space: normal !important;
	text-align: left !important;
}

.ssamta_tooltip_green {
	margin: 0px;
	cursor: pointer;
	color:green;
}

.ssamta_tooltip_red {
	margin: 0px;
	cursor: pointer;
	color: red;
}

.ssamta_tooltip_black {
	margin: 0px;
	cursor: pointer;
	color: black;
}

.ssamta-spacing-footer{
	height:50px;
}

.ssamta_show_action_plan {
	padding: 0 7px;
	cursor: pointer;
}

/*RZ field custom css*/

.rz-dropdown {
	padding-top: 2px;
}

.rz-colorpicker, .rz-lookup-search input, .rz-spinner, .rz-calendar .rz-inputtext, .rz-multiselect, .rz-dropdown, .mask, .rz-textarea, .rz-textbox {
	border: 2px solid #dde2ec !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	background-color: #ffffff !important;
	height: calc(calc(1.5em + 0.75rem) + 4px) !important;
}

.actionform-warning-icon {
	color: orange;
	padding-left: 5px;
	font-size: 0.8em;
}

/*Advanced search*/
.ssamta_advancedsearch{
	padding-right:15px;
}

.ssamta-scrollable, .custom-select[multiple], .custom-select[size]:not([size="1"]) {
	cursor: pointer;
}

.advancedsearchfiltericon{
	color:orange;
	padding-left:5px;
	font-size:0.8em;
}

.custom-switch {
	margin-top: 5px;
}

.custom-select {
	margin-bottom: 5px !important;
}

.advancedsearchedfixedbottomnav{
	position:fixed;
	right:0;
	bottom:0;
	padding:25px;
	margin-top:20px;
	background-color:white;
	width:34.5%;
    z-index: 5;
}

.advancedsearchedfixedbottomnav .btn{
	margin: 0 6px;
}

.advancedsearchsidebarmenu {
	margin-bottom: 18%;
}

.ssamta-scrollable {
}

/*Ast�risque pour les champs obligatoires*/
.red{
	color:crimson;
	padding-right:5px;
}



.redDebt {
	color: #EC5F54;
}

/*Report menu*/
.btn-savepdf{
	margin:0 20px;
}

.debt-table tr{
	height:35px;
}

.sidebar .nav-item a.active, a.nav-link.active {
	background-color: #6c6444 !important;
}

.nav-tabs .nav-link:after, .nav-tabs .nav-item .nav-link:after {
	background-color: #6c6444 !important;
}

.nav-tabs .nav-link:after, .nav-tabs .nav-item .nav-link:after {
	height: 2px;
	bottom: -6px !important;
}

/*Specific to the MultiSelectListViewComponent*/
.multiSelectListView-notSelected > .list-group-item.active {
	background-color: transparent !important;
	color: #495057 !important;
	border: 1px solid rgba(0,0,0,.125) !important;
}

.multiSelectListViewComponent > .list-group-item {
	padding: 1px 1.25rem
}

.multiSelectListView-selected > .list-group-item {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

/* Button Spinner */
button > .spinner-border {
	margin-right: 7px;
	margin-bottom: 3px;
}

.table_min_height{
	min-height:100px !important;
	padding:100px!important;
}

.table_padding_niv1{
	padding-left:28px;
}

/*Temporary adds borders to tables*/
/*table, th, td {
	border: 1px solid !important;
}*/

.last_update{
	padding-top:10px;
}

.education_program tr {
	height: 25px;
}

/*Client dormant*/
.icon-dormant{
	padding-right:15px;
}

.warning-dormant {
	margin:15px 0;
	border-radius:5px;
}

.ssamta-field-inline-checkbox {
	margin-left: 10px;
	margin-top: 0px;
}

/*Tabs menu*/
@media (max-width: 1920px) {
	.nav-tabs .nav-item {
		margin-right: 0 !important;
	}

	.sidebar .nav-item a, a.nav-link {
		margin: 0px 8px;
	}
}

/* Report table */

.ssamta-report-table {
	width:99% !important /* Width mus be set to 99% to avoid the cut of the right border when printing with Edge*/
}

/* Modal personal infos */

.custom-control-inline {
	padding-top: 5px;
}

/* Alternate color table */
.grid_alternateItem {
	background-color: #e9f3ff;
	line-height: 30px;
}


.grid_alternateItem_readonly {
	background-color: #f4f6f8;
}

.ssamta-table-section {
	padding: 0px !important;
}
.grid_item {
	line-height: 30px;
}

th.ssamta-quick-actions, td.ssamta-quick-actions {
	width: 125px;
}

th.ssamta-quick-actions-4 {
	width: 150px;
}

.ssamta-quick-action-icon {
	 padding-right: 10px;
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: #d0e5ff !important;
}

.table {
	margin-bottom: 0px !important; /* Maybe this will need to be remove - bootstrap value was 1em */
}

.table th, .table td {
	border-top: 0px !important;
}

.ssamta-quick-action-icon {
	padding-right: 10px;
}

.ssamta-quick-action-right {
	text-align:right;
}

.modal-fullscreen {
	width: 94% !important;
	margin-top: 30px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	max-height:90% !important;
	border-radius:50px!important;
}

.modal-content{
	border-radius:6px!important;
}

.check-tooltip-margin{
	margin-right:8px;
}

.tooltip_no_padding{
	padding:0 !important;
}

/*
    OutLine textedit
*/

.form-group {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 5px;
}

.outlined {
	position: absolute;
	font-size: 0.9em;
	max-height: 18px;
	margin-top: -9px;
	margin-left: 10px;
	background-color: white;
	padding: 0px 3px;
	color: #8f95b2;
	z-index: 100;
	display: flex;
	align-items: center;
	max-width: 85%;
}

.outline-box {
	color: #33415C;
	padding: 7px;
	border-radius: 4px;
	border: 2px solid #dde2ec;
}

.disabled-outline-box {
	color: #91989C;
	background-color: #F0F2F4;
}

.outlined-split-background {
	background: linear-gradient(180deg, #F7F7F7 50%, #fff 50%);
	color: #606a73;
}

.outlined-split-background-inverted {
	background: linear-gradient(180deg, #fff 50%, #F0F2F4 50%);
	color: #606a73;
}

/*Refactoring*/
.ssamta-table-alternateItem {
	background-color: rgba(94, 130, 152, 0.05);
}

.selected-row {
	background-color: #f3ffe9;
}

/* Ssamta Containers */
.ssamta-main-container {
	padding: 0 2% !important;
	/*background: #F2F4F8*/
	background: #F2F4F8 url(../images/ssamta-background.png) repeat fixed top left;
}

@media print {
	.b-layout {
		overflow: visible !important;
	}
	.ssamta-main-container {
		overflow: visible !important;
	}
	.fab-wrapper {
		visibility: hidden !important;
	}
}

.ssamta-legacy-menu-container {
	height: 44px;
	margin-bottom: 0px;
}

.ssamta-page-wrapper-large {
	padding: 0 5% !important;
}

@media (min-width: 1500px) {
	.ssamta-page-wrapper-large {
		padding: 0 15% !important;
	}
}

@media (min-width:992px) {
	.ssamta-main-container {
		padding: 0 10% !important;
	}
	.ssamta-legacy-menu-container {
		height: 44px;
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.ssamta-main-container {
		padding: 0 15% !important;
	}
}

.ssamta-last-update {
	margin-top: 5px;
}

/*Ssamta Description table*/


.table tfoot th, .table thead th {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    border-top: none;
}

.ssamta-description-table > tbody > tr > :nth-child(1),
.ssamta-description-table > tr > :nth-child(1) {
	width: 35%;
}

@media (min-width:992px) {

	.ssamta-description-table > tbody > tr > :nth-child(1),
	.ssamta-description-table > tr > :nth-child(1) {
		width: 25%;
	}
}

.ssamta-description-table > tbody > tr > :nth-child(2),
.ssamta-description-table > tr > :nth-child(2) {
	color: #8b959e;
}

.ssamta-description-table > tbody > tr,
.ssamta-description-table > tr {
	height: 32px;
	border-bottom: 1px solid #f3f3f3;
}

.ssamta-description-table > tbody > tr:last-child,
.ssamta-description-table > tr:last-child {
	border-bottom: none;
}

/*col only*/
.ssamta-description-table-col > tbody > tr > :nth-child(2),
.ssamta-description-table-col > tr > :nth-child(2) {
	color: #8b959e;
}

.ssamta-col-overflow-no-ellipsis {
	text-overflow: initial !important;
}

.ssamta-underline-table > tbody > tr,
.ssamta-underline-table > tr {
	border-bottom: 1px solid #f3f3f3;
}

.ssamta-striped-table > tbody > tr:nth-of-type(odd),
.ssamta-striped-table > tr:nth-of-type(even) {
	background-color: #e9f3ff;
}

.col-1-w-45 > tbody > tr > :nth-child(1),
.col-1-w-45 > tr > :nth-child(1) {
	width: 45%;
}

.col-1-w-50 > tbody > tr > :nth-child(1),
.col-1-w-50 > tr > :nth-child(1) {
	width: 50%;
}

.col-1-w-75 > tbody > tr > :nth-child(1),
.col-1-w-75 > tr > :nth-child(1) {
	width: 75%;
}

.col-1-w-auto > tbody > tr > :nth-child(1),
.col-1-w-auto > tr > :nth-child(1) {
	width: auto;
}

.childRow {
	background-color: #e9f3ff !important;
	animation: fadein 500ms;
}


div.arrowIconGroup
{
	float: left;
	width: 16px;
	margin-left: -26px;
	margin-right: 10px;
}

div.legacy-warning, div.legacy-info, div.legacy-success, div.legacy-error
{
	border: 1px solid;
	margin: 10px 0px;
	padding:5px 10px 5px 50px;
	background-repeat: no-repeat;
	background-position: 15px center;
}

div.legacy-info
{
	color: #00529B;
	background-color: #BDE5F8;
}

div.legacy-success
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/accept_icon.png');
}

div.legacy-error
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/icone_erreur.png');
}

.link-menu-dropdown {
	color: #000;
}
.link-menu-dropdown:hover {
	text-decoration: none;
	color: #0356ad;
}
.link-menu-item {
	color: #3e4b5b;
}
.link-menu-item:hover {
	text-decoration: none;
	color: #0356ad;
}

.ssamta-description-table > tr > td > ul  {
	padding-left: 15px
}

.modal-content {
    width: 120% !important;
}
.modal-fullscreen > .modal-content {
	width: 100% !important;
}

.modal-body > .form-group {
	margin-top: -7px !important;
	margin-left: 12px;
	margin-right: 10px;
	width: 97%;
	text-align: left;
}

.field-row {
	margin-left: 2px !important;
	margin-right: 6px !important;
	margin-top: -14px !important;
}

.modal-body > .rz-dropdown {
	margin-top: -7px !important;
	margin-left: 12px;
	margin-right: 10px;
    margin-bottom: 10px;
    width: 97%
}
.modal-body > .w-100 {
	width: 97% !important;
}

.modal-body > h1, h2, h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
    padding-bottom: 12px;
}

/* Radzen overides */
.rz-inputtext {
	font-size: 0.9rem !important;
	color: #495057 !important;
	padding: 0.375rem 0.75rem !important;
}

.requiredField {
	left: 3px;
}

.modal-body > .form-group > .requiredField {
	left: 18px;
}
.requiredField:before {
	content: "*";
	color: crimson;
	padding-right: 3px;
}

.gray-background {
	background-color: rgba(94, 130, 152, 0.05);
}

aside.is-open-fullscreen {
	padding-top: 62px;
}

.DynamicIconSize--Medium {
	font-size: 25px !important;
	margin-top: 8px;
	margin-bottom: 6px;
}

span:has(.table-top-action) {
	background-color: white;
	border: 1px solid #d3d3d3;
	border-radius: 0.25rem;
	height: 100%;
	display: block;
	cursor: pointer;
	top: 3px;
	position: relative;
}

.ssamta-field-tooltip {
	margin-left: 10px;
	width: 14px;
	position: absolute;
	margin-right: 4px;
	align-self: end;
	display: flex;
	top: 5px;
	background-color: white;
}

.scrollit {
	overflow: auto;
	width: 100%
}

.ssamta_wrapit {
	white-space: normal !important;
}

.ssamta-seperated-action-buttons{
	margin-top: 30px;
}

tr .DisplayOnHover {
	visibility: hidden;
}

tr:hover .DisplayOnHover {
	visibility: visible;
}

td .DisplayOnHoverCell {
	visibility: hidden;
}

td:hover .DisplayOnHoverCell {
	visibility: visible;
}


.ssamta-seperated-action-buttons{
	margin-top: 30px;
}

.deploymentVersionTracker {
	margin: 10px auto;
	padding: 10px 20px;
	width: 60%;
	border: 1px solid #fffa6b;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #fffcb0;
	color: black;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-align: center;
	position: relative;
	border-radius: 4px;
}

.payment-date-cell-min-width {
	min-width: 7.3rem;
}

.payment-period-min-width {
	max-width: 4rem;
}

.ssamta_P13_small{
	display: none;
}

@media (max-width: 1400px) {
	.payment-period-min-width {
		max-width: 1rem;
	}

	.payment-date-cell-min-width {
		min-width: 8.5rem;
	}

	.ssamta_P13_small {
		display: block;
	}
	.ssamta_P13_full {
		display: none;
	}
}

.centered-content-excel-exports {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.requiredField-excel-exports {
	left: auto;
}

.box-style-excel-exports {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	background-color: white;
	padding: 20px;
	border-radius: 5px;
}

.financialReportZone {
	background-color: white;
	min-height: 30vh;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
}

.financialReportZoneChild {
	display: inline-block;
}

.financialReportLogo {
	min-width: 65px;
}

.inner-comments {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	width: 100%;
}

.outer-comments {
	position: relative;
	height: 28px;
}

.comment-container {
	width: 30%;
}

.ssamta--tablecol-currency{
	text-align: right
}

.ssamta-tablecol-75px {
	width: 75px
}

.ssamta-tablecol-95px {
	width: 95px
}

.ssamta-tablecol-100px {
	width: 100px
}

.ssamta-tablecol-125px {
	width: 125px
}


.ssamta-tablecol-20 {
	width: 20%
}

.ssamta-tablecol-min-20 {
	min-width: 20%
}

.ssamta-tablecol-33 {
	width: 33%
}


.checkbox-cell {
	padding-right: 0px !important;
	width: 35px;
}

.expand-action-cell {
	width: 35px;
}

.ssamta-tablecol-wrappable {
	white-space: normal !important;
}

.ssamta-link {
	color: #5787af;
	line-height: 28px;
	padding: 0 0;
	border-left: 1px solid transparent
}

	.ssamta-link:hover {
		text-decoration: none
	}

/* Home Page Section Cards */
.home-sections-row {
	margin-top: 20px;
}

.home-section-column {
	padding: 0 10px;
	margin-bottom: 20px;
}

.home-section-card {
	border: 1px solid #dedede;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	height: 100%;
	min-height: 300px;
}

.home-section-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.home-section-card-body {
	padding: 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
	scrollbar-color: #6c6444 white; /* thumb, track */
	scrollbar-width: thin;
}

	/* WebKit browsers (Chrome, Edge, Safari) */
	.home-section-card-body::-webkit-scrollbar {
		width: 12px;
	}

	.home-section-card-body::-webkit-scrollbar-track {
		background: white; /* scrollbar background */
	}

	.home-section-card-body::-webkit-scrollbar-thumb {
		background-color: #6c6444; /* scroll handle */
		border-radius: 10px;
		border: 3px solid white; /* creates white padding around the thumb */
	}

	.home-section-card-body::-webkit-scrollbar-button {
		background-color: #6c6444;
		height: 16px;
		width: 12px;
	}

.home-section-header {
	display: flex;
	align-items: center;
}

.home-section-icon {
	color: #F5F3E8;
	font-size: 24px;
	margin-right: 12px;
	opacity: 0.9;
}

.home-section-title {
	color: #F5F3E8;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.home-section-links {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.home-section-link {
	color: black;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 8px;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	font-size: 14px;
	border: 1px solid #d9d9d9;
}

	.home-section-link:hover {
		background: #6c6444;
		color: #F5F3E8;
		text-decoration: none;
		transform: translateX(5px);
		border-color: rgba(255, 255, 255, 0.2);
	}

.home-section-link i {
	margin-right: 10px;
	font-size: 12px;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}

.home-section-link:hover i {
	opacity: 1;
}

/* Stats Cards */
.stats-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.home-stats-row {
	margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.home-section-column {
		margin-bottom: 15px;
	}

	.home-section-card {
		min-height: 250px;
	}

	.home-section-card-body {
		padding: 20px;
	}
}

.ssamta-link-nostyle {
	text-decoration: none;
	color: #000;
	cursor: pointer
}

	.ssamta-link-nostyle:hover {
		text-decoration: none
	}


.table-fixed-layout {
	table-layout: fixed;
}

@media (max-width: 768px) {
	.bar-toggler {
		display: block !important;
	}

	.header-subheading-ssamta {
		display: none !important;
	}

	.header-identification {
		display: none !important;
	}

	.header-identification-section {
		padding-right: 0px !important;
	}

	.bar-toggler-section {
		display: inline !important;
	}

    @media (max-width: 768px) {
		.tax-documents-column-border {
			border-right: 0px !important;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			margin-bottom: 20px;
			padding-bottom: 20px;
		}
    }
}

/* NewFeatures Page - Tab Icon Styling */
.tab-icon {
    font-size: 1rem !important;
    width: 20px !important;
    text-align: center !important;
    margin-right: 8px !important;
    color: #6c6444 !important;
    transition: all 0.3s ease !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

.nav-link:hover .tab-icon {
    transform: scale(1.1) !important;
}

.nav-link.active .tab-icon {
    color: white !important;
}
