@font-face {
    font-family: GraphikMedium;
    src: url(../fonts/GraphikMedium.otf);
    font-display: swap;
}

@font-face {
    font-family: GraphikRegular;
    src: url(../fonts/GraphikRegular.otf);
    font-display: swap;
}

@font-face {
    font-family: PlayfairDisplay-Bold;
    src: url(../fonts/PlayfairDisplay-Bold.ttf);
    font-display: swap;
}

body {
	font-family: GraphikRegular;
	font-size: 14px;
	font-weight: 400;
	background-color: #F2F2F2 !important;
	color: #000;
}
a, a:active, a:hover, a:focus {
  color: #008065;
}
#logReg {
    background: linear-gradient(87deg, rgba(7,193,154,1) 0%, rgba(0,128,101,1) 100%);
    padding: 60px 0;
    min-height: 100vh;
}
#logReg .logRegBox {
    background-color: #fff;
    border-radius: 25px;
    padding: 40px;
    position: relative;
    width: 100%;
    min-height: calc(100vh - 120px);
}
#logReg .logRegBox .mHead {
    font-family: GraphikMedium;
    font-weight: 700;
}
#logReg .form-control {
    box-shadow: 0px 2px 3px #0000000D;
    border: 1px solid #D7DAE2;
    border-radius: 9px;
    font-size: 14px;
    color: #4D4F5C;
    height: 35px;
}
#logReg textarea.form-control {
	height: auto;
}
#logReg .upDocCard .form-upload label {
	width: 100%;
}
#logReg .form-control:focus {
    box-shadow: none;
}
#logReg .formLabel {
    color: #000;
    font-size: 16px;
    margin-bottom: 2px;
    font-family: GraphikMedium;
}
#logReg .formLabel small {
	font-size: 11px;
	font-weight: 300;
}
#logReg .logRegSubBtn {
    background-color: #008065;
    color: #fff;
    border-radius: 20px;
    border: none;
    padding: 8px 35px;
    font-size: 14px;
    font-weight: 600;
}
#logReg .alrdyLabl {
    margin-bottom: 0;
    font-size: 13px;
}
#logReg .alrdyLabl .alrdyBtn {
    color: #008065;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-left: 5px;
    text-decoration: underline;
}
#logReg .logRegBox .logo {
    width: 230px;
    height: auto;
}
#logReg .logRegBox .artImg {
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: -50px;
}
.lBox {
	background-color: #2293B2;
}
.rBox {
	width: 100%;
	padding: 60px 30px;
	display: flex;
	align-items: center;
}
.rBox .logo {
	margin-bottom: 25px;
	width: 100%;
}
.rBox .logoPara {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 50px;
}
.customForm .hideLabel {
	text-indent: -9999px;
	opacity: 0;
	height: 0;
	position: absolute;
}
.customForm .form-control {
	border: 1px solid rgba(112, 112, 112, 0.24);
	border-radius: 10px;
	padding: 7px 15px;
	color: rgba(0, 0, 0, 0.83);
	font-size: 13px;
	height: 35px;
}
.customForm textarea.form-control {
	height: auto;
}
.customForm .form-control:focus {
	box-shadow: none;
	border: 1px solid rgba(112, 112, 112, 0.24);
}
.customForm.logForm .form-check-label {
	font-size: 16px;
	color: rgba(1, 1, 1, 0.84);
}
.customForm.logForm .form-check-input {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	border: 1px solid rgba(112, 112, 112, 0.24);
	margin-left: -25px;
}
.customForm.logForm .form-check {
	padding-left: 25px;
}
.customForm.logForm .form-check-input:checked {
  	background-color: rgba(34, 147, 178, 1);
}
.customForm.logForm .form-check-input:focus {
	box-shadow: none;
}
.customForm .forgotPw {
	color: rgba(0, 0, 0, 0.83);
	font-size: 16px;
	text-decoration: underline;
}
.customForm .loginBtn {
	background-color: rgba(34, 147, 178, 1);
	border-radius: 10px;
	width: 100%;
	border: none;
	color: rgba(255, 255, 255, 0.83);
	font-size: 16px;
	font-weight: 600;
	padding: 8px;
}
.customForm .form-check-label {
	font-weight: 500;
	font-size: 12px;
	color: #646D82;
}
.customForm .form-check-input:focus {
	box-shadow: none;
}
.customForm .form-check-input {
	border-color: #707070;
}
.customForm .form-check-input:checked {
  background-color: #646D82;
}
.customForm .form-label {
	font-size: 13px;
	margin-bottom: 3px;
	color: #646D82;
}
.customForm .formTable th {
	color: #646D82;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 600;
	vertical-align: middle;
}
.customForm .formTable .form-label {
  font-size: 11px;
  margin-bottom: 1px;
}
.customForm .formTable td {
	vertical-align: middle;
}
.customForm .formTable .form-control {
  padding: 5px;
  font-size: 13px;
  border-radius: 6px;
}
.customForm .signBtn {
  	background: #fff;
	color: #646D82;
  	text-transform: capitalize;
  	font-weight: 600;
  	font-size: 13px;
  	border-radius: 10px;
  	border: 1px solid rgba(112, 112, 112, 0.2);
  	padding: 10px 15px;
  	width: 100%;
  	margin-bottom: 15px;
}
.customForm .submitBtn {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 12px;
  background-color: rgba(100, 109, 130, 1);
  border: none;
  padding: 12px 25px;
}
#header {
	background-color: #fff;
	box-shadow: 0px 0px 9px rgba(193, 207, 217, 0.43);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	padding: 8px 0px;
	min-height: 81px;
}
#header .logo {
	width: 200px;
}
#header .navbar {
	padding: 0;
}
#header .nav-link {
	color: #000;
	text-transform: uppercase;
	padding: 0;
}
#header .nav-item.notification .btn.dropdown-toggle {
	padding: 0;
	border: none;
}
#header .nav-item.notification .btn.dropdown-toggle:hover {
	border: none;
}
#header .nav-item.notification .dropdown-menu,
#header .nav-item.profileDrop .dropdown-menu {
	position: absolute;
}
#header .nav-link::after  {
	display: none;
}
#header .nav-item {
	padding: 14px 0;
	display: flex;
	align-items: center;
}
#header .nav-item:not(:first-child) {
	padding-left: 30px;
}
#header .nav-item.notification {
	position: relative;
}
#header .nav-item.notification .notiICon {
	width: 18px;
}
#header .nav-item.notification .notiActiveMark {
	width: 6px;
	height: 6px;
	position: absolute;
	background-color: #F46363;
	border-radius: 50%;
	top: 16px;
	left: 15px;
	display: none;
}
#header .nav-item.notification .notiActiveMark.show {
	display: block;
}
#header .nav-item .proIconBox {
	height: 37px;
	width: 37px;
	margin-right: 8px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}
