
.persona-header {
}
.avater {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 10000px;
    background-size: cover;
    background-position:center center;
}

.avatar-no-icon {
    width: 100%;
    height: 100%;
    background-color: #eee;
    border-radius: 10000px;
    font-size: 60px;
}

.avater-wrapper {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    position: relative;
}

@media (max-width: 575px) {
    .avater-wrapper {
        min-width: 90px;
        min-height: 90px;
        max-width: 90px;
        max-height: 90px;
    }
    .avatar-no-icon {
        font-size: 50px;
    }
}
.avater.square {
    border-radius: 10px;
}

.persona-avatar-wrapper,
.persona-avatar,
.persona-trim-area {

}
.persona-image {
    max-height: 50vh;
    max-width: 100%;
}


.persona-dark {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
}

.persona-trim-area{
    position: relative;
}

.persona-trimbox {
    position: absolute;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    border-radius: 5000px;
    border: 2px solid rgba(255,255,255,.3);
    background-color: white;
}

.persona-trimbox.square {
    border-radius: 5px;
}

.icon-type-choice {
    width:50px;
    height:50px;
    border-radius: 4px;
    background-color: #ccc;
}

.icon-type-choice.active {
    background-color: #03a0e9;
}

.icon-circle {
    width:25px;
    height:25px;
    border-radius: 40px;
    background-color: white;
}

.icon-square {
    width:25px;
    height:25px;
    border-radius: 3px;
    background-color: white;
}
.persona-remove-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.persona-param-row .persona-param-remove {
    display: none;
}
.persona-param-row:hover .persona-param-remove{
    display: block;
}


.avatar-alias-icon {
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 20px;
    color: #888;
    padding: 2px;
    line-height: 1;
    border-radius: 3px;
    background-color: white;
}

.slider1-back {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #eee;
    border-radius: 4px;
    cursor: pointer;
}

.slider1-front {
    position: absolute;
    width: 50%;
    height: 100%;
    top:0;
    left:0;
    border-radius: 4px;
    background-color: #6bc6f9;
}

.slider1-label {
    position: absolute;
}

.slider2-back-view {
    position: relative;
    width: 100%;
    height: 15px;
    background-color: #eee;
    border-radius: 4px;
}

.slider2-back {
    position: absolute;
    width: calc(100% - 30px);
    top:0;
    left:0;
    height: 100%;
    cursor: pointer;
}

.slider2-front {
    position: absolute;
    width: 30px;;
    height: 100%;
    top:0;
    left:0;
    border-radius: 4px;
    background-color: #6bc6f9;
}

.slider2-label {
}