html,
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

a,
a:link,
a:visited {
	outline: none;
	text-decoration: none;
	-moz-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: inline-block;
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
	vertical-align: baseline;
}


h1 {
	font-weight: 700;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight: 600;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color: var(--primary-font-color);
}

h3 {
	font-size: 36px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	color: var(--primary-font-color);
}

h4 {
	font-size: 24px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	color: var(--primary-font-color);
}

h5,
h6 {
	font-weight: 600;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

form,
input,
select,
textarea,
p {
	margin: 0px;
	padding: 0;
	color: var(--input-color);
	font-family: 'Poppins', sans-serif;
}

textarea {
	resize: none;
	color: var(--input-color);
	font-family: 'Poppins', sans-serif;
}

input:focus,
textarea:focus {
	outline: none;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
	display: block;
	margin: 0px;
	padding: 0;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative;
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

/*End IE below 9*/

:root {
	--primary-color: #076D0B;
	--primary-font-color: #323232;
	--white-color: #fff;
	--input-color: #5F5F5F;
}

body {
	background: var(--primary-color);
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea,
select {
	border-radius: 53px;
	border: 1px solid #E9E9E9;
	background: #FFF;
	padding: 16px 25px;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
}

select {
	appearance: none;
	background: url(../images/icon-tria-arrow.svg) 95% no-repeat,#FFF;
	cursor: pointer;
	outline: none;
}

textarea {
	max-height: 60px;
}

input::placeholder {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: rgba(50, 50, 50, 0.5);
}

label {
	color: var(--primary-font-color);
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 20px;
	display: inline-block;
}

/* Login Page */
.logo-col {
	width: 62%;
	text-align: center;
	margin: auto;
}

.logo-col img {
	width: 380px;
}

.form-col {
	background-color: #fff;
	border-radius: 24px;
	padding: 80px 94px;
	/* height: 100%; */
	width: 36%;
	box-sizing: border-box;
	margin: 50px 0;
	margin-right: 40px;
}

.form-col input[type='email'],
.form-col input[type='password'] {
	position: relative;
	padding-left: 50px;
}

.form-col input[type='email'] {
	background: url(../images/icon-email.png) 15px no-repeat, #FFF;
}

.form-col input[type='password'] {
	background: url(../images/icon-lock.png) 15px no-repeat, #FFF;
}

.form-col h2 {
	color: #323232;
	font-size: 36px;
	line-height: normal;
	padding-bottom: 20px;
}

.form-col .input-col {
	margin-top: 50px;
}

.login-sec {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	min-height: 100vh;
	height: 100%;
}

.primary-btn {
	display: inline-block;
	color: #FFF;
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	width: 100%;
	border-radius: 34px;
	background: #076D0B;
	padding: 13px;
	text-align: center;
}

.password-row {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.password-row label {
	color: var(--primary-font-color);
	font-size: 16px;
	line-height: normal;
	padding-left: 16px;
	cursor: pointer;
	padding-bottom: 0;
	font-weight: 400;
}

.password-row a {
	color: #2215BF;
	font-size: 16px;
	font-weight: 400;
}

.input-check {
	position: relative;
}

.input-check label:before {
	content: "";
	-webkit-appearance: none;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #DEDEE5;
	top: 2px;
	background: #FFF;
	left: 0;
	position: absolute;
}

.input-check input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	/* width: 5px;
	height: 10px; */
	width: 20px;
	height: 20px;
	border: 1px solid var(--primary-color);
	/* border-width: 0 2px 2px 0; */
	background: url(../images/icon-check.svg) no-repeat;
	background-size: contain;
	background-position: center ;
	/* transform: rotate(45deg); */
}


.input-check input:checked+label:before {
	border: 1px solid var(--primary-color);
}

.login-img-col {
	text-align: center;
	margin: auto;
	margin-top: 80px;
}

.login-img-col img {
	width: 145px;
	height: 260px;
	object-fit: contain;
}

.logo-col h1 {
	color: #FFF;
	font-family: 'Exo', sans-serif;
	font-size: 64px;
	font-weight: 800;
	padding-top: 160px;
}

.btn-col {
	margin-top: 100px;
}


/* Sidebar  */

.sidebar-col {
	width: 400px;
}

.sidebar-col .logo {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 55px;
}

.sidebar-col .logo img {
	width: 240px;
	margin: auto;
}

.sidebar-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar-menu li {
	margin: 0px 24px 24px 24px;
	box-sizing: border-box;
}

.sidebar-menu li a {
	display: inline-flex;
	align-items: center;
	padding: 20px 25px;
	border-radius: 20px;
	background: #016105;
	width: 100%;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
}

.sidebar-menu li a img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-right: 16px;
}

/* Header Section  */

.header-col {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.profile-dropdown {
	position: relative;
}

.profile-dropdown:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/icon-down-arrow.svg) no-repeat;
	background-size: contain;
	pointer-events: none;
}

.profile-dropdown img {
	width: 54px;
	height: 54px;
	object-fit: contain;
	padding-right: 25px;
}


/* Right section  */

.right-layout {
	border-radius: 24px;
	background: #FFF;
	flex-grow: 1;
	margin: 24px 24px 24px 0;
	padding: 45px 60px;
	position: relative;
}

.layout-sec {
	display: flex;
	height: 100%;
	min-height: 100vh;
}

.common-row {
	padding-top: 50px;
}

.grid-col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 30px;
}

