@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');


:root {
	/* main blue */
	--color1: 52 76 104;
	/* yellow */
	--color2: 255 175 0;
	/* green */
	--color3: 86 182 93;
	/*  orange */
	--color4: 251 150 104;
	/* primary blue */
	--color5: 67 188 220;
	/* purple */
	--color6: 160 146 239;
	--txt-white: 255 255 255;
}

body {
	/* font-family: 'Poppins', sans-serif !important; */
	/* font-family: 'Roboto', sans-serif !important; */
	font-family: 'Ubuntu', sans-serif !important;
	color: #454545;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	/* font-family: 'Poppins', sans-serif !important; */
	font-family: 'Ubuntu', sans-serif !important;
}

.remember-me .icheckbox_square-blue {
	background: none;
	border-radius: 5px;
	border: 1px solid #cacfe7;
	margin-right: 5px;
}

.btn-outline-info {
	font-size: 1.2rem;
	font-weight: 500;
	border-radius: 6px;
	margin-bottom: 20px;
}

.btn-outline-info:not(:disabled):not(.disabled).active {
	background-color: rgb(var(--color1));
	border-color: rgb(var(--color1));
}

.title {
	color: rgb(var(--color1));
	font-weight: 500;
	font-size: 1.5rem;
}

.sub-title {
	color: rgb(var(--color1));
	font-weight: 500;
	font-size: 1.2rem;
	text-transform: capitalize;
}

.section {
	padding: 15px;
	margin: 30px 15px 5px;
	border-radius: 20px;
	height: 200px;
	color: rgb(var(--color1));
	text-align: center;
	box-shadow: 0px 5px 15px #d3d3d3;
	width: 33%;
}

.col-xl-4 .section {
	width: 50%;
}

.section .icon_container {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-color: rgb(var(--color1));
	margin: auto;
	margin-top: -50px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section h3 {
	font-weight: 800;
	/* font-size: 18px; */
	color: #000;
}

.primary_active_bg {
	background-color: rgb(var(--color1));
}

.primary_txt {
	color: var(--color1);
}

.white_txt {
	color: rgb(var(--txt-white)) !important;
}

.font-2 {
	font-size: 2rem !important;
}

.white_bg {
	background-color: rgb(var(--txt-white));
}

.purple_bg {
	background-color: rgb(var(--color6)/ 0.1);
}

.purple_txt {
	color: rgb(var(--color6));
}

.purple_btn {
	background-color: rgb(var(--color6));
	color: rgb(var(--txt-white));
}

.orange_bg {
	background-color: rgb(var(--color4)/ 0.1);
}

.orange_txt {
	color: rgb(var(--color4));
}

.blue_bg {
	background-color: rgb(var(--color5)/ 0.1);
}

.blue_txt {
	color: rgb(var(--color5));
}

.blue_btn:hover {
	background-color: rgb(var(--color5));
	color: rgb(var(--txt-white));
}

.blue_btn {
	background-color: rgb(var(--color5));
	color: rgb(var(--txt-white));
}

.yellow_bg {
	background-color: rgb(var(--color2)/ 0.1);
}

.yellow_txt {
	color: #f8b310 !important;
}

.green_bg {
	background-color: rgb(var(--color3)/ 0.1);
}

.green_txt {
	color: rgb(var(--color3)) !important;
}

.green_btn {
	background-color: rgb(var(--color3));
	color: rgb(var(--txt-white));
}

.green_btn:hover {
	background-color: rgb(var(--color3));
	color: rgb(var(--txt-white));
}

.red_bg {
	background-color: rgb(var(--txt-white))5f8;
}

.red_txt {
	color: #f1416c !important;
}

.red_btn {
	background-color: #062a49;
	color: rgb(var(--txt-white));
}

.red_btn:hover {
	background-color: #c9244c;
	color: rgb(var(--txt-white));
}

.yellow_btn {
	background-color: rgb(var(--color2)) !important;
	color: rgb(var(--txt-white)) !important;
}

.yellow_btn:hover {
	background-color: rgb(var(--color2));
	color: rgb(var(--txt-white));
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	font-weight: 600;
}

.icon_font_30 {
	color: rgb(var(--txt-white));
	font-size: 30px;
}

.counting {
	font-size: 50px;
	font-weight: 800;
}

.top_section {
	align-items: center;
	background-color: #f6f6f6;
	padding: 20px;
	border-radius: 30px;
	margin: 0;
	/* margin-right: 50px; */
}

.top_section .row {
	margin-right: -110px;
}

.border-radius-10 {
	border-radius: 10px;
}

.border-radius-20 {
	border-radius: 20px;
}

.border-radius-50 {
	border-radius: 50% !important;
}

.btn_60 {
	height: 60px;
	width: 60px;
}

.hotel_name {
	width: 100%;
	background-color: rgb(var(--txt-white));
	border-radius: 15px;
	box-shadow: 0 0 6px #e9e9e9;
	padding: 10px 20px;
}

.hotel_name h2 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
}

