/*=================================================================
	Basic Setup css
==================================================================*/
html {
    font-size: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
  font-size: 14px;
	color: #222222;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 20px;
}


@font-face{
  font-family: 'Poppins-Regular';
  src: url('./../Poppins/Poppins-Regular.ttf');
}

@font-face{
  font-family: 'Poppins-Medium';
  src: url('./../Poppins/Poppins-Medium.ttf');
}

@font-face{
  font-family: 'Poppins-SemiBold';
  src: url('./../Poppins/Poppins-SemiBold.ttf');
}

@font-face{
  font-family: 'Rubik-Medium';
  src: url('./../Rubik/Rubik-Medium.ttf');
}

@font-face{
  font-family: 'Rubik-Bold';
  src: url('./../Rubik/Rubik-Bold.ttf');
}

@font-face{
  font-family: 'Raleway-Bold';
  src: url('./../raleway/Raleway-Bold.ttf');
}



a,
a:active,
a:hover,
a:focus,
a:visited{
	text-decoration:none;
	/*background:transparent;*/
	outline:none;
	color:inherit;
}

/*a:hover{
	color: #663fb5 !important;
}*/

button:focus{
	outline:none;
}

li{
	/*list-style:none;*/
}

article,
figure,
footer,
header,
nav,
section{
	display:block
}

select:focus {
    outline-offset:0;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}





a:focus, a:hover {
    	text-decoration:none !important;
	}


.navbar {
    /*position: relative;*/
    min-height: 50px;
    margin-bottom: 20px;
    border: none;
}

.navbar-toggle {
  /*border: 2px solid #FFFFFF;*/
  color: #ffffff;
  background: #1b4e63;
}

.navbar-toggle .icon-bar {
    background: #fff !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.header-body {
  height: calc(100vh - 80px);
}

#form .input-group input[class="form-control"] {
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 17px;
  color:#222;
  padding:7px 12px;
  border-right-width:0;
}

#form .input-group select[class="form-control"] {
  border-radius:50px;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  font-size:17px;
  width:100px;
  color:#222;
  border-left-width:0;
}

.form-control:focus {
    border:1px solid #ccc !important;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 86, 33, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 2px rgba(0, 0, 0, .6) !important;
}

.form-group1 .form-control:focus {
    border:none!important;
    outline:0;
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
    border-bottom:1px solid brown !important;
}

/*.__vimabg{
  background-image:url(../img/backgroundbg.jpg);
  background:linear-gradient(100deg, rgba(34, 34, 34, 0.5) 50%, rgba(34, 34, 34, 0.5) 50%), url(../img/backgroundbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 96vh;
}*/


	


::-webkit-scrollbar{
	height: 7px;
	width: 7px;
}
::-webkit-scrollbar-track{
	border-radius: 50px;
	/*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);*/
}
::-webkit-scrollbar-thumb{
	border-radius: 1px;
	background-color: #a7a7a7;
}

/*=================================================================
  Dashboard Css
==================================================================*/


.leftbar{

  width: 100%;
  height: 100%;
  transition: all .6s ease;
  /*position: fixed;
  padding-top: 16px;
  left: 0%;
  top: 0%;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-right: 1px solid #eff3f2;
  width: 16.7%;
  height: 100%;
  transition: all .6s ease;
  overflow-y: scroll;
  overflow-x: hidden;*/
}

.leftbar::-webkit-scrollbar {
    width: 0px;
}
.leftbar i {
    float: left;
    padding: 4px;
}

/*.leftbar p {
  background-color: transparent;
  padding: 15px 20px;
  font-size: 15px;
  color: #969696;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 600;
  font-family: Poppins-SemiBold;
  margin-top:10px;
}*/

.activedashboard{
 /*background-color: #0f4c74 !important;*/
  color: #004aff !important;
  border-left: 3px solid #004aff;
  width: 100%;
  font-weight: 600 !important
}

.__leftbarimg{
  width: 29px;
}

.__dashlogoimg{
  padding: 10px 25px;
}
#openSidebar{
  display: none;
}
.maianer {
    padding: 10px 55px;
}
.biger{
  width: 35% ;
  transform: translate(0px) !important;
  z-index:1  !important;
  
}
img#closebtn {
    position: absolute;
    top: 3%;
    color: indianred;
    font-size: 21px;
    display: none;
    cursor: pointer;
    right: 5%;
    width: 15px;
}


/*hover on dropdown and drop*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    border-radius: 8px;
}
/*hover on dropdown and drop end*/

.__dashlia{
  background: #e3ebf1 !important;
  color: #1871ab !important;
  line-height: 1.38;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px !important;
  border-radius: 4px;
  margin-top: 11px;
}


.__dashnotif{
  color: #99a8cc !important;
  font-size: 26px;
  margin-top: 6px;
}

.__dashnotif sup{
  background: #d80e0e;
  color: #ffffff;
  border-radius: 50%;
  font-size: 8px;
  padding: 1px 4px;
  margin-left: -9px;
  top: -1.9em;
}

.__notf{
  background: #cccccc;
  padding: 10px 0;
}

.__notimg{
  width: 25px;
}

.__nothr{
  margin-top: 3px;
  margin-bottom: 3px;
}

.__notip{
  font-size: 15px;
  color: #333333;
  font-family: Poppins-Medium;
}


.__house {
  margin: 5% auto !important;
  /*width: 1066px !important;*/
  padding:0 25px;
}



.__dashnavbar{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-bottom: 0;
  border-radius: 0;
  position: fixed;
  width: 84%;
  z-index: 1030;
}



.__dashimg{
  width: 30px;
}

.__bemerch{
  border-radius: 4px;
  border: 1px solid #151dff;
  color: #151dff !important;
  padding: 10px 30px;
  margin-left: 15px;
  margin-top: 15%;
  font-family: Poppins-Medium;
}

.__bemercha {
    border-radius: 4px;
    border: 1px solid #151dff;
    color: #ffffff !important;
    background: #151dff;
    padding: 10px 30px;
    margin-left: 15px;
    margin-top: 15%;
    font-family: Poppins-Medium;
}

.__line:before {
    content: "";
    width: 2px;
    height: 33px;
    background-color: #99a8cc;
    right: 0;
    top: 11px;
    position: absolute;
}
/*end*/


/*li:before {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #386b02;
    left: 0;
    top: 5px;
    position: absolute;
}*/


/*hover on dropdown and drop*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
/*hover on dropdown and drop end*/


/*=================================================================
  Custom Css
==================================================================*/

.hidden1 {
  display:none;
}

.hidden2 {
  display:none;
}

.p-0{padding: 0;}

.p-1{padding: 1px;}

.p-5{padding: 5px;}

.pl-0{padding-left: 0;}

.pl-1{padding-left: 1px;}

.pl-5{padding-left: 5px;}


.pr-0{padding-right: 0px;}
.pr-1{padding-right: 1px;}
.pr-5{padding-right: 5px;}

.mt-2p{margin-top:2%;}

.mt-4p{margin-top:4%;}
.mt-5p{margin-top:5%;}

.__navbar{
  background: #ffffff;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.__logo{
  width: 97px;
  margin-top: -5px;
  max-height: 45px;
}

.__lia{
  border-bottom: 4px solid #1b4e63;
}

.__navlinka{
  line-height: 1.56;
  color: #1b4e63 !important;
  font-family: Poppins-SemiBold;
  padding-bottom: 21px !important;
}

.__navlink{
  line-height: 1.56;
  color: #1b4e63 !important;
  font-family: Poppins-Medium;
  padding-bottom: 21px !important;
}

.__navlinknotfi{
  margin-right: -28px;
  line-height: 1.56;
  color: #1b4e63 !important;
  font-family: Poppins-Medium;
  padding-bottom: 21px !important;
  font-size: 24px;
}

.__navlinknotfi sup {
    background: #d80e0e;
    color: #ffffff;
    border-radius: 50%;
    font-size: 8px;
    padding: 1px 4px;
    left: -30px;
    top: -1.9em;
}


.__line:before {
  content: "";
  width: 2px;
  height: 35px;
  background-color: #f5f5f5;
  left: 0;
  top: 7px;
  position: absolute;
}

.__navlinkbtn {
    background: #1b4e63 !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 8px 40px !important;
    font-family: Poppins-Medium;
    line-height: 1.5;
    margin-top: 7px;
}

.__navlinkbtn-outline {
  background: #ffffff !important;
  color:  #1b4e63 !important;
  border-radius: 4px;
  padding: 8px 40px !important;
  font-family: Poppins-Medium;
  line-height: 1.5;
  margin-top: 7px;
}

