.app-bar-pullbutton+.clearfix{display: none}
.project-box .select2-container--default .select2-selection--multiple {
	overflow-y: auto;
	height: 400px;
}

/*Dashboard CSS*/

.mobile-view {
    margin: auto;
    background-color: #cccccc3d;
    padding: 20px;
}
.actions .action-link {
    padding: 13px;
    display: block;
}
.actions {
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 20px;
    text-align: center;
    background-color: #fff;
}
.action-image {
    padding: 15px;
    max-width: 150px;
}
.action-text {
    display: block;
    font-weight: 600;
    margin-top: 5px;
    color: #000;
}
.profile-name {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-top: 10px
}
.profile-details {
  text-align: center;
  position: relative;
  display: inline-block;
  width: auto;
  margin: auto;
}
.profile-image {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  border: 2px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-edit {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 10px;
}
.avatar-edit input {
  display: none;
}
.avatar-edit input + label {
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: 34px;
  margin-bottom: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 34px;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.action-count {
    font-size: 70px;
  line-height: 153px;
  font-weight: 700;
}
@media (max-width:900px){
	.action-image-box {
	    background-color: #0072c638; 
	    border-radius: 50%;
	}
	.mobile-view {
    	padding-top: 65px;
	}
	.action-text{
		  font-size: 3vw;
	}
	.action-image{
		max-width: 100%;
	}
  .action-count {
  font-size: 25px;
  line-height: 61px;
  font-weight: 700;
}
}