.count {
	height: 50px;
	width: 50px;
	font-size: 20px;
	border-radius: 50%;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_box {
	/* margin-right: -100px; */
	width: 100%;
	justify-content: center;
}

.form-group {
	position: relative;
	/* margin-bottom: 1rem !important; */
}

.form-group label {
	position: absolute;
	top: -10px;
	left: 10px;
	padding: 0 6px;
	z-index: 1;
	/* line-height: 1; */
}

.form-group label.green_bg {
	background-color: #eefcef;

}

.modal-dialog {
	max-width: 600px;
}

.member {
	padding: 10px 20px;
	border-radius: 10px;
	background-color: rgb(var(--txt-white));
	box-shadow: 0 0 6px #e9e9e9;
	flex-wrap: wrap;
}

.member .photo {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	display: block;
	margin: auto;
}

.photo img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.member p {
	/* font-size: 16px; */
	font-weight: 600;
	color: rgb(var(--color1));
	display: inline-block;
	margin-left: 5px;
}

.member_details {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/* margin-top: 15px; */
}

.member_details>div {
	width: 100%;
	margin-bottom: 5px;
}

.photo-110 {
	height: 110px;
	width: 110px;
}

.add_member_btn {
	background-color: #f2f2f2;
	border-radius: 5px;
	font-size: 14px;
	outline: 1px dashed #444444;
	color: #515151;
	outline-offset: -5px;
}

.add_member_btn:focus {
	outline: 2px dashed #6b6f82;
}

.progress_steps {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	/* margin: auto; */
	margin-bottom: 30px;
	width: 98%;
}

.step {
	position: relative;
}

/* .step:after {
	content: '';
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #e1e1e1;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
} */

/* .step.active:after {
	background-color: rgb(var(--color1));
} */

.sub_step span {
	height: 12px;
	width: 12px;
	justify-content: flex-end;
	margin-left: auto;
	margin-right: 0;
	background-color: #e1e1e1;
	position: relative;
	border-radius: 50%;
	z-index: 2;
}

.sub_step span a {
	display: block;
	height: 100%;
	width: 100%;
}

.step {
	flex: 1;
	position: relative;
	font-size: 18px;
	padding: 7px 14px;
}

.step .circle {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #e1e1e1;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	z-index: 3;
	position: absolute;
	top: -14px;
	left: 0;
}

.step.active>.circle {
	color: rgb(var(--txt-white));
	font-weight: 700;
	cursor: pointer;
	background-color: rgb(var(--color1));
	z-index: 3;
}

.step:last-child {
	flex: 0;
}



.sub_step:after {
	/* content: ''; */
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #e1e1e1;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.step.active>span {
	background-color: rgb(var(--color1));
	color: rgb(var(--txt-white));
	font-weight: 700;
}

.sub_step.active:after {
	background-color: rgb(var(--color1));
}

.form-control {
	background-color: transparent;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
}

.add_complainant,
.add_respondent {
	background-color: rgb(var(--color1));
	padding: 10px;
	outline: 1px dashed white;
	outline-offset: -3px;
	border-radius: 5px;
	width: 40%;
	font-weight: 500;
	color: rgb(var(--txt-white));
	font-weight: 600;
	margin-right: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
	position: relative;
	padding: 10px 10px 10px 45px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
	width: 100%;
	border: 1px dashed gray;
	border-radius: 5px;
	top: auto;
	left: auto;
	text-align: left;
	font-weight: 600;
}

[type="radio"]:checked+label {
	border: 2px dashed rgb(var(--color1));
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 2px solid #ddd;
	border-radius: 100%;
	background: rgb(var(--txt-white));
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: rgb(var(--color1));
	position: absolute;
	left: 19px;
	top: 50%;
	transform: translateY(-50%) scale(1);
	/* top: 3px; */
	/* left: 3px; */
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.industrial_trainee_mail,
.vendor_details,
.industrial_trainee_details,
.complainant_details,
.respondent_details,
.contracted_details {
	display: none;
}

.W-200 {
	width: 200px;
}

.W25 {
	width: fit-content;
}

#brief_other_reason {
	display: none;
}

#other_witness {
	display: none;
}

