.text-center {
	text-align: center;
}

#g-recaptcha {
	display: inline-block;
}
#g-recaptcha1 {
	display: inline-block;
}
.card.card-cascade.narrower, .cascading-admin-card {
	margin-top: 1.25rem;
}
.cascading-admin-card .admin-up {
	margin-top:15px;
	margin-left: 4%;
	margin-right: 4%;
}
.cascading-admin-card .admin-up .fab, .cascading-admin-card .admin-up .far, .cascading-admin-card .admin-up .fas {
	padding: 20px;
	font-size: 20px;
	color: #fff;
	text-align: left;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.cascading-admin-card .admin-up .data {
	float: right;
	margin-top: 10px;
	text-align: right;
}
.cascading-admin-card .admin-up .data p {
	color: #999;
	font-size: 11px;
}
.dark-grey-text {
	color: #4f4f4f;
}
.table th{
	font-size: 12px !important;
}
.table td{
	font-size: 12px !important;
}
.form-control.is-invalid{
	background-image:none !important;
}
.login-page{
    background: #007bff;
}
.login-logo{
    height:40px;
}
.login-logo .media{
    color:#fff;
}
.h6{font-size:12px !important;}
.profile-box img{
    height: 180px;
}
.profile-box button{
    font-size: 12px;
}
.profile-box p{
    font-size: 13px;
    line-height: 1;
}
.desc {
    margin: 20px auto;
    max-width: 500px;
}
.time-sec {
    position: relative;
    display: inline-block;
    margin: 10px;
    height: 90px;
    width: 90px;
    border-radius: 100px;
    background: #fff;
    color: #333;
}
.time-sec .main-time {
    font-weight: 500;
    line-height: 70px;
    font-size: 2em;
    color: #F84982;
}
.time-sec span {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: .9em;
    font-weight: 600;
}
.time-sec-sm {
    position: relative;
    display: inline-block;
    margin: 10px;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background: #fff;
    color: #333;
}
.time-sec-sm .main-time {
    font-weight: 500;
    line-height: 40px;
    font-size: 14px;
    color: #F84982;
}
.time-sec-sm span {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: .9em;
    font-weight: 600;
}
.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox.image-checkbox-checked {
    opacity: 0.6;
}
.image-checkbox {
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0;
    outline: 0;
    position: relative;
    border: 1px solid #999;
    padding: 5px;
    height: 80px;
    background: #343a401c;
    overflow: hidden;
}
.image-checkbox input[type="checkbox"] {
    display: none;
}
.image-checkbox .img-style{
    width: 50px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
}
.image-checkbox .img-style img{
    width: 100%;
    max-height: 66px;
}
.image-checkbox .name{
    color: #222;
    padding: 10px 5px;
    display: inline-block;
}
.name p{
    margin-bottom: 0;
    font-size: 11px;
}
.name p:first-child{
    font-size:14px;
}

.image-checkbox .fas {
    position: absolute;
    color: #01ff70;
    padding: 10px;
    top: 0;
    right: 0;
    font-size: 36px;
    display:none;
}
.image-checkbox-checked .fas {
    display: block !important;
}
@media (min-width: 576px){
    .jumbotron {
        padding: 1rem 1rem;
    }
}
@media only screen and (max-width: 1460px) {
    .image-checkbox .name {
        padding:0px;
    }
    .name p{
        margin-bottom: 0;
        font-size: 10px;
    }
    .name p:first-child{
        font-size:12px;
    }
    .time-sec {
        margin: 10px;
        height: 60px;
        width: 60px;
        border-radius: 80px;
        background: #fff;
        color: #333;
    }
    .time-sec .main-time {
        font-weight: 500;
        line-height: 50px;
        font-size: 1em;
        color: #F84982;
    }
    .time-sec span {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        font-weight: 600;
    }

    .content-wrapper{
        padding-bottom:50px;
    }
    .time-sec-sm {
        position: relative;
        display: inline-block;
        margin: 10px;
        height: 30px;
        width: 30px;
        border-radius: 30px;
        background: #fff;
        color: #333;
    }
    .time-sec-sm .main-time {
        font-weight: 500;
        line-height: 30px;
        font-size: 12px;
        color: #F84982;
    }
    .time-sec-sm span {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        font-weight: 600;
    }
}
.countdown-mb{margin-bottom:15px;}
.imgPrev{position:relative;display:inline-block;width: 96px;height: 96px;margin: 10px; text-align:center;}
.preImg{height:96px;width:96px;}
.fileCaption{position: absolute;z-index: 1;width: 96px;background: #2525258c;bottom: 0px;left:0px;padding: 5px;color: #fff;font-size: 10px;text-align: center;}
.vertical-center{margin-top: auto;margin-bottom: auto;}
.author-avatar {float: left;}
.author-avatar img {
    border-radius: 50%;
    margin: 0;
    width: 46px;
}
.author-info {
    height: 46px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
}
.author-name {
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
}
.author-level {
    color: #999;
    font-size: 11px;
    text-transform: none;
    margin-top: 3px;
}
.post-meta {
    font-size: 12px;
    overflow: hidden;
}
.post-meta .meta-item {
    margin-right: 8px;
    display: inline-block;
}
.post-meta, .post-meta a:not(:hover) {
    color: #ff0000;
}
.tie-alignright {
    /*float: right;*/
}
.post-meta .tie-alignright .meta-item:last-child {
    margin: 0 !important;
}
.entry-title{
    font-size:14px;
}
.tw-news-author {
    margin: 20px auto;
}
.entry-comments .comment-list .comment-text {
    padding-left: 0
}

.entry-comments .comment-list .comment-text .author {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif
}

.entry-comments .comment-list .tw-meta {
    font-size: 11px;
    line-height: 24px;
    color: #999;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: lowercase;
    font-weight: 400;
    margin-left: 16px
}

.entry-comments .comment-list .tw-meta i {
    padding-right: 6px
}
.comment-list .comment-text .reply {
    font-size: 12px;
    color: #999;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0
}

.reply-voite {
    display: flex;
    margin-top: 12px
}

.entry-comments .comment-list .comment-text {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0px;
    margin-bottom: 0
}

.entry-comments .comment-list .comment .comment {
    margin-left: 70px
}

.comment-reply-title, .comment-title h4 {
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #ed3237;
    margin-bottom: 18px;
}
.entry-comments .comment-list .comment-text .author {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
}
.entry-comments .comment-list .tw-meta {
    font-size: 11px;
    line-height: 24px;
    color: #999;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: lowercase;
    font-weight: 400;
    margin-left: 16px;
}
.it-comment-ip {
    margin-left: 17px;
    color: #999;
    font-size: 11px;
    font-family: 'Roboto Condensed',sans-serif;
    line-height: 24px;
}
.entry-comments .comment-list .comment-text p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-top: 3px;
}
.proImg{height:60px;}
.help-block { display: block; margin-top: .25rem; font-size: .875rem; color: #dc3545; }
.has-error label{color:#dc3545;}
.has-error .help-block { color: #dc3545; }
.has-error .col-form-label{ color: #dc3545; }
.has-error .form-control { border-color: #dc3545; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075);background-image:none; }
.products-list .product-description {
    color: #6c757d;
    display: block;
    /* overflow: hidden; */
    font-size: 12px;
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    pointer-events: none;
}
.gender-img {
    height: 80px;
    width: 96px;
    margin: 15px auto;
}
.cbmg{
    margin:15px;
}
.fs12{
    font-size:12px;
}
h6.title{
    margin-bottom:0px
}
.nav>li>a.userdd {
    padding: 5px 15px
}
.userprofile {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px auto
}
.userprofile .userpic {
    height: 100px;
    width: 100px;
    clear: both;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    position: relative;
}
.userprofile .userpic .userpicimg {
    height: 96px;
    width: 96px;
    border-radius: 100%;
}
.username {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.username+p {
    color: #607d8b;
    font-size: 13px;
    line-height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.settingbtn {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.userprofile.small {
    width: auto;
    clear: both;
    margin: 0px auto;
}
.userprofile.small .userpic {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
    display: block;
    border-radius: 100%;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    float: left;
}
.userprofile.small .textcontainer {
    float: left;
    max-width: 100px;
    padding: 0
}
.userprofile.small .userpic .userpicimg {
    min-height: 100%;
    width: 100%;
    border-radius: 100%;
}
.userprofile.small .username {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin: 0px;
    float: left;
    width: 100%;
}
.userprofile.small .username+p {
    color: #607d8b;
    font-size: 13px;
    float: left;
    width: 100%;
    margin: 0;
}
.userlist.slctd{
    border: #28a745 solid 3px;
    position:relative;
}
.userlist.slctd >.lvl-overlay{
    display: block;
}
.lvl-overlay {
    display: none;
    position: absolute;
    color: #fff;
    width: 24px;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    background: #28a745;
}
.vote-bg{
    background:url(../images/vote.png) no-repeat;
    background-size: cover;
    margin:0px auto;
}
.descr-overlay{
    margin:0px auto;
    padding:5px 15px;
    min-width: 200px;
    background: #525050a6;
    width:auto;
    border-radius: 5px;
    color: #fff;
}
.main-bg{
    background: url(../images/bg_body.png) !important;
}
.nobg>.item{
    background:none !important;
}
.nobg>.item>.product-description{
    color:#fff !important;
}
.product-list-in-card>.item {
    border-radius: 0;
    border-bottom: 1px solid #ffffff47;
}
.livecount{
    font-size: 72px;
    padding: 48px;
}
.error-page {
    margin: 20% auto 0 !important;
    background: #525050a6;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
}
.vote_control{
    position:relative;
}
.qr_control{
    margin-top:15px;
}
.qr{
    padding-top:25px;
}
.election_sc{
    height:120px;
}
.locked {
    width: 100%;
    height: 100%;
    /* left: 0; */
    /* top: 0; */
    background:#fff;
    z-index: 1;
    border-radius:5px;
    /*background: rgb(17 20 22 / 0.8);*/
}
.step-container{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.input-group-append .btn, .input-group-prepend .btn {
    z-index: 0;
}
#regzone{
    padding: 50px 0px;
}
#bigReg{
    display:none;
    font-size: 42px;
    font-weight: bold;
}
#qrzone{
    display:none;
}
