/*
Theme Name: Peace of Mind HR Login Theme
Author: ITF
Version: 1.0
*/

@import url('.Century Gothic/font.css');

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

.header {
	background-color: #ffffff;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	height: 90px;
}

.banner {
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 70px 20px;
	gap: 10px;
}

.banner-text {
	max-width: 70%;
	font-size: 2em;
	font-weight: bold;
}

.login-form-container {
	width: 100%;
	padding: 30px;
	color: black;
	max-width: 370px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.login-form-container h2 {
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: 600;
}

.form-group {
	margin-bottom: 10px;
}

.login-form-container input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.forget_link {
	text-decoration: none;
	margin-left: auto;
	display: block;
	width: fit-content;
	margin-bottom: 10px;
	font-size: 14px;
	color: #ba68c8;
	font-weight: 500;
	margin-top: 5px;
}

.text-link {
	text-decoration: none;
	color: #ba68c8;
}

.login-form-container input[type="submit"] {
	border: none;
	color: white;
	cursor: pointer;
	font-weight: 600;
	font-size: 17px;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #ad4d94;
}

.button-link {
	display: inline-block;
	padding: 10px 18px;
	background-color: #0073aa;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.button-link:hover {
	background-color: #005177;
}

.button-link.secondary {
	background-color: #555;
}

.button-link.secondary:hover {
	background-color: #333;
}


.banner_container {
	background-color: #ad4d94;
}

.container {
	max-width: 1280px;
	margin: auto;
	/*margin-top: 40px;*/
}

.form-group label {
	margin-bottom: 5px;
	display: block;
}

.header .user-menu ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
	gap: 10px;
}

.banner-text h1 {
	margin: 0 0 20px;
	font-weight: 600;
	line-height: 1em;
}

.banner-text p {
	margin: 0;
	font-weight: 500;
	font-size: 24px;
}

a.button_link2 {
	display: inline-block;
	padding: 8px 18px;
	background-color: #ad4d94;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
}

.registration-form.login-form-container {
	margin: auto;
	max-width: 80%;
}

.forgot-password-form.login-form-container {
	margin: auto;
	padding-bottom: 0;
}

.forgot-password-form.login-form-container fieldset {
	padding-bottom: 0;
}

.registration-form.login-form-container label.frm_primary_label,
.forgot-password-form.login-form-container label.frm_primary_label {
	margin-bottom: 5px;
}

.user-menu span.user_name {
	font-weight: 600;
	text-transform: capitalize;
}

.main_container {
	min-height: 80svh;
	display: flex;
}