.text-white {
  color:#fff !important
}

.btn-close2 {
  /* border: none;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #4AAE9B;
  background: transparent; */

  

  border: none;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #1b4e63;
  background: #f9f5f5;
  height: 24px;
  margin-top: 36px;
  right: 10px;
}

.p8{
  padding:40px !important
}

.socials-group {
  float:right
}

.btn-close {
  border: none;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #1b4e63;
  background: #f9f5f5;
  height: 32px;
  font-size: 18px;
  margin-top: 50px;
  right: 7px;
}
.__dasminp {
  /* background-image: url(../img/dasims.svg); */
  background-position: 3%;
  background-repeat: no-repeat;
  font-size: 13px;
  padding-left: 35px;
  border-color: #33333317;
  /* border-color: #f1f8ff; */
  /* background-color: #f1f8ff; */
  background-color: #ffffff33;
  color: #333333;
  /* border-radius: 16px; */
  box-shadow: inset 0 1px 1px #33333317;
  border: 1px solid #33333317;
  min-width: 400px !important;
}

.__dasminpb {
  /* background-image: url(../img/dasims.svg); */
  background-position: 3%;
  background-repeat: no-repeat;
  font-size: 13px;
  padding-left: 35px;
  border-color: #33333317;
  /* border-color: #f1f8ff; */
  /* background-color: #f1f8ff; */
  background-color: #ffffff33;
  color: #333333;
  /* border-radius: 16px; */
  box-shadow: inset 0 1px 1px #33333317;
  border: 1px solid #33333317;
  width: 350px !important;
}
.__dasminp2 {
  /* background-image: url(../img/dasims.svg); */
  background-position: 3%;
  background-repeat: no-repeat;
  font-size: 13px;
  padding-left: 35px;
  border-color: #33333317;
  /* border-color: #f1f8ff; */
  /* background-color: #f1f8ff; */
  background-color: #ffffff33;
  color: #333333;
  /* border-radius: 16px; */
  box-shadow: inset 0 1px 1px #33333317;
  border: 1px solid #33333317;
  min-width: 400px !important;
}

.__dasminp:focus {
  border: 1px solid #33333317 !important;
  box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.09), 0 0 2px rgba(51, 51, 51, 0.09) !important;
}


.__dasminpin {
  background-image: url(../img/dasims.svg);
  background-position: 3%;
  background-repeat: no-repeat;
  font-size: 13px;
  padding-left: 23px;
  border-color: #33333317;
  background-color: #ffffff33;
  color: #333333;
  /* border-radius: 16px; */
  box-shadow: inset 0 1px 1px #33333317;
  border: 1px solid #33333317;
}

.badge {

  background: #b6dcef;
  color: #1b4e63;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  position: relative;
  top: 0;
  left: 0;
  width: 22px;
  margin:5px auto ;
  background-image: url(../img/003-followers.svg);
}


/*.__dasminp {
  padding-left: 35px;
  border-color: #33333317;
  width: 400px !important;
  box-shadow: inset 0 1px 1px #33333317;
  border: 1px solid #33333317;
}*/
.__dasminpin:focus {
  border: 1px solid #33333317 !important;
  box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.09), 0 0 2px rgba(51, 51, 51, 0.09) !important;
}

/* .__accordion2 {
  font-size: .9em;
  padding: 0px 5px;
  background: #f5f4f4;
  display: inline-block;
  margin-left:10px;
  border-radius: 33px;
  color: #999;
  border: solid #eaeaea 1px;
} */

/* .__accordion2{
  font-size: 10px;
    padding: 0px 5px;
    background: #f2f9ff;
   
    display: inline-block;
    margin-left: 10px;
    border-radius: 2px;
    color: #337ab7;
    border: solid #9fd3ff 1px;

    
} */

.mb4{
  margin-bottom: 20px
}

.ml4{
  margin-left: 20px
}
.__accordion2 {
  font-size: 10px;
  padding: 0px 5px;
  background: #f2f9ff;
  /* display: table; */
  display: inline-block;
  margin-left: 10px;
  border-radius: 2px;
  color: #8cadb2;
  color: #457b84;
  /* border: solid #8fb0b5 1px; */
  border: solid #d8eff3 1px;
  font-family: "Poppins-Medium";
}

.__accordion3 {
  font-size: 10px;
    padding: 0px 5px;
    /* background: #337ab7; */
    background: #85bdbd;
    /* display: table; */
    display: inline-block;
    margin-left: 10px;
    border-radius: 2px;
    color: #fff;
    border: solid #9fd3ff 1px;
  /* font-size: .9em;
  padding: 0px 5px;
  display: inline-block;
  margin-left:10px;
  border-radius: 33px;
  border: solid #eaeaea 1px;
  background:#999;
  color:#f5f4f4; */

}

.__accordion2:hover {
  background: #457b84;;
  color:#f5f4f4;
  cursor: pointer;
  transition: 0.4s;
  /* background-color: transparent;
  color:#1b4e63 !important;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-family: Rubik-Medium; */
}

.__dashimg {
  width: 30px;
  margin-top: -5px;
}

.__profcard{
  border-radius: 4px;
  border: 1px solid rgba(27, 78, 99, 0.08);
  background: #ffffff;
}

.__probg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 114px;
  padding: 16px;
  border-radius: 4px 4px 0 0;
}

.__probg2{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 218px;
  padding: 16px;
  border-radius: 4px 4px 0 0;
  /* margin-top: 20px;
  margin-left:4px */
}

.__proflimg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  border: 4px solid #ffffff;
}

.__profp{
  font-size: 15px;
  color: #ffffff;
  padding-top: 29px;
  line-height: 1.5;
  font-family: Poppins-Medium;
}

.__profp1{
  font-size: 10px;
  color: #ffffff;
}

.__pcardi{
  padding: 20px 15px;
}

.__pcard2{
  padding: 20px 15px;
  color:#1b4e63
}

.view-more{ position: absolute; font-size: .8em;color: #1b4e63 ;margin-top: 15px;font-weight:bold}
 
.__profpo{
  font-size: 12px;
  line-height: 1.5;
  /* color: #0000009e; */
  color: #789090;
  font-family: Poppins-Medium;
}
.__profpo1{
  font-size: 16px;
  line-height: 1.56;
  color: #1b4e63;
  font-family: Poppins-Medium;
}
.__profpo2{
  font-size: 8px;
  line-height: 1.5;
  color: #cccc00;
  font-family: Poppins-Medium;
  margin-top: -3px;
}

.__profpo3{
  font-size: 8px;
  line-height: 1.5;
  color: #0000009e;
  font-family: Poppins-Medium;
  margin-top: -3px;
}

.__profpo3:before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #1b4e63;
  left: 30px;
  top: -16px;
  position: absolute;
}


.__profpo4{
  font-size: 8px;
  line-height: 1.5;
  color: #0000009e;
  font-family: Poppins-Medium;
  margin-top: -3px;
}

.__profpo4:before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #1b4e63;
  left: 37px;
  top: -16px;
  position: absolute;
}

.__profpo5{
  font-size: 8px;
  line-height: 1.5;
  color: #0000009e;
  font-family: Poppins-Medium;
  margin-top: -3px;
  text-align: center;
}

.__progress{
  position: relative;
  height: 6px;
  border-radius: 8px;
  background: #f5f5f5;
  margin-bottom: 0;
  margin-top: 6px;
}
.__procolo{
  background:#1b4e63;
  width: 20%;
}

.__st{
  color: #cccc00;
}

.__procha{
  background: #1b4e63;
  color: #e8e8e8 !important;
  padding: 6px 20px;
  margin-top: 40px;
}

.__profcardd{
  border-radius: 4px;
  border: 1px solid rgba(27, 78, 99, 0.08);
  background: #ffffff;
  padding: 20px 15px;
  margin-top: 5%;
}

.__proja{
  font-size: 16px;
  line-height: 1.56;
  color: #1b4e636b;
  font-family: Poppins-Medium;
}

.__proja1{
  font-size: 13px;
  line-height: 1.21;
  /* color: #000000; */
  color:#0b3546 !important;
  font-family: Rubik-Medium;
  margin-top: 20px;
}

.__proja2{
  font-size: 12px;
  line-height: 1.21;
  color: #0000003d;
  margin-top: 15px;
}

.__projhr{
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #0000000d;
}

.__midcard{
  background: #ffffff;
  border-radius: 4px;
  padding: 23px 15px 4px;
}

.__midimg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 40px;
  height: 40px;
  background: #1b4e63;
  border-radius: 50%;
}