.note {
	font-size: 12px;
	color: #f1416c;
}

.input_field input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #babfc7;
	margin: 0 10px;
}

.W-20 {
	width: 20%;
}

.tablew {
	width: 100%;
}

.w10 {
	width: 10%;
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

/**
 * FilePond Custom Styles
 */
.file-uploader {
	/* background-color: #dbefe9; */
	border-radius: 3px;
	color: #242424;
}

/* input[type="file"] {
	z-index: 1;
	position: absolute;
	opacity: 0;
	cursor: pointer;
} */

.file-uploader__message-area {
	/* font-size: 18px; */
	padding: .5em 0;
	/* color: #377a65; */
}

.file-list {
	/* background-color: white; */
	/* font-size: 16px; */
}

.file-list>div {
	margin-right: 1rem;
}

.file-list__name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.file-list li {
	height: 50px;
	line-height: 50px;
	margin-right: 0.5em;
	margin-bottom: 1em;
	border: none;
	overflow: hidden;
	width: 20%;
	background-color: white;
}

.removal-button {
	width: 20%;
	border: none;
	background-color: #d65d38;
	color: white;
}

.removal-button::before {
	content: "X";
}

.removal-button:focus {
	outline: 0;
}

.file-chooser {
	padding: 0;
	transition: background-color 1s, height 1s;
}

.file-chooser p {
	font-size: 18px;
	padding-top: 1em;
}

.file-uploader {
	max-width: 100%;
	height: auto;
}

.file-uploader * {
	display: block;
}

.file-uploader input[type=submit] {
	margin-top: 0em;
	float: right;
}

.file-list {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.file-list__name {
	max-width: 70%;
	float: left;
	padding-left: .5em;
}

.removal-button {
	display: inline-block;
	height: 100%;
	float: right;
}

.file-chooser {
	width: 90%;
	height: 40px;
}

.file-chooser label {
	background-color: #43bcdc;
	padding: 0.5em;
	border-radius: 3px;
	appearance: none;
	width: 200px;
	text-align: center;
	color: rgb(var(--txt-white));
	font-weight: 800;
	cursor: pointer;
	position: absolute;
}

.file-chooser__input {
	/* margin: 0 auto; */
	background-color: #f8b310;
	padding: .5em;
	border-radius: 3px;
	appearance: none;
}

.file-chooser__input::-webkit-file-upload-button {
	display: none;
}

.file-uploader__submit-button {
	width: 10%;
	border: none;
	font-size: 1em;
	padding: .5em;
	background-color: rgb(var(--color3));
	color: white;
	border-radius: 3px;
}

.file-uploader__submit-button:hover {
	background-color: rgb(var(--color3));
}

.file-list li:after,
.file-uploader:after {
	content: "";
	display: table;
	clear: both;
}

.hidden {
	display: none;
}

.hidden input {
	display: none;
}

.form-group label.error {
	color: #d63838;
	bottom: -20px;
	top: auto !important;
	left: 1px !important;
	font-weight: bold;
	font-size: 12px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

tr {
	border-bottom: 1px dashed #d1d1d1;
}

tr td {
	padding: 5px 15px;
}

tr th {
	padding: 15px;
}

tr:last-child {
	border: none;
}

ul,
li {
	margin: 0;
	padding: 0;
}

.show_member_detail,
.details {
	display: none;
}

.w-100px {
	width: 100px;
}

.sub_step {
	display: flex;
	list-style-type: none;
	justify-content: flex-end;
	width: 100%;
	position: absolute;
	align-items: center;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	z-index: 2;
}

.sub_step li {
	flex: 1;
	position: relative;
	display: flex;
}

.sub_step li.active:after {
	background-color: rgb(var(--color1));
}

.sub_step li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #e1e1e1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.sub_step li.active span {
	background: rgb(var(--color1));
}

.new_incident {
	display: none;
}

.address {
	width: 600px;
}

.font-weight {
	font-weight: 600;
}

.checkbox {
	position: relative !important;
	/*display: flex;*/
	display: block;
	top: 0 !important;
	left: 0 !important;
	align-items: center;
	gap: 4px;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	margin-top: 10px;
	padding-left: 25px !important;
}

.checkbox input {
	position: absolute;
	width: 0;
	left: 50px;
	height: 0;
	opacity: 0;
	cursor: pointer;
}

.checkbox .checkmark {
	/* position: relative; */
	/* display: block; */
	/* top: 0; */
	position: absolute;
	display: inline-flex;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: rgb(var(--txt-white));
	border-radius: 3px;
	outline: 1px solid #acacac;
	transition: all 0.2s ease;
	margin-right: .5em;
}

.checkbox:hover .checkmark {
	background: #f4f4f5;
	transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark {
	background: rgb(var(--color1));
	outline: 1px solid rgb(var(--color1));
}

.checkbox input[type="radio"]~.checkmark {
	border-radius: 50%;
}

.checkbox .checkmark::after {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	top: 40%;
	width: 4px;
	height: 8px;
	border: solid rgb(var(--txt-white));
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	opacity: 0;
	transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark::after {
	opacity: 1;
	transition: all 0.2s ease;
}

.other_agency_info {
	display: none;
}

.w-45 {
	width: 45%;
}

.mb-sm,
.my-sm {
	margin-bottom: 1rem !important;
}

.btns-group {
	display: flex;
	justify-content: start;
	width: 100%;
	margin: auto;
}

.btns-group .btn {
	margin: 0 20px;
}

#file_uploader {
	display: none;
}

.modal .file-list li {
	width: 100%;
	border: 1px solid silver;
}

.modal .removal-button {
	width: 10%;
}

.modal .file-chooser {
	margin: auto;
	display: flex;
	justify-content: center;
}

.next_btn {
	display: none;
}

.concilation_section {
	display: none;
}

.list {
	padding-inline-start: 20px;
}

.absent_member {
	display: none;
}

.w-15 {
	width: 15%;
}

.question {
	font-size: 1rem;
}

.or-section {
	position: relative;
}

.or-section span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	background-color: #eefcef;
	padding: 5px 10px;
}

.border-dash-bottom {
	border-bottom: 1px dashed #d1d1d1;
}

.num {
	font-weight: 600;
	margin-right: 10px;
}

.action {
	font-size: 20px;
}

.action>div {
	padding: 5px 10px;
}

.file_uploader_form {
	display: none;
}

.employee_mail,
.employee_details {
	display: none;
}

.d-grid {
	display: grid;
}

#myModal {
	display: none;
	/* Hidden by default */

	/* Stay in place */

	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	-webkit-animation-name: fadeIn;
	/* Fade in the background */
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s
}

#myModal h5 {
	font-size: 14px;
	color: gray;
	margin-bottom: 10px;
}