.main_content {
	flex: 1;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

h1.title {
	margin-top: 0;
	font-weight: 600;
	font-size: 30px;
}

ul.template_lists ul.template_lists {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.template_lists li.template_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*gap: 10px;*/
	/*background: burlywood;*/
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 7px;
}

ul.template_lists {
	padding: 0;
}

ul.template_lists li.template_list p.template_name {
	font-size: 14px;
	margin: 4px 0;

	font-weight: 600;
}

ul.template_lists li.template_list .template_actions {
	display: flex;
	gap: 10px;
}

ul.template_lists li.template_list .template_actions a.hrd_create_documents {
	/* background: #a52a2a;
	color: #ffffff;
	padding: 8px 10px;
	border-radius: 4px;
	text-decoration: none;
	white-space: nowrap;*/
	background: #a52a2a;
	color: #ffffff;
	padding: 0.7em 1.5em;
	border-radius: 2em;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.7em;
	cursor: pointer;
	transition: 0.3s ease;
	text-decoration: none;
}
/*
ul.template_lists li.template_list .template_actions a:nth-child(2) {
background: cadetblue;
}*/

section.header_section {
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.sidebar {
	position: relative;
}

.sidebar nav {
	width: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	background: #f1f1f1;
	box-sizing: border-box;
}

.sidebar.active nav {
	width: 250px;
	padding: 20px;
}

.sidebar ul.menu_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar ul.menu_list li.menu_text a {
	background: #cecece;
	padding: 7px 10px;
	border-radius: 4px;
	color: #141414;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	display: block;
}

.sidebar h4.menu_title {
	margin: 0;
}

.sidebar_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px;
}

.sidebar_header button.btn_sidebar_close {
	border: none;
	display: flex;
	cursor: pointer;
	padding: 7px 10px;
	border-radius: 5px;
	background: #acacac;
}

.sidebar_header button.btn_sidebar_close svg {
	width: 18px;
}

.sidebar button.btn_sidebar_open {
	border: none;
	display: none;
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 0px;
	background: #acacac;
}

.sidebar .btn_sidebar_open.active {
	display: flex;
}

.sidebar button.btn_sidebar_open svg {
	width: 18px;
}

table.entries_table {
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

table.entries_table th {
	background: #deb887;
	color: #000000;
	font-weight: 500;
}

table.entries_table th {
	text-align: center;
}

table.entries_table a.frm_no_print {
	display: inline-block;
	padding: 8px 18px;
	background-color: #605c5c;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
}

.user_details h1 {
	display: flex;
	align-items: center;
	gap: 5px;
}

.user_details h1 span.role {
	font-size: 15px;
	background: #deb887;
	padding: 2px 10px;
	border-radius: 20px;
	font-weight: 500;
	display: block;
	width: fit-content;
}

.login-form-container.update_profile {
	margin: 50px auto 0;
}

.login-form-container.update_profile input {
	margin-top: 6px;
	font-size: 14px;
}

.login-form-container.update_profile .form-group {
	margin-bottom: 20px;
}

.login-form-container.update_profile .form-group input[type="submit"] {
	font-weight: 600;
}

form#form_forgot-password button.frm_button_submit.frm_final_submit {
	width: 100%;
}

.mobile_menu,
.mobile_sidebar_toggle {
	display: none;
}

.sidebar ul.menu_list li.menu_text {
	margin-bottom: 15px;
	box-sizing: border-box;
}

.table_container {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

a.edit_entry {
	font-size: 15px;
	color: #141414;
	font-weight: 600;
	padding: 8px 18px;
	margin-left: 10px;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	background-color: #deb887;
}

.banner-text p a {
	color: #ffffff;
}

form#form_welcome-email h3.frm_pos_top.frm_section_spacing,
form#form_contract-of-employment-award-casual2 h3.frm_pos_top.frm_section_spacing,
form#form_contract-of-employment-nonaward-fulltimepermanent-salary h3.frm_pos_top.frm_section_spacing,
form#form_contract-of-employment-award-fulltimepermanent-annualised h3.frm_pos_top.frm_section_spacing,
form#form_contract-of-employment-award-parttimepermanent h3.frm_pos_top.frm_section_spacing {
	font-weight: 600;
	padding: 7px 15px;
	background: #deb887;
}

form#form_welcome-email input, 
form#form_welcome-email select,
form#form_contract-of-employment-award-casual2 input, 
form#form_contract-of-employment-award-casual2 select,
form#form_contract-of-employment-award-fulltimepermanent-annualised input, 
form#form_contract-of-employment-award-fulltimepermanent-annualised select,
form#form_contract-of-employment-nonaward-fulltimepermanent-salary input, 
form#form_contract-of-employment-nonaward-fulltimepermanent-salary select,
form#form_contract-of-employment-award-parttimepermanent input, 
form#form_contract-of-employment-award-parttimepermanent select {
	background: #f1f1f1;
	border: 1px solid #babfc7;
}

select#field_cgaf {
	display: flex;
	overflow: visible;
	height: 200px;
	background: transparent !important;
	border: none !important;
}

select#field_cgaf option {
	width: 120px;
	padding: 10px 10px 10px 30px;
	background: #f1f1f1;
	margin-bottom: 4px;
	border-radius: 3px;
	position: relative;
	text-transform: capitalize;
	cursor: pointer;
}

select#field_cgaf option:before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	background: #ffffff;
	left: 0;
	top: 50%;
	border-radius: 50%;
	transform: translate(50%, -50%);
}

select#field_cgaf:focus {
	outline: none;
	border: none !important;
}