.__forminpimg {
  position: absolute;
  left: 86%;
  top: 10px;
}

.__forminp {
  border-color: #33333317;
  box-shadow: inset 0 1px 1px #33333317;
  border: 1px solid #33333317;
  padding: 6px 45px 6px 12px;
  height: 50px;
  margin-left: -11px;
  margin-top: -5px;
}
.__forminp:focus {
  border: 1px solid #33333317 !important;
  box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.09), 0 0 2px rgba(51, 51, 51, 0.09) !important;
}

.__midcardd{
  background: #ffffff;
  border-radius: 4px;
  border:1px solid rgba(27, 78, 99, 0.08);
  /* padding: 15px; */
  padding:24px;
  margin-top: 3%;
  margin-left:0px;
  margin-right:0px
}

.metrics-user{
  display: flex !important
}

.dropdown-menu>li>a{
  font-size: 12px !important
}

.__drpup {
  float: right;
  z-index: 1000 !important;
  right: 14px;
  /* margin-top: 5px; */
  margin-top: -3px;
  /* margin-top: -35px; */
  position: absolute
}

.__midcardd:hover{
  background: #fbffff;
  /* border-radius: 4px;
  border:1px solid rgba(27, 78, 99, 0.08);
  padding: 15px;
  margin-top: 3%; */
}

/* #fbffff */
.__midimgp{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 70px;
  height: 70px;
  background: #1b4e63;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
.__midimgp-comment{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 30px;
  height: 30px;
  background: #1b4e63;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.__midimgp2{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    width: 120px;
    /* height: 80px; */
    background: #1b4e63;
    /* margin:5px; */
    /* border-radius: 50%; */
    /* border: 1px solid #b6bec1; */
    /* border: 1px solid #f1efef; */
}

.__midimgp3{
  padding: 15px;
  /* border-radius: 50%; */
  background: #fff;
  /* background: #f5f5f5; */
  vertical-align: middle;
  margin-left:15px;
  display: flex;
  align-items: center;
  margin: 10px;
  /* border-radius: 50%; */
  width: 150px;
  height: auto;
  /* background-color: #fff; */
  overflow: hidden;
  /* filter: grayscale(100%); */
  /* -webkit-filter: grayscale(100%); */
}

.__pos-rel{
  position: relative;
}

.__imgline{
  width: 3px; 
  height:100%;
  background: #1b4e6314; 
  z-index: 0; 
  position: absolute;
  left: 9%;
}

/*.__imgline{
  width: 1px !important;
  border: 1.5px solid rgba(27, 78, 99, 0.08);
  height: 264px;
  margin: 2px auto;
}*/

.__midimgpd{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 40px;
  height: 40px;
  background: #1b4e63;
  border-radius: 50%;
  margin-left: 16px;
  border: 3px solid #ffffff;
}

.__grname{
  font-size: 16px;
  line-height: 1.19;
  font-family: Rubik-Medium;
  margin-top: 6%;
}

.__grbtn{
  color: #1b4e63 !important;
  border: 1px solid #1b4e63;
  line-height: 1.3;
  font-family: Poppins-Medium;
  float: right;
  margin-top: 17px;
  font-size: 10px
}

.__grbtn2{
  background: #1b4e63 !important;
  border: 1px solid #1b4e63;
  line-height: 1.3;
  font-family: Poppins-Medium;
  float: right;
  margin-top: 17px;
  font-size: 10px;
  color:#fff !important
}

.__grbtn3{
  background: #f5f5f5 !important;
  border: none;
  line-height: 1.5;
  font-family: Poppins-Medium;
  float: right;
  margin-top: 6px;
  color:#777777 !important;
  font-size: .8em;
}

.__tags{
  font-size: 12px;
  line-height: 1.5;
  color: rgba(27, 78, 99, 0.32);
  font-family: Poppins-Medium;
  display:inline-grid;
}

.__tags-report{
  font-size: 12px;
  line-height: 1.5;
  color: rgba(27, 78, 99, 0.32);
  font-family: Poppins-Medium;
  /* display:inline-grid; */
}
.__tags2{
  font-size: 13px;
  line-height: 1.5;
  color: rgba(27, 78, 99, 0.32);
  font-family: Poppins-Medium;
  display:inline-grid;
  position: absolute;
  left:-21px

}

.__constru{
  font-size: 16px;
  line-height: 1.19;
  font-family: Rubik-Medium;
  margin-top: 6%;
}

.__constru1{
  font-size: 12px;
  line-height: 1.5;

}

/* .__construb{
  font-size: 16px;
  line-height: 1.19;
  font-family: Rubik-Medium;
  margin-top: 8%;
  color: #021219
} */

.__construb {
  font-size: 16px;
  line-height: 1.19;
  font-family: Rubik-Medium;
  margin-top: 8%;
  color: #021219;
  margin-bottom: 20px;
}

/* .__constru1b{
 
  line-height: 1.5;
  color:#58717b;
  margin-top:20px;
  margin-bottom: 20px

} */

.__constru1b {
  /* font-size: 18px; */
  line-height: 1.5;
  color: #58717b;
  margin-top: 49px;
  margin-bottom: 20px;
  padding-top: 8px
}

.__constru1b:hover{
  /* font-size: 18px; */
  line-height: 1.5;
  color:#2b4f5e;
  /* margin-top:20px;
  margin-bottom: 20px */

}
.__constru2{
  font-size: 12px;
  line-height: 1.5;
  background: #f5f5f5;
  margin: 10px;
  display: inline-block;
  padding: 10px;
  border-radius: 5px
}

.__repot{
  font-size: 8px;
  color: #1b4e63;
  font-family: Poppins-Medium;
  margin-bottom: 0;
}


.__trackus{
  color: #1b4e63;
  line-height: 1.5;
  font-family: Poppins-Medium;
  margin-top: 10px;
}

.__midimgmid{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 106px;
  background: #1b4e63;
  border-radius: 4px;
  margin-top: 5px;
}


.__leftcard{
  border-radius: 4px;
  border: 1px solid rgba(27, 78, 99, 0.08);
  /* background: #ffffff; */
  background: #f6fbfd;
  padding: 20px 15px 44px;
}

.ltg{
  background:#f6fbfd !important
}
hr.lfs{
  margin-top:42px
}
/*accordaion*/
.__accordion, .__accordion-sub {
  background-color: transparent;
  color: #000000;
  cursor: pointer;
  padding: 14px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  line-height: 1.21;
  /*font-weight: 600;*/
  transition: 0.4s;
  font-family: Rubik-Medium;
  margin-left:8px
}
.__active, .__accordion:hover {
  background-color: transparent !important;
  color: #1b4e636b;
}
.__accordion:after {
  content: '\002B';
  color: rgba(27, 78, 99, 0.62);
  font-weight: bold;
  float: right;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  padding-left: 4px;
  margin-right: 15px
}
.__accordion-sub:after {
  content: '\2212';
  color: rgba(27, 78, 99, 0.62);
  font-weight: bold;
  float: right;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  padding-left: 4px;
  margin-right: 15px
}
.__active:after {
  content: "\2212";
}
.panel {
  /*padding: 0 18px;*/
  padding: 0;
  background-color: white;
  /* max-height: 0; */
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #bbb9b90d;
    border-radius: 0;
  margin-bottom: 0;
      box-shadow: none;
}

.__firspa{
  color: #1b4e63;
  line-height: 1.21;
  font-size:12px;
  font-weight: 600;
}

.__firsp{
  color: #000000;
  line-height: 1.21;
  font-size:12px;
}

.__leftcardd{
  border-radius: 4px;
  border: 1px solid rgba(27, 78, 99, 0.08);
  background: #ffffff;
  padding: 20px 15px;
  margin-top: 5%;
}

.__leftimg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 40px;
  height: 40px;
  background: #1b4e63;
  border-radius: 50%;
}

.__leftn{
  line-height: 1.21;
  color: #000000;
  font-family: Rubik-Medium;
  margin-top: 2px;
  margin-top: 5px;
  margin-left: 5px;
}

.__leftn1{
  font-size: 10px;
  line-height: 1.6;
  color: rgba(27, 78, 99, 0.32);
  font-family: Rubik-Medium;
}

.__sup{
  top: -4.4em;
  left: 30px;
  color: #47bb7f;
}

.__supb{
  top: -6.3em;
  left: 56px;
  color: #47bb7f;
}

.__sup1{
  top: -4.4em;
  left: 30px;
  color: #cccc00;
}

.__sup1b{

    top: -6.3em;
    left: 56px;
    color: #cccc00;
}

.load-more {
  text-align: center;
  padding:15px;
  color:#fff
}

