.table-info-modal td{
    padding: 5px;
}

.modalAvatar{
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.table-info-modal th{
    padding: 5px;
}
.ttDescription {
    pointer-events: none;
    position: absolute;
    font-size: 18px;
    text-align: center;
    padding: 10px 15px;
    z-index: 50000;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    transform: translateX(-50%);
    display: none;
    font-size: 14px;
    z-index: 5000;
    background-color: black;
    color: white;
}
.ttDescription.active {
    display: block;
}

.ttDescription:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
}

.alert-success{
    background: #8bc34a !important;
}

.hashtags a{
    color: #ee478e
}

.no-content{
    font-family: 'brandon-medium';
    font-weight: 500;
    display: block;
    font-size: 1.8rem;
    line-height: 1.3em;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #242b61;
    word-wrap: break-word;
}
.post-detail-line{
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

.login-ico-arrow{
    color: #ee478e;
    font-size: 110%
}
.gray {
    color: #a9a9a9 !important;
}

.gray a {
    color: #a9a9a9 !important;
}

.gray span {
    display: inline !important;
}

.color-check-label {
    -webkit-box-shadow: 1px 1px 9px 2px #C9C9C9;
    box-shadow: 1px 1px 9px 2px #C9C9C9;
}


header.header .side-links a.icon-language {
    margin-left: 20px;
}
header.header .side-links a.icon-language:before {
    background-image: url("../images/icon-language.png");
    background-size: 16px 16px;
}

@media screen and (max-width: 1300px) and (min-width: 0) {

    header.header .side-links a.icon-language {
        margin-left: 15px;
    }

    header.header .side-links a.icon-language:before {
        background-size: 14px 14px;
    }
}

@media screen and (max-width: 767px) and (min-width: 0) {
    header.header .phone-menu .side-links a.icon-language {
        margin-left: 0;
    }
}

header.header .side-links {
width: 350px !important;;
}

.search-form{
    width: 40% !important;
}

.user-logged {
    float: right;
    padding-left: 27px;
}


b, strong {
    font-family: 'source-bold';
}


.author-image {
    border-radius: 50%;
}
.user-image div.image{
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.68);
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.68);
}


.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #242b61;
    background-color: rgba(220, 220, 220, 0.8);
    z-index: 1000;
    text-align: center;
    padding: 4px 20px
}

.eu-cookies button {
    background: #ee478e;
    color: white;
}

.app-bar{
    position: fixed;
    left: 20px;
    bottom: 40px;
    width: 200px;
    max-width: 200px;
    color: #242b61;
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid silver;
    z-index: 1001;
    border-radius: 10px;
    text-align: center;
    padding: 10px 10px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 2px 2px 6px 1px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 2px 2px 6px 1px rgba(0,0,0,0);
}
.app-bar b{

}

.app-bar span{
    display: block;
    font-size: 13px;
}
.app-bar span.link{
    text-decoration: underline;
}

.app-bar hr{
    border: 1px solid #f5f5f5;
}
.app-bar button {
    width: 100%;
    height: 25px;
    border-radius: 5px;
    background: #ee478e;
    color: white;
}

.profile-list {
    padding-top: 10px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%
}

.profile-list center{
    width: 100%;
}
.profile-list b{
    text-decoration: underline;
}
.profile-list .profile-detail {
    display: inline;
    width: 150px;
    float: left;
    padding-top: 20px;
}

.profile-list .profile-detail img{
    width: 80px !important;
    height: 80px !important;
    border-radius: 50px;
}

.sep {
    clear: both;
}

.ruscona .filter-type{
    background: #f4f4f9;
}