.img-upload img {
	width: 135px;
	height: 135px;
	object-fit: contain;

}

.input-append {
	display: flex;
	align-items: center;
	border-radius: 53px;
	border: 1px solid #E9E9E9;
	background: #FFF;
	padding: 16px 25px;
}

.input-append input {
	border: 0;
	padding: 0;
	padding-left: 15px;
}

.input-append .country-code {
	display: flex;
	align-items: center;
	min-width: 100px;
	border-right: 1px solid #BDBDBD;
	cursor: pointer;
}

.input-append .country-code p {
	color: var(--primary-font-color);
	font-size: 17.143px;
	font-weight: 400;
	padding: 0 12px;
}

.input-append .country-code img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	vertical-align: bottom;
}

.input-append img.icon-arrow {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.btn-common a {
	width: fit-content;
	padding: 13px 60px;
	margin-top: 50px;
}

.avatar-upload {
	position: relative;
	max-width: 135px;
	margin-bottom: 30px;
}

.avatar-upload::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	z-index: 1;
	pointer-events: none;
}

.avatar-edit input+label {
	background: url('../images/icon-upload.svg') 30px no-repeat;
	/* background-size: 30px; */
	background-position: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all .2s ease-in-out;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	padding-bottom: 0;
}

.avatar-edit input {
	display: none;
}

.avatar-preview {
	position: relative;
}

.avatar-preview .img-preview {
	width: 135px;
	height: 135px;
	object-fit: contain;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.header-col h3 span {
	font-weight: 400;
}

.sidebar-menu li.active a {
	background: #FFF;
	color: #323232;
}

.sidebar-menu li.active a img {
	filter: brightness(0) saturate(100%) invert(28%) sepia(53%) saturate(1629%) hue-rotate(89deg) brightness(92%) contrast(95%);
}

.filter-text {
	color: rgb(95 95 95 / 50%);
	font-size: 14px;
	font-weight: 400;
}

.search-filter input::placeholder {
	color: rgba(0, 0, 0, 0.2);
	font-size: 16px;
	font-weight: 400;
}

.search-filter {
	width: 365px;
}

.search-filter input {
	background: url(../images/icon-search.svg) 24px no-repeat, #FFF;
	background-size: 24px;
	padding-left: 65px;
}

.filter-icon {
	display: flex;
    align-items: center;
	justify-content: center;
	padding: 13px 16px;
	border: 1px solid #E9E9E9;
	background: #FFF;
	border-radius: 53px;
	margin: 0 27px 0 21px;
	min-height: 59px;
}

.filter-icon img {
	width: 24px;
    height: 24px;
    object-fit: contain;
    vertical-align: middle;
    object-position: center;
}

.profile-top {
	display: flex;
	align-items: center;
}

.profile-top img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.profile-top h3 {
	padding-left: 40px;
}

.add-tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background: #EBEBEB;
	width: fit-content;
	padding: 6px;
	margin-bottom: 20px;
}

.add-tabs li a{
	color: var(--primary-font-color);
	font-size: 20px;
	font-weight: 600;
	padding: 6px 45px;
	margin: 0 2px;
}

.add-tabs li.active a,
.add-tabs li a:hover{
	background-color: #fff;
	border-radius: 8px;
 }

 .form-row {
	padding-top: 30px;
 }

 .btn-group {
	display: flex;
	align-items: center;
	column-gap: 36px;
	width: 90%;
	margin-top: 20px;
 }

 .secondary-btn {
	color: #076D0B;
	font-size: 20px;
	font-weight: 500;
	border-radius: 34px;
	border: 1px solid #076D0B;
	padding: 13px;
	width: 100%;
	text-align: center;
 }

 .chillers-col h4 {
	padding-top: 40px;
	padding-bottom: 32px;
 }

 .input-check label {
	cursor: pointer;
	padding-left: 16px;
 }

 .input-col-v2 {
	margin-top: 5px;
	margin-bottom: 32px;
 }

 .chillers-col {
	width: 47.5%;
 }

 .upload-col {
	border-radius: 10px;
	border: 1px dashed #8C8C8C;
	background: #F7F9FA;
	padding: 30px 4px;
	width: fit-content;
	text-align: center;
 }

 .upload-col img,
 .img-preview a.close-img img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-bottom: 10px;
 }

 .upload-col p {
	color: var(--primary-font-color);
	font-size: 16px;
	font-weight: 400;
 }

 .upload-col p a {
	color: #396CE8;
 }

 .chiller-upload-col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    row-gap: 40px;
 }

 .img-preview {
	position: relative;
	/* margin-left: 30px; */
	border-radius: 10px;
 }

 .img-preview img {
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
 }
 
 .img-preview a.close-img {
	position: absolute;
	top: -12px;
	right: -12px;
 }

 .chiller-upload-col .upload-col,
 .chiller-upload-col .img-preview {
	width: 46%;
 }

 .input-upload {
	padding-top: 30px;
	padding-bottom: 90px;
 }

 .chillers-col .input-check  label {
	padding-bottom: 24px;
 }