@media screen and (max-width: 980px) {

	.banner {
		flex-wrap: wrap;
	}

	.banner-text {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.banner-text h1 {
		font-size: 40px;
	}

	.banner-text p {
		font-size: 19px;
	}

	.login-form-container {
		max-width: 100% !important;
	}

	.mobile_menu .user {
		min-width: 20px;
		height: 20px;
		background: none;
		border-radius: 50%;
		padding: 8px;
		max-width: 20px;
		border: 1px solid #000000;
	}

	.mobile_menu .user svg {
		width: 100%;
		height: 100%;
	}

	.mobile_menu {
		display: flex;
		align-items: center;
		gap: 5px;
		background: none;
		border: none;
	}

	.mobile_menu svg.caret_down {
		width: 15px;
		height: 15px;
	}

	.user-menu {
		position: relative;
	}

	.user-menu ul.header_menu_list {
		right: 0;
		top: 10px;
		display: none;
		width: 250px;
		padding: 15px;
		flex-flow: column;
		position: absolute;
		border-radius: 4px;
		background: #deb887;
		align-items: flex-start;
		box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	}

	.user-menu ul.header_menu_list li.text_menu {
		width: 100%;
		box-sizing: border-box;
	}

	.user-menu ul.header_menu_list li.text_menu a.button_link2 {
		width: 100%;
		box-sizing: border-box;
		font-size: 13px;
	}

	.user-menu ul.header_menu_list.active {
		display: flex;
		z-index: 1;
	}

	.logo {
		height: 70px;
	}

	ul.template_lists li.template_list {
		/*gap: 20px;*/
		flex-flow: column;
		align-items: flex-start;
	}

	ul.template_lists li.template_list .template_actions {
		flex-wrap: wrap;
	}

	.sidebar nav, .sidebar.active nav {
		width: 100%;
		padding: 20px;
		overflow: visible;
	}

	.sidebar, .sidebar.active {
		width: 100%;
	}

	.main_container {
		flex-wrap: wrap;
	}

	ul.template_lists li.template_list .template_actions a {
		font-size: 14px;
	}

	.mobile_sidebar_toggle {
		gap: 10px;
		width: 100%;
		display: flex;
		padding: 8px 20px;
		align-items: center;
		border-radius: 20px;
		margin-bottom: 10px;
		border: 1px solid #141414;
		justify-content: space-between;
	}

	.mobile_sidebar_toggle svg {
		width: 15px;
	}

	.mobile_sidebar_toggle span {
		font-size: 16px;
		font-weight: 500;
		font-family: 'Poppins', sans-serif;
	}

	.sidebar ul.menu_list.mobile_sidebar_menu {
		width: 100%;
		display: none;
		position: absolute;
		padding: 20px 15px;
		border-radius: 5px;
		background: #deb887;
		box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	}

	.sidebar ul.menu_list.mobile_sidebar_menu a {
		box-sizing: border-box;
	}

	.sidebar_menu {
		position: relative;
	}

	.sidebar ul.menu_list.mobile_sidebar_menu li.menu_text a {
		background: #ffffff;
	}

	.sidebar ul.menu_list.mobile_sidebar_menu li.menu_text:last-child {
		margin-bottom: 0;
	}

	.sidebar ul.menu_list.mobile_sidebar_menu.active {
		display: block;
	}

	.sidebar_header button.btn_sidebar_close {
		display: none;
	}

	.main_container {
		min-height: auto;
	}

	.sidebar .btn_sidebar_open.active {
		display: none;
	}

	.login-form-container h2 {
		font-size: 18px;
	}

	h1.title {
		font-size: 22px;
	}

	.user_details h1 {
		display: block;
	}

}

a.frm-edit-link {
	display: inline-block;
	padding: 8px 18px;
	background-color: #cecece;
	color: #000000;
	text-decoration: none;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	margin-left: 10px;
}


.pdf_table_action {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
}

.pdf_table_action * {
	width: fit-content;
	margin: 0 !important;
}

table#entriesTable {
	width: 100%;
}

/* dev - new edit*/

