.ui.star.rating .icon {
    width: 1.2em;
}
.ui.rating {
    /*display: flow-root;*/
    font-size: 0.9em;
    margin-right: 0.2em!important;
}
.btn-more {
    background: none !important;
    padding: 0.3em 0 !important;
}
.icon-more {
    width: 24px;
    height: 24px;
}
.w-100 {
    width: 100%;
}
.banDiv {
    background-color: #000;
    padding: 0.5em 0 0 0;
    opacity: 0.8;
}

.banText {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    z-index: 1000;
    color: #fff;
}

.timerButton {
    display: inline !important;
    margin-left: 0.5em !important;
    border: 1px solid #fff !important;
    border-radius: 1em !important;
    padding: 0.2em !important;
    background: none !important;
}

.timerButton:hover {
    background: #ff3378 !important;
    border: 1px solid #ff3378 !important;
}

.timerButton img {
    vertical-align: middle;
}

.ver-su {
    vertical-align: sub;
}

.hashtag {
    color: #ff3378;
    border: 1px solid #ff3378;
    border-radius: 0.5em;
    padding: 0 0.5em;
    line-height: 2em;
    white-space: pre;
}

#blockAndHiddenModal, #blockAndHiddenModal, #confirmDialog {
    top: 4em;
}

#blockAndHiddenModal button {
    width: 100%;
    background: none;
    border: none;
    color: #ff3378;
    font-size: 24px;
    padding: 1em;
}

#blockAndHiddenModal button:hover {
    background: #fcd1e0;
}

.joyrating {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: yellow;
}

.ui.active.progress .bar::after {
    animation: none;
}

.storytitle {
    background-position: center !important;
}

.ui.active.progress .bar::after {
    animation: none;
}

.ui.modal > .content {
    padding: 1rem;
}

.ui.progress .bar {
    height: 0.5em;
}

.ui.teal.progress .bar {
    background-color: #ff3378 !important;
}

.ui.massive.star.rating .icon.selected.active {
    color: #fc0 !important;
}

.ui.star.rating.pink .ui.star.rating .icon.selected, .ui.star.rating .icon.selected.active, .ui.star.rating.pink .active.icon {
    text-shadow: none !important;
    color: #ff3378 !important;
    display: block;
}

.ui.star.rating .icon {
    color: rgba(0,0,0,0.30);
}

.border-white-radius {
    border: solid 1px #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100px;
    color: #fff;
    text-align: center;
    position: relative;
}

.bg-bottom {
    background-image: url('/images/gradient_bottom.png');
}

.story-title {
    font-size: 1.6em;
}
.profile-story {
    width: 26px;
    height: 26px;
    object-fit:cover;
    object-position:center;
    border:none !important;
}
.joychoiceicon {
    padding: 0.2em 0em;
    vertical-align: middle;
    width: 6%;
}
.talkborder {
    border: 1px solid #fff;
    border-radius:0.8em;
    padding: 0 0.8em;
    font-size: 0.8em;
}
.story-description {
    font-size: 0.8em;
}

.line {
    margin: 0 auto;
    width: 95%;
    border-bottom: solid 1px #fff;
    opacity: 0.3;
}

.report-story {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

    .report-story > a {
        color: #000;
    }

.banDiv {
    background-color: #000;
    padding: 0.5em 0 0 0;
    opacity: 0.8;
}

.banText {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    z-index: 1000;
    color: #fff;
}

.top-review {
    color: #fff !important;
    background: none !important;
    border: solid !important;
    height: 2.6em;
    line-height: 0.7em !important;
    margin-right: 0.5em !important;
}
.ui.button.top-review,
.ui.button.unfavorite,
.ui.button.favorite {
    margin: 0;
    padding: 0.7em 1em;
    font-size: 0.8em;
}
.review {
    font-size: 0.8em;
}
.review-icon {
    width: 2.6%;
    margin: 0 auto;
    display: inline !important;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .review-icon {
        width: 2.2%;
    }
    html .logo-icon {
        width: 2em;
        margin: 0 0.5em;
    }
    .ui.button.favorite, .ui.button.unfavorite {
        margin: 0.5em;
    }
    .btn-more {
        padding: 0.5em 0 !important;
    }
    .icon-more {
        width: 28px;
        height: 28px;
    }
    .story-description {
        font-size: 1em;
    }
    .profile-story {
        width: 22px;
        height: 22px;
    }
    .talkborder {
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 767px) {
    .ui.button.favorite, .ui.button.unfavorite {
        margin: 0.5em;
    }

    html .text-view {
        font-size: 10px !important;
    }

    .ui.progress:last-child {
        margin: 0.2em 1em 0px 2em !important;
    }

    .top-review {
        margin: 0.5em !important;
    }

    .joychoiceicon {
        padding: 0.4em 0em;
        width: 8%;
    }
}
