body {
    background: #001242;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
}

.container {
    max-width: 100%;
}

.text-white{
    color: #fff !important;
}
.text-bold{
    font-weight: bold;
}

/* table */
.table {
    color: #fff;
}

/*top-header*/
#top-header {
    height: 35px;
    background: url(../img/bgr-top-header.png) repeat-x center center;
    display: none;
}

#top-header .left-menu a {
    padding: 0 10px;
    line-height: 35px;
    color: #ffffff;
}

#top-header .right-menu a {
    padding: 0 10px;
    line-height: 35px;
    color: #d9db17;
}

#top-header .languages{
    margin: 0 10px;
}

#top-header .languages a {
    padding: 0;
    line-height: 35px;
}

#user-dropdown{
    position: relative;
    float: right;
}

#user-dropdown .dropdown-content {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 250px;
    background: white;
    z-index: 10;
    white-space: nowrap;
}

.has-user-dropdown .dropdown-content {
    display: none;
}

.has-user-dropdown:hover .dropdown-content {
    display: block;
}

#user-dropdown .dropdown-content .border {
    border: 1px solid #000;
    min-height: 300px;
}

#user-dropdown .user-avata {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

#user-dropdown .wrap-icon{
    width: 48px;
    padding-top: 6px;
}

#user-dropdown .icon {
    width: 16px;
    height: 16px;
}

#user-dropdown a{
    padding: 0 !important;
    color: #000 !important;
}

#user-dropdown .dropdown-footer .nav a{
    font-size: 11px;
    padding: 0 5px !important;
    line-height: 20px;
}

/*main-header*/
#main-header {
    background: #f2f7ff;
}

#main-header .logo-wrap img{
    padding: 32px 0;
}

#main-header .search-wrap input{
    height: 50px;
    border-radius: 0;
    border: 1px solid #777;
    padding: 0 20px;
}

#main-header .search-wrap input:focus{
    outline: 0;
}

#main-header .search-wrap select{
    height: 50px;
    margin-left: -1px;
    border-radius: 0;
    border: 1px solid #777;
    background: white;
}

#main-header .search-wrap button{
    height: 50px;
    border-radius: 0;
    border: 0;
    background: #681c00 !important;
    font-size: 13px;
}

#main-header .search-wrap button:active{
    outline: 0;
}

#main-header .login-wrap .btn-login{
    background: white;
    height: 50px;
    font-size: 14px;
    border: none;
    color: #636363;
    box-shadow: 0 0 10px #999;
    line-height: 37px;
    border-radius: 15px;
}

/* bg-logo */
.bg-logo {
    background-color: #1d092c;
}

.bg-logo .logo{
    margin-bottom: 5px;
    height: 64px;
}

.btn-language{
    background-image: linear-gradient(#fae21f, #f68d10);
    margin-right: 15px;
    padding: 0px 15px;
}

.btn-language select,
.btn-language select:focus{
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
}

.btn-language select option{
    color: #000;
}

.btn-login{
    background-image: linear-gradient(#fae21f, #de5a29);
    padding: 0px 25px;
}

.btn-register{
    background-image: linear-gradient(#e4150f, #f1471a);
    padding: 0px 25px;
    margin-left: 15px;
}

/* main-menu */
.logo-lumitel{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.logo-lumitel img{
    height: 53px;
}

.bg-main-menu{
    background-color: #f68d10;
}

.main-menu a{
    color: #fff;
}

.main-menu li:nth-child(2){
    margin-left: 125px;
}

.main-menu li.active {
    background-color: #fff;
    transform: skew(-20deg);
}

.main-menu li.active a{
    font-weight: bold;
    color: #f68d10;
    transform: skew(20deg);
}

/*modal*/
.modal .modal-header{
    border-bottom: none;
}
.modal .modal-header .close{
    color: #fff;
    margin: 0;
    padding: 13px;
    position: absolute;
    top: 0;
    right: 0;
}
.modal .modal-dialog{
    max-width: 555px;
    margin-top: 0;
    position: relative;
    top: 50%;
    transform: translate(0%, -70%) !important;
}
.modal .modal-content{
    border-radius: 15px;
    background-color: #292929;
    border: 5px solid #66bdcc;
}
.modal .modal-header{
    padding: 12px 0;
}
.modal .modal-header .modal-title{
    font-size: 17px;
}
.modal .modal-footer{
    border: none;
}
.modal .btn-primary,
.btn-confirm,
.btn-continues{
    background: linear-gradient(to right, #4caeff, #02effd);
    border-radius: 40px;
}

.rate-process-bar {
    height: 300px;
}

.rate-process-bar > div {
    background: #D33C44;
    min-height: 20px;
}

/* Chrome, Safari, Edge, Opera */
input.no-arrow::-webkit-outer-spin-button,
input.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.no-arrow {
  -moz-appearance: textfield;
}

/* frame-play-game */
#frame-play-game {
    background: url("../img/game/menuBg.png") center center no-repeat;
    height: 540px;
    position: relative;
    margin: 0 -15px;
    background-size: cover;
}

#start {
    background: url("../img/game/menuPlay.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 144px;
    height: 144px;
    cursor: pointer;
}

#ask-support {
    background: url("../img/game/btnAudience.png") 0px 0px no-repeat;
    width: 59px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 100px;
}

#ask-support.disabled{
    background: url("../img/game/btnAudience.png") -59px 0px no-repeat;
    cursor: not-allowed;
}

#call-support {
    background: url("../img/game/btnCall.png") 0px 0px no-repeat;
    width: 58px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

#call-support.disabled{
    background: url("../img/game/btnCall.png") -58px 0px no-repeat;
    cursor: not-allowed;
}

#bonus{
    background: url("../img/game/invMenuIcon.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 94px;
    height: 94px;
}

#bonus-text{
    position: absolute;
    top: 45px;
    left: 130px;
    color: #f68d10;
    font-size: 30px;
}