ul.template_lists {
	display: flex;
	flex-wrap: wrap;
}

li.template_list {
	width: calc(23% - 2em) !important;
	float: left;
}

li.template_list {
	display: flex;
	flex-direction: column;
	width: calc(100% - 2em);
	background: #fbfbfb;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 2em;
	box-shadow: 0 32px 22px rgba(148, 161, 193, 0.2), 0 6px 12px rgba(64, 66, 93, 0.15);
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #dadada;
	margin: 0 1em 2em;
}

.template_actions {
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

p.template_name {
	text-align: center;
}

p.template_name {
	margin: 0 0 1em;
	font-size: 18px;
	text-align: center;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.action_list a {
	margin: 5px;
}

.action_list a.hrd_view_documents{
	margin: 0;
	background: #386696;
	padding: 0.7em 1.5em;
	border-radius: 2em;
	color: #fafafa;
	/*display: inline-block;*/
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.7em;
	cursor: pointer;
	transition: 0.3s ease;
	text-decoration: none;
}
.content-area{
	max-width: 1216px;
	margin: 0 auto;
	/* max-width: 1158px; */
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 40px;
}
.content-area .frm_forms {
	width: 80%;
	margin: auto;
}

.upload-doc-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #95458e;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}

.upload-doc-btn:hover {
	background-color: #0056b3;
}

.upload_employee_signed_document {
	display: none;
}

/* .upload_employee_document {
display: none; 
}*/

.view_catogory_forms{
	background: #648ab1;
	color: #ffffff;
	padding: 1em 2em;
	border-radius: 2em;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.7em;
	cursor: pointer;
	transition: 0.3s ease;
	text-decoration: none;
}
.preview_signed_doc a{
	text-decoration: none;
	padding: 7px 20px;
	background: #2c2189;
	display: block;
	margin-top: 8px !important;
	border-radius: 5px;
	color: white;
}


.templae_thumbnail_logo img {
	height: 150px;
	object-fit: contain;
	width: 100%;
}
h1 .view_catogory_forms{    
	float: right;
	margin-left: auto;
	margin-right: 5%;
}
.view_catogory_forms{
	font-size: 12px;
}
.no_cat_available{
	/*  text-align: center;
	margin: 8%;*/
	text-align: center;
	padding: 5%;
	/*border: 1px solid;*/

}
a.hrd_view_documents {
	text-decoration: none;
	background: #eb4e4e;
	padding: 7px 16px;
	margin: 2px;
	height: fit-content;
	color: aliceblue;
	border-radius: 5px;
}

.org-actions a.mv_employee_info, .org-actions a.mv_own_info {
	width: 48%;
}

.org-actions:has(.mv_own_info){
	gap: 0;
	width: 85%;
	padding: 0px 0 0 100px;
	margin-left: unset;
	margin-right: unset;
	flex-direction:row-reverse;
	justify-content: flex-end;
}

.title_section:has(img.mv_dashbord_head) {
	margin-bottom: 1em;
}
/* 		 */
section.header_section .container {
	width: 100%;
	max-width: 100%;
}

section.header_section .header {
	gap: 5px;
}

section.header_section .header .logo {
	height: 59px;
}

section.header_section .header .mobile_menu {
	padding-right: 0 !important;
}

section.header_section {
	width: 100%;
}

section.header_section img.client_org_logo {
	max-height: 90px;
}
/* 		 */

section.header_section .header img.client_org_logo {
    max-width: 18%;
    object-fit: contain;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    section.header_section .header img.client_org_logo {
        max-width: 245px;
    }
}

@media only screen and (max-width:767px) {
    section.header_section .container {
        width: 100%;
        max-width: 100%;
    }

    section.header_section .header img.client_org_logo {
        max-width: 40%;
    }

    section.header_section .header {
        gap: 5px;
    }

    section.header_section .header .logo {
        height: 50px;
    }

    section.header_section .header .mobile_menu {
        padding-right: 0 !important;
    }

    section.header_section {
        width: 100%;
    }

    section.header_section img.client_org_logo {
        max-height: 100px;
    }
}

/* 		 */