#header .nav-item .proIconBox img {
	width: 100%;
}
#header .nav-item.profileDrop .dropdown-item {
	font-size: 13px;
}
#header .searchBox .btn {
	padding: 0;
	border: none;
}
#header .searchBox .searchIcon {
	height: 18px;
	position: relative;
	top: -1px;
}
#header .searchBox .form-control {
	border: none;
}
#header .searchBox .form-control:focus {
	box-shadow: none;
}
#header .navbar-toggler {
	padding: 0;
	border: none;
}
#header .navbar-toggler:focus {
	box-shadow: none;
}
#header .navbar-nav {
	flex-direction: row;
	justify-content: end;
}
#header .pageHead {
	margin-bottom: 0;
	color: #646D82;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 16px;
}
.sidebarBurgerBtn {
  width: 26px;
  height: 24px;
  transition-duration: 0.5s;
  position: relative;
  margin-right: 30px;
}
.sidebarBurgerBtn .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 24px;
  top: 10px;
  background-color: #008065;
  border-radius: 3px;
}
.sidebarBurgerBtn .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #008065;
  content: "";
  top: -8px;
  border-radius: 3px;
}
.sidebarBurgerBtn .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #008065;
  content: "";
  top: 8px;
  border-radius: 3px;
}
.sidebarBurgerBtn.closed .icon {
  transition-duration: 0.5s;
  transform: rotateZ(-180deg);
}
.sidebarBurgerBtn.closed .icon:before {
  transform: rotateZ(-45deg) scaleX(0.75) translate(-8px, -3px);
}
.sidebarBurgerBtn.closed .icon:after {
  transform: rotateZ(45deg) scaleX(0.75) translate(-8px, 3px);
}
.sidebarBurgerBtn:hover {
  cursor: pointer;
}