.comm-twt-titl{
  font-family: 'Poppins-Medium';
  color: #1b4e63 !important;
}

.close{
  text-shadow: 0 1px 15px #fff;
}

.load-more i {
  padding:5px;
}

.load-more-btn {
    color: #fff !important;
    background-color: #1b4e63 !important;
    border-color: #1b4e63 !important;
    font-size:14px !important
}
.__proffbtn{
  color: #1b4e63 !important;
  border: 1px solid #1b4e63;
  line-height: 1.5;
  font-family: Poppins-Medium;
  float: right;
  margin-top: 6px;
}

.__becham{
  font-size: 18px;
  color: #1b4e63;
  line-height: 1.5;
  font-family: Poppins-Medium;
}

.__chamcard{
  background: #fcfcfc;
  border:1px solid rgba(27, 78, 99, 0.08);
  border-radius: 4px;
  padding: 23px 30px 70px;
  margin-top: 2%;
}

.__step{
  font-size: 16px;
  line-height: 1.56;
  color: #1b4e63;
  font-family: Poppins-Medium;
}

.form-control {
  border-color: rgb(230, 238, 241) !important
  /* border-color: rgb(255, 255, 255) !important */
}
.__stepform {
  height: 46px;
  /* background:rgba(145, 145, 145, 0.16); */
  /* background:rgb(230, 238, 241); */
  background:rgba(230, 238, 241, 0.39)
}


.__stepl{
  font-size: 15px;
  line-height: 1.19;
  color: rgba(0, 0, 0, 0.8);
  font-family: Rubik-Medium;
  margin: 3% 0;
}

.__stepbtn{
  border: 1px solid #1b4e63;
  font-size: 16px;
  line-height: 1.56;
  color: #1b4e63 !important;
  font-family: Poppins-Medium;
  margin-top: 35px;
}

.__stepbtn1{
  font-size: 16px;
  line-height: 1.56;
  background: #1b4e63;
  color: #ffffff !important;
  font-family: Poppins-Medium;
  margin-top: 35px;
}

/*image upload*/
.__uploadimg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 150px;
  border-radius: 5px;
}


.__custom-file-input
{
  background:  #9191912a;
  /*border: 1px dashed black;*/
  width: 100%;
  height: 150px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  padding: 0;
}

.__custom-file-input label
{
  cursor: pointer;
  position: absolute;
  font-weight: normal;
  top:50%;
  transform: translate(-53%,-45%);
  z-index:10;  
  color: #919191;
  
}

.__custom-file-input i
{
  font-size: 26px;
}

.__custom-file-input input
{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.__custom-file-input img
{
  position: absolute;
  width:100%;
  height: 100%;
  left: 0;
  top:0;
}

.__bsuc{
  font-size: 20px;
  line-height: 1.2;
  font-family: Rubik-Medium;
  margin-top: 5%;
}

.__bsuc1{
  line-height: 1.5;
  color: #00000091;
}

.__bsuc2{
  line-height: 1.21;
  color: #1b4e63;
  font-family: Rubik-Medium;
  margin-top: 5%;
}

.__bsucbtn{
  background: #1b4e63;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.56;
  padding: 6px 17%;
  margin-top: 5%;
}

.modal {
  background: rgba(0, 0, 0,0.72);
}

.__modal-dialog {
  width: 636px;
  margin: 68px auto;
}

.__close {
  float: none;
  border: 2px solid !important;
  border-radius: 134%;
  padding: 6px 9px !important;
  position: absolute;
  top: -20px;
  color: #ffffff;
  opacity: unset;
  margin-left: 0%;
}
}

.__modal-body {
  padding: 50px 15px;
}

.__modimg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 120px;
  height: 120px;
  background: #1b4e63;
  border-radius: 50%;
  margin: 0 auto;
}

.__modal-dialog1 {
  width: 444px;
  margin: 68px auto;
}

.__close1 {
  float: none;
  border: 1px solid !important;
  border-radius: 50%;
  padding: 0px 5px !important;
  position: absolute;
  top: -28px;
  color: #ffffff;
  opacity: unset;
  margin-left: 96%;
}

.__modal-body1 {
  padding: 20px 15px;
}

.__levelp{
  font-size: 16px;
  line-height: 1.19;
  font-family: Rubik-Bold;
}

.__levelp1{
  font-size: 16px;
  line-height: 1.19;
  font-family: Rubik-Medium;
}

.__levelp2{
  font-size: 16px;
  line-height: 1.19;
  color: #cccc00;
  font-family: Rubik-Medium;
}

.__levhr{
  margin-top: 2px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #0000000d;
}

.search-highlight{
  background: #f2f9ff;
  padding: 2px 7px;
  border-radius: 9px;
  color: #1b4e63;
}

.__trakp{
  font-size: 16px;
  line-height: 1.56;
  /* color: rgba(27, 78, 99,0.62); */
  color: #1b4e63;
  font-family: Poppins-Medium;;
}

/* .sub-search{
  margin-left: 0px;
  margin-right: 0px;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top:-31px;
  border-left: 1px solid #33333317;
  border-right: 1px solid #33333317;
  border-bottom: 1px solid #33333317;
  padding-left:10px;
  position: absolute;
  z-index: 99999999;
  width: 400px;



box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
0 2px 2px rgba(0,0,0,0.12), 
0 4px 4px rgba(0,0,0,0.12), 
0 8px 8px rgba(0,0,0,0.12),
0 16px 16px rgba(0,0,0,0.12);
} */


.sub-search {
  margin-left: 0px;
  margin-right: 0px;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -31px;
  /* border-left: 1px solid #33333317; */
  /* border-right: 1px solid #33333317; */
  /* border-bottom: 1px solid #33333317; */
  /* padding-left: 10px; */
  position: absolute;
  /* border-radius: 5px; */
  z-index: 99999999;
  /* width: 400px; */
  width: 500px;
  /* height: 200px; */
  box-shadow: 0 3px 24px 0 rgba(0,0,0,0.16)
  /* box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.16); */
  /* box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12); */
}

.effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.no-comment{
  font-size:10px;
  line-height:19px
}

.__trcimg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 4px;
  height: 205px;
  /* background-color:#143644 */
  background-color:#dde9ef;
  background-image: url('../img/noimage.svg')
}

.__prob{
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  font-family: Poppins-SemiBold;
}

.__prob1{
  
    font-size: 12px;
    line-height: 1.7;
    color: #000000;

}

.__prob1b{
 
    font-size: 12px;
    line-height: 2.0;
    color: #789090
}

.__prob2{
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  font-family: Poppins-SemiBold;
}

.__prob3{
  font-size: 12px;
  color: #47bb7f
}

.__prob3in{
  font-size: 12px;
  color: #cccc00;
}

.__prob3nt{
  font-size: 12px;
  color: #cc3939;
}

.__trimg{
  margin-top: -4px;
}

.__viewcard{
  border-radius: 4px;
  border: 1px solid rgba(27, 78, 99, 0.08);
  background: #ffffff;
}

.__viewcardin{
  padding: 20px 15px;
}

.__viewcardd{
  border-radius: 4px;
  border: 1px solid rgba(27, 78, 99, 0.08);
  background: #ffffff;
  padding: 20px 15px;
  margin-top: 5%;
}

.__pstage{
  font-size: 14px;
  line-height: 1.21;
  color: #000000;
  font-family: Rubik-Medium;
}

.__imgline1{
  width: 3px; 
  height:100%;
  background: #1b4e6314; 
  z-index: 0; 
  position: absolute;
  left: 7%;
}

.__vmidcard{
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(27, 78, 99, 0.08);
  padding: 15px;
}

.__inputactiv{
  background: #91919129;
  border-color: #33333317;
  box-shadow: inset 0 1px 1px #33333317;
  border: 1px solid #33333317;
  height: 40px !important;
  margin-left: -11px;
}

.__inputactiv:focus {
  border: 1px solid #33333317 !important;
  box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.09), 0 0 2px rgba(51, 51, 51, 0.09) !important;
}

.__btnshow{
  /*margin-top: 10px;*/
 /* display: none;    */
  background-color: #1b4e63;
  color: #ffffff !important;
  transition: all 0.4s ease-in;
  border-radius: 0 4px 4px 0;
  margin-left: -17% !important;
  padding: 9px 12px;
}


.__pline{
  width: 2px; 
  height:100%;
  background: #1b4e6314; 
  z-index: 0; 
  position: absolute;
  right: 11%;
  /*width: 1px !important;
  border: 1px solid rgba(27, 78, 99, 0.08);
  height: 21px;
  margin: 0 auto 0 9px;*/
}

