/* Style for induction form start */

.induction-main-container {
	background: #e5ebf5;
	padding: 50px;
	margin-top: 30px;
	margin-bottom: 100px;
	border-radius: 5px;
}
.induction-field-container, .training-apprenticeship-details, .equality-diversity-inclusion, .induction-details-section {
	display: flex;
	flex-wrap: wrap;
}
.induction-title.induction-title-main {
	width: 100%;
}
.induction-field-container label {
	width: 100%;
}
.induction-form-section.left , .equality-diversity-inclusion .left-side , .induction-details-section .left-side{
	width: 50%;
}
.induction-form-section.right, .equality-diversity-inclusion .right-side, .induction-details-section .right-side{
	width: 50%;
}
.in-field, .ta-field, .edi-input, .di-input {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.in-field label, .ta-field label, .edi-input label, .di-input label{
	width: 30%;
	padding-right: 20px;
	text-align: right;
	color: #202124;
	font-size: 16px;
	font-family: var(--superio-heading-font), Arial, sans-serif;
	font-weight: 500;
	line-height: 1.3;
}
.in-field input, .in-field select, .ta-field input, .ta-field select, .edi-input select, .di-input input, .di-input select, .di-input textarea {
	width: 66%;
	border: 1px solid #0000002e;
	padding: 3px 10px;
	font-size: 14px;
	border-radius: 5px;
	color: #0000009e;
	height: 32px;
	background: #fff;
}
.di-input textarea{
	min-height: 80px;
}
.ta-field input[type="checkbox"] {
	width: 20px;
}
.edi-input label{
	width: 48%;
}
.edi-input select{
	width: 50%;
}
.qt_space_2 {
	margin-bottom: 140px;
}
.ta-field h4 {
	margin: 5px 20px 10px 40px;
}
.qt-apprenticeship {
	width: 50%;
	padding-right: 15px;
}
.qt-training {
	width: 50%;
	padding-left: 15px;
}
.induction-documents, .induction-terms, .training-apprenticeship-details, .equality-diversity-inclusion, .induction-details-section {
	background: #fff;
	padding: 20px;
	margin-top: 40px;
	border-radius: 5px;
}
.in-doc-field {
	display: flex;
	justify-content: space-between;
	padding-right: 50px;
	margin-bottom: 10px;
}
.doc-field-con {
	color: #202124;
	font-size: 16px;
	font-family: var(--superio-heading-font), Arial, sans-serif;
	font-weight: 500;
	line-height: 1.3;
}
.doc-field-con .dashicons.dashicons-id {
	color: #ad00f7;
	margin-right: 14px;
	font-size: 24px !important;
}
.in-doc-btn, #accept-submit-btn, .doc-upload-btn, .doc-view-btn, .edit-btn, .delete-btn, .save-btn, .add-btn{
	background: #ad00f7;
	padding: 3px 5px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-family: var(--superio-heading-font), Arial, sans-serif;
	font-weight: 500;
	border: none;
	text-align: center;
}
.in-doc-btn:hover, #accept-submit-btn:hover, .doc-upload-btn:hover, .doc-view-btn:hover, .edit-btn:hover, .delete-btn:hover, .save-btn:hover, .add-btn:hover {
background: #ad00f7ba;
color: #fff;
}
.doc-upload-btn input{
	height: 0px;
	width: 0px;
	opacity: 0;
}
.delete-btn {
	margin-top: 10px;
}
.induction-documents select, .induction-documents input[type="number"], .induction-documents input[type="text"], .induction-documents  input[type="date"]{
	border: 1px solid #0000002e;
	padding: 3px 10px;
	font-size: 14px;
	border-radius: 5px;
	color: #0000009e;
	height: 32px;
	background: #fff;
}
.induction-documents th{
	font-size: 18px;
	font-weight: 500;
	color: #202124;
	font-family: var(--superio-heading-font), Arial, sans-serif;
}
.induction-title {
	margin-top: 10px;
	font-size: 24px;
	color: #202124;
	font-family: var(--superio-heading-font), Arial, sans-serif;
}
.in-term-text {
	font-size: 16px;
	color: #202124;
	font-family: var(--superio-heading-font), Arial, sans-serif;
}
.induction-sig-sub-container {
	margin-top: 40px;
	text-align: right;
}
#accept-submit-btn {
	border: none;
	padding: 7px 15px;
	margin-top: 35px;
}
.in-sig-btn {
	background: #fff;
	padding: 4px 10px;
	cursor: pointer;
	border-radius: 3px;
}
#signature-preview {
	min-height: 65px;
}

