body {
    margin: 0px; 
}

.app-container {
    margin-right: 1px;
}

.app-first-form {
    margin: 0 1px;
}

.panel-options {
    background-color: #f7f7f7;
    height: auto;
}

.userImg {
    padding-top: 5px;
    height: 60px;
}

.panel-options img {
    border: 1px solid #dee1e3;
    border-radius: 50%;
    display: block;
    margin-left: 2px;
    width: 45px;
    height: 45px;
    float: left;
}

.profileUser {
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.profileUser p {
    font-size: 10px;
    font-weight: normal;
    margin: 0px 0px;
}

.panel-options  hr {
    height: 0px;
    border: none;
    margin: 0px 0;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.lineInfo1 {
    display: flex;
    height: 27px;
}

.sameRow {
    border-top: 1px solid #dee1e3;
    border-right: 1px solid #dee1e3;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding-top: 3px;
}

.sameRow i {
    font-size: smaller;
    padding: 0px 3px;
}

.lineInfoIcon {
    display: flex;
    height: 32px;
}

.sameRowIcon {
    border-top: 1px solid #dee1e3;
    border-right: 1px solid #dee1e3;
    width: 100%;
    font-weight: normal;
    text-align: center;
    padding-top: 3px;
}

.sameRowIcon i {
    font-size: x-large;
    padding: 0px 3px;
}

.facebookColor {
    color: #4267B2;
}

.linkedinColor {
    color: #2867B2;
}

.youtubeColor {
    color: #c4302b;
}

.instagramColor {
    color: #9b6954;
}

.normal {
    border-top: 1px solid #dee1e3;
    border-right: 1px solid #dee1e3;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding-top: 3px;
    padding-right: 1px;
}

.normal i {
    font-size: smaller;
    padding: 0px 3px;
}

.lineInfo2 {
    display: flex;
    height: 3px;
}

.sameRow2 {
    border-top: 3px solid #333;
    width: 100%;
}

.cssColumnEdited {
    background-color: #f9f9f9;
}