.mpblur {
    width: 100%;
    height: 100%;
    background: #2f6a8a;
    opacity: 0.5;
    position: absolute;
    top: 0;
}
.mpacc-profile{
    margin-bottom: 20px; 
}
.mpacc-profile .text-center{
    text-align: center;
}
.mpacc-profile .profile-info{
    background: #4892ff;
    padding-top: 30px;
    padding-bottom: 20px;
    box-shadow: inset 0px -19px 36px rgba(27, 163, 247, 0.2);
    -webkit-box-shadow: inset 0px -19px 36px rgba(27, 163, 247, 0.2);
    border-radius: 8px 8px 0px 0px;
}
.mpacc-profile .profile-image{
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: auto;
    position: relative;
} 

.mpacc-profile .pic-upload{
    cursor: pointer;
}
.mpacc-profile .user-name{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.mpacc-profile .email{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.mpacc-profile .phone{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.mpacc-profile .profile-links {
    background: #e6f8ff;
    border-radius: 0px 0px 8px 8px;
    padding-bottom: 10px;
}
.mpacc-profile .profile-links ul li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #0000001c;
    color: #fff;
    font-size: 14px;    
}
.mpacc-profile .profile-links ul li i {
    font-size: 18px;
    display: inline-block;
    box-shadow: inset 0px 0px 10px rgb(28 186 250);
    -webkit-box-shadow: inset 0px 0px 10px rgb(159 220 245);
    padding: 17px 15px 10px;
    border-radius: 35px;
    width: 50px;
    height: 50px;
    background: #64cff6;
    text-align: center;
    color: #fff;
}
.mpacc-profile .profile-links ul li a {
    color: #4a6b78;
    padding: 12px 16px;
    display: block;
}
.mpacc-profile .profile-links ul li a:hover {
    color: #2d4149;
}

.mpacc-profile .profile-info {
    position: relative;
    overflow: hidden;
}
.mpacc-profile .profile-info:before {
    position: absolute;
    content: '';
    background-image: url(shapebox.png);
    height: 100%;
    width: 100%;
    left: 0px;
    bottom: 0px;
    opacity: 0.2;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.mpacc-profile .profile-info > * {
    position: relative;
}
.mpbtn-submit:hover {
    color: #ffffff;
    background: #5a9dff;
}
.mpbtn-submit {
    box-shadow: inset 0px 0px 10px rgb(28 186 250);
    -webkit-box-shadow: inset 0px 0px 10px rgb(28 186 250);
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 21px;
    border: none;
    padding: 10px 40px;
    color: #fff;
    font-weight: bold;
    background: #c2eeff;
    color: #426472;
}
.mp-adminchat{
    background: #64cff6;
    text-align: center;
    border-radius: 8px;
    padding: 15px;
}
.mp-adminchat .mpadmin-form{
    text-align: left;
    color: #fff;
}
.mp-adminchat .mpadmin-form .form-control {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    color: #000;
    background: #e6f8ff;
}
.mp-adminchat .mpadmin-form .mpbtn-submit{
    margin-bottom: 0;
}
.mp-adminchat .mpadmin-form label, .oc2 .mpadmin-form .form-horizontal .form-group label {
    width: auto;
}
.mp-adminchat i{
    font-size: 65px !important;
    color: #ffffff;
}
.mp-adminchat a{
    display: block;
}
.mp-adminchat h3 {
    color: #fff;
    font-weight: 600;
}

.mp-adminchat .mpadmin-form .has-error .form-control{
    box-shadow: inset 0px 0px 5px rgba(255, 0, 0, 1);
    -webkit-box-shadow: inset 0px 0px 5px rgba(255, 0, 0, 1);
}
.mp-adminchat .mpadmin-form .has-error .control-label, .mp-adminchat .mpadmin-form .has-error .text-danger{
    border-color: red;
    color: #d50000;
}
@media only screen and (min-width: 768px) {
    .mp-adminchat h3{
        font-size: 18px;
    }
    .mpbtn-submit{
        padding: 10px 30px;
        font-size: 12px;
    }
    .mpacc-profile .profile-links ul li span{
        display: block;
        margin-top: 10px;
    }
    .mpacc-profile .profile-links ul li{
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .mp-adminchat{
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 980px) {
    .mp-adminchat h3{
        font-size: 21px;
    }
    .mpbtn-submit{
        padding: 10px 40px;
        font-size: 14px;
    }
    .mpacc-profile .profile-links ul li span{
        display: inline-block;
        margin-top: 0px;
    }
    .mpacc-profile .profile-links ul li{
        text-align: left;
    }
    .mpacc-profile .profile-links ul li i{
        margin-right: 10px;
    }
}