.arc g path
{
    opacity: 0.6;
    transition: opacity 0.2s ease-in-out ;
    will-change: opacity;
}

.arc g path.full
{
    opacity: 1;
}

.__pie-section
{
    margin: 30px auto;

}

.bars{
  margin-top: 30px
}

.stat
{
    margin: 12px auto;
    transition: opacity 0.3s ease-in-out ;
    will-change: opacity;
}

.flex
{
    display: flex ;
    justify-content: space-between ;
    margin: 15px 0 10px 
}

.faded
{
    opacity: 0.3;
}

.__progress
{
    border-radius: 6px;
    height:12px;
    overflow: hidden;
}

.__progress .progress-bar
{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.__pie-tooltip
{
    color:#fff;
    position: absolute;
    display: inline-block;
    font-size:1.5em;
    text-shadow: 2px 2px 2px #000;
}

.chart {
  padding: 20px 100px 50px 0px
}

.chart p {
  /* text-align: right; */
  /* padding-left: 30px */
}

.__proj-summ
{
    margin-top:32px;
}

.__vhr{
  margin-top: 8px;
  border-top: 2px solid #eee;
}

.__amt{
  font-size: 13px;
  line-height: 1.21;
  color: #000000;
  font-family: Rubik-Medium;
}

.__amt1{
  font-size: 13px;
  line-height: 1.21;
  color: #000000;
}

.__amtbtn{
  color: #1b4e63 !important;
  border: 1px solid #1b4e63;
  font-family: Poppins-Medium;
}

.__amtbtn1{
  background:#1b4e63;
  color: #ffffff !important;
  border: 1px solid #1b4e63;
  font-family: Poppins-Medium;
}

.__tel{
  font-size: 12px;
  line-height: 1.5;
}

.__tel span{
  font-weight: 600;
  font-family: Poppins-Medium;
}

.__daslogo{
  width: 50px;
  opacity: 0.20;
  margin-top: 5%;
}

.__pdate{
  line-height: 1.5;
  font-family: Poppins-Medium;
  margin-top: 10px;
}

.__pdate1{
  font-size: 12px;
  line-height: 1.17;
  color: rgba(0, 0, 0, 0.32);
  font-family: Rubik-Medium;
  position: absolute;
  margin-top: 6px;
  margin-left: -40%;
}

.__pdate2{
  font-size: 12px;
  line-height: 1.17;
  color: rgba(0, 0, 0, 0.32);
  font-family: Rubik-Medium;
  margin-top: 18vh;
}

.__pdate3{
  font-size: 12px;
  line-height: 1.17;
  color: rgba(0, 0, 0, 0.32);
  font-family: Rubik-Medium;
  margin-top: 40vh;
}

.__pvisit{
  font-size: 16px;
  line-height: 1.19;
  font-family: Rubik-Medium;
  margin-top: 10px;
}

.__loimg{
  border: 3px solid #ffffff;
}

.__locateline{
  width: 2.5px;
  height: 100%;
  background: #1b4e634a;
  z-index: 0;
  position: absolute;
  left: 23.4%;
}


/*.__locateline1 {
  width: 2.8px;
  height: 100%;
  background: #1b4e634a;
  z-index: 0;
  position: absolute;
  left: 24.8%;
}*/

.__sithr{
  margin-top: 6px;
  margin-bottom: 15px;
  border: 0;
  border-top: 2px solid #0000000d;
}

.__repbg{
  background:linear-gradient(100deg, rgba(34, 34, 34, 0.5) 50%, rgba(34, 34, 34, 0.5) 50%), url(../img/repbg.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 200px;
}

.__repimg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 160px;
  height: 160px;
  background: #ffffff;
  border-radius: 50%;
  border: 6px solid #ffffff;
  margin-top: -113px;
}

.__editbtn{
  background: #1b4e63;
  color: #e8e8e8 !important;
  padding: 6px 45px;
}

.__userprofp{
  font-size: 18px;
  color: #000000;
  /*padding-top: 17px;*/
  line-height: 1.5;
  font-family: Poppins-Medium;
}

.__reports{
  color: #000000 !important;
  opacity: 0.62;
  line-height: 1.56;
  font-size: 12px;
  font-family: Poppins-Medium;
  cursor: pointer;
}

.__reportsa{
  color: #1b4e63 !important;
  line-height: 1.56;
  font-size: 12px;
  border-bottom: 4px solid #1b4e63;
  padding-bottom: 12px;
  font-family: Poppins-Medium;
  cursor: pointer;
}

.__ffimg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 80px;
  height: 80px;
  background: #1b4e63;
  border-radius: 50%;
  margin: 0 auto;
}

.__ffp{
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-family: Poppins-Medium;
  margin-top: 5%;
}

.__ffp1{
  font-size: 10px;
  line-height: 1.1;
  color: #1b4e63;
  font-weight:bold;
  text-indent: 0vmax;
  /* background: #cfe7f9; */
  border-radius: 6px;
  padding: 2px 8px;
  display:block;
  margin: auto 30%
}

.__ffbtn{
  line-height: 1.5;
  padding: 4px 12px;
  color: #1b4e63 !important;
  border: 1px solid #1b4e63;
  font-family: Poppins-Medium;
  margin-top: 16px;
}

.__ffbtn1{
  line-height: 1.5;
  padding: 4px 12px;
  color: #1b4e63 !important;
  border: 1px solid #1b4e63;
  font-family: Poppins-Medium;
  margin-top: 40px;
}
.__ffbtn2{
  background: #1b4e63 !important;
  border: 1px solid #1b4e63;
  line-height: 1.3;
  font-family: Poppins-Medium;
  margin-top: 17px;
  font-size: 10px;
  color:#fff !important;
  padding: 4px 12px;
}

.__ffbtn3{
  line-height: 1.3;
  padding: 4px 12px;
  color: #1b4e63 !important;
  border: 1px solid #1b4e63;
  font-family: Poppins-Medium;
  margin-top: 17px;
  font-size: 10px;
  /* display: block; */
  /* background-color:#fff !important */
}
.__uffbtn{
  line-height: 1.5;
  padding: 4px 12px;
  background: #1b4e63;
  color: #ffffff !important;
  border: 1px solid #1b4e63;
  font-family: Poppins-Medium;
  margin-top: 16px;
}

.__uffbtn1{
  line-height: 1.5;
  padding: 4px 12px;
  background: #1b4e63;
  color: #ffffff !important;
  border: 1px solid #1b4e63;
  font-family: Poppins-Medium;
  margin-top: 40px;
}

.table-responsive {
  min-height: .01%;
  overflow-x: unset;
}

.table{
  border-color: rgba(27, 78, 99, 0.16);
}

.table>tbody>tr>td {
  /* padding: 22px 8px;
  width: 258px;
  display: inline-block; */

  padding: 22px 8px;
  width: 224px;
  margin: 10px;
  display: inline-block;
  vertical-align: middle

}



  
.__modal-dialog1p {
  width: 575px;
  margin: 20px auto;
  overflow: scroll;
}

.__modal-dialog1p2 {
  width: 300px;
  margin: 30px auto;
  /* overflow: scroll; */
  height: 350px;
}


/*image upload edit profile*/
.__uploadimgp{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 157px;
  border-radius: 50%;
}



  .__custom-file-inputp
{
  background: #9191912a;
  /* border: 1px dashed black; */
  width: 100%;
  height: 156px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  padding: 0;
  border-radius: 50%;
  margin-top: -82px;
  height: 100px;
  width: 100px;

}

.__custom-file-inputp label
{
  cursor: pointer;
  position: absolute;
  font-weight: normal;
  top:50%;
  transform: translate(-53%,-45%);
  z-index:10;  
  color: #fff;
  
}

.__custom-file-inputp i
{
  font-size: 26px;
}

