.b-brand img{
    height: 50px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.pcoded-navbar{
    margin-top:60px !important;
}
.pcoded-content{
    margin-top: 115px !important;
}
.profile-dp{
    margin-top: 10px !important;
    margin-right: 115px!important;
}

.user-card .change-profile .profile-dp .overlay {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px) !important;
    height: calc(100% - 45px) !important;

    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
}

.user-card .change-profile .profile-dp .overlay  span {
    background: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    position: static !important;
    margin-top: 20px !important;
    bottom: 0 !important;
    width: 100% !important;
    text-align: center !important;
    border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
    /* padding: 0 0 5px; */
}
/*.user-card .change-profile .profile-dp:hover .overlay {*/
    /*opacity: 1;*/
/*}*/
/*.user-card .change-profile .profile-dp .overlay {*/
     /*position: absolute !important;*/
     /*top: 5px !important;;*/
     /*left: 5px !important;;*/
     /*width: calc(100% - 10px) !important;;*/
     /*height: calc(100% - 10px) !important;;*/
     /*border-radius: 50% !important;;*/
     /*opacity: 0 !important;;*/
     /*z-index: 1 !important;;*/
     /*overflow: hidden !important;;*/
     /*background: rgba(0, 0, 0, 0.4) !important;;*/
     /*transition: all 0.3s ease-in-out !important;;*/
 /*}*/

.owner_profile{
    width:150px !important;
    /*margin-right: 300px !important;*/
}
/*.image-delete{*/
    /*display: none !important;*/
    /*z-index: 0 !important;*/

/*}*/
/*.image-delete:hover{*/
    /*display: block !important;*/
/*}*/
/*.image_link:hover ~  .image-delete{*/
    /*display: block !important;*/
    /*z-index:0 !important;*/
    /*margin-bottom: 10px !important;*/
    /*visibility: visible !important;*/
    /*position: static !important;*/

/*}*/

/*.image_link{*/
    /*z-index:1 !important;*/
/*}*/

.container_image {
    position: relative;
    margin-top: 10px;
    width: 100px;
    height: 100px;
}

.image_link {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
}

.image-delete {
    position: absolute;
    left:20px;
    top: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}
.image-send {
    position: absolute;
    left:10px;
    top: 60px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}
.image-sent{
    position: absolute;
    left:30px;
    top: 60px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    padding: 10px;
}

.image-confirm{
    position: absolute;
    left:72px;
    top: -15px;
    text-align: center;
    opacity: 1;
    transition: opacity .35s ease;
    padding: 10px;
}

.container_image:hover .image-delete{
    opacity: 1;
}
.container_image:hover .image-send {
    opacity: 1;
}
.container_image:hover .image-sent {
    opacity: 1;
}
.container_image:hover .image-confirm {
    opacity: 1;
}
.loader{
    background:url("../images/loading.gif") no-repeat center;
}


}