.saved-row .save-btn, #document-table-body tr:not(.saved-row) .edit-btn, #document-table-body tr:not(.saved-row) .save-btn{
	display: none;
}
/* Style for induction form end */


/* style for chatBox start */
#qt_chat-box_container {
	background: #F5F7FC;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	margin: 80px 60px 60px 60px;
}
#qt_candidate-list, #qt_employer-groups {
	width: 30%;
	background: #fff;
	padding: 0 20px;
	padding-bottom: 20px;
}
#qt_chat-box {
	width: 70%;
	background: #ffffffa1;
	padding: 20px 20px;
}
#qt_candidate-list h5 {
	font-size: 16px;
	color: #202124;
	font-family: var(--superio-heading-font), Arial, sans-serif;
}
#qt_candidate-list > div img, #qt_employer-groups > div img {
	height: 30px;
	margin-right: 20px;
	width: 30px;
	border-radius: 50%;
}
#qt_candidate-list > div, #qt_employer-groups > div {
	margin-bottom: 14px;
	background: #f7f7f7;
	padding: 5px 10px;
	border-radius: 5px;
}
#qt_employer-groups > div:hover {
	background: #b3dbff;
	cursor: pointer;
}
#qt_employer-groups > div.qt_group-link.active{
	background: #b3dbff;
}
/* #qt_chat-messages_container{
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
	height: 500px;
	overflow-y: auto;
}
#qt_chat-messages_inner{
	position: relative;
	height: auto
} */
#qt_chat-messages-container{
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
	height: 500px;
	overflow-y: auto;
	display: grid;
  	align-items: end;
}
#qt_chat-messages {
	display: grid;
	justify-content: start;
	align-items: end;
	height: auto;
}
.qt_chat-user-image img{
	height: 30px;
	width: 30px;
	border-radius: 50%;
}
.qt_chat-message{
	display: flex;
}
.qt_chat-message-inner{
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
	background: #f7f7f7;
	padding: 0 10px 10px 10px;
	position: relative;
}
.qt_chat-message-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    height: 10px;
    width: 10px;
    background: #f7f7f7;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 20%);
}
.qt_chat-user-name{
	width: 50%;
	text-align: start;
	font-size: 10px;
	font-weight: 300;
}
.qt_chat-timestamp{
	width: 50%;
	text-align: end;
	font-size: 10px;
	font-weight: 300;
}
.qt_chat-message-text{
	width: 100%;
	max-width: 700px;
	overflow: auto;
	display: inline-block;
}
.qt_chat-message{
	margin-bottom: 15px;
	margin-top: 5px;
}
#qt_chat-input_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
#qt_chat-input {
	width: 80%;
	border: 1px solid #00000045;
	min-height: 50px;
	border-radius: 5px;
	padding: 5px;
	resize: none;
}
#qt_send-chat{
	width: 18%;
	border: none;
	font-size: 16px;
	color: #fff;
	font-family: var(--superio-heading-font), Arial, sans-serif;
	background: #A91ED6;
	cursor: pointer;
	padding: 7px 15px;
	border-radius: 5px;
	max-height: 100px;
}
#qt_send-chat:hover{
	background:  #9636B5;
}



/* 
#work-today-button {
	display: none;
} */
/* Hide scrollbar for Chrome, Safari and Opera */
/* #qt_chat-messages::-webkit-scrollbar {
  display: none;
} */

/* Hide scrollbar for IE, Edge add Firefox */
/* #qt_chat-messages {
  -ms-overflow-style: none;
  scrollbar-width: none; 
	max-height: 500px;
} */

/* style for chatBox end */


@media (max-width: 767px) {
#qt_chat-box_container {
	display: block;
}
#qt_employer-groups, #qt_candidate-list {
	width: 100%;
	padding-top: 10px;
}
#qt_chat-box {
	width: 100%;
}
	#qt_chat-input_container {
	flex-direction: column;
}
	#qt_chat-input {
	width: 100%;
}
	#qt_send-chat {
	width: 100%;
	margin-top: 15px;
}
#qt_chat-box_container {
	margin: 40px 20px 60px 20px;
}
	
	
}




/* for other section design */

.elementor-widget-apus_element_add_job_btn{
	display: none !important;
}
.btn-readmore.text-theme {
	color: #fff !important;
}


/* 
for theme style */
.e-flex.e-con.e-child.qt_ho_rb_r{
	position: relative !important;
}

.e-flex.e-con.e-child.qt_ho_rb_r::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -45px;
    height: 50px;
    width: 50px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 20%);
}
.qt_can_cat_info{
	padding-left: 20px;
}

.qt_can_cat_info li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
}