.__custom-file-inputp input
{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.__custom-file-inputp img
{
  position: absolute;
  width:100%;
  height: 100%;
  left: 0;
  top:0;
  border-radius: 50%
}

.__postbtn{
  font-size: 16px;
  line-height: 1.56;
  background: #1b4e63;
  color: #ffffff !important;
  font-family: Poppins-Medium;
}

.__uspo{
  font-size: 12px;
  color: rgba(0, 0, 0,0.62);
}

.__terms{
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  opacity: 0.62;
}

.__terms span{
  color: #1b4e63;
}

.__supp{
  top: -82px;
  left: 61px;
}

.__suppt{
  top: -151px;
  left: 122px;
}


/*new changes*/
.__becolink{
  line-height: 1.5;
  color: #1b4e63 !important;
  font-size: 12px;
  font-family: Poppins-SemiBold;
}

.__rank{
  font-size: 15px;
  line-height: 1.53;
  color: #000000;
  font-family: Poppins-Medium;
}

.__procom{
  font-size: 16px;
  line-height: 1.56;
  color: #1b4e63;
  font-family: Poppins-Medium;
  text-align: right;
}

.__mapselect {
  background: #ffffff;
  /* color: #333; */
  color: #389493;
  border: 1px solid #ffffff !important;
  box-shadow: none !important;
  cursor: pointer;
  font-family: Poppins-Medium;
  /*margin-left: -36px;*/
}

.__mapselect:focus {
    background: #ffffff;
    color: #333;
    border: 1px solid #ffffff !important;
    box-shadow: none !important;
}

.__rankselect {
  background: #ffffff;
  color: #389493;
  border: 1px solid #ffffff !important;
  box-shadow: none !important;
  cursor: pointer;
  font-family: Poppins-Medium;
  padding-left: 25px;
  /* background-image: url(../img/rank.svg); */
  background-position: 0%;
  background-repeat: no-repeat;
}

.__rankselect:focus {
  color: #389493;
  border: 1px solid #ffffff !important;
  box-shadow: none !important;
}

.__viewwin{
  margin-top: 7px;
}

.__table>thead>tr>th {
  border-bottom: 1px solid #ddd;
  opacity: 0.64;
  font-family: Poppins-Medium;
  color: #333333;
}

.__table>tbody>tr>td, .__table>tbody>tr>th, .__table>tfoot>tr>td, .__table>tfoot>tr>th, .__table>thead>tr>td, .__table>thead>tr>th {
    padding: 20px;
}

.__table>tbody>.__tr>td, .__table>tbody>.__tr>th, .__table>tfoot>.__tr>td, .__table>tfoot>.__tr>th{
  background: rgba(101, 255, 0, 0.16);
  background: #389493  !important;
  color: #f5f5f5 !important
}


.__table>tbody>.__tr1>td, .__table>tbody>.__tr1>th, .__table>tfoot>.__tr1>td, .__table>tfoot>.__tr1>th{
  background: rgba(255, 247, 0, 0.24);
  background: #6bd0cf  !important;
  color:#f5f5f5 !important
  
}

.__table>tbody>.__tr2>td, .__table>tbody>.__tr2>th, .__table>tfoot>.__tr2>td, .__table>tfoot>.__tr2>th{
  /* background: rgba(255, 0, 8, 0.24); */
  background: #e0ffff
}

.__midcardtable {
    background: #ffffff;
    border-radius: 4px;
}
.__midcardtable2 {

    background: #ffffff;
    border-radius: 4px;
    margin: 0 25px;

}

.__midcardtablein {
    padding: 23px 15px 4px; 
}

.pagination>.active>a{
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1b4e63 !important;
  border-color: #1b4e63;
}

.pagination>li>a{
  color: #1b4e63;
  border-color: #1b4e63;
  margin: 1px;
}

.reportBG {
  /* background-color:  #1b4e63  !important ; */
  background-color:  #113341  !important ;
  margin-right: 0px !important;
  margin-left: 0px !important;
  background-image: url(../img/comm.svg);
  margin-bottom: 10px;
  background-position: right;
  background-size: cover;
  height: 200px;
  background-blend-mode: luminosity
  /* background-color:  #f1f8fb !important ;
  margin-right: 0px !important;
  margin-left: 0px !important; */
}

.followers{
  /* background-image: url(../img/comm.svg) !important; */
  height: 15px;
  color: #fff;
  /* background: #fff */

}
.following{
  background-image: url(../img/following.svg);

}
.posts{
  background-image: url(../img/posts.svg);

}

.reportBG2 {
  /* background-color:  #143b4b  !important;
  background-color:  #94c5c4  !important; */
  background-color:  #389493  !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  background-image: url(../img/report1.svg);
  margin-bottom: 10px;
  /* background-position: right; */
  /* background-size: contain; */
  height: 200px;
  background-repeat: no-repeat;
  /* background-color:  #f1f8fb !important ;
  margin-right: 0px !important;
  margin-left: 0px !important; */
}
.__midinbg{
  background-image:url(../img/bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:70px 0 30%;
}

.__resulp{
  font-size: 24px;
  line-height: 1.46;
  color: #1b4e63;
  font-family: Poppins-SemiBold;
}

.__pointp{
  font-size: 16px;
  line-height: 1.46;
  color: #000000;
}

.__gamep{
  font-size: 42px;
  line-height: 1.5;
  color: #000000;
}

.__gamep1{
  font-size: 22px;
  line-height: 1.5;
  color: #000000;
}

.__gohomebtn{
  background: #1b4e63;
  color: #ffffff !important;
  font-family: Poppins-Medium;
  padding: 6px 40px;
}

.__sucfont {
  font-size: 67px;
  color: #52c41a;
}

.__progressimg{
  width: 60px;
}


.__progressbar{
  background: #bfbfbf;
  height: 1px;
  margin-top: 28px;
  position: absolute;
  left: 70%;
  width: 85%;
}

.__progressbara{
  background: #1b4e63;
  height: 1px;
  margin-top: 28px;
  position: absolute;
  left: 44%;
  width: 85%;
}

.__progressbara1{
  background: #1b4e63;
  height: 1px;
  margin-top: 28px;
  position: absolute;
  left: 70%;
  width: 85%;
}

.__dashcard {
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 20px;
    margin-top: 10px;
}

.__newmsg{
  background: #1b4e63;
  color: #e8e8e8 !important;
}

.__dasminpm {
  background-image: url(../img/dasims.svg);
  background-position: 3%;
  background-repeat: no-repeat;
  font-size: 13px;
  padding-left: 35px;
  border-color: #33333317;
  /* border-color: #f1f8ff; */
  background-color: #ffffff33;
  /* background-color: #f1f8ff; */
  color: #333333;
  /* border-radius: 16px; */
  box-shadow: inset 0 1px 1px #33333317;
  border: 1px solid #33333317;
  min-width: 400px !important;
}

.__dasminpm2 {
  background-image: url(../img/dasims.svg);
  background-position: 3%;
  background-repeat: no-repeat;
  font-size: 13px;
  padding-left: 35px;
  border-color: #33333317;
  /* border-color: #f1f8ff; */
  background-color: #ffffff33;
  /* background-color: #f1f8ff; */
  color: #333333;
  /* border-radius: 16px; */
  box-shadow: inset 0 1px 1px #33333317;
  /* border: 1px solid #33333317;
  min-width: 400px !important; */
}

.__daspos {
    padding: 0 0 0 15px;
    border-right: 1px solid #d1cdcd;
}

.__cserc {
  padding: 20px;
}

.__ficon {
    /* color: #298fce; */
    color: #989898;
    margin-top: 9px;
    cursor: pointer;
}

.__dropdf > ul.dropdown-menu {
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.16);
  margin-top: 1px;
  /* margin-left: -36px; */
}
.__dropdf > .dropdown-menu {
    right: 0 !important;
    left: unset;
}

.__dropdf:hover > ul.dropdown-menu {
  display: block;
}

/*.__dropdf ul.dropdown-menu:before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 126px;
  z-index: 10;
}

.__dropdf ul.dropdown-menu:after {
  content: "";
  border-bottom: 12px solid #ccc;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  left: 124px;
  z-index: 9;
}*/

.__dashscro {
  overflow-y: scroll;
  height: 60vh;
  overflow-x: hidden;
}

.__dashscro::-webkit-scrollbar {
    width: 4px !important;
}

.__dashscro::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 50px !important;
    background-color: #a6b3d1 !important;
}

.__dasseapractive3 {
    color: #4a4a4a !important;
    /* padding: 10px 10px; */
    font-size: 12px;
    cursor: pointer;
}

.__dasseapractive3 p, .__dasseapractive3b p {
  margin: 0 0 5px;
}

.__dasseapractive3b {
  color: #4a4a4a !important;
  /* padding: 10px 10px; */
  font-size: 12px;
  /* line-height: 15px; */
  cursor: pointer;
  /* background: #f6fdff; */
  background: #f5f5f5;

}
.__dasseapractive3:hover {
  background: #f5f5f5;

}
.__dashimgasr1 {
    width: 40px;
}

.__actr {
    font-size: 13px;
    font-weight: 900;
}

.__actr1 {
  position: absolute;
  right: 10px;
  color: #356b82;
  font-size: 10px

}

.__actr2 {
  position: absolute;
  right: 20px;
  color: #356b82;
  font-size: 10px

}

