/******************************************************************************
	* Developer: Priyanka Dahibhate
	Pixelstat eSolutions Devolopment Pvt Ltd ,India 
	* Date:	04 March 2023
******************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa+Ink:wght@400;700&family=Aref+Ruqaa:wght@400;700&display=swap');

/* Global Classes */
*{
	  font-family: "Aref Ruqaa", serif;
	font-size:14px;
	margin:0 auto;
}
p{
    font-size:14px;
}
h2{
    font-size: 20px;
    font-weight: 400;
    padding-left: 38px;
	color: var(--primary-color);
}
h3{
	font-size: 14px;
    /* background: #eaeaea; */
    margin-bottom: 10px;
    padding: 6px;
    font-weight: 100;
    text-align: center;

}

.border{
	border: solid 1px #ccc;
}

.orang{
	color:#990000;
}
.tb{
	border: 2px solid red;
}
.tbg{
	border: 2px solid green;
}
.tbb{
	border: 2px solid blue;
}
.globalbb{
	/* border-bottom: 6px solid #0A2761; */
	padding:10px;
	font-size:20px;
	background-color: var(--header-bg-color);
	margin-bottom:10px;
}
.GlobalTitle{
	width:48%;
	float:left;
	line-height:68px;
	font-size:22px;
	font-weight:500;
	padding-left:20px;
	letter-spacing:1px;	
}
.Globalbtn{
    width:100%;
    background-color:var(--primary-color);
    color:var(--sidebar-color);
    cursor:pointer;
	text-transform:uppercase;
	border:0;
}
.Common-Btn {
	font-size: 14px;
	color: #fff;
	width: fit-content;
	padding: 8px 16px;
	text-transform: uppercase;
	background-color:#b10819;
	cursor: pointer;
	border: 0;
    float: right;
}
.actionbtnEdit, .actionbtnDelete{
    width:40px;
    text-align:center;
}
.actionbtnEdit a, .SuccessMsg{
	color:green;
}
.actionbtnDelete a{
	color:red;
}
.clear{
    clear: both;
}
/* Size Over Start */
.so5{ width: 5%; background-color:#0a276121; text-align:center;}
.so10{ width: 10%;}
.so15{ width: 15%;}
.so20{ width: 20%;}
.so25{ width: 25%;}
.so30{ width: 30%;}
.so35{ width: 35%;}
.so40{ width: 40%;}
.so50{ width: 50%;}
.so80{ width: 80%;}
.testSo{ border:2px solid green;}

.so40Max{ max-width:200px; background-color:red;  word-wrap: break-word;}
/* Size Over END /

/* END Global Classes */
:root{
    --body-color: #fff;
    --sidebar-color: #fff;
    /* --primary-color: #0c768a; */
    --primary-color: #b10819;
    --primary-color-light: #b10819;
    --toggle-color: #DDD;
    --header-color:#f1f1f1;
    --text-color: #383838;
	--header-bg-color:#fa9300;
    --header-text-color:#fff;
    --popup-bg-color:#f3fbfc;
    --page-title-bg-color:#bde6ee;
	--panel-success-bg:#dff0d8;
    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;
}
body{
    min-height: 100vh;
    background-color: var(--body-color);
    transition: var(--tran-05);
}

::selection{
    background-color: var(--primary-color);
    color: #fff;
}

/* Start Top Bar */
.TopBar{
	background-color:#b10819;
	width:100%;
	height:fit-content;
	display:inline-block;
	margin:auto;
	
}
.SiteLogo, .SiteTitle{
	width:36%;
	float:left;
	text-align:right;
	padding:8px;
}
.SiteLogo img{
	width:22%;
	height:auto;
}
.SiteTitle h2 {
	color:#fff;
	font-size:26px;
	text-align:left;
	line-height: 64px;
	    font-weight: 600;
}
.SiteTitle p{
	text-align:left;
	color:#fa9300;
	font-size:20px;
	line-height: 14px;
}
.MB-Title{
    display: none;
}
/* End Top Bar */

/* Start Login Page */
.LoginPage{
    margin-bottom: 70px;
}
.LoginPage .image-holder {
	background-color:var(--sidebar-color);
	display: table-cell;
	width: auto;
	background-size: cover;
  
}
.image-holder h2{
	color:#fff;
	text-align:center;
	font-size:20px;
}
.image-holder img{
	width:380px;
	height:auto;
}
.LoginPage .form-container {
	display: table;
	max-width: 900px;
	width: 90%;
	margin: 40px auto;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.LoginPage form {
	display: inline-block;
	width: 400px;
	background-color: var(--primary-color-light);
	padding: 30px 60px;
	color: var(--sidebar-color);
}
.LoginPage form h2 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
	color: var(--sidebar-color);
}
.LoginPage form .form-control {
	width:100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #dfe7f1;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	color:var(--sidebar-color);
	text-indent: 6px;
	height: 40px;
}
.LoginPage form .form-check {
	font-size: 12px;
	line-height: 20px;
	margin-top:10px;
	text-align:justify;
	color:var(--sidebar-color);
}

.LoginPage form .btn-primary {
	background: #fa9300;
	color:#fff;
	width:100%;
	border: none;
	border-radius: 4px;
	padding: 11px;
	box-shadow: none;
	margin-top: 35px;
	text-shadow: none;
	outline: none !important;
    cursor: pointer;
	text-transform: uppercase;
}

.LoginPage form .btn-primary:active {
	background: #8E24AA;
}

 .LoginPage form .btn-primary:active {
	transform: translateY(1px);
}
.LoginPage form .already {
	display: block;
	text-align: center;
	font-size: 14px;
	color: var(--sidebar-color);
	opacity: 0.9;
	margin-top:10px;
	text-decoration: none;
}
.LoginPage a{
	text-decoration: none;
    color: var(--sidebar-color);
}
.LoginPage ::placeholder, .RegisterPage ::placeholder {
	color:#d1d1d1;
}
/* END Login Page */

/* Start Top Header Section */

.header{width: 100%;height: var(--header-height);position: relative;top: 0;left: 0;display: flex;align-items: center;justify-content: space-between;padding: 0 1rem;background-color: var(--primary-color);z-index:1;transition: .5s; border-bottom:2px solid var(--primary-color-light); position:sticky}
.header_toggle{color: #fff;font-size: 1.5rem;cursor: pointer}
.header_img{width: 35px;height: 35px;display: flex;justify-content: center;border-radius: 50%;overflow: hidden; margin-right: 20px;}
.header_img img{width: 40px;}
.header_logo{
	width: auto;
	height: 48px;
	display: flex;
	margin:8px 0 0 -26px;
	color:#fff;
	line-height:44px;
	font-size:18px;
}
.WlcmText{
    width:45%;
    text-align:right;
	margin-right: 10px;
	color: var(--sidebar-color);
}
.user_name{
	color: var(--header-bg-color);
	font-weight:600;
}

@media screen and (min-width: 768px){
	.header {
		height: calc(var(--header-height) + 1rem);
		padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
	}
}

/* End Top Header Section */

/* Start Breadcrumb section */
.breadcrumb{
	padding: 8px 20px;
    list-style: none;
    background-color: #f5f5f5;
}
.breadcrumb>li {
    display: inline-block;
	
}
.breadcrumb>li a {
    color: #428bca;
    text-decoration: none;
}
.breadcrumb>li a {
    color: #428bca;
    text-decoration: none;
}
.breadcrumb>.active {
    color: #777;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
/* END Breadcrumb section */

/* Profile Dropdown */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin:36px 30px 0 0;
	border-top:4px solid var(--primary-color);
	
}
.dropdown-content a {
	color: black;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #097ee8;}
/* END Profile Dropdown */

/* Start Page Title  */
.MainPageTitle, .FailMessage{
    width:100%;
    height:fit-content;
    line-height:70px;
}
.MainPageTitle span{
    font-weight: 600;
    font-size: 20px;
}
.FailMessage h2{
    color: red;
    line-height: 2;
    padding: 10px 30px;
    text-align: justify;
}
/* END Page Title  */


/* Start Search Bar Title  */
.SearcBar{
    width: 100%;
    height: max-content;
    min-height: fit-content;
    display: inline-block;
    line-height:40px;
    margin-bottom:20px;
    background-color: var(--header-color);
    box-shadow: -1px 0px 2px #c1c1c1;
    padding-bottom: 18px;
}
.SelDropdwn select {
    font-size: 10px;
}
.InnerContent{
    clear:both;
    width:92%;
    margin:0 auto;
}
.SerchFilter{
    width:98%;
	line-height:70px;
}
.SelDropdwn, .TextArea{
    width:14%;
    float:left;
}

.SelDropdwn select{
    width: 90%;
    height:30px;
	background-color: var(--body-color);
	border: 1px solid gray;
	color: var(--text-color);
}
.TextArea input{
    width: 94%;
    height: 29px;
	padding-left: 6px;
	background-color: var(--body-color);
	border: 1px solid gray;
}
.TextArea{
    margin-right:22px;
}
.searchbtn{
    background-color: var(--primary-color-light);
    text-align: center;
    float: left;
    width: 4%;
    height: 28px;
    border: 0;
	margin-top:20px;
    color: #fff;
    cursor:pointer;
}

/* END Search Bar Title  */

/* Start Menu Section */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;  
}
/* ===== Sidebar ===== */
.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 190px;
    padding: 10px 14px;
    background: var(--header-bg-color);
    transition: var(--tran-05);
    z-index: 100;  
}
.sidebar.close{
    width: 40px;
}

/* ===== Reusable code - Here ===== */
.sidebar li{
    height: 50px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.sidebar leftNav .image,
.sidebar .icon{
    min-width: 60px;
    border-radius: 6px;
}

.sidebar .icon{
    min-width: 60px;
    border-radius: 6px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.sidebar .text,
.sidebar .icon{
    color: var(--sidebar-color);
    transition: var(--tran-03);
}

.sidebar .text{
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 1;
}
.sidebar.close .text{
    opacity: 0;
}
/* =========================== */

.leftNav{
    position: relative;
}

.leftNav .image-text{
    display: flex;
    align-items: center;
}
.leftNav .logo-text{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
.leftNav .image-text .name {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 600;  
}
.leftNav .image-text .profession{
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.leftNav .image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftNav .image img{
    width: 40px;
    border-radius: 6px;
}

.leftNav .toggle{
    position: absolute;
    top: 40%;
    right: -50px;
    transform: translateY(-50%) rotate(180deg);
    height: 40px;
    width: 40px; 
    color: var(--header-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: var(--tran-05);
}

body.dark .leftNav .toggle{
    color: var(--text-color);
}

.sidebar.close .toggle{
    transform: translateY(-50%) rotate(0deg);
}

.sidebar .menu{
    margin-left: -12px;
}
.text logo-text img{
    width:80%;
}

.sidebar li a{
    list-style: none;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    transition: var(--tran-03);
}

.sidebar li a:hover .icon,
.sidebar li a:hover .text{
    color: var(--sidebar-color);
}
body.dark .sidebar li a:hover .icon,
body.dark .sidebar li a:hover .text{
    color: var(--text-color);
}

.sidebar .menu-bar{
    height: calc(100% - 55px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
}
.menu-bar::-webkit-scrollbar{
    display: none;
}
.sidebar .menu-bar .mode{
    border-radius: 6px;
    /* background-color: var(--primary-color-light); */
    position: relative;
    transition: var(--tran-05);
}
.headSection{
    position: absolute;
    top: 0;
    left: 218px;
    height: 100vh;
    width: calc(100% - 221px);
    /* background-color: var(--body-color); */
    transition: var(--tran-05);
}

.home{
    position: absolute;
    top: 0;
    left: 218px;
    height: 100vh;
    width: calc(100% - 221px);
    /* background-color: var(--body-color); */
    transition: var(--tran-05);
}
.home .text{
	width:42%;
    font-size: 18px;
    font-weight: 500;
    color: var(--sidebar-color);
    padding: 12px 34px;
    /* background-color:  var(--primary-color-light); */
}
.sidebar.close ~ .home{
    left: 68px;
    height: 100vh;
    width: calc(100% - 68px);
}
body.dark .home .text, body.dark .MainContent{
    color: var(--text-color);
}
/* END Menu Section */

/* Main content */
.MainContent, .MainContent-NB{
    width:90%;
	margin: 0 auto 20px auto;
    height: fit-content;
    min-height: max-content;
	text-align:center;
	padding:16px 20px 40px;
	border:1px solid #dcdcdcde;
    margin-bottom: 100px;
	
}
.MainContent-NB{
	border:0;
	padding:0;
	width:96%;
}
table, .Payment table{
    width: 98%;
    min-width: fit-content;
    overflow-x:scroll;
    text-align:left;
	margin:0 auto;
}
.Payment table{
    width: 70%;
}
table, th, td {
	min-width:max-content;
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
    padding:6px 10px;
}
table td:first-child {
	width:50px;
	text-align:center;
	padding-left:0px;
}
tr:nth-child(even) {
	background-color: #bdbdbd12;
	line-height:28px;
	
}
.Payment table  td:first-child{
/* width: 50%; */
text-align: left;
    padding: 0 10px
}
.Payment table  td:nth-child(2){
    width: 30%;
    }
tr:nth-child(odd) {
	
	line-height:28px;
}
.Payment table tr:last-child { 
    background: #eaeaea;
    font-size: 20px;
    font-weight: 700;
 }
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.DashTbHead th{
    background-color: var(--primary-color);
	color:#fff;
    text-align:center;
}
.DashTbHead th{
    padding: 6px;
    font-size: 16px;
    font-weight: 400;
}
/* END Main content */

/* Start Footer Btn Section */
.FooterBtn{
    clear: both;
    width:100%;
    height:80px;
}
.Btn{
    width:6%;
    min-width:max-content;
    background-color: var(--primary-color);
    float: right;
    margin-right: 38px;
    padding: 10px;
    color: var(--sidebar-color);
    border: 0;
    cursor:pointer;
}
/* END Footer Btn Section */


/* Start Step Form */
.ProjectDetails table, .ProjectDetailsInfo table{
	width:88%;
	margin-bottom:10px;
}
.ProjectDetails table th{
	width:16%;
	background-color: #e5e5e5;
	
}
.ProjectDetails table td{
	width:25%;
	background-color:#fbfbfb;
}
.MutistepForm .step{
    display: none;
}
.step-header{
	margin-bottom:36px;
}
.MutistepForm .step-header .steplevel {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
	width: 30%;
    display: inline-block;
	font-size: 16px;
}
.MutistepForm .step-header .steplevel.active {
    font-weight: 600;
	
}
.MutistepForm .step-header .steplevel.finish {
    font-weight: 600;
    color: #009688;
}
.MutistepForm .step-header .steplevel::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #fa9300;
    border-radius: 50%;
    border: 3px solid #fa000029;
}
.MutistepForm .step-header .steplevel.active::before {
  background-color: #fa9300;
    border: 3px solid #fa000029;
}
.MutistepForm .step-header .steplevel.finish::before {
   background-color: #fa9300;
    border: 3px solid #fa000029;
}
.MutistepForm .step-header .steplevel::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}
.MutistepForm .step-header .steplevel.active::after {
    background-color: #fa9300;
}
.MutistepForm .step-header .steplevel.finish::after {
    background-color: #fa9300;
}
.MutistepForm .step-header .steplevel:last-child:after {
    display: none;
}
.DocSteps label, .ProfileDocSteps label{
	width: 18%;
    display: inline-block;
	margin:10px 0;
	text-align:left;
	/* background-color: var(--primary-color); */
	color:#000;
	padding: 6px;
}
.ProfileDocSteps label{
	width:70%;
	background-color:transparent;
	border:1px solid  var(--primary-color);
	color: var(--text-color);
}
.DocSteps input,.Inpcls{
	border: 1px solid #b1b1b1;
    padding: 4px;
    width: 40%;
    margin: 10px 3px;
	height: 24px;
	
}
.Inpcls{
	width:97%;
}
.Form-Row{
	width: 83%;
    margin: 0 auto;
    text-align: left;
   
    display: inline-block;
}
#dhoti_div{
    width: 82%;
    border: 1px solid #eed9a3;
    height: fit-content;
    min-height: 150px;
    margin-bottom: 20px;
}
#dhoti_div h3{
	font-size: 16px;
   color: red;
    margin-bottom: 0;
    padding: 0px;
    font-weight: 600;
    text-align: left;
    background-color:#faecc7;
    padding: 10px;

}
.DhotiOptions{
    background-color: #fdf7e7;
    width: 98%;
    display: inline-block;
    padding: 10px 9px 12px 9px;
}
.DhotiOptions select, .DhotiOptions input{
    border: 1px solid #eed9a3;
    width: 15%;
    height: 30px;
    outline: none;
}
.Form-Row  span, .DhotiOptions label{
    font-size: 18px;
}
.Add-Space{
    padding-top: 20px;
    /* display: block; */
    margin-top: 70px;
    line-height: 28px;
    border-top: 1px solid #000;
    border-top: 1px solid;
}
.Date, .Time{
	width: 48%;
    float: left;
    height: 34px;
	line-height: 35px;
    text-align: center;
	background: #eaeaea;
    margin: 5px;
    padding: 0 4px;
}
.Form-Col{
	width: 48%;
    float: left;
	height: 54px;
    line-height: 40px;
    background: #eaeaea;
    margin: 5px;
    padding: 0 4px;
}
.Date input{
	width:78%;
	border: 1px solid #b1b1b1;
	height:26px;
}
.StepBtn{
	width: fit-content;
    min-width: 12%;
	background-color:var(--primary-color);
	color:var(--sidebar-color);
	border:0;
    text-decoration: none;
	padding:6px;
	cursor:pointer;
}
.TC{
    margin-bottom: 10px;
}
/* END Step Form */


/* Start Dashboard Section */
.CountertRow, .ChartRow{
	width: fit-content;
    min-width: 100%;
	display:inline-block;
	margin:8px auto;
	padding: 0 10px;
	
}
.CountertRow span{
	font-size: 14px;
    text-align: left;
    width: 71%;
    display: inline-block;
}
.CountertRow h3{
	font-size: 22px;
    width: 56%;
}
.DashCounterHead, .DashCounterArea, .DashCounterProjects, .DashCounterAmount, .ChartPanel{
    width: fit-content;
    min-width: 21%;
    margin: 0px 8px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 12px 10px;
    float: left;
}
.DashCounterHead{
	background-color: #845adf50;
}
.DashCounterArea{
	background-color:#23b7e550;
}
.DashCounterProjects{
background-color:#26bf9450;
}
.DashCounterAmount{
background-color:#f5b84950;
}
.DashCounter:last-child{
	margin-right:0;
}
.ChartPanel{
	margin:10px;
	/* height:344px; */
	width: 47%;
    padding: 0;
	background:transparent;
}
.DashCounterHead i, .DashCounterArea i, .DashCounterProjects i, .DashCounterAmount i {
    border-radius: 50%;
    font-size: 1.80rem;
    width: 4rem;
    height: 4rem;
	line-height:56px;
    float: left;
}
.bg-primary, .bg-secondary, .bg-success, .bg-warning  {
    background-color: rgb( 132,90,223 );
	color: #fff;
}
.bg-secondary {
    background-color: rgb(35,183,229);
}
.bg-success {
    background-color: rgb(38,191,148);
}
.bg-warning {
    background-color: rgb(245,184,73);
}
.panel-success {
    border-color: #d6e9c6;
}
.Chart-Panel {
    margin-bottom: 20px;
    background-color: var(--sidebar-color);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}
.panel-success>.panel-heading {
	font-size:18px;
    color: #3c763d;
    background-color: var(--panel-success-bg);
    border-color: #d6e9c6;
}
.panel-primary>.panel-heading {
	font-size:18px;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
/* Start Chart Section */

/* END Start Chart Section */
#prioritychart, #nonpriority {
	width: 350px;
    max-width: 600px;
    display: block;
    height: 226px;
    padding: 10px 16px;
}

/* Prgress Bar Section*/
.ProgressBarBg{
    color: #000!important;
    background-color: #f1f1f1!important;
	margin:10px;
}

.Project1Progress {
	width: 25%;
    color: #fff!important;
    background-color: #4CAF50!important;
}
.Project2Progress {
	width: 50%;
    color: #fff!important;
    background-color: #f44336!important
}
.Project3Progress {
	width: 60%;
    color: #fff!important;
    background-color: #2196F3!important
}
.Project4Progress {
	width: 80%;
    color: #fff!important;
    background-color: #ffa500!important;
}
/* End Prgress Bar Section*/
.Order-No{
    margin: 14px;
    float: left;
}
.Order-Date{
	float:right;
	margin:12px;
}
/* END Dashboard Section */

.Order-No{
    margin: 14px;
    float: left;
}
.Order-Date{
	float:right;
	margin:12px;
}
.testOrderTitle{
    border: 2px solid red;
}

/* Start Profile Section */
.ProfileTitle{
	font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}
.ProfileTitle p{
	font-size:20px;
}

 .PropsalDetails, .ProfileEdocuments {
    width: 97.4%;
    color: #89817e;
    text-align: left;
    clear: both;
    display: inline-block;
    height: fit-content;
    min-height: max-content;
	padding: 10px 10px 10px 20px;
	/* background-color: var(--header-bg-color); */
}

.PersonalInfo{
	width:25%;
	margin-right: 26px;
	float:left;
}
.bio-graph-info{
	width:72%;
	display:inline-block;
	margin-bottom: 20px;
    background-color: #f0fefb;
	color: var(--text-color);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);

}
/* .PersonalInfo, .PropsalDetails { */
	/* background-color: var(--header-bg-color); */
/* } */
.PropsalDetails{
	margin:20px 0;
	border: 1px dashed var(--primary-color);
	height:fit-content;
	min-height:max-content;
}
.PropsalDetails p{
	margin-top: 10px;
	color: var(--text-color);
}

.PersonalInfo h3, .ProposalInfo h3, .PropsalDetails h3, .ProfileEdocuments h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px;
	color:var (--text-color);
}
.PropsalDetails h3{
	margin: -26px 0 0 0;
	background-color:var(--primary-color);
	color:var(--sidebar-color);
	width: fit-content;
    min-width: 20%;
	padding:4px;
}
.PersonalDetails{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
	text-align:left;
}
.PersonalDetails li a{
	border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;
    display: block;
}
.Email p, .Email span, .Mobile p, .Mobile span{
	font-size:18px;
}
.PersonalDetails> .bio-row{
	width: 30%;	
	border:0;
}
.PersonalDetails span{
	width:30%;
	display: inline-block;
}
.name p, .name span{
	font-size:24px;
	color:var(--primary-color-light);
}
.ProposalInfo{
    width: 100%;
    height: fit-content;
    display: inline-block;
    margin-bottom: 10px;
}
.ProposalInfo> .bio-row, .Prl-view-title{
	width:30%;
	background-color:var(--popup-bg-color);
	margin:6px;
	padding:8px;
}
 .Prl-view-title{
	 float:left;
	 }
.UserPhoto{
	background: var(--primary-color-light);
    color: #fff;
    padding: 30px;
    text-align: center;
}
.UserPhoto img{
	width: 100px;
    height: 100px;
    border-radius: 50%;
	vertical-align: middle;
}
.UserPhoto h4{
	font-size:20px;
	margin-top:4px;
	font-weight:300;
}
.PersonalDetails ul li {
	border-bottom: 1px solid #01705f;
    padding: 14px 10px;
	color: var(--text-color);
}
.PersonalDetails ul li:last-child{
	border:0;
}
.bio-graph-info h3{
	font-size:20px;
	font-weight:400;
	text-align:left;
	padding:10px;
}
.bio-row {
    width: 90%;
    float: left;
    padding:8px 14px;
	border-bottom:1px dashed #000;
    text-align: left;
	margin-left:22px;
}
 
.bio-row:last-child{
	border:0;
}

.bio-row p span {
    display: inline-block;
	font-weight:400;
}
.Doc{
	width:20%;
	float:left;
	margin-left:38px;
}
.add{
	width:50%;
	float:left;
}

/* END Profile Section */

/* Start Footer Section */
.footer{
clear: both;
position: fixed;
left: 0;
bottom: 0;
width:100%;
height:40px;
background-color:var(--primary-color-light);
color:#fff;
text-align:center;
line-height:38px;
}
.footer p{
	font-size:14px;
}
/* END Footer Section */

/* Dhoti Options CSS Starts */
.show_cls{
    display: block;
}

.hide_cls{
    display: none;
}


/* Dhoti Options CSS Ends */