.ruscona .quiz-final{
    height: 488px;
    background: url(../images/autelo/quiz-final-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 125px;
    padding-bottom: 70px;
    margin: 0 16px;
    margin-bottom: 24px;
}

.quiz-final {
    padding: 40px 10px;
    background: #f4f4f9;
    margin-bottom: 24px;
    text-align: center;
}
html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
user agent stylesheet
div {
    display: block;
}
.normal-post .post-item {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    padding-bottom: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
body {
    font-family: 'source-regular';
    font-weight: 400;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
html {
    font-size: 62.5%;
}
.autelo .quiz-final:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.quiz-final:before {
    content: "";
    display: table;
}
.quiz-final:after {
    content: "";
    display: table;
    clear: both;
}

.filter-type .active{
    border-bottom: 2px solid rgb(238, 71, 142);
}

.quizBubble{
    background-color: rgba(0, 0, 0, 0.5);
    color: white !important;
    border-radius: 5px;
    padding: 20px;
}
.imgquestion {
    width: 80% !important;
    padding-left: 20%;
}
.imgquestion img{
    width: 100%;
}
.quiz-items .quiz-items-item{
    width: 100% !important;
    float: left !important;
    padding: 10px !important;
    transition: all .2s !important;
    margin-bottom: 10px;
    border: 1px solid silver !important;
    border-radius: 10px !important;
    padding-bottom: 0px !important;
}

.quiz-items .quiz-items-item .qii-image{
    float: left;
    width: 120px !important;
}

.quiz-header h3.nobefore:before {
    background: none;
}

html body .tagged-products-wrap .owl-carousel-products .item .image {height: 110px !important;}

.image .post-type{
    display: block;
    text-align: center;
    background: rgba(0,0,0, 0.8);
    margin-top: 2px;
    color: white;
    position: relative;
    top: 4px;
    width: 40%;
    left: 1%;
    padding: 5px 5px;
    font-size: 12px;
    border-radius: 5px;
}

.image .question{
    display: block;
    border: 1px solid rgba(0,0,0, 0.8);
    background: rgba(0,0,0, 0.6);
    color: white;
    font-weight: bold;
    font-size: 150%;
    position: relative;
    padding: 1%;
    margin: 5%;
    top: 30%;
}

.evtable{
    width: 100%
}
.evtable td{
    padding: 4px 10px;
    border-bottom: 1px solid #dcdcdc;
    background: #f5f5f5;
}
.evtable td:first-letter {text-transform: uppercase}

.qtable {
    margin: 2%;
    width: 96%;
}
table.qtable th{
    font-size: 90%;
    text-align: center;
}

table.qtable td{
    text-align: left;
    background: #f5f5f5;
    padding: 15px;
    border-bottom: 1px solid #dcdcdc;
}


.colorlink{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-color: #fff;
    margin-right: 25px;
    margin-bottom: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 7px;
    -webkit-box-shadow: 1px 1px 9px 2px #c9c9c9;
    box-shadow: 1px 1px 9px 2px #c9c9c9;
}

.checkedColor {
    background-image: url(../images/icon-check.svg);
}

.toptag{
    padding: 5px;
    margin: 3px;
}
.topTagShow{
    padding: 25px;
    padding-bottom: 20px;
    display: block;
}
.topTagShow a{
    text-decoration: underline;
}
.toptag:hover{
    text-decoration: underline;
}
.letter{
    padding-top: 20px;
}

.firstLetter{
    font-size: 130%;
    font-weight: lighter;
}





.storiewidget {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.storiewidget.box .storiewidget-header {
    padding: 0px 8px 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.storiewidget .storiewidget-header {
    border-bottom: 0px solid #f1f2f3;
}
.storiewidget.box .storiewidget-header {
    padding: 0px 8px 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.storiewidget .storiewidget-header {
    border-bottom: 0px solid #f1f2f3;
}
.storiewidget .storiewidget-header:after {
    clear: both;
}
.storiewidget .storiewidget-header:before, .storiewidget .storiewidget-header:after {
    display: table;
    content: "";
    line-height: 0;
}
.storiewidget-content-area {
    padding: 20px;
    position: relative;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.story-container-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.story-container-1 .single-create-story {
    height: 175px;
    width: 110px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #e4e4e4;
    text-align: center;
}
img.single-create-story-bg {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.create-story-author img {
    height: 40px;
    width: 40px;
    margin-top: -20px;
    padding: 4px;
    background: #e4e4e4;
    border-radius: 50%;
}

.single-story img.single-story-bg{
    filter: brightness(50%);
}
.single-story img.single-story-bg:hover{
    filter: brightness(100%);
}

.single-story:hover{
    -webkit-box-shadow: -1px 0px 18px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 18px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 18px -4px rgba(0,0,0,0.75);
    cursor: pointer;
}

.story-container-1 .single-story {
    height: 200px;
    width: 120px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.story-container-1 .single-story::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(rgb(255 0 0 / 0%), black);
}
img.single-story-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-container-1 .story-author {
    position: absolute;
    top: 70%;
    left: 0px;
    transform: translateY(-50%);
    right: 0px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
}

.storiebox{
    background: white !important;
}

.story-author img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 3px solid white;
    padding: 1px;
}

#content_1 .story-container-1 .story-author p a{
    color: #fff!important;
    width: 100%;
    margin: 5px 0px 0px 0px;
    font-weight: 600;
    font-size: 12px;
}

.create-story-author p a{
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
}

.story-container-1 .story-author p {
    color: #fff;
    width: 100%;
    margin: 5px 0px 0px 0px;
    font-weight: 600;
    font-size: 12px;
}

.create-story-author p {
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
}




.storyPlay{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5000;
    font-family: 'brandon-medium';
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.storyPlay .item{
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    position:relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.storyPlay .item .imagePattern{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    z-index: 504;
    left: 0px;
    z-index: 505;
}

.storyPlay .item .userItem{
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 15px;
    background-color: black;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.storyPlay .item .userItem .nick{
    z-index: 800;
    display: block;
    position: absolute;
    top: 15px;
    left: 50px;
    height: 30px;
    line-height: 30px;
    width: 50%;
    overflow: hidden;
    color: white;
    text-decoration: none;
}

.storyPlay .item .userItem .avatar{
    width: 30px;
    height: 30px;
    background-color: var(--COLOR_LIGHT_GRAY);
    border-radius: 15px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 600;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}


.storyPlay .item .userItem .pager{
    text-align: left;
    line-height: 30px;
    float: left;
    position: absolute;
    z-index: 800;
    left: 19px;
    top: 52px;
    height: 30px;
    width: 100px;
}

.storyPlay .item .userItem .pager .progressBar{
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 4px;
}

.storyPlay .item .userItem .pager .progressBarIn{
    background-color: white;
    width: 50%;
    margin-top: 1px;
    height: 2px;
}

.storyPlay .item .closeStory{
    z-index: 1000;
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    color: white;
    text-decoration: none;
    font-family: 'brandon-medium';
    font-size: inherit;
    text-align: right;
    font-size: 13px;
    line-height: 36px;
    padding: 14px;
}

.storyPlay .item .userItem .action{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--DARK_COLOR);
    color: white;
    padding: 2px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'brandon-medium';
    z-index: 700
}

.storyPlay::-webkit-scrollbar {
    display: none;
}
.storyPlay .item .userItem .storyControl{
    z-index: 700;
    position: absolute;
    right: 5px;
    bottom: 16px;
    width: 50px;
    height: 30px;
    display: block;
}

.storyPlay .item .userItem .storyControl svg{
    width: 25px;
    height: 25px;
}

.storyPlay .item .userItem .storyControl svg path{
    fill: var(--BACKGROUND);
    stroke: var(--BACKGROUND);
}

.storyPlay .item .userItem .storyLike{
    z-index: 700;
    position: absolute;
    right: 50px;
    bottom: 20px;
    width: 50px;
    height: 30px;
    display: block;
}





.post-item .post-interact .icon-link.list{
    background-color: #242b61; /* defines the background color of the image */
    mask: url(/design/icons8-list.svg) no-repeat center / contain;
    -webkit-mask: url(/design/icons8-list.svg) no-repeat center / contain;
    mask-size: 24px auto;
    -webkit-mask-size: 24px auto;
}

.post-item .post-interact .icon-link.thumbs{
    background-image: none;
    filter: none !important;
    padding-left: 5px;
}

.post-item .post-interact .icon-link.thumbs span.count{
    line-height: 30px;
    display: inline-block;
    height: 30px;
    position: relative;
    top: -5px;
    min-width: 11px;
    padding-left: 4px;
    font-size: 14px;
    color: black;
}
.post-item .post-interact .icon-link.thumbs.active span.count{
    color: #ee478e;
}


.post-item .post-interact .icon-link.thumbs span.icon{
    background-color: #242b61; /* defines the background color of the image */
    mask: url(/design/icons8-like.svg) no-repeat center / contain;
    -webkit-mask: url(/design/icons8-like.svg) no-repeat center / contain;
    mask-size: 30px auto;
    -webkit-mask-size: 30px auto;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 3px;
}

.post-item .post-interact .icon-link.thumbs.active span.icon{
    background-color: #ee478e;
}


.post-item .post-interact .icon-link.comments{
    background-image: none;
    filter: none !important;
    padding-left: 5px;
}

.post-item .post-interact .icon-link.comments span.count{
    line-height: 30px;
    display: inline-block;
    height: 30px;
    position: relative;
    top: -5px;
    min-width: 11px;
    padding-left: 4px;
    font-size: 14px;
    color: black;
}
.post-item .post-interact .icon-link.comments.active span.count{
    color: #ee478e;
}


.post-item .post-interact .icon-link.comments span.icon{
    background-color: #242b61; /* defines the background color of the image */
    mask: url(/design/icons8-comment.svg) no-repeat center / contain;
    -webkit-mask: url(/design/icons8-comment.svg) no-repeat center / contain;
    mask-size: 30px auto;
    -webkit-mask-size: 30px auto;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 3px;
}

.post-item .post-interact .icon-link.comments.active span.icon{
    background-color: #ee478e;
}



.post-item .post-interact .icon-link.save{
    line-height: 30px;
    display: inline-block;
    height: 30px;
    top: -5px;
    min-width: 11px;
    font-size: 14px;
    color: black;
    background-image: none;
    filter: none !important;
    right: 20px !important;
    position: absolute;
    right: 20px;
}


.post-item .post-interact .icon-link.save{
    background-color: #242b61;
    mask: url(/design/icons8-mark-as-favorite.svg) no-repeat center / contain;
    -webkit-mask: url(/design/icons8-mark-as-favorite.svg) no-repeat center / contain;
    mask-size: 30px auto;
    -webkit-mask-size: 26px auto;
    display: inline-block;
    width: 29px;
    height: 27px;
    top: 15px;
}

.post-item .post-interact .icon-link.save{
    background-color: #ee478e;
}


.storyPlay .item .userItem .storyLike svg{
    width: 30px;
    height: 30px;
}

.storyPlay .item .userItem .storyLike svg path{
    fill: var(--BACKGROUND);
    stroke: var(--BACKGROUND);
}

.storyPlay .item .userItem .storyLike.active svg path{
    fill: var(--APP_COLOR);
    stroke: var(--APP_COLOR);
}


.storyPlay .item{
    margin: 0 auto;
    max-width: 600px;
}


.neabco .filter-type .active{
    border-bottom: 2px solid rgb(20,28,8);
}

.neabco .btn-type-post::before {
    background-image: url(/images/neabco/icon-cooking.svg);
}

.neabco header.header .side-links a.icon-register:before {
    top: 17px;
    background-image: url("/images/neabco/icons8-user.svg");
    background-size: 20px 20px;
}

.neabco header.header .side-links a.icon-login:before {
    top: 17px;
    background-image: url("/images/neabco/icons8-user-reg.svg");
    background-size: 20px 20px;
}

.neabco .btn-type-quiz::before {
    background-image: url(/images/neabco/icons8-decision.svg);
}

.neabco .btn-type-contest::before {
    background-image: url(/images/neabco/icons8-competition-64.png);
}

.neabco body .eu-cookies button{
    background: rgb(20,28,8);
}

.neabco body{
    background: #edf0e9;
}

.neabco .btn.btn-pink{
    background-color: rgb(20,28,8);
}

.neabco .app-bar button{
    background: rgb(20,28,8);
}


.neabco input[type="email"]:not(:placeholder-shown):not(:valid), input[type="password"]:not(:placeholder-shown):not(:valid), input[type="text"]:not(:placeholder-shown):not(:valid), textarea:not(:placeholder-shown):not(:valid){
    border-color: rgb(20,28,8) !important;
}

.neabco main{
    padding-top: 150px;
}

.neabco .infoheader .infoheader-content .infoheader-content-left:before{
    background: rgb(20,28,8);
}

.neabco .infoheader .infoheader-content .infoheader-content-left:after{
    background: rgb(20,28,8);
}

.neabco h2.mainTitle{
    display: block;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px dotted rgb(20,28,8);
    margin-bottom: 20px;
    color: rgb(20,28,8);
    font-family: "brandon-bold";
    margin-left: 10%;
    margin-right: 10%;
}

.neabco .post-item{
    background-color: white;
}

.neabco .register-page .content-block{
    background-color: white;
    padding: 20px;
}

.neabco footer{
    background: white;
    margin-top: 30px;
}

.neabco footer li{
    display: block !important;
    margin-top: 5px;
}

.neabco footer li a{
    padding-left: 10px;
}

.neabco .posts-section .filter-list .filter-wrapper{
    background-color: #d3d6ce;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(149,161,129,1);
    -moz-box-shadow: 2px 2px 10px 2px rgba(149,161,129,1);
    box-shadow: 2px 2px 10px 2px rgba(149,161,129,1);
}

@media screen and (max-width: 1300px) and (min-width: 0) {
    .neabco header.header .side-links a.icon-register:before {
        top: 10px;
    }

    .neabco header.header .side-links a.icon-login:before {
        top: 10px;
    }
}


.nextPosts{
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
}

.nextPosts .container{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.nextPosts .container a{
    display: block;
    min-width: 170px;
    width: 170px;
    height: 170px;
    background-color: silver;
    color: #fff;
    margin-right: 10px; /* Prostor mezi jednotlivými prvky */
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;

}

.otherPosts span{
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    margin-bottom: 12px;
}

.half-size{
    width: 49%;
}

.float-right{
    float: right;
}

.float-left{
    float: left;
}

.paginator{
    margin-top: 0px;
}
.paginator a{
    background: rgb(20,28,8);
    color: white;
    padding: 4px 9px;
    font-weight: bold;
    border-radius: 4px;
}

.paginator a.empty-page{
    background: transparent;
    color: black;
}

.paginator .page-list{
    display: block;
    color: rgb(20,28,8);
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.addForm{
    background: white;
    padding: 15px;

}

.addForm label{
    text-align: left;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #242b61;
    font-weight: 700;
    font-family: "source-bold";
}

.addForm label.form__container{
    line-height: 130px;
    font-size: 15px;
    font-weight: normal !important;
    text-align: center;
    color: #696969;
}

.addForm .uploadInfo{
    width: 100%;
    height: 100%;
    min-height: 130px;
    max-height: 130px;
    color: white;
    font-size: 15px;
    line-height: 130px;
    text-align: center;
    font-family: "source-bold";
    font-size: 15px;
}

.addForm form{
    max-width: 800px;
    margin: auto;
}

.addForm h2{
    text-align: center;
    display: block;
    font-size: 20px;
    color: #242b61;
    font-weight: 700;
    font-family: "source-bold";
    margin-bottom: 20px;
}

.addForm h3{
    font-size: 120%;
}

.addForm p{
    text-align: center;
    border-bottom: 1px solid silver;
    margin-bottom: 15px;
}





.form {
    width: 500px;
    margin: 5% auto;
}

.form__container {
    position: relative;
    width: 100%;
    height: 130px;
    border: 2px dashed silver;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: silver;
    margin-bottom: 5px;
}
.form__container.active {
    background-color: rgba(192, 192, 192, 0.2);
}
.form__file {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}
.form__files-container {
    display: block;
    width: 100%;
    font-size: 0;
    min-height: 130px;
    background: silver;

}
.form__image-container {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-color: silver;
    position: relative;


}
.form__image-container {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.form__image-container:after {
    content: "✕";
    position: absolute;
    line-height: 120px;
    font-size: 30px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.form__image-container:hover:after {
    opacity: 1;
    cursor: pointer;
}
.form__image {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.addForm .addStepItem{
    margin-top: 20px;
    border-bottom: 1px solid silver;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.addForm .addStepItem .stepTitle label{
    display: inline-block;
}

.addForm .addStepItem .stepTitle{
    margin-bottom: 5px;
}
.addForm .addStepItem .stepTitle span{
    background: #242b61;
    color: white;
    font-family: "source-bold";
    font-size: 15px;
    padding: 4px 8px;
    border-radius: 3px;
}

.colorDiv{
    border-bottom: 1px solid silver;
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.colorSelector{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 7px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 7px 2px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 7px 2px rgba(0,0,0,0.75);
    margin-right: 24px;
    margin-bottom: 24px;
}

.colorSelector.selected:before{
    content: '  ✔';
    text-align: center;
    color: #242b61;
    font-size: 13px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}

#addStepBtn{
    border: 2px solid #242b61;
    padding: 2px 10px;
}

#deleteStepBtn{
    border: 2px solid red;
    padding: 2px 10px;
    color: red;
}

.addPhotos{
    margin-bottom: 20px;
}

.addErrors{
    border: 1px solid #800000;
    background: #800000;
    color: white;
    text-align: center;
    padding: 8px 13px;
    border-radius: 8px;
    margin: 20px;
}









/****** beautic ***/


.beautic .filter-type .active{
    border-bottom: 2px solid #2fb1b3;
}

.beautic .btn-type-post::before {
    background-image: url(/design/beautic/icons8-oil-massage.svg);
}

.beautic header.header .side-links a.icon-register:before {
    top: 17px;
    background-image: url("/images/neabco/icons8-user.svg");
    background-size: 20px 20px;
}

.beautic header.header .side-links a.icon-login:before {
    top: 17px;
    background-image: url("/images/neabco/icons8-user-reg.svg");
    background-size: 20px 20px;
}

.beautic .btn-type-quiz::before {
    background-image: url(/images/neabco/icons8-decision.svg);
}

.beautic .btn-type-contest::before {
    background-image: url(/images/neabco/icons8-competition-64.png);
}

.beautic body .eu-cookies button{
    background: #2fb1b3;
}

.beautic body{
    background: rgba(151,227,228, 0.2);
}

.beautic .btn.btn-pink{
    background-color: #2fb1b3;
}
.beautic .app-bar button{
    background: #2fb1b3;
}

.beautic input[type="email"]:not(:placeholder-shown):not(:valid), input[type="password"]:not(:placeholder-shown):not(:valid), input[type="text"]:not(:placeholder-shown):not(:valid), textarea:not(:placeholder-shown):not(:valid){
    border-color: #2fb1b3 !important;
}

.beautic main{
    padding-top: 150px;
}

.beautic .infoheader .infoheader-content .infoheader-content-left:before{
    background: #2fb1b3;
}

.beautic .infoheader .infoheader-content .infoheader-content-left:after{
    background: rgb(20,28,8);
}

.beautic h2.mainTitle{
    display: block;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px dotted #2fb1b3;
    margin-bottom: 20px;
    color: rgb(20,28,8);
    font-family: "brandon-bold";
    margin-left: 10%;
    margin-right: 10%;
}

.beautic .post-item{
    background-color: white;
}

.beautic .register-page .content-block{
    background-color: white;
    padding: 20px;
}

.beautic footer{
    background: white;
    margin-top: 30px;
}

.beautic footer li{
    display: block !important;
    margin-top: 5px;
}

.beautic footer li a{
    padding-left: 10px;
}

.beautic .posts-section .filter-list .filter-wrapper{
    background-color: white;
    -webkit-box-shadow: 3px 5px 14px -6px rgba(47,177,179,1);
    -moz-box-shadow: 3px 5px 14px -6px rgba(47,177,179,1);
    box-shadow: 3px 5px 14px -6px rgba(47,177,179,1);
}

@media screen and (max-width: 1300px) and (min-width: 0) {
    .beautic header.header .side-links a.icon-register:before {
        top: 10px;
    }

    .beautic header.header .side-links a.icon-login:before {
        top: 10px;
    }

    .beautic header.header .logo{
        position: relative;
        top: -7px;
    }
}

.beautic  header.header .logo{
    display: block;
    float: left;
    width: 160px;
    height: 40px;
    margin: 10px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/design/beautic/logofiles/colorNoBackground.png);
}

.beautic  .hashtags a{
    color: #2fb1b3;
}

.beautic .login-ico-arrow{
    color: #2fb1b3;
}

.beautic .post-thumbnail .owl-carousel-thumb .owl-dot.active span{
    background-color: #2fb1b3 !important;
}

.beautic  .btn-detail span{
    background: url(/design/beautic/logofiles/icons8-arrow-right-50.png);
    background-size: cover;
    top: 15px;
    height: 32px;
}

.beautic .paginator a {
    background: #2fb1b3;
}

.beautic .mainTitle{
    border-bottom: 4px solid #2fb1b3;
}

.beautic .mainTitle img{
    width: 50%;
}

@media screen and (max-width: 900px) and (min-width: 0) {
    .beautic .mainTitle img{
        width: 90%;
    }
}

.beautic .login-strip{
    background-color: #2fb1b3;
}

.beautic .posts-section .filter-list h2{
    color: #2fb1b3;
}

.beautic .post-item .post-header .date, .post-item .post-header .post-author{
    color: #2fb1b3;
}

.beautic .post-item .post-interact .icon-link.list{
    background-color: #242b61;
}

.beautic .post-item .post-interact .icon-link.thumbs span.count{
    color: #242b61;
}

.beautic .post-item .post-interact .icon-link.thumbs span.icon{
    background-color: #242b61;
}

.beautic .post-item .post-interact .icon-link.thumbs.active span.count{
    color: #2fb1b3;
}

.beautic .post-item .post-interact .icon-link.thumbs.active span.icon{
    background-color: #2fb1b3;
}

.beautic .post-item .post-interact .icon-link.comments span.icon{
    background-color: #242b61;
}

.beautic .post-item .post-interact .icon-link.comments span.count{
    color: #242b61;
}

.beautic .post-item .post-interact .icon-link.comments.active span.icon{
    background-color: #2fb1b3;
}
.beautic .post-item .post-interact .icon-link.save{
    background-color: #242b61;
}

.beautic .post-item .post-interact .icon-link.save.active{
    background-color: #2fb1b3;
}

/****** end beautic ***/




/******   stylishia ***/



.stylishia .filter-type .active{
    border-bottom: 2px solid #33030d;
}

.stylishia .btn-type-post::before {
    background-image: url(/design/stilisia/icons8-wacom-tablet-22.png);
}

.stylishia header.header .side-links a.icon-register:before {
    top: 17px;
    background-image: url("/design/stilisia/icons8-user.svg");
    background-size: 20px 20px;
}

.stylishia header.header .side-links a.icon-login:before {
    top: 17px;
    background-image: url("/design/stilisia/icons8-register.svg");
    background-size: 19px 19px;
}

.stylishia .side-links .dropdown-ul{
    background: #630619;
}

.stylishia header.header .langs-wrap > a::before{
    background-image: url('/design/stilisia/icons8-arrow-down.svg');
    background-size: 12px 14px;
}




.stylishia .btn-type-quiz::before {
    background-image: url(/design/stilisia/icons8-help-22.png);
}



.stylishia .btn-type-contest::before {
    background-image: url(/design/stilisia/icons8-medal-22.png);
}

.stylishia body .eu-cookies button{
    background: #33030d;
}

.stylishia body{
    background: #e6e6e6;
}

.stylishia .btn.btn-pink{
    background-color: #630619;
}

.stylishia .app-bar button{
    background: #630619;
}

.stylishia input[type="email"]:not(:placeholder-shown):not(:valid), input[type="password"]:not(:placeholder-shown):not(:valid), input[type="text"]:not(:placeholder-shown):not(:valid), textarea:not(:placeholder-shown):not(:valid){
    border-color: #630619 !important;
}

.stylishia main{
    padding-top: 150px;
}

.stylishia .infoheader .infoheader-content .infoheader-content-left:before{
    background: #2fb1b3;
}

.stylishia .filter-list .filter-type a{
    color: #33030d;
}

.stylishia .infoheader .infoheader-content .infoheader-content-left:after{
    background: rgb(20,28,8);
}

.stylishia h2.mainTitle{
    display: block;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px dotted #2fb1b3;
    margin-bottom: 20px;
    color: rgb(20,28,8);
    font-family: "brandon-bold";
    margin-left: 10%;
    margin-right: 10%;
}

.stylishia .post-item{
    background-color: white;
}

.stylishia .register-page .content-block{
    background-color: white;
    padding: 20px;
}

.stylishia footer{
    background: white;
    margin-top: 30px;
}

.stylishia footer li{
    display: block !important;
    margin-top: 5px;
}

.stylishia footer li a{
    padding-left: 10px;
}

.stylishia .posts-section .filter-list .filter-wrapper{
    background-color: white;
    -webkit-box-shadow: 3px 5px 14px -6px #630619;
    -moz-box-shadow: 3px 5px 14px -6px #630619;
    box-shadow: 3px 5px 14px -6px #630619;
}

@media screen and (max-width: 1300px) and (min-width: 0) {
    .stylishia header.header .side-links a.icon-register:before {
        top: 10px;
    }

    .stylishia header.header .side-links a.icon-login:before {
        top: 10px;
    }

    .stylishia header.header .logo{
        position: relative;
        top: -7px;
    }
}

.stylishia  header.header .logo{
    display: block;
    float: left;
    width: 160px;
    height: 40px;
    margin: 10px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/design/stilisia/logofiles/png/colorBackground.png);
}

.stylishia header{
    background: #33030d;
}
.stylishia header .side-links a{
    color: white;
}


.stylishia  .hashtags a{
    color: #630619;
}

.stylishia  .hashtags{
    color: #030001;
}

.stylishia .login-ico-arrow{
    color: #33030d;
}

.stylishia .post-thumbnail .owl-carousel-thumb .owl-dot.active span{
    background-color: #33030d !important;
}

.stylishia  .btn-detail span{
    background: url(/design/stilisia/icons8-arrow-right-50.png);
    background-size: cover;
    top: 15px;
    height: 32px;
}

.stylishia .paginator a {
    background: #33030d;
}

.stylishia .mainTitle{
    border-bottom: 4px solid #33030d;
}

.stylishia .mainTitle img{
    width: 50%;
}

@media screen and (max-width: 900px) and (min-width: 0) {
    .stylishia .mainTitle img{
        width: 90%;
    }
}

.stylishia a.btn-detail{
    color: #030001;
}

.stylishia a.btn-filter{
    color: #630619;
}
.stylishia .login-strip{
    background-color: #33030d;
}

.stylishia .posts-section .filter-list h2{
    color: #33030d;
}

.stylishia .post-item .post-header .date, .post-item .post-header .post-author{
    color: #33030d;
}

.stylishia .post-item .post-header .date, .post-item .post-header .post-author span{
    color: #030001;
}


.stylishia header.header .phone-menu{
    background: #630619;
}


.stylishia .content-block .filter-wrapper a{
    color: #33030d;
}

.stylishia .content-block .filter-wrapper label{
    color: #33030d;
}

.stylishia a.list svg path{
    fill: #630619;
}



.stylishia .post-item .post-interact .icon-link.list{
    background-color: black;
}

.stylishia .post-item .post-interact .icon-link.thumbs span.count{
    color: black;
}

.stylishia .post-item .post-interact .icon-link.thumbs span.icon{
    background-color: black;
}

.stylishia .post-item .post-interact .icon-link.thumbs.active span.count{
    color: #bd4d64;
}

.stylishia .post-item .post-interact .icon-link.thumbs.active span.icon{
    background-color: #bd4d64;
}

.stylishia .post-item .post-interact .icon-link.comments span.icon{
    background-color: black;
}

.stylishia .post-item .post-interact .icon-link.comments span.count{
    color: black;
}

.stylishia .post-item .post-interact .icon-link.comments.active span.icon{
    background-color: #bd4d64;
}
.stylishia .post-item .post-interact .icon-link.save{
    background-color: black;
}

.stylishia .post-item .post-interact .icon-link.save.active{
    background-color: #bd4d64;
}

/******  end stylishia ***/



/******  autelo ***/


.autelo .filter-type .active{
    border-bottom: 2px solid rgb(56, 198, 166);
}

.autelo body .eu-cookies button{
    background: #407d6f;
}

.autelo body{
    background: #e6e6e6;
}

.autelo .btn.btn-pink{
    background-color: rgb(105, 240, 174);;
}
.autelo .app-bar button{
    background: #407d6f;
}

.autelo input[type="email"]:not(:placeholder-shown):not(:valid), input[type="password"]:not(:placeholder-shown):not(:valid), input[type="text"]:not(:placeholder-shown):not(:valid), textarea:not(:placeholder-shown):not(:valid){
    border-color: #407d6f !important;
}

.autelo main{
    padding-top: 150px;
}

.autelo .infoheader .infoheader-content .infoheader-content-left:before{
    background: #407d6f;
}

.autelo .filter-list .filter-type a{
    color: #407d6f;
}

.autelo .infoheader .infoheader-content .infoheader-content-left:after{
    background: rgb(20,28,8);
}

.autelo h2.mainTitle{
    display: block;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px dotted #2fb1b3;
    margin-bottom: 20px;
    color: rgb(20,28,8);
    font-family: "brandon-bold";
    margin-left: 10%;
    margin-right: 10%;
}

.autelo .posts-section .filter-list .filter-wrapper{
    background-color: white;
    -webkit-box-shadow: 3px 5px 14px -6px #244f45;
    -moz-box-shadow: 3px 5px 14px -6px #244f45;
    box-shadow: 3px 5px 14px -6px #244f45;
}


.autelo  .hashtags a{
    color: #244f45;
}

.autelo  .hashtags{
    color: #030001;
}

.autelo .login-ico-arrow{
    color: #244f45;
}

.autelo .post-thumbnail .owl-carousel-thumb .owl-dot.active span{
    background-color: #244f45 !important;
}

.autelo  .btn-detail span{
    background: url(/design/stilisia/icons8-arrow-right-50.png);
    background-size: cover;
    top: 15px;
    height: 32px;
}

.autelo .paginator a {
    background: #244f45;
}

.autelo .mainTitle{
    border-bottom: 4px solid #244f45;
}

.autelo .mainTitle img{
    width: 50%;
}

@media screen and (max-width: 900px) and (min-width: 0) {
    .autelo .mainTitle img{
        width: 90%;
    }
}

.autelo a.btn-detail{
    color: #030001;
}

.autelo a.btn-filter{
    color: #244f45;
}
.autelo .login-strip{
    background-color: #244f45;
}

.autelo .posts-section .filter-list h2{
    color: #244f45;
}

.autelo .post-item .post-header .date, .post-item .post-header .post-author{
    color: #244f45;
}

.autelo .post-item .post-header .date, .post-item .post-header .post-author span{
    color: #244f45;
}


.autelo header.header .phone-menu{
    background: white;
}


.autelo .content-block .filter-wrapper a{
    color: #244f45;
}

.autelo .content-block .filter-wrapper label{
    color: #244f45;
}

.autelo a.list svg path{
    fill: #244f45;
}




.autelo .post-item .post-interact .icon-link.list{
    background-color: black;
}

.autelo .post-item .post-interact .icon-link.thumbs span.count{
    color: black;
}

.autelo .post-item .post-interact .icon-link.thumbs span.icon{
    background-color: black;
}


.autelo .post-item .post-interact .icon-link.thumbs.active span.count{
    color: rgb(45, 195, 218);
}

.autelo .post-item .post-interact .icon-link.thumbs.active span.icon{
    background-color: rgb(45, 195, 218);
}

.autelo .post-item .post-interact .icon-link.comments span.icon{
    background-color: black;
}

.autelo .post-item .post-interact .icon-link.comments span.count{
    color: black;
}

.autelo .post-item .post-interact .icon-link.comments.active span.icon{
    background-color: rgb(45, 195, 218);
}
.autelo .post-item .post-interact .icon-link.save{
    background-color: black;
}

.autelo .post-item .post-interact .icon-link.save.active{
    background-color: rgb(45, 195, 218);
}

/******  end autelo ***/



.linkDiv{
    padding: 15px 20px;
    background-color: #dcdcdc;
    margin-bottom: 10px;
}
.linkDiv a strong{
    display: block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: left !important;
}

.linkDiv a span{
    margin-top: 10px;
    display: block;
    font-size: 90%;
    text-align: left;
}

.otherpost{
    text-align: center;
    overflow: hidden;
    padding: 14px;
    display: inline-block;
}