#pageContent {
	min-height: calc(100vh - 81px);
	margin-top: 81px;
}
#pageContent .sidebar {
	background-color: #008065;
	width: 260px;
	position: fixed;
	top: 81px;
	left: 0px;
	transition: all 1s ease-in-out;
	z-index: 2;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.48);
	height: calc(100vh - 81px);
	overflow-y: auto;
}
#pageContent .sidebar.closed {
	left: -260px;
	box-shadow: none;
}
#pageContent .contentWrapper {
	margin-left: 0;
	width: 100%;
	padding: 25px 15px;
	transition: all 1s ease-in-out;
}
#pageContent .sidebar .sidbarLinkList {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#pageContent .sidebar .sidbarLink {
	text-decoration: none;
	display: block;
	padding: 12px 15px 12px 50px;
	position: relative;
}
#pageContent .sidebar .sidbarLink.active {
	background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, #008065 100%) 0% 0% no-repeat padding-box;
}
#pageContent .sidbarLinkList .sidebarIcon {
	height: 20px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#pageContent .sidbarLinkList .sidebarText {
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}
.cstmCard {
	background-color: #fff;
	border-radius: 10px;
	padding: 12px;
	box-shadow: 0px 6px 20px rgba(193, 207, 217, 0.14);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/*.cstmCard .table .titleTd {
	max-width: 200px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}*/
.cstmCard .table thead th {
	white-space: nowrap;
	font-size: 15px;
	vertical-align: middle;
}
.cstmCard .table tbody td,
.cstmCard .table tbody th  {
	font-size: 13px;
	vertical-align: middle;
} 
.subHead1 {
	color: #646D82;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
}
.subHead2 {
	color: #646D82;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
}
.cstmCard.serviceCard img {
	height: 50px;
}
.cstmCard.serviceCard .countHead {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 40px;
	line-height: 30px;
}
.cstmCard.serviceCard .countHead.c1 {
	color: #e46a5a;
}
.cstmCard.serviceCard .countHead.c2 {
	color: #015c39;
}
.cstmCard.serviceCard .countHead.c3 {
	color: #f1d67f;
}
.cstmCard.serviceCard .countHead.c4 {
	color: #b9cc00;
}
.cstmCard.serviceCard .countHead.c5 {
	color: #a5cec5;
}
.cstmCard.serviceCard .countHead.c6 {
	color: #5c9ba0;
}
#pageContent .compnyCard .compnyLogo {
	max-width: 300px;
	margin: auto;
	height: 123px;
}
#pageContent .compnyCard td:first-child {
	text-align: left;
	padding-left: 0;
	min-width: 110px;
}
#pageContent .compnyCard td:last-child {
	text-align: right;
	padding-right: 0;
}
#pageContent .compnyCard tr td {
	color: #646D82;
	font-size: 13px;
	font-weight: 500;
	border-bottom: 1px solid rgba(112, 112, 112, 0.2);
	vertical-align: middle;
} 
#pageContent .compnyCard tr:last-child td {
	border-bottom: none;
} 

/*service page*/
#pageContent .docUploaded {
	background-color: #fff;
	border-radius: 10px;
	padding: 12px;
	color: #646D82;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: 500;
	width: 100%;
	text-align: left;
	display: block;
}
#pageContent .docUploaded .docUploadedIcon {
	width: 35px;
	margin-bottom: 10px;
}
#pageContent .docUploaded .downloadIcon {
	width: 20px;
}
#pageContent .btnDigiSign {
	background-color: #5AB7D0;
	border-radius: 12px;
	color: #FFFFFF;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 13px;
	width: 100%;
	border: none;
	padding: 10px 10px;
}
#pageContent .btnUploadDoc {
	background-color: #fff;
	border-radius: 12px;
	color: #2293B2;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 13px;
	width: 100%;
	border: none;
	padding: 10px 10px;
}
.upDocCard {
}
.upDocCard .count {
	color: #646D82;
	font-size: 18px;
	font-weight: 700;
	margin-right: 15px;
}
.upDocCard .checkIcon {
	height: 20px;
	margin-right: 15px;
	display: none;
}
.upDocCard .docLabel {
	color: #FBB048;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 0;
}
.upDocCard .filename {
	margin-bottom: 0;
	color: #646D82;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	display: none;
}
.upDocCard.uploaded .filename {
	display: inline-block;
}
.upDocCard .form-upload {
	display: flex;
	align-items: center;
}
.upDocCard .form-upload label {
		min-width: 120px;
  	background: #fff;
		text-transform: uppercase;
		font-weight: 500;
  	transition: 0.3s;
  	position: relative;
  	cursor: pointer;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	opacity: 1;
  	border: 1px solid rgba(112, 112, 112, 0.24);
		border-radius: 10px;
		padding: 7px 15px;
		color: rgba(0, 0, 0, 0.83);
		height: 35px;
}
.upDocCard.uploaded .form-upload label {
	color: #2293B2;
}
.upDocCard.uploaded .count {
	display: none;
}
.upDocCard.uploaded .checkIcon {
	display: block;
}
.upDocCard .form-upload label .file-upload {
  position: absolute;
  left: -9999px;
}
#pageContent .fileUpSubmitBtn {
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	border-radius: 12px;
	background-color: rgba(100, 109, 130, 1);
	border: none;
	padding: 12px 25px;
}
#pageContent .btnSubmit {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	border-radius: 5px;
	background-color: rgb(0, 128, 101);
	border: none;
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 15px;
}
#pageContent .btnDwnld {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	border-radius: 5px;
	background-color: rgb(0, 128, 101);
	border: none;
	padding: 8px 15px;
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
}
#pageContent #companyRow .imgBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
  background-color: #FFFFFF;
  margin-bottom: 0px;
}
#pageContent #companyRow .company-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}