/* Modal Content */
#myModal .modal-content {
	position: fixed;
	top: 0;
	background-color: rgb(var(--txt-white))fff;
	width: 20%;
	right: 0%;
	height: 100%;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s;
	border-radius: 0;
	border: none;
	overflow: auto;
}

/* The Close Button */
#myModal .close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

#myModal .close:hover,
#myModal .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	color: #000;
}

#myModal .modal-body {
	padding: 2px 20px;
}

#myModal .modal-footer {
	padding: 2px 16px;
	color: #000;
}

/* Add Animation */
@-webkit-keyframes slideIn {
	from {
		right: -300px;
		opacity: 0
	}

	to {
		right: 0;
		opacity: 1
	}
}

@keyframes slideIn {
	from {
		right: -300px;
		opacity: 0
	}

	to {
		right: 0;
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.mt-10 {
	margin-top: 10px;
}

.mt-3 {
	margin-top: 15px;
}

.pgr-1 {
	margin-left: 20px;
	padding-left: 20px;
	width: 75%;
}

.pgr-2 {
	margin-left: 20px;
	border-left: 3px solid aqua;
	padding-left: 20px;
}

.pgr-3 {
	margin-left: 20px;
	border-left: solid blueviolet;
	padding-left: 20px;
	/* border-radius: 8px; */
}

.pgr-4 {
	margin-left: 20px;
	border-left: 3px solid brown;
	padding-left: 20px;
}

.pgr-5 {
	margin-left: 20px;
	border-left: 3px solid darkorange;
	padding-left: 20px;
}

/*
#add_meeting_schedule{
	display: none;
} */

.absent_reason {
	display: none;
}

.nav-link i {
	color: #000;
}

.header-navbar {
	display: none;
}

#meeting_alert {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #00000080;
	display: flex;
	justify-content: center;
	align-items: center;
}

.close_popup {
	width: 50px;
}

.sig-canvas {
	border: 2px dotted #CCCCCC;
	border-radius: 15px;
	cursor: crosshair;
	width: 400px;
	height: 200px;
}

.card-folders .card-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.folder-container,
.folder-type,
.files-container {
	border: none;
	background-color: rgb(var(--txt-white));
	padding: 10px;
	text-align: center;
	width: 150px;
	height: 100%;
	margin: 10px;
	border-radius: 8px;
}

.folder-container:focus,
.folder-type:focus,
.files-container:focus {
	outline: 5px auto #685ca9;
}

button.folder-container .folder-icon,
.folder-type .folder-icon,
.files-container .folder-icon {
	margin-bottom: 10px;
}

.btn-outline-secondary {
	font-size: 20px;
	padding: 3px 10px;
}

.btn-outline-secondary {
	border-color: rgb(var(--color1));
	background-color: transparent;
	color: rgb(var(--color1));
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: rgb(var(--txt-white));
	background-color: rgb(var(--color1));
	border-color: rgb(var(--color1));
}

.breadcrumb-folder {
	list-style-type: none;
	display: flex;
	padding-inline-start: 0;
	align-items: center;
}

.breadcrumb-folder .breadcrumb-item.active {
	color: #6b6f82;
	font-size: 16px;
	font-weight: 500;
}

.breadcrumb-folder a {
	color: #6b6b6b;
	font-weight: 400;
}

.breadcrumb-folder .breadcrumb-item.active {
	color: rgb(var(--color1));
}

.la,
.las {
	font-size: 20px;
}

#sig-clearBtn i {
	margin-right: 10px;
}

