.content-wrapper>.row>.col-lg-12>form {
    background-color: white;
    margin: 20px;
}

.card>.card-body>.form-group>.input-group{
height: 200px;
}

.card>.card-header>a {
    float: right;
    border: 3px solid;
    border-radius: 50%;
    color: white;
}

.card-header {
    background: blue;
    color: white;
}

.card>.card-header {
    margin-left: 20px;
    margin-right: 20px;
}

.form-group>.galary>div>img {
    width: 100px;
    height: 100px;
    background-size: cover;
    margin-top: 10px;
}

.form-group>.galary>div {
    float: left;
    height: 100%;
    padding-left: 5%;
    padding-top: 10px;
    position: relative;
}

.form-group>.galary>div>span {
    position: absolute;
    border: 1px solid;
    border-radius: 30px;
    background: black;
    color: white;
    width: 20px;
    padding-left: 5px;
    cursor: pointer;
}

.card>.form-group {
    padding: 0px 20px 0px 20px;
}

ul.dropdown-item {
    background: aliceblue;
}

ul.dropdown-item>li.notification {
    text-decoration: none;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