.msg-new{
  font-size: 10px;
  line-height: 15px;
  /* background: #f6fdff; */
  padding: 3px;
  border-radius: 5px;
  width: inherit;
}

.msg-user{
  color: #031a23;
  font-weight: bold;
}
.__dashhr {
    margin-top: 1px;
    margin-bottom: 1px;
}

.__msgcol5 {
    padding-left: 0px;
}

.__msgcol5r {
    padding: 5px 20px;
}

.__dashmchat {
  overflow-y: scroll;
  height: 52vh;
  padding: 20px;
overflow-x: hidden;
}

.__dashmchat::-webkit-scrollbar {
    width: 6px;
}

.__dashmchat::-webkit-scrollbar-thumb {
  width: 4px !important;
  border-radius: 50px !important;
  background-color: #a6b3d1 !important;
}

.__out {
  /* width: 328px; */
  border: 1px solid #efefef;
  /* margin-left: 75px; */
  border-radius: 0 12px 12px 12px;
  padding: 10px;
  color: #464646;
  background: #efefef;
  line-height: 18px;
  font-size: 12px;
}

.time-left {
  float: right;
    color: #464646;
    margin-top: -2px;
    /* margin: 2px; */
    font-size: 10px;
}
.__constru4 {
  font-size: 14px;
  line-height: 1.5;
  color: #58717b;
}

.timeline-Tweet-text{
  font-family: Poppins-Medium !important;
}

#twitterFeed * {
  font-family: Poppins-Medium !important;
  }


.__in {
  /* width: 362px; */
  border: 1px solid #f7f7f7;
  /* margin-right: 75px; */
  border-radius: 12px 0 12px 12px;
  padding: 20px;
  /* background: #f7f7f7; */
  background: #e9f1f5;
  line-height: 18px;
  font-size: 12px;
  color:#143644
}

.time-right {
  float: right;
  color: #464646;
  margin-top: -7px;
  font-size: 12px;
}

.__msgcol5r1 {
    padding: 20px 20px 20px 20px;
}

.__msgtext {
  font-size: 16px;
  line-height: 1.56;
  color: #464646;
  font-weight: 600;
  margin-top: 6px;
}

.__sendto{
  /* background-image: url(../img/dasims.svg); */
  background-position: 3%;
  background-repeat: no-repeat;
  font-size: 13px;
  /* padding-left: 35px; */
  border-color: #33333317;
  background-color: #ffffff33;
  color: #333333;
  /* border-radius: 16px; */
  box-shadow: inset 0 1px 1px #33333317;
  border: 1px solid #33333317;
  /* width: 400px !important; */
}


.__sendto :focus {
  border: 1px solid #33333317 !important;
  box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.09), 0 0 2px rgba(51, 51, 51, 0.09) !important;
}

.__inputactivtx {
    background: #91919129;
    border-color: #33333317;
    box-shadow: inset 0 1px 1px #33333317;
    border: 1px solid #33333317;
    margin-left: -11px;
}



/*new changes end*/







/*footer*/

.__foothr{
  margin-top: 15px;
  margin-bottom: 0;
  border: 0;
  border-top: 3px solid #0000000d;
}
.__footpp{
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.32);
  padding: 15px 0 8px;
  font-family: Poppins-Medium;
}

.__footpp span{
  color: rgba(27, 78, 99, 0.62);
}

.__footpp1{
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.32);
  padding: 15px 0 8px;
  float: right;
  font-family: Poppins-Medium;
}

/*footer end*/





.deleteMsg{
  position: absolute;
  right: 30px;
}

.deleteMsg:hover{
  color: #1b4d62;
  cursor: pointer;
  font-weight: bolder
}

.link:hover{color:#1b4e63 !important;cursor: pointer;}







/*=================================================================
  @media screen 1440px
==================================================================*/


@media screen and (min-width: 1440px){
   
  


}

/*=================================================================
  @media screen 1199px
==================================================================*/


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

  .__dasminp {
    width: 285px !important;
  }
   .__navlinkbtn {
    padding: 8px 21px !important;
  }
  
  .__reports {
    font-size: 14px;
  }

  .__proffbtn {
    font-size: 10px;
    padding: 6px 6px;
  }

  .__leftimg {
    width: 34px;
    height: 34px;
  }

  .__sup {
    top: -3.9em;
    left: 24px;
  }

  .__sup1 {
    top: -3.9em;
    left: 24px;
  }

  .__leftn {
    margin-top: 8px;
    font-size: 12px;
  }

  .__leftn1 {
    margin-top: -10px;
  }

}


/*=================================================================
  @media screen 1220px
==================================================================*/


@media screen and (min-width: 1220px){
  




}


/*=================================================================
  @media screen 1024px
==================================================================*/


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

  .mpp-0{
    padding: 0 !important;
  }

  .mpll-0{
    padding-left: 0 !important;
  }

  .mpl-0{
    padding-left: 0 !important;
  }

  .mpl-10{
    padding-left: 10px !important;
  }

  .mpl-15{
    padding-left: 15px;
  }

  .__dasminp {
    width: 306px !important;
  }

  .__navlinka {
    font-size: 13px;
  }

  .__navlink {
    font-size: 13px;
  }

  .__navlinkbtn {
    font-size: 13px;
    padding: 8px 22px !important;
  }

  .__proflimg {
    width: 60px;
    height: 60px;
  }

  .__profp {
    font-size: 12px;
   padding-top: 20px;
  }

  .__probg {
    height: 93px;
  }

  .__profpo {
    font-size: 12px;
  }
  .__profpo1 {
    font-size: 16px;
  }

  .__procom {
    font-size: 13px;
  }

  .__st {
    font-size: 12px;
    margin-top: -1px;
  }

  .__profpo3:before {
    left: 25px;
    top: -13px;
  }

  .__profpo4:before {
    left: 20px;
    top: -13px;
  }

  .__imgline {
    left: 11%;
  }

  .__leftimg {
    width: 35px;
    height: 35px;
  }

  .__sup {
    top: -4.1em;
    left: 26px;
  }

  .__leftn {
    font-size: 12px;
  }

  .__leftn1 {
    font-size: 9px;
  }

  .__proffbtn {
    font-size: 9px;
    padding: 4px 12px;
  }

  .panel {
    padding: 0;
  }

  .__imgline1{
    left: 8%;
  }

  .__amt {
    font-size: 12px;
  }

  .__amt1 {
    font-size: 12px;
  }

  .tpl-15 {
    padding-left: 15px;
  }

  .__pstage {
    font-size: 12px;
  }

  .__pdate1 {
    margin-left: -60%;
  }

  .__locateline {
    left: 33.1%;
  }

  .__ffp {
    font-size: 14px;
  }

  .__ffp1 {
    font-size: 11px;
  }
  .__editbtn {
    padding: 6px 37px;
  }

  .__supp {
    top: -60px;
    left: 50px;
  }

  .__pline {
    right: 6%;
  }

  .__table>tbody>tr>td, .__table>tbody>tr>th, .__table>tfoot>tr>td, .__table>tfoot>tr>th, .__table>thead>tr>td, .__table>thead>tr>th {
    padding: 10px;
  }

  .__navlinknotfi {
    padding-right: 0px !important;
    font-size: 22px;
    margin-right: -15px;
  }

  .__reports {
    font-size: 14px;
  }

  

  

}


/*=================================================================
  @media screen 992px
==================================================================*/


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


