.analog-main-div{
    align-items: center;
    border: solid 1px black;
    width: 150px;
    height: 150px;
    border-radius: 11rem;
}

.hidden {
    display: none !important;
}

.border-info{
    border-color: #c6ecf3 !important;
}

.bg-info {
    background-color:#c6ecf3 !important;;
}

.lbl-file {
    display: inline-block;
    border-radius: 0.25rem 0rem 0rem 0.25rem !important;
    padding: 10px 1.5em !important;
}

.w-60 {
    width:60% !important ;
}

.w-80 {
    width: 80% !important;
}

.btn-browse {
    padding-left: 10px;
    position: absolute;
    background-color: #006731;
    border-radius: 0rem 0.25rem 0.25rem 0rem !important;
    margin-top: 0;
    
}

.btn-change {
    background-color:#539753;
    border-radius: 0rem !important;
    margin-top: 0;
    padding: 8px 15px;
}

.btn-remove {
    margin-left: -4px;
    background-color:#f74747;
    border-radius: 0rem 0.25rem 0.25rem 0rem !important;
    margin-top: 0;
    padding: 8px 15px;
}
.btn-browse:focus,
.btn-browse:hover,
.btn-change:focus,
.btn-change:hover,
.btn-remove:focus,
.btn-remove:hover{
    background-color: #006731;
    color: #fff;
}

.div-change-group {
    width: 40%;
    display: inline-block;
    position: absolute;
    z-index: 1;
}
#file-list-display{
    position: absolute;
    top: 67px;
    left: 10px;
}
#file-list-display p{
    display: inline-block;
    margin-right: 5px;
}