
.clear{ clear: both; }
.disnone{ display: none; }
.tleft{ text-align: left; }
.tcenter{ text-align: center; }
.tright{ text-align: right; }
.res{ width: 100%; }
.tnowrap{ white-space:nowrap; }

.nodrag{ -webkit-user-drag: none; }
.nosel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quizInfo{ padding-top:100px; }
.quizErr{ text-align:center; font-weight:bold; color:#999; }
.quizMain{ min-height:350px; }
.quizMain li.questionSelected{ background-color: #ddd; }
.quizHeader #ymq_pionts{ display: inline-block; min-width:45px; }
.quizHeader #ymq_newpionts{ display: inline-block; color:#96cb51; }
.quizfailinfo{ margin-right: 90px; margin-top: 30px; }

.taskItem--title div h3 { font-size: 20px; line-height: 1; }
.nav--profile.master p { font-size:12px; padding:0; text-transform:uppercase; }
.nav--profile.master a { display: inline-flex; justify-content: center; align-items: center; flex-wrap: nowrap; width: 66px; height: 48px; border-radius: 0; font-size: 18px; }
.nav--profile.master a:hover { background-color: #2d2c38; color: #fff; }
@media (min-width: 992px) {
    .nav--profile.master a { border-radius: 4px; }
    .nav--profile.master a:before { display:none; }
}
.taskItem--promotion .taskItem_info, .itemHeader--promotion .itemHeader_info{ display:none; }

.invitationContent .contentMarg{ margin:0 30px; }
.invitationContent .contentMarg p{ width:100%; padding:0; }

.brand img:nth-child(2){ display:none; }
.gridTask_item--rank{ display: none; }

button{ border:none; }

.select-group .person{
	display:inline-block;
	width: -webkit-calc(100% - 75px);
	width: calc(100% - 75px);
	border: 0px;
    background: #fff;
	height: 48px;
    line-height: 48px;
    padding: 0 14px;
    border-radius: 4px;
    margin: 0px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-transform: inherit;
}

.shorts .ytRWD {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    height: auto;
 }
.shorts .ytRWD embed, .shorts .ytRWD iframe, .shorts .ytRWD object {
    position: static;
    width: auto;
    max-width: 100%;
    height: 100% !important;
    min-height: unset !important;
    max-height: 100vh !important;
    aspect-ratio: 9 / 16;
}
@media (min-width: 992px) { .shorts .ytRWD embed, .shorts .ytRWD iframe, .shorts .ytRWD object {min-height: 700px !important;} }

.gallerybox {
    position: relative;
    display: flex;

}
.gallerybox a {
    display: inline-block;
    width:100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 2px 4px 2px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url('/storage/mask_gallerybox_thumbnail.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
.gallerybox a img{
    display: none;
}