/* Estilos para Historias */

.stories_title {
    font-size: 15px !important;
    background: black;
    color: white !important;
    padding: 10px;
    margin: 10px 100px -5px 100px;
    text-align: center !important;
    font-weight: bold;
    border: 2px solid;
    border-radius: 12px;
}

.stories_body {
    font-size: 14px !important;
    border: 2px solid;
    padding: 10px 0px 10px 20px;
    background: #bebfc1;
    color: black !important;
    margin-bottom: 10px;
}

.stories_body>p {
    margin: 0px;
    width: calc(100% - 30px) !important;
}

.triangle {
    width: 100%;
}

.triangle:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #5cb2d4;
    position: relative;
    float: right;
    margin-top: -38px;
    margin-right: 10px;
}

.up:after {
    transform: rotate(180deg);
}


.stories_scope {    
    width: 150px;
    background: black;
    color: white;
    padding: 1px;
    font-size: 13px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    float: right;
    margin: 0px 2px 0px 0px;
}

.select_stories {
    min-height: 34px !important;
    width: 100% !important;
}

.storiesvalidated{
    place-content: end !important;
}