html,
body {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 13px;
    line-height: 1.6;
}

body.is-dialog {
    background: #fff;
}
b, strong {
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #333;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selection {
    position: absolute;
    border: 1px solid #8B9;
    background-color: #BEC;
}

.main-header .logo,
.main-header .navbar {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.main-header .navbar {
    position: relative;
}

.bootstrap-dialog .modal-dialog {
    /*width: 70%;*/
    max-width: 885px;
}

html.ios-fix,
html.ios-fix body {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.wrapper {
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

#header {
    background: #fff;
}
.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
}
.wrapper .main-header .logo {
    color: #fff;
    background-color: #222;
    position: absolute;
    top: 0;
    z-index: 1200;
    width: 130px;
    left: 2%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.main-header .logo .logo-mini {
    display: none;
}
.main-header .logo .logo-lg {
    display: block;
}
.main-header .navbar {
    position: relative;
    margin: 0;
    border: none;
    min-height: 50px;
    border-radius: 0;
    z-index: 1000;
}
.main-header .navbar-custom-menu {
    float: right;
}
#firstnav {
    height: 50px;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 4px rgb(0 21 41 / 8%);
    position: relative;
}
#firstnav .navbar-custom-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background: transparent;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.navbar-custom-menu > .navbar-nav {
    float: right;
}
.navbar-custom-menu > .navbar-nav > li {
    position: static;
    float: left;
    
}
#firstnav .navbar-custom-menu ul li a {
    padding: 20px 10px;
    line-height: 25px;
    border-left: 1px solid #eee;
}
.main-footer{
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
}
.dropdown-toggle.unread::before {
    content: " ";
    border: 3px solid red;
    border-radius: 3px;
    position: absolute;
    z-index: 1000;
    right: -3px;
    top: 8px;
}

.i-tg:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/static/img/tg.png);
    background-size: cover;
}

.i-tggp:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/static/img/tele.png);
    background-size: cover;
}
.content-wrapper{
    position: relative;
    top:15%;
    z-index: 800;
    text-align: center;
}
.content-center{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}
h2{
    font-family: Nunito,sans-serif;
    font-weight: 500;
    line-height: 35px;
    font-size: 30px;
}
.flex-count{
    margin:50px 0;
    display: flex;
    justify-content: center;
    
}
.countdown {
    border: 1px solid #ddd;
    border-radius: 100%;
    padding: 25px 30px;
    font-size: 20px;
    box-sizing: border-box;
    line-height: 1;
}
.countdown #second {
    font-size: 30px;
}
.content-center .btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2;
    width: 300px;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.content-center .btn:disabled {
    opacity: .65;
}