/*=================================================================
  @media screen 800px
==================================================================*/

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

  .mpl-0{
    padding-left: 0 !important;
  }

  .mpl-10{
    padding-left: 10px !important;
  }

  .mpl-15{
    padding-left: 15px !important;
  }

  .__dasminp {
    width: 175px !important;
  }

  .__navlinka {
    font-size: 12px;
  }

  .__navlink {
    font-size: 11px;
  }

  .__navlinkbtn {
    padding: 8px 12px !important;
    font-size: 10px;
  }

  .__probg {
    height: 62px;
    padding: 9px;
  }
  
  .__proflimg {
    width: 45px;
    height: 45px;
  }

  .__profp {
    font-size: 9px;
    padding-top: 17px;
  }

  .__profpo {
    font-size: 9px;
  }

  .__profpo1 {
    font-size: 18px;
  }

  .__procom {
    font-size: 13px;
  }

  .__progress {
    margin-top: 3px;
  }

  .__procolo {
    background: #1b4e63;
    width: 35%;
  }

  .__st{
    margin-top: -3px;
    font-size: 9px;
  }

  .__profpo3 {
    font-size: 7px;
  }

  .__profpo3:before {
    left: 28px;
    top: -12px;
  }

  .__profpo4 {
    font-size: 7px;
  }

  .__profpo4:before {
    left: 20px;
    top: -12px;
  }

  .__profpo5 {
    font-size: 7px;
  }

  .__procha {
    margin-top: 21px;
    font-size: 9px;
  }

  .__proja {
    font-size: 13px;
  }

  .__proja1 {
    font-size: 11px;
    margin-top: 15px;
  }

  .__proja2 {
    font-size: 9px;
  }

  .__forminp {
    padding: 6px 32px 6px 12px;
    margin-left: 4px;
  }

  .__midimgp {
    width: 50px;
    height: 50px;
  }
  
  .__imgline {
    left: 12%;
  }

  .__midimgpd {
    margin-left: 7px;
  }

  .__midimgmid {
    height: 70px;
  }

  .__accordion {
    font-size: 11px;
  }

  .__accordion:after {
    height: 16px;
    width: 16px;
    padding-left: 4px;
  }

  .__leftcard {
    padding: 20px 15px;
  }

  .__leftn {
    font-size: 12px;
  }

  .__leftn1 {
    font-size: 8px;
  }

  .__proffbtn {
    font-size: 12px;
    float: unset;
    padding: 2px 12px;
    margin-top: 0;
  }
  .__stepl {
    font-size: 12px;
  }

  .__stepform {
    height: 38px;
  }





  .__stepbtn {
    font-size: 12px;
    margin-top: 25px;
  }

  .__stepbtn1 {
    font-size: 12px;
    margin-top: 25px;
  }

  .__bsuc1 {
    font-size: 12px;
  }

  .panel {
    padding: 0;
  }


  .__imgline1{
    left: 8%;
  }


  .__pdate1 {
    margin-left: -60%;
  }

  .__loimg {
    margin-left: -20px;
  }

  .__locateline {
    left: 30%;
  }

  .__locateline1 {
    margin-left: 19px !important;
  }

  .__userprofp {
    font-size: 14px;
  }

  .__profp1 {
    font-size: 7px;
    margin-top: -15px;
  }
  .__editbtn {
    padding: 6px 7px;
  }

  .__supp {
    top: -50px;
    left: 32px;
  }
  .__reports {
    font-size: 10px;
  }

  .__reportsa {
    font-size: 13px;
  }

  .__repbg {
    height: 134px;
  }

  .__pline {
    right: 9%;
  }

  .__table>tbody>tr>td, .__table>tbody>tr>th, .__table>tfoot>tr>td, .__table>tfoot>tr>th, .__table>thead>tr>td, .__table>thead>tr>th {
    padding: 12px;
    font-size: 12px;
  }

  .__progressbar {
    left: 75%;
    width: 66%;
  }

  .__progressbara1 {
    left: 75%;
    width: 66%;
  }

  .__progressbara {
    left: 59%;
    width: 66%;
  }

  .__logo {
    width: 73px;
  }

  .__msgtext {
    margin-left: 10px;
  }

  





}

/*=================================================================
  @media screen 767px
==================================================================*/

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

  .__pline {
    right: 11.6%;
  }

  .__locateline {
    left: 29.7%;
  }

  
  .__midimgmid {
    height: 132px;
  }

  .__imgline {
    left: 5%;
  }

  .__imgline1 {
    left: 3%;
  }

  .leftbar {
    position: fixed;
    transform: translate(-1000px);
    padding-top: 22px;
    top: 0%;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-right: 1px solid #eff3f2;
    transition: all .6s ease;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .biger {
    width: 60%;
  }

  #openSidebar {
    display: block !important;
    cursor: pointer !important;
  }

  img#closebtn {
    position: absolute;
    display: block;
    top: -2%;
  }

  .__proja1 {
    font-size: 15px;
  }


}


/*=================================================================
  @media screen 560px
==================================================================*/


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

    /*leftbar*/
  .biger{
    width: 80% ;
    transform: translate(0px) !important;
    z-index:1  !important;
    
  }

  .__supb {
    top: -4.3em;
    left: 35px;
    color: #47bb7f;
}

.__sup1b {
  top: -4.3em;
  left: 35px;
  color: #c29b1d;
}

  .leftbar{
    position: fixed;
    transform: translate(-1000px);
    padding-top: 22px;
    top: 0%;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-right: 1px solid #eff3f2;
    transition: all .6s ease;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #openSidebar{
    display: block !important;
    cursor: pointer !important;
  }
  i#closebtn {
     display: block;
  }

  img#closebtn {
    position: absolute;
    top: -16px;
    color: indianred;
    font-size: 21px;
    display: block;
    cursor: pointer;
    right: 2%;
    width: 18px;
}

/*end*/

  .mpl-0{
    padding-left: 0 !important;
  }

  .mpl-10{
    padding-left: 10px !important;
  }

  .mpl-15{
    padding-left: 15px !important;
  }

  .__dasminp {
    width: 290px !important;
  }


  .__proflimg {
    width: 57px;
    height: 57px;
  }

  .__profp {
    font-size: 12px;
    padding-top: 19px;
  }

  .__probg {
    height: 93px;
  }

  .__procolo {
    width: 8%;
  }

  .__profpo4:before {
    left: 26px;
  }

  .__leftcard {
    margin-top: 5%;
  }

  .__accordion {
    font-size: 14px;
  }

  .__accordion:after {
    height: 18px;
    width: 18px;
  }

  .__leftimg {
    width: 40px;
    height: 40px;
  }

  .__sup {
    top: -4.4em;
    left: 30px;
  }

  .__leftn {
    font-size: 14px;
  }

  .__leftn1 {
    font-size: 10px;
  }

  .__proffbtn {
    float: right;
  }

  .__chamcard {
    padding: 23px 12px 70px;
  }

  .__stepl {
    font-size: 12px;
  }

  .__stepbtn {
    font-size: 12px;
  }

  .__stepbtn1 {
    font-size: 12px;
  }

  .__modal-dialog {
    width: 100%;
    margin: 84px auto;
  }

  .__modal-dialog1 {
    width: 100%;
    margin: 68px auto;
  }

  .__close {
    margin-left: 40%;
  }

  .__close1 {
    margin-left: 86%;
  }
  .__custom-file-input {
    height: 114px;
  }

  .__custom-file-input label {
    font-size: 12px;
  }

  .__uploadimg {
    height: 114px;
  }

  .panel {
    padding: 0;
  }


  .__imgline1{
    left: 9%;
  }

  .__btnshow {
    margin-left: -29% !important;
    padding: 11px 2px;
    font-size: 12px;
  }

  .__profpo {
    font-size: 10px;
  }

  .__midinbg {
    padding: 30px 0 30%;
  }

  .__gamep {
    font-size: 30px;
  }






  .__forminp {
    padding: 6px 30px 6px 12px;
    height: 50px;
    margin-left: 9px;
  }

  .__midimgp {
    width: 45px;
    height: 45px;
  }

  .__imgline {
    left: 13%;
  }

  .__midimgpd {
    margin-left: 3px;
  }

  .__grbtn {
    margin-top: 2px;
  }

  .__footpp {
    font-size: 9px;
  }
  .__footpp1 {
    font-size: 9px;
  }

  .__pdate1 {
    font-size: 10px;
    margin-left: -60%;
  }

  .__loimg {
    margin-left: -18px;
  }

  .__locateline {
    left: 32%;
  }

  .__locateline1 {
    margin-left: 19px !important;
  }

  .__pline {
    right: 1%;
  }

  .__repimg {
    margin-top: 0;
    margin: 0 auto;
  }

  .__ffimg {
    margin: 0 auto;
  }

  .tc{
    text-align: center;
  }

  .__modal-dialog1p {
    width: 100%;
    margin: 68px auto;
  }

  .__repbg {
    height: 100px;
  }

  .__supp {
    top: -57px;
    left: 47px;
  }

  .__suppt {
    top: -140px;
    left: 156px;
  }

  .p4{
    padding:15px
  }

  .__reports {
    font-size: 11px;
  }

  .__reportsa {
    font-size: 11px;
    padding-bottom: 2px;
  }

  .__proja1 {
    font-size: 11px;
  }

  .__viewwin {
    text-align: center;
  }

  .__progressbar {
    left: 82%;
    width: 39%;
  }

  .__progressbara {
    left: 79%;
    width: 39%;
  }

  .__progressbara1 {
    left: 82%;
    width: 39%;
  }


.disp-tbl{
  margin-top:70px
}
    

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.bars{
  margin-top: 0px
}

.chart {
  padding: 15px;

}

.__pie-section
{
    margin: 0px auto;

}

}







