.logo-container{

    width: 50px;
    height: 50px ;
    border-radius: 50%;
    display: flex;
        justify-content: center;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
}

.logo-img{
    width: 45px;
    vertical-align: middle;
    border-radius: 50%;
}
.internal-link{
    color:rgb(78, 81, 85);
    text-decoration: underline;
}
.btn-colorpicker {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #DDD;
    vertical-align: middle;
    border-radius: 0;
}