#question-levels{
    position: absolute;
    right: 20px;
    top: 110px;
    background-color: #141d3a;
    border-radius: 10px;
    border: 5px solid #66bdcc;
    width: 150px;
    padding: 10px;
    font-weight: bold;
}

#question-levels p{
    color: #4f94a8;
    text-align: left;
    margin-bottom: 5px;
}

#question-levels p.selected{
    color: #f68d10;
}

#countdown{
    position: absolute;
    top: 20px;
    left: 50%;
    width: 62px;
    height: 62px;
    transform: translate(-50%, 0px);
    border: 8px solid #f68d10;
    font-size: 32px;
    font-weight: bold;
    border-radius: 50%;
}

.question-group{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

#question{
    background: url("../img/game/questionDesk.png") 0px 0px no-repeat;
    color: #fff;
    width: 679px;
    height: 93px;
    padding: 10px;
    font-weight: bold;
    margin: auto;
}

.answer.row-1,
.answer.row-2{
    gap: 30px;
    width: 679px;
}

.choose-answer{
    background: url("../img/game/answerDesk.png") 0px 0px no-repeat;
    height: 55px;
    width: 326px;
    cursor: pointer;
}

.choose-answer.success{
    background-position: 0px -55px;
}

.choose-answer.selected{
    background-position: 0px -110px;
}

.choose-answer.error{
    background-position: 0px -165px;
}

#message {
    background: url("../img/game/endBubble.png") 0px 0px no-repeat;
    color: #000;
    width: 511px;
    height: 170px;
    position: absolute;
    bottom: 190px;
    right: 230px;
    opacity: 0;
}
#message > div {
    height: 100%;
}

.running #message{
    bottom: 255px;
}

#host {
    background: url("../img/game/menuHost.png") 0px 0px no-repeat;
    color: #000;
    width: 230px;
    height: 360px;
    position: absolute;
    bottom: 0;
    right: 100px;
}

.show-on-running,
.show-on-stop,
.running .hide-on-running,
.stopped .hide-on-running {
    display: none !important;
}

.running .show-on-running,
.stopped .show-on-stop {
    display: block !important;
}

@media only screen and (max-width: 768px) {
    .btn-login,
    .btn-language,
    .btn-register {
        padding: 0px 8px;
        margin: 0;
    }

    .main-menu li:nth-child(2) {
        margin-left: 0px;
    }

    .main-menu .nav-link {
        padding: 5px;
    }

    .top-menu li {
        width: 33.33%;
    }

    .top-menu .nav-link {
        width: 100%;
        text-align: center;
        white-space: nowrap;
        padding: 0.5rem 0;
    }

    #frame-play-game.running {
        height: 666px;
    }
    
    #host {
        display: none !important;
    }

    #message {
        right: 2%;
        width: 96%;
        background: #fff;
        z-index: 10;
    }
    
    #start {
        width: 80px;
        height: 80px;
    }

    #bonus {
        display: none !important;
    }

    #bonus-text {
        left: 20px;
        top: 35px;
        font-size: 20px;
    }

    #countdown {
        transform: translate(-80%, 0px);
    }

    #question {
        width: 100%;
        background-position: center center;
    }

    .answer.row-1, .answer.row-2 {
        width: 100%;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

}