.imgSrc {
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #f8f4d9;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
}
.setting-user-media{
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

.setting-content-section .setting-user-media {
    display: flow;
    text-align: center;
}

.setting-content-section{
   padding: 10px;
}

.setting-content-section .imgSrc {
    margin-right: 0;
}

.setting-content-section p {
    margin-top: 20px;
}

.setting-content-section .setting-user-content {
    margin-top: 30px;
    position: relative;
}

.setting-user-content h2{
    color: #ffc20f;
}

.setting-content-section .setting-user-action {
    position: absolute;
    right: 23px;
    top: 10px;
}
.setting-content-section .setting-user-media button {
    margin: 20px 0 14px;
    border-radius: 40px;
    padding: 10px 30px;
    color: #ffc20f;
    border: 1px solid #ffc20f;
    background: transparent;
}

.setting-user-upload{
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    height: 100vh;
}

.profile-description h4{
    color: #ffc20f;
    border-bottom: 2px solid #ffc20f;
    display: inline-table;
}

.about-section{
    margin-top: 30px;
}

button.copy-btn {
    background: transparent;
    border: 1px solid #ffc20f;
    color: #ffc20f;
    border-radius: 6px;
    margin-left: 10px;
}


a.edit-icon-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #ffc20f;
    color: #ffc20f;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.profile-info{
	text-align: center;
	padding: 10px;
}
#direction_form .input-group-addon{ background: transparent; color: #000; vertical-align: middle; }
#direction_form .form-control{ border-left: none; border-right: none; }
#direction_form button{
	margin: 0;
    padding: 6.4px 10px;
    color: #ffffff;
    border: 1px solid #ffc20f;
    background: #ffc20f;
	border-radius: 0 4px 4px 0;
}
.ml-1{ margin-left: 0.2em;}