body{
    background-color: #ebf5fb;
}
.modal-title{
    color: #50b1f9 !important;
}
.card{
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border:none;
    overflow: hidden;
}

.card-main{
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border:none;
    overflow: hidden;
    width: 100%;
}
.card-main .card-head{
    padding: 20px;
    border-bottom: 1px solid #efefef;
}
.card-main .card-head .card-title{
    font-size: 18px;
    color:#50b1f9;
    text-transform: uppercase;
}
.card-main .card-head .card-title i{
    margin-right: 5px;
}
.card-body{
    padding: 20px;
}
.ps-cover-main{
   /* height: 450px; */
}
.cover-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.user-menu{
    background-color: #fff;
    margin-top: 0px;
}
.user-menu img{
    position: absolute;
    height: 125px;
    width: 125px;
    border-radius: 100%;
    border:5px solid #efefef;
    background-color: #fff;
    margin-top: -60px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.09);
}
.user-menu ul{
    margin-left: 10%;
    display: block;
}
.user-menu ul li{
    padding: 20px;
    float: left;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    border-right: 1px solid #efefef;
}
.user-menu ul li a{
    display: block !important;
    color:#50b1f9;
}
.user-menu ul li a i{
    margin-right: 5px;
}
.user-menu ul li:hover{
    background-color: #50b1f9;
    color:#fff;
}
.user-menu ul li:hover a{
    color: #fff;
}
.user-menu ul li.active{
    background-color: #50b1f9;
}
.user-menu ul li.active a{
    color: #fff;
}

.card-features-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(80, 177, 249, 0.11);
    padding: 35px 32px;
    transform: translateY(0);
    transition: .3s linear;
}
.card-features-item:hover {
    transform: translateY(-7px);
}
.card-features-icon {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    border: 1px dashed #e6e6e6;
    border-radius: 50%;
    margin-right: 23px;
    background: #ebf5fb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-features-icon i{
    font-size: 35px;
    color: #50b1f9;
}
.card-features-icon img {
    max-width: 35px;
}
.card-features-content .title {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.card-features-content p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
}

.profile-nav{
    display: block;

}
.profile-nav li{
    float: left;
    padding: 20px 15px;
    border-right: 1px solid #efefef;
}
.profile-nav li.active{
    background: #50b1f9;
    color: #fff;
}
.profile-nav li.active a{
    color:#fff;
}
.profile-nav li a{
    font-size: 15px;
    text-transform: uppercase;
}
.profile-nav li a i{
    margin-right: 5px;
}
.msg{
    width: 100%;
    padding: 20px;
    margin:0px 0px 20px 0px;
}
.msg.error{
    background: #d3485d;
    color:#fff;
}

.msg.success{
    background: #00a328;
    color:#fff;
}

.msg.warning{
    background: #5686ff;
    color:#fff;
}
.msg.warning a{
    color:#fff;
}
.msg .mark-as-seen{
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    border:1px solid #fff;
    width: 115px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 5px;
}

.msg .delete-notification{
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    border:1px solid #fff;
    width: 85px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 5px;
}
.msg .mark-as-seen:hover, .msg .delete-notification:hover{
    box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
}

.dtp-buttons .btn{
    padding: 7px !important;
}

.dtp-buttons .dtp-btn-cancel{
    background-color: #999;
}

.user-menu ul{
    display:block;
}
#toastContainer{
  position:absolute;
  top:-50px;
  z-index:11;
  padding-bottom:20px;
  background:#EBF5FB;
}
#toastContainer .toast{
    width:100%;
    max-width:93%;
}
#closeToast{
    background:none;
    border:none;
}
.bold{
    font-weight:600;
}
@media screen and (max-width: 768px) {
    .ps-cover-main{
        max-height: 250px;
    }
    .user-menu img{
        height: 100px;
        width: 100px;
        margin-left: 28%;
        margin-top: -15px;
    }

    .user-menu ul{
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .ps-cover-main{
        max-height: 180px;
    }
    .user-menu img{
        height: 75px;
        width: 75px;
        margin-left: 33%;
        margin-top: -3px;
    }
    .user-menu ul{
        display: none;
    }
}