.priority {

	padding: 5px 15px;

	border-radius: 15px;

	font-size: 12px;
}

.priority.high {
	background-color: #ffeaea;
	color: #ff3838;
}

.priority.low {
	background-color: #ddffde;
	color: #0ba193;
}

.priority.med {
	background-color: #ffecbe;
	color: #FF9800;
}

.flt-right {
	float: right !important;
}

.nav-item .la-angle-down:before {
	content: "\f107";
	font-size: 1.2rem !important;
}

.main-menu.menu-dark {
	color: rgb(var(--color1));
	/* background: rgb(var(--color1)); */
	background: rgb(var(--color1)/ 0.1);
	border-right: none !important;
}

/* .main-menu.menu-dark .navigation > li > a .sub-menu{
    padding: 12px 30px 12px 18px;
} */
.sub-menu .is-shown {
	margin-left: 0rem;
	background: rgb(var(--color1));
}

.main-menu.menu-dark .navigation li a {
	color: #000;
}

.main-menu.menu-dark .navigation>li.hover>a,
.main-menu.menu-dark .navigation>li:hover>a,
.main-menu.menu-dark .navigation>li.active>a {
	font-weight: 700;
	background: #bccfe9;
	margin-left: 1rem;
}

.main-menu.menu-dark .navigation {
	/* background: rgb(var(--color1)); */
	background: transparent;
}

.main-menu.menu-dark .navigation>li ul li {
	color: rgb(var(--color1));
	background: inherit;
	/* background: rgb(var(--txt-white)); */

}

/* .navigation>li .sub-menu li.hover {
	background: white;
	margin-left: 2.5rem;
	border-radius: 10px 0 0 10px;
	color: rgb(var(--color1));
} */
.sub-menu li>a {
	background: rgb(var(--txt-white));
	margin-left: 2rem;
	border-radius: 0px 0 0 0;
	color: rgb(var(--color1)) !important;
}

.sub-menu li>a span {
	white-space: initial;


}

.sub-menu li.hover a {
	background: rgb(var(--txt-white));
	margin-left: 2rem;
	border-radius: 0px 0 0 10px;
	color: rgb(var(--color1)) !important;
	font-weight: 700 !important;
}


