﻿.mobile-view {
    display: flex;
    justify-content: center;
    width: 216px;
    height: 450px;
}

.contain-style {
    background: #FFFFFF 0% 0%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
    opacity: 1;
    width: 216px;
}
.nav-container {
    text-align:justify;
}
.nav-color {
    color: white;
}
.nav-text {
    color: white;
    font-size: 11px;
}
.drop-down-menu {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.drop-down-text {
    text-align: center;
    color: white;
    font-size: 0.8em;
}
.example-images-style {
    display: flex;
    justify-content: center;
    align-items: center;
}
.images-container {
    display: flex;
    justify-content: space-between;
}
    .images-container img {
        width: 20%;
    }
.perfil-text {
    color: white;
    font-size: 10px;
}
.empty-profile-actions {
    background-color: #F5F5F5;
}
.profile-action-list {
    background-color: white;
    font-size: 12px;
}
.row-padding-out {
    padding-left: 0;
    padding-right: 0;
}
#imagen-container {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
}
#canvasMain {
    width: 100%;
    height: 100%;
}
#canvasInfo {
    width: 100%;
    height: 100%;
}