@media (min-width: 576px) {
	.rBox .logo {
		width: 320px;
	}
	.rBox {
		padding: 80px 100px;
	}
	#header .navbar-nav {
	  	justify-content: center;
	}
	#msform .signatureSubmitBtn {
		position: absolute;
		top: 0;
		right: 0;
		padding: 7px 25px;
		margin-top: 0;
	}
	.serviceVSideMenu {
	  	padding: 0px 12px;
	  	width: 104px;
	}
	.slider-vertical .srvBtn {
		height: 79px;
		width: 79px;
	}
	.contentWithVsideMenu {
		margin-left: 120px;
	}
}
@media (min-width: 768px) {
	.lBox {
		width: 50%;
		min-height: 100vh;
	}
	.rBox {
		width: 50%;
		padding: 60px 50px;
	}
	.rBox .logo {
		width: 100%;
	}
	#header {
		padding: 0;
		min-height: 65px;
	}
	#pageContent {
	  min-height: calc(100vh - 65px);
	  margin-top: 65px;
	}
	#pageContent .sidebar {
		top: 65px;
		height: calc(100vh - 65px);
	}
	#header .nav-item.notification {
  		padding: 0px 18px;
  	}
  	#header .nav-item {
  		border-left: 1px solid rgba(0,0,0,0.3);
  	}
  	#header .nav-item.notification .notiActiveMark {
		top: 15px;
		left: 30px;
	}
	#header .nav-item:not(:first-child) {
	  padding-left: 18px;
	}
	
}
@media (min-width: 992px) {
	.rBox .logo {
		width: 320px;
	}
	.rBox {
		padding: 80px 100px;
	}
	
	#pageContent .sidebar {
	  box-shadow: none;
	}
	#pageContent .contentWrapper {
		width: calc(100vw - 260px);
		margin-left: 260px;
	}
	#pageContent .contentWrapper.sideBarClosed {
		width: 100%;
		margin-left: 0;
	}

	
}
@media (min-width: 1200px) {
	#progressbar li {
		padding: 12px;
		border-radius: 12px;
		margin-right: 10px;
	}
	#progressbar li::before {
		width: 24px;
		height: 24px;
		line-height: 26px;
		display: block;
		font-size: 18px;
	}
	#msform .signatureSubmitBtn {
		padding: 13px 25px;
	}
}
@media (min-width: 1400px) {
	
}
@media (min-width: 1920px) {
	
}


/* shabab edit */
.reqStatusBtn {
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 8px 25px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	min-width: 110px;
	text-align: center;
}

.reqStatusBtn:hover,
.reqStatusBtn:focus {
	color: #fff;
	text-decoration: none;
}

.reqStatusGreenBtn {
	background-color: #008065;
}

.reqStatusRedBtn {
	background-color: #f46363;
}

.reqStatusYellowBtn {
	background-color: #FFD700;
}

/* CSS for vertical view on smaller devices */
@media (max-width: 767px) {
    #dynamicTable {
        display: block;
    }
    #dynamicTable_wrapper .dataTables_scroll {
        overflow-x: auto;
        overflow-y: hidden;
    }
    #dynamicTable_wrapper .dataTables_scroll .dataTables_scrollBody {
        height: auto;
        max-height: none;
        overflow: visible;
    }
}

/* Submenu styles */
.sidebar .submenu {
    padding-left: 35px;
    list-style-type: none;
}
#pageContent .submenu .sidebarText {
	font-size: 11px;
}
#pageContent .sidebar .submenu .sidbarLink {
  padding: 8px 15px 8px 42px;
}
#pageContent .sidbarLinkList .submenu .sidebarIcon {
	height: 16px;
}



.sidebar li a, .sidebar li a:active, .sidebar li a:hover, .sidebar li a:focus {
    color: #fff;
	text-decoration: none;
}
/* Accordion header styles */
#pageContent .sidebar .accordion-button , #pageContent .sidebar .accordion-body{
    color: #fff; /* Customize the color of the accordion header text */
    background-color: #008065; /* Customize the background color of the accordion header */
	border: none;
}
#pageContent .sidebar .accordion-item{
	border: none;
	box-shadow:none;
}
#pageContent .sidebar .accordion-button{
	border: none;
	box-shadow:none;
}
.accordion-button::after{
	color: #fff;
}
.dsp-none{
    display: none;
}