.main-menu.menu-dark .navigation>li.open>a {
	font-weight: 700;
	background: rgb(var(--txt-white));
	margin-left: 1rem;
	border-radius: 10px 0 0 10px;
	color: rgb(var(--color1)) !important;
}

.main-menu.menu-dark .navigation>li.open>a {
	color: #c3c3c3;
	border: none;
}

.main-menu.menu-dark .navigation>li.open>ul>li:hover>a {
	padding: 12px 18px 12px 45px !important;
}

.main-menu.menu-dark .navigation>li ul li>a i {
	margin-right: 12px;
}

body.vertical-layout.vertical-menu-modern .main-menu .navigation>li ul li>a>i {
	font-size: 1.6rem;
}

.main-menu.menu-dark .navigation li a i,
.main-menu.menu-dark .navigation li a span {
	transition: all 0.2s ease;
	font-size: 1.1rem;
}

.main-menu.menu-dark .navigation>li ul li>a {
	display: flex;
	align-items: center;
}

.ui-datepicker-trigger {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.txtDate {
	background: transparent;
	padding: 0.75rem 1rem;
	border: 1px solid #babfc7;
	border-radius: 0.25rem;
	width: 100%;
}

.btn.bg-ihcl {
	background-color: rgb(var(--color1));
	color: rgb(var(--txt-white));
}

.tbl-res {
	overflow-x: auto;
}


@media screen and (max-width: 922px) {
	.main-menu.menu-fixed {
		top: 5rem;
	}

	html body .content.app-content {
		padding-top: 5rem;
	}

	.header-navbar {
		display: block;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.member_details>div {
		width: 100%;
		margin-bottom: 5px;
		font-size: 12px;
	}
}

@media screen and (max-width: 1400px) {
	html body .content .content-wrapper {
		padding: 1rem;
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	/*border: 1px solid #b0b0b0;*/
	border: 1px solid #b0b0b0;
	color: #3b4781;
	/*border-radius: 7px;*/
	border-radius: 7px;
	background-color: transparent;
	/*height: 50px;*/
	height: calc(1.25em + 1.5rem + 2px);
	margin-right: 1rem;
}

.select2-container--default .select2-selection--single {
	border: none;
	background-color: transparent;
	height: 100% !important;
}


.multi-slct .select2-container {
	height: 58px;
}

.multi-slct .select2-container--default .select2-selection--multiple {
	background-color: unset;
	border: unset;
}


.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: start;
}

.comment_btn {
	border: 1px dashed rgb(var(--color1));
	color: rgb(var(--txt-white))fff;
	padding: 0 1.5rem;
	background: rgb(var(--color1));
}

.comment_btn i {
	font-size: 23px;
}

.bg1 {
	background-color: rgb(var(--color1)) !important;
}

.modal .select2-container {
	height: 50px !important;
}

.modal .select2-container--default .select2-selection--single {
	height: 50px !important;
}

.modal .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 41px;
}

.modal .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.contractidentification1 {
	display: none;
}

.uploadAttachment1 {
	display: none;
}

.ext_identification1 {
	display: none;
}

.uploadAttachmentext1 {
	display: none;
}

.ceIdentification1 {
	display: none;
}

.form-control {
	border-radius: 7px;
}

.fc-event span {
	font-size: 1rem;
	color: rgb(var(--txt-white));
	white-space: break-spaces;
}

/*
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 1px 11px !important;
	margin-top: 10px !important;
}*/
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: unset;
	outline: 0;
}

.log-img {
	width: 100%;
}

.fo-si {
	font-size: 14px;
	color: #6f6d6d;
}

.modal-body {
	padding: 3rem;
}

.close-clr {
	color: rgb(var(--color1));
	font-size: 2rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 3px !important;
}

.file_uploader1 {
	display: none;
}

.nda_1 .next_btn1 {
	display: none;
}

.bdr {
	width: 100%;
	border-top: 1px dashed #d5d5d5;
}

.nda-btn {
	color: rgb(52, 76, 104);
	border: 1px dashed;
	padding: 0.3rem 1rem;
	border-radius: 6px;
	align-items: center;
	display: flex;
	margin-bottom: 0.5rem;
	width: fit-content;
}

.nda-btn1 {
	color: rgb(var(--color1));
	/* border: 1px dashed; */
	padding: 0.5rem 1rem;
	border-radius: 6px;
	align-items: center;
	display: flex;
	margin-bottom: 0.5rem;
	width: fit-content;
	background: #d5e4f5;
	border-color: #d5e4f5;
}


.nda-btn2 {
	color: rgb(52, 76, 104);
	/* border: 1px dashed; */
	/* padding: 0.5rem 1rem;
	border-radius: 6px;
	align-items: center;
	display: flex;
	margin-bottom: 0.5rem;
	width: fit-content; */
	background: #d5e4f5;
	border-color: #d5e4f5;
}

.nda-btn:hover {
	color: unset;
}

.nda-btn1:hover {
	color: unset;
}

.nda-btn .la-check-double:before {
	content: "\f560";
	color: rgb(var(--color3));
}

#ui-datepicker-div {
	z-index: 4 !important;
}

.input_field .txtDate {
	background: transparent;
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #babfc7;
	border-radius: 0.25rem;
	width: 300px;
}

.input-group-text {
	background-color: transparent;
}

.input-group-append {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	pointer-events: none;
}

.input-group-append .input-group-text {
	border: none;
}

.picker__table tr {
	border: none;
}

.doc-close {

	color: rgb(0, 0, 0);
	margin-left: 1rem;
	border-radius: 100%;
}

.wrap {
	width: 500px;
	margin: auto;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	border-radius: 4px;
	background-color: rgb(var(--color1));
	box-shadow: 0 1px 2px 0 #c9ced1;
	padding: 1.25rem;
	margin-bottom: 1.25rem;
}

.file {
	position: relative;
	max-width: 450px;
	margin: 10px 0;
	font-size: 1.0625rem;
	font-weight: 600;
}

.file__value--text a {
	word-wrap: anywhere;
	color: rgb(0 0 0 / 60%);
}

.modal .file {
	margin: 10px auto;
}

.file__input,
.file__value {
	background-color: rgb(199 199 199 / 48%);
	border-radius: 3px;
	margin-bottom: 0.875rem;
	color: rgba(255, 255, 255, 0.3);
	padding: 0.9375rem 1.0625rem;
}

.file__input--file {
	position: absolute;
	opacity: 0;
}

.file__input--label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	cursor: pointer;
}

.file__input--label:after {
	content: attr(data-text-btn);
	border-radius: 3px;
	background-color: rgb(var(--color1));
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
	padding: 0.9375rem 1.0625rem;
	margin: -0.9375rem -1.0625rem;
	color: white;
	cursor: pointer;
}

.file__value {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgb(0 0 0 / 60%);
}

.flex_section {
	width: 25%;
	/* margin-right: 13px; */
}

.p-sm {
	padding: .5rem;
}

/*
.file__value:after {
	content: "X";
	cursor: pointer;
}

.file__value:after:hover {
	color: white;
} */
.file__value--remove {
	position: relative;
}

.file__value--remove:after {
	content: 'X';
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 999;
	color: rgb(0 0 0 / 60%);
	transform: translateY(-50%);
	cursor: pointer;
}

.file__value--remove:after:hover {
	color: red;
}

.removefile {
	cursor: pointer;
}

.removefile:hover {
	color: red;
}

.file__remove {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
}

.text-black {
	color: #000 !important;
}

table.dataTable {
	border-collapse: collapse !important;
}

form label {
	color: #454545;
}

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

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgb(var(--color1));
	border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

body::-webkit-scrollbar {
	width: 8px;
}

.nda_1 .green_btn {
	margin: 0.5rem 0 !important;
}

.view-dtl span {
	text-align: right;
}

.view-dtl label {
	margin-right: 1rem;
}

.emty-table {
	background: #d5e4f5;
	color: rgb(var(--color1));
	font-weight: 500;
}

.modal {
	background: #0000004d;
}

.table-bordered th,
.table-bordered td {
	border: none !important;
	border-bottom: 1px solid #e3ebf3;
}

.table-bordered th,
.table-bordered td {
	border: none !important;
	border-bottom: 1px solid #e3ebf3;
}

table.dataTable thead {
	background-color: rgb(var(--color1));
	color: #fff;
}

.dataTables_paginate a.paginate_button{
	border: none !important;
}
table.dataTable.no-footer {
    border-bottom: none !important;
}