@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Transformers Movie';
    src: url('./fonts/TransformersMovie.eot');
    src: url('./fonts/TransformersMovie.eot?#iefix') format('embedded-opentype'), url('./fonts/TransformersMovie.woff2') format('woff2'), url('./fonts/TransformersMovie.woff') format('woff'), url('./fonts/TransformersMovie.ttf') format('truetype'), url('./fonts/TransformersMovie.svg#TransformersMovie') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Digital';
    src: url('./fonts/Digital-7.eot');
    src: url('./fonts/Digital-7.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Digital-7.woff2') format('woff2'),
    url('./fonts/Digital-7.woff') format('woff'),
    url('./fonts/Digital-7.ttf') format('truetype'),
    url('./fonts/Digital-7.svg#Digital-7') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TOPGUN';
    src: url('./fonts/TOPGUN.woff2') format('woff2'),
    url('./fonts/TOPGUN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@-webkit-keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}




*{
    box-sizing: border-box;
    list-style: none !important;
    white-space: normal !important;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: #02020b;
    min-height: auto;
    height: 768px;
    overflow-x: hidden;
    overflow-y: hidden;
}
img{
    height: auto;
}
.row_transformers{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row_transformers h1 {
    margin: 50px 0;
}
#gamePart h1 {
    text-align: center;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 79px;
    position: relative;
    float: right;
    right: 65px;
    margin: 0;
}

.part-content {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin: 15px 0;
}

span.part-title {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    font-size: 22px;
    color: #d14560;
    font-weight: 800;
    text-transform: uppercase;
}

span.part {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}


.left_col{
    float: left;
    width: 50%;
    padding: 10px;
}
.right_col{
    float: left;
    width: 50%;
    padding: 10px;
}

.container_ipad_view {
    position: relative;
    width: 1024px;
    height: 768px;
    overflow: hidden;
    margin: auto;
}
.container_ipad_view#login_transformers{
    background: url("../images/bg-login.png") center no-repeat;
    background-size: 100% 100%;
}
.ranking-container {
    position: relative;
    width: 1024px;
    height: 768px;
    overflow: hidden;
    margin: auto;
    background: url("../images/bg-ranking.png") center no-repeat;
    background-size: 100% 100%;
}


.container_ipad_view#login_transformers .logo{
    display: flex;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 230px;
    margin-bottom: 50px;
}
.container_ipad_view#login_transformers .logo img{
    display: block;
    max-width: 370px;
}
.login_transformers_form{
    margin: 35px auto;
    width: 100%;
    max-width: 320px;
    text-align: center;
}
.login_transformers_form label{
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.login_transformers_form input{
    outline: none !important;
    border: 0 !important;
    padding: 16px 10px;
    line-height: initial;
    height: auto;
}
.login_transformers_form input[type="email"] {
    background: #fff;
    margin: 10px 0;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    color: #16001f;
    font-family: 'Transformers Movie';
    border-radius: 0;
}
.login_transformers_form input[type="submit"] {
    font-family: 'Transformers Movie';
    background: #6a4cdd;
    color: #fff;
    letter-spacing: 1px;
    font-size: 21px;
    text-align: center;
    width: 250px;
    transition: all.3s;
    cursor: pointer;
}
.login_transformers_form input[type="submit"]:hover {
    background: #1b0525;
    color: #5b6d78;
}
/***********************/
.container_ipad_view#htp_transformers{
    background: url("../images/bg-htp.png") center no-repeat;
    background-size: 100% 100%;
}


.container_ipad_view#gamePart{
    background: url("../images/game-part.png") center no-repeat;
    background-size: 100% 100%;
}

#gamePart .htp_logo img {
    max-width: 222px;
    float: left;
    margin-top: 50px;
    position: relative;
    margin-left: 50px;
}

#gamePart .htp_logo {
    float: left;
    left: 0;
    margin-top: 0;
}

#gamePart .row_transformers {
    display: block;
    padding: 15px;
}
.htp_logo {
    text-align: center;
    margin-top: 90px;
}

.htp_logo img {
    max-width: 287px;
}

h2.htp_h2_title {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0;
}

div#ten-countdown {
    color: #ffffff;
    font-family: Roboto;
    font-weight: 600;
}

video.video_htp {
    width: 90%;
    margin-left: 5%;
}
.htp_link_play_t {
    font-family: 'Transformers Movie';
    letter-spacing: 2px;
    font-size: 18px;
    text-align: center;
    width: 350px;
    transition: all.3s;
    -webkit-transition: all.3s;
    cursor: pointer;
    display: block;
    margin: 0px auto;
    padding: 23px;
    text-decoration: none;
    color: #fff;
    background-color: #e11a28;
    border-color: #e11a28;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    text-transform: uppercase;
    font-weight: 700;
    background: url(../images/start-btn.png) center no-repeat;
    background-size: contain;
    margin-top: 20px;
    border: none;
}

.htp_link_play_t:hover {
    color: #b23b53;
    text-decoration: none;
}
.htp_tranformer_image {
    position: absolute;
    transition: all .3s;
    -webkit-transition: all.3s;
    margin-left: 0;
    right: 30px;
    bottom: -5px;
}
.htp_tranformer_image:hover{
    right: 15px;
    bottom: -10px;
}
.htp_tranformer_image2 {
    transition: all .3s;
    -webkit-transition: all.3s;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.htp_tranformer_image2:hover{
    left: -15px;
    bottom: -15px;
}
/***********************/
.container_ipad_view#score_transformers{
    background: url("../images/bg-score.png") center no-repeat;
    background-size: 100% 100%;
}
.score_logo {
    text-align: center;
    margin-top: 35px;
}
h1.score_h1_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin: 20px 0;
}
.left_score {
    float: left;
    width: 45%;
    padding-left: 55px;
}

h2.score_h2_title {
    margin: 0;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Transformers Movie';
    letter-spacing: 1px;
    font-size: 30px;
    font-family: 'TOPGUN';
}
span.c1_prct_score {
    color: #dd5e55;
}
.top_star_score {
    float: left;
    width: 92px;
}
.equipe_top_score {
    float: left;
    width: calc(100% - 92px);
}
h3.score_h3_title {
    text-transform: uppercase;
    color: #fdbf2e;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    margin-top: 0px;
}
.container_ipad_view#score_transformers {
    color: #fff;
}
.container_ipad_view#score_transformers p {
    margin: 5px 0;
}
.top1_3_members_line {
    display: flex;
    align-items: center;
}
span.c2_team_name {
    text-transform: uppercase;
    font-weight: 600;
    color: #fdbf2e;
    padding-left: 5px;
}
.right_score {
    float: left;
    width: 55%;
    padding-left: 45px;
}
span.c4_prct_score {
    color: #53cdf2;
    font-family: 'Transformers Movie';
    font-size: 25px;
}
.col_2_score {
    float: left;
    width: calc(66%);
}
.col_1_score {
    float: left;
    width: calc(100% / 3);
}
.scoll-box {
    float: left;
    width: 987px;
    height: 440px;
    overflow-y: scroll;
}
.scoll-box::-webkit-scrollbar{
    width: 8px;
    background-color: transparent;
}
.scoll-box::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #200834;
    position: absolute;
}
.powred_by {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 15px;
    color: #fff;
}


/***********************/
.container_ipad_view.level1_transformers{
    background: url("../images/bg-lvl1.png") center no-repeat;
    background-size: 100% 100%;
}


.level_logo {
    position: absolute;
    left: 10px;
    top: 15px;
}
.level1_team_box {
    position: absolute;
    left: 325px;
    top: 10px;
    width: 190px;
}
.container_ipad_view.level1_transformers h2.score_h2_title ,.container_ipad_view.level2_transformers h2.score_h2_title{
    margin: 0;
    font-size: 23px;
    margin-top: 15px;
}
.container_ipad_view.level1_transformers h3.score_h3_title,.container_ipad_view.level2_transformers h3.score_h3_title {
    margin: 0;
    color: #fff;
}
.container_ipad_view.level1_transformers h3.score_h3_title strong,.container_ipad_view.level2_transformers h3.score_h3_title strong {
    color: #fdbf2e;
}
.level1_transformer_signs_box {
    width: 160px;
    position: absolute;
    left: 530px;
    top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.transformer_sign {
    background: url("../images/lvl1/head_1.png") center no-repeat;
    background-size: 100% 100%;
    width: 39px;
    height: 38px;
    margin: 0 2px;
}
.transformer_sign.active{
    background: url("../images/lvl1/head_2.png") center no-repeat;
    background-size: 100% 100%;
}
.transformer_bar_signs {
    width: 100%;
    margin-top: 10px;
    padding-left: 1px;
}
.bar_sign {
    width: 13.8px;
    height: 35px;
    background: #ffffff;
    float: left;
    margin-left: 2px;
}
.bar_sign.active{
    background: #fdbf2e;
}
.box_timer_container {
    position: absolute;
    left: 476px;
    top: 60px;
    color: #fff;
    font-size: 21px;
    letter-spacing: 2px;
    width: 140px;
    font-family: Roboto;
}
.box_profile_container {
    position: absolute;
    right: 90px;
    top: 27px;
    width: 129px;
    text-align: right;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.section_left_title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 159px;
    text-align: center;
    font-size: 13px;
    position: absolute;
    top: 205px;
    left: 80px;
    font-family: Roboto;
}
.section_left_project_container {
    width: 159px;
    position: relative;
    top: 0;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}
.project_waiting {
    float: left;
    width: 21%;
    margin: 6px;
    /* padding: 11px; */
    font-size: 11px;
    text-align: center;
    color: #fff;
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    margin-right: 84%;
    background: url(../images/action.png) center no-repeat;
    background-size: contain;
    font-weight: 600;
    padding: 14px 22px;
    height: 100px;
    z-index: 9999999999;
}
.condition_waiting {
    float: left;
    width: 70%;
    margin: 6px;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    min-height: 40px;
    border-radius: 50%;
    display: block;
    justify-content: center;
    align-items: center;
    cursor: grab;
    margin-right: 84%;
}
.bc1{
    background:#dd5e55;
}
.bc2{
    background:#f18961;
}
.bc3{
    background:#7354f1;
}
.bc4{
    background:#53cdf2;
}
.bc5{
    background:#007dc5;
}
.section_left_project_container::-webkit-scrollbar{
    width: 0;
}
.section_left_project_container::-webkit-scrollbar-thumb{
    width: 0;
}
.scroll_down_list{
    background-size: 100% 100%;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 609px;
    left: 103px;
    cursor: pointer;
}
.scroll_up_list{
    background-size: 100% 100%;
    width: 30px;
    height: 31px;
    position: absolute;
    left: 175px;
    top: 609px;
    cursor: pointer;
}
.tableau_title{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 130px;
    left: 205px;
}
.delete_lvl1{
    background: url(../images/lvl1/delete.png) center no-repeat;
    background-size: 100% 100%;
    width: 23px;
    height: 29px;
    position: absolute;
    left: 910px;
    top: 120px;
}
.delete_lvl1.active{
    background: url(../images/lvl1/delete_red.png) center no-repeat;
    background-size: 100% 100%;
}
.tableau_semaines {
    width: 737px;
    height: 333px;
}
.column_tab_semaine {
    float: left;
    width: 183.5px;
}
.title_column_tab_semaine {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 11px;
    width: 183.5px;
    float: left;
}
.zone_dragger {
    width: 100%;
    float: left;
    height: auto;
    min-height: 255px;
    padding-bottom: 60px;
}
.project_in_queue {
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px 0;
    width: calc(100% - 2px);
    margin-left: 1px;
}
.zone_dragger::-webkit-scrollbar{
    width: 0;
}
.zone_dragger::-webkit-scrollbar-thumb{
    width: 0;
}
.tableau_semaines::-webkit-scrollbar{
    width: 0;
}
.tableau_semaines::-webkit-scrollbar-thumb{
    width: 0;
}
.right_arrow_scroller{
    background: url(../images/lvl1/arrow-right.png) center no-repeat;
    background-size: 100% 100%;
    width: 39px;
    height: 84px;
    position: absolute;
    left: 955px;
    top: 230px;
}
.left_arrow_scroller{
    background: url(../images/lvl1/arrow-left.png) center no-repeat;
    background-size: 100% 100%;
    width: 39px;
    height: 85px;
    position: absolute;
    left: 955px;
    top: 305px;
}
.right_arrow_scroller_1{
    background: url(../images/lvl1/arrow-right.png) center no-repeat;
    background-size: 100% 100%;
    width: 39px;
    height: 84px;
    position: absolute;
    left: 955px;
    top: 230px;
}
.left_arrow_scroller_1{
    background: url(../images/lvl1/arrow-left.png) center no-repeat;
    background-size: 100% 100%;
    width: 39px;
    height: 85px;
    position: absolute;
    left: 955px;
    top: 305px;
}
div#column_5_tab_month {
    float: left;
    width: 0;
}
div#column_4_tab_month {
    float: left;
    width: 5px;
    height: 100%;
}
div#column_1_tab_month {
    float: left;
    width: 0;
}
.box_x_scrollabele {
    width: 1468px;
    height: 100%;
    float: left;
    transition: all .5s;
    transform: translateX(0px);
}
.lvl1_score_circle1 {
    position: absolute;
    left: 278px;
    top: 503px;
    color: #fff;
    width: 100px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.lvl1_score_circle1 p {
    margin: 0;
}
.lvl1_score_circle1 strong {
    font-size: 20px;
}
.lvl1_score_circle2 {
    position: absolute;
    left: 543px;
    top: 503px;
    color: #fff;
    width: 100px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.lvl1_score_circle2 p {
    margin: 0;
}
.lvl1_score_circle2 strong {
    font-size: 20px;
}
.lvl1_score_circle3 {
    position: absolute;
    left: 810px;
    top: 503px;
    color: #fff;
    width: 100px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.lvl1_score_circle3 p {
    margin: 0;
}
.lvl1_score_circle3 strong {
    font-size: 20px;
}
.impact-1 {
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 625px;
    left: 205px;
}
.impact-2{
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 625px;
    left: 398px;
}
.impact-3{
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 625px;
    left: 590px;
}
.impact-4{
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 625px;
    left: 780px;
}
.impact-5{
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 700px;
    left: 205px;
}
.impact-6{
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 700px;
    left: 398px;
}
.impact-7{
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 700px;
    left: 590px;
}
.impact-8{
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 700px;
    left: 780px;
}
.impact_progress_1{
    position: absolute;
    top: 650px;
    left: 204px;
    height: 35px;
    width: 174px;
}
.impact_progress_2{
    position: absolute;
    top: 650px;
    left: 395px;
    height: 35px;
    width: 174px;
}
.impact_progress_3{
    position: absolute;
    top: 650px;
    left: 585px;
    height: 35px;
    width: 174px;
}
.impact_progress_4{
    position: absolute;
    top: 650px;
    left: 778px;
    height: 35px;
    width: 174px;
}
.impact_progress_5{
    position: absolute;
    top: 725px;
    left: 204px;
    height: 35px;
    width: 174px;
}
.impact_progress_6{
    position: absolute;
    top: 725px;
    left: 395px;
    height: 35px;
    width: 174px;
}
.impact_progress_7{
    position: absolute;
    top: 725px;
    left: 585px;
    height: 35px;
    width: 174px;
}
.impact_progress_8{
    position: absolute;
    top: 725px;
    left: 778px;
    height: 35px;
    width: 174px;
}

.impact_progress_1 div{
    height: 20px;
    border-radius: 0 3px 3px 0;
    background: #dd5e55;
    position: relative;
    float:left;
    margin-top:5px;
}
.impact_progress_2 div{
    height: 20px;
    border-radius: 0 3px 3px 0;
    background: #7354f1;
    position: relative;
    float:left;
    margin-top:5px;
}
.impact_progress_3 div{
    height: 20px;
    border-radius: 0 3px 3px 0;
    background: #53cdf2;
    position: relative;
    float:left;
    margin-top:5px;
}
.impact_progress_4 div{
    height: 20px;
    border-radius: 0 3px 3px 0;
    background: #f18961;
    position: relative;
    float:left;
    margin-top:5px;
}
.impact_progress_5 div{
    height: 20px;
    border-radius: 0 3px 3px 0;
    background: #f18961;
    position: relative;
    float:left;
    margin-top:5px;
}
.impact_progress_6 div{
    height: 20px;
    border-radius: 0 3px 3px 0;
    background: #53cdf2;
    position: relative;
    float:left;
    margin-top:5px;
}
.impact_progress_7 div{
    height: 20px;
    border-radius: 0 3px 3px 0;
    background: #7354f1;
    position: relative;
    float:left;
    margin-top:5px;
}
.impact_progress_8 div{
    height: 20px;
    border-radius: 0 3px 3px 0;
    background: #dd5e55;
    position: relative;
    float:left;
    margin-top:5px;
}
.chat_btn{
    background: url(../images/lvl1/chat_btn.png) center no-repeat;
    background-size: 100% 100%;
    width: 90px;
    height: 93px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.chat_box{
    width: 200px;
    height: 768px;
    background: #fff;
    position: absolute;
    right: 0;
    border-radius: 20px 0 0 20px;
    transition: all .3s;
    transform: translateX(201px);
    z-index: 1;
    padding: 50px 10px 0px 10px;
    font-size: 13px;
    color: #292929;
    overflow: hidden;
}
.chat_box.shown{
    transform: translateX(0);
}
.chat_q_btn{
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 10px;
    cursor: pointer;
}
.profile_chat_box {
    float: left;
    width: 100%;
}

.avatar_chat {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fdbf2e;
    background-color: #ccc;
    margin-right: 5px;
}

.name_chat {
    float: left;
    width: 95px;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.notification_box {
    float: left;
    width: 19px;
    height: 13px;
    background: url(../images/lvl1/notifcation.png) center no-repeat;
    background-size: 100% 100%;
    margin-top: 19px;
    position: relative;
    margin-left: 5px;
}

.notification_count {
    position: absolute;
    background: #dd5e55;
    top: -7px;
    right: -6px;
    border-radius: 50%;
    min-width: 13px;
    min-height: 13px;
    text-align: center;
    color: #fff;
    font-size: 7px;
    line-height: 13px;
}
.search_box_chat {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#search_chat_member {
    border: 0;
    float: left;
    width: 80%;
    padding: 5px;
    outline: none !important;
    background: transparent;
}
#search_chat_member::placeholder {
    font-size:10px;
    font-weight:600;
}
.search_icon {
    border: 0;
    outline: none !important;
    background: url(../images/lvl1/search.png) center no-repeat;
    background-size: 100% 100%;
    width: 19px;
    height: 19px;
    margin-left: 10px;
    margin-top: 3px;
    padding: 0;
}
.mon_equipe_chat {
    float: left;
    width: 100%;
    position: absolute;
    top: 180px;
    left: 0;
    padding: 0 10px;
    height: 0;
    z-index: 1;
}
.title_equipe_chat {
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}
.member_desc {
    float: left;
    width: 125px;
    margin-bottom: 10px;
}
.member_desc p {
    margin: 0;
    font-size: 11px;
}
.mb-15{
    margin-bottom: 15px;
}
.send_box_chat {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    padding: 15px;
}
#tape_msg_box {
    border: 0;
    float: left;
    width: 78%;
    padding: 5px;
    outline: none !important;
    background: transparent;
}
#tape_msg_box::placeholder {
    font-size:10px;
    font-weight:600;
}
.send_msg_chat {
    border: 0;
    outline: none !important;
    background: url(../images/lvl1/send.png) center no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 24px;
    margin-left: 10px;
    margin-top: 3px;
    padding: 0;
    cursor: pointer;
}
.title_equipe_chat span {
    background: url(../images/lvl1/down_list.png) center no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 9px;
    margin-left: 10px;
    margin-top: 3px;
    padding: 0;
    display: inline-block;
    transition: all .3s;
    transform: rotate(-90deg);
}
.trform_equipe{
    transition: all 0.5s;
    transform: translateX(300px);
    opacity: 0;
    background: #fff;
    border-radius: 10px;
}
.trednone{
    transform: translateX(0px);
    opacity: 1;
}
.title_equipe_chat span.open{
    transform: rotate(0deg);
}
.chated_messages_box {
    position: absolute;
    left: 0;
    padding: 10px;
    bottom: 60px;
}

.message_extchenged {
    font-size: 12px;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 5px;
}

.message_sender {
    float: right;
    width: auto;
    display: inline-block;
    text-align: right;
    font-size: 8px;
    background: #f1f1f1;
    padding: 2px;
    border-radius: 5px;
    margin-top: -5px;
}
.mb-10{
    margin-bottom: 10px;
}
.tred_month_table{
    transform: translateX(-754px) !important;
}
.column_tab_semaine_month_seperator{
    float: left;
    width: 20px;
    height: 100%;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 10px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 7px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 1px;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #252239;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.popup_lvl1_1{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 1024px;
    max-height: 768px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/popup1.png") center no-repeat;
    background-size: 100% 100%;
}
.boxer_popup {
    margin: auto;
    width: 500px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: max-content;
}
.tile_popup {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Transformers Movie';
    letter-spacing: 1px;
    font-size: 30px;
    text-align: center;
    background: #5c07c7;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    float: left;
    width: 100%;
    margin: 0;
}
.txt_popup {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 15px;
}
.form_project_options {
    font-size: 14px;
    color: #270257;
}
.form_project_options p {
    margin: 0;
    margin-bottom: 5px;
}
.option_txt{
    float: left;
    width: calc(100% - 35px);
}
.form_project_options input[type="submit"] {
    font-family: 'Transformers Movie';
    background: #6a4cdd;
    color: #fff;
    letter-spacing: 1px;
    font-size: 21px;
    text-align: center;
    width: 230px;
    transition: all.3s;
    cursor: pointer;
    border: 0;
    padding: 6px 10px;
    margin-top: 15px;
}
.center_content{
    text-align: center;
}
.close_popup {
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 21px;
    cursor: pointer;
}
/***********************/
.container_ipad_view.level2_transformers{
    background: url("../images/bg-lvl2.png") center no-repeat;
    background-size: 100% 100%;
}
.tableau_semaines_2 {
    width: 737px;
    height: 315px;
}
.tableau_semaines_2::-webkit-scrollbar{
    width: 0;
}
.tableau_semaines_2::-webkit-scrollbar-thumb{
    width: 0;
}
.box_x_scrollabele_2 {
    width: 1468px;
    height: 100%;
    float: left;
    transition: all .5s;
    transform: translateX(0px);
}
.box_x_scrollabele_1 {
    width: 1468px;
    height: 100%;
    float: left;
    transition: all .5s;
    transform: translateX(0px);
}
.right_arrow_scroller_2{
    background: url(../images/lvl1/arrow-right.png) center no-repeat;
    background-size: 100% 100%;
    width: 39px;
    height: 84px;
    position: absolute;
    left: 955px;
    top: 505px;
}
.left_arrow_scroller_2{
    background: url(../images/lvl1/arrow-left.png) center no-repeat;
    background-size: 100% 100%;
    width: 39px;
    height: 85px;
    position: absolute;
    left: 955px;
    top: 580px;
}
.popup_lvl1_2{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 1024px;
    max-height: 768px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/popup1.png") center no-repeat;
    background-size: 100% 100%;
}
.popup_lvl1_3{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 1024px;
    max-height: 768px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/popup1.png") center no-repeat;
    background-size: 100% 100%;
}

.btn_terminer_lvl2 {
    font-family: 'Transformers Movie';
    background: #6a4cdd;
    color: #fff;
    letter-spacing: 1px;
    font-size: 21px;
    text-align: center;
    width: 230px;
    transition: all.3s;
    cursor: pointer;
    border: 0;
    padding: 6px 10px;
    margin-top: 15px;
}
.btn_continuer_lvl2{
    font-family: 'Transformers Movie';
    background: #6a4cdd;
    color: #fff;
    letter-spacing: 1px;
    font-size: 21px;
    text-align: center;
    width: 230px;
    transition: all.3s;
    cursor: pointer;
    border: 0;
    padding: 6px 10px;
    margin-top: 15px;
}
.box_current_profile_header{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fdbf2e;
    background-color: #ccc;
    margin-right: 5px;
    display: inline-block;
}
.table_titles_row {
    float: left;
    width: 100%;
    height: 41px;
}
.in_queue_table_scroller {
    float: left;
    height: 276px;
    overflow: hidden;
    overflow-y: scroll;
}
.in_queue_table_scroller::-webkit-scrollbar{
    width: 0;
}
.in_queue_table_scroller::-webkit-scrollbar-thumb{
    width: 0;
}
.box_x_scrollabele_1 .in_queue_table_scroller,.box_x_scrollabele_2 .in_queue_table_scroller {
    height: 230px;
}
ul.project_waiting_list {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
}
ul.project_in_queue_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}




/**************************************************/

.cata-sub-nav{
    width: 737px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: absolute;
    top: 158px;
    left: 205px;
}
.cata-sub-nav::-webkit-scrollbar,.cata-sub-nav1::-webkit-scrollbar,.cata-sub-nav2::-webkit-scrollbar {
    display: none;
}
.cata-sub-nav1 {
    width: 737px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: absolute;
    top: 158px;
    left: 205px;
}
.cata-sub-nav2 {
    width: 737px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: absolute;
    top: 442px;
    left: 205px;
}
.page-wrapper {
    width: 100%;
    height: 100%;
}
.score_individuelle {
    color: #fff;
    font-weight: 700;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-login{
    color: #fff;
    background-color: #e11a28;
    border-color: #e11a28;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    text-transform: uppercase;
    font-weight: 700;
}

.btn-login:hover {
    background-color: #990a14;
    border-color: #990a14;
}

img.logo {
    width: 270px;
}

.parts-nav span {
    padding: 10px 10px;
    border: 1px solid #bbb;
    margin: 0;
}

.parts-nav {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.parts-nav span.active {
    background: #bbb;
    color: #fff;
}

.actions-container {
    width: 86%;
    position: absolute;
    top: 124px;
    height: 736px;
    overflow: hidden;
    max-height: 75vh;
    overflow-y: scroll;
    padding: 0;
    left: 156px;
}

.actions-container .section_left_title {
    top: 0;
}

.actions-container .scroll_down_list {
    top: 548px;
}

.actions-container .scroll_up_list {
    top: 548px;
}


.persona-container {
    position: absolute;
    left: 378px;
    bottom: 121px;
    width: 320px;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 11px;
}

.persona-container img {
    width: 70px;
}

.persona {margin-top: 0;margin-left: 0;}

span.persona-name {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    font-weight: 600;
}

span.persona-type {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    text-transform: uppercase;
}

.action-marketing-container {
    width: 36%;
    position: absolute;
    left: 80px;
    top: 50px;
}

span.action-marketing-title {
    font-size: 18px;
    font-weight: 900;
    margin-right: 40px;
}

img.action-btn {
    width: 83px;
    cursor: pointer;
}

.game-diagram-container {
    width: 59%;
    position: absolute;
    right: 105px;
    top: 127px;
    height: 350px;
    overflow: hidden;
    z-index: 9999999;
}

.first-action {background: url('../images/drag-condition-here.png') top center no-repeat;width: 176px;height: 67px;background-size: contain;position: relative;margin: auto;left: 0;right: 0;background-repeat: no-repeat;margin-top: 15px;margin-bottom: 55px;}
.general-condition {
}
.second-condition {
    background: url(../images/first-condition.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.third-condition {
    background: url(../images/first-condition.png);
    background-size: contain;
    right: 0;
    background-repeat: no-repeat;
}

.js-list-conditions {
    width: 100%;
}

.condition_waiting.ui-draggable.ui-draggable-handle {
    width: 100px;
    padding: 39px 0px;
    margin-left: 3%;
}

.conditions-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: left;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 36px;
}


.conditions-container:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background: #8d8b9f;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.plane {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
}

.plane img {
    width: 90%;
    position: relative;
    top: -123px;
    -webkit-animation: vibrate-1 1.5s linear infinite both;
    animation: vibrate-1 1.5s linear infinite both;
    left: -30px;
}

h1 span {
    margin: 0px 36px;
}


.part-info-container {
    width: 92%;
    display: flex;
    position: relative;
    float: left;
    margin-top: -60px;
    background: url(../images/bg-info.png) center no-repeat;
    background-size: contain;
    padding: 36px 0px;
    margin-left: 4%;
}

.part-start-btn {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
.part-container {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-top: -80px;
}

.txt-footer {
    width: 100%;
    position: relative;
    float: left;
    margin-top: -30px;
    text-align: center;
    font-size: 11px;
}
.persona span.persona {
    color: #4ae1d8;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
.loopBack-btn button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.loopBack-btn {
    position: absolute;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
}

.score{
    display: block;
    position: relative;
    min-height: 111px;
    width: 100%;
}

.score.question{
    background: url(../images/question.png) center no-repeat;
    background-size: 100% 100%;

}
.score.my{
    background: url(../images/myscore.png) center no-repeat;
    background-size: 100% 100%;

}
.score.best{
    background: url(../images/best.png) center no-repeat;
    background-size: 100% 100%;

}
.score.team{
    background: url(../images/team.png) center no-repeat;
    background-size: 100% 100%;

}

.scrore-container {
    width: 42%;
    position: absolute;
    bottom: 100px;
    display: flex;
    height: 100px;
    right: 80px;
    align-items: center;
    justify-content: space-between;
}

.meter-clock {
    transform: rotate(-218deg);
    transform-origin: 0;
    fill: black;
    transition: all 1s linear;
}

img.meter-clock {
    position: absolute;
    width: 37px;
    bottom: 54px;
    left: 40px;
    right: 0;
    margin: auto;
    float: none;
    display: block;
}

img.rond {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 51px;
    width: 9px;
}

span.myScore,span.teamScore,span.bestScore, span.questionsScore {
    color: #1d2141;
    font-weight: 900;
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    font-size: 9px;
}

.score-title{
    color: #1d2141;
    font-weight: 900;
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 69px;
    text-transform: uppercase;
    font-size: 7px;
    padding: 0 33px;
    line-height: 8px;
}


.controls-container {
    display: block;
    width: 53%;
    right: 130px;
    position: absolute;
    top: 130px;
    z-index: 999999999999999999;
}

img.zoomIn,img.zoomOut {
    width: 30px;
    cursor: pointer;
    z-index: 99999999999999;
}

img.zoomIn:hover, img.zoomOut:hover {filter: contrast(2.5);}

.gameView {
    position: absolute;
    width: 100%;
    z-index: 999999999;
    left: 0;
    top: 0;
    height: 100%;
    cursor: move;
    right: 0;
    margin: auto;
    display: block;
}
.general-condition {
    height: auto;
    position: relative;
    margin: auto;
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}

.action-container {
    display: inline-block;
    width: 100%;
    float: left;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 225px;
    max-width: 605px;
}

.action-container .first-action,.action-container .second-action,.action-container .third-action {
    background: url(../images/drag-condition-here.png);
    width: 44%;
    height: 36px;
    background-size: contain;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    top: 0;
    float: left;
}

.action-container .first-action:before,.action-container .second-action:before {
    content: "";
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;
}
.action-container .third-action:before{
    content: "";
    width: 2px;
    height: 48px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -47px;
}

.actions {
    display: flex;
    position: relative;
    float: left;
    width: calc(100%/3 - 10px);
    margin: 0 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.conditions-container .first-condition:before,.conditions-container  .second-condition:before,.conditions-container  .third-condition:before {content: "";width: 2px;height: 10px;background: #fff;position: absolute;left: 0;right: 0;margin: auto;bottom: -9px;}
.conditions-container .first-condition:after, .conditions-container .second-condition:after, .conditions-container .third-condition:after {
    content: "";
    width: 95px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -9px;
}

.game-parts-container {
    width: 590px;
    position: absolute;
    left: 190px;
    right: 0;
    margin: auto;
    display: flex;
    top: 485px;
    z-index: 9999999;
}

.part-number.active {
    background: url(../images/part-active.png);
    background-size: 100% 100%;
}

.part-number {
    width: calc(100% / 4) !important;
    margin: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background: url(../images/part.png);
    background-size: 100% 100%;
    padding: 14px 0;
    cursor: pointer;
}

.part-number:before {
    content: '';
    width: 21px;
    display: block;
    position: relative;
    height: 3px;
    left: 87px;
    margin: auto;
    top: 13px;
    background: #fff;
}


button.slick-prev.slick-arrow:focus,button.slick-next.slick-arrow:focus  {
    outline:transparent
}

button.slick-prev.slick-arrow {
    background: url(../images/right-arrow.png);
    border: none;
    background-size: 100% 100%;
    color: transparent;
    width: 37px;
    height: 44px;
}
button.slick-next.slick-arrow {
    background: url(../images/left-arrow.png);
    border: none;
    background-size: 100% 100%;
    color: transparent;
    width: 37px;
    height: 44px;
}

.left-controls {
    width: 50%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    z-index: 9999999999999999;
}

.right-controls {
    width: 50%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    z-index: 999999999999999999;
}
.condition-separator {
    position: absolute;
    height: 2px;
    background: #8d8b9f;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.general-action {
    margin: 0 5px;
    background: url(../images/drag-condition-here.png);
    background-size: 100px 35px;
    width: calc(100% / 3 - 6px);
    min-height: 40px;
    margin: 0 2px;
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
    display: block;
    position: relative;
}

.list-actions-container {
    width: 100%;
    display: flex;
    position: relative;
    float: left;
    margin-top: 34px;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
}

.general-action:before {
    content: '';
    width: 2px;
    height: 20px;
    background: #8d8b9f;
    position: absolute;
    top: -20px;
}

.action-separator {
    position: absolute;
    height: 2px;
    background: #8d8b9f;
    top: -21px;
    left: 0;
    right: 0;
    margin: auto;
}

.action-separator:before {content: '';width: 2px;height: 15px;background: #8d8b9f;position: absolute;top: -13px;}

.general-condition:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #8d8b9f;
    width: 2px;
    height: 30px;
    margin: auto;
    top: -30px;
}
span.custom-condition {
    background: url(../images/first-condition.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    display: block;
    position: relative;
    float: left;
    padding: 12px;
}
.second-level:before {
    content: '';
    width: 3px;
    height: 20px;
    background: #7e7f92;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    top: -20px;
}

.condition-view {
    background: url("../images/first-condition.png") top center no-repeat;
    width: 190px;
    height: 160px;
    background-size: contain;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 60px;
    text-align: center;
    padding: 48px 29px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.condition-view-success {
    background: url("../images/first-condition-success.png") top center no-repeat;
    width: 190px;
    height: 160px;
    background-size: contain;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 60px;
    text-align: center;
    padding: 48px 29px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.condition-view-success:before,.condition-view:before {
    content: '';
    width: 3px;
    height: 30px;
    background: #7e7f92;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    top: -26px;
}



.slick-track {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-list.draggable {
    width: 100% !important;
}

.actions-to-drag {
    max-height: 100vh;
    padding: 0;
    width: 82%;
    display: block;
    float: left;
    left: 7%;
    padding-top: 110px;
    min-height: auto;
    position: absolute;
    top: 20px;
    height: 77vh;
    overflow: hidden;
    overflow-y: s;
}
.spacer {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-top: 100px;
}

.mission-container {
    position: relative;
    width: 1024px;
    height: 768px;
    overflow: hidden;
    margin: auto;
    background: url(../images/bg-mission.png) center no-repeat;
    background-size: 100% 100%;
}

.mission-container .part-start-btn {
    position: absolute;
    bottom: 0;
}

.mission-container .objectif {
    position: absolute;
    display: block;
    width: 290px;
    height: 120px;
    left: 160px;
    top: 300px;
}

.mission-container .persona-mission {
    position: absolute;
    display: block;
    width: 260px;
    height: 130px;
    right: 94px;
    top: 260px;
}

.mission-container .description{
    position: absolute;
    display: block;
    width: 730px;
    height: 120px;
    left: 160px;
    top: 526px;
}

.persona-mission span.title {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    color: #4ae1d8;
    font-size: 21px;
    font-weight: 600;
}

.persona-mission span.persona-name {
    font-size: 23px;
}

.persona-mission span.persona-type {
    font-size: 18px;
}

.persona-mission span.team {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    font-size: 18px;
}

.modal-question {
    position: relative;
    width: 1024px;
    height: 768px;
    overflow: hidden;
    margin: auto;
    background: url(../images/modal-question.png) center no-repeat;
    background-size: 100% 100%;
    z-index: 99999999999;
}

.modal-detail {
    position: relative;
    width: 1024px;
    height: 768px;
    overflow: hidden;
    margin: auto;
    background: url(../images/modal-detail.png) center no-repeat;
    background-size: 100% 100%;
    z-index: 99999999999;

}
.modal-detail.fade{
    opacity:1;
}
.modal-detail.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}


p.question {
    position: absolute;
    width: 78%;
    left: 0;
    right: 0;
    margin: auto;
    top: 230px;
    text-align: center;
}

button.submit-question {
    position: absolute;
    right: 70px;
    bottom: 190px;
    background: url(../images/modal-question-btn.png)top center no-repeat;
    border: 0;
    color: #13d43c;
    background-size: contain;
    padding: 13px 26px;
    padding-bottom: 0;
}

.modal-detail button.submit-question {
    position: absolute;
    right: 76px;
    bottom: 111px;
    background: url(../images/modal-question-btn.png)top center no-repeat;
    border: 0;
    color: #13d43c;
    background-size: 100% 100%;
    padding: 21px 49px;
    padding-bottom: 5px;
}

button.submit-details {
    position: absolute;
    right: 62px;
    bottom: 187px;
    background: url(../images/modal-btn.png)top center no-repeat;
    border: 0;
    color: #11eaed;
    background-size: 100% 100%;
    padding: 20px 41px;
    padding-bottom: 7px;
}


button.submit-question:hover {
    color: #1cf44a;
    filter: drop-shadow(2px 4px 6px white);
}

button.submit-details:hover {
    color: #21f6f9;
    filter: drop-shadow(2px 4px 6px white);
}

.choice {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.question-choices {
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    top: 300px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: flex;
    max-height: 270px;
    overflow-x: hidden;
}

.choice label {
    margin: 0;
    margin-left: 10px;
}
.question-time {
    display: block;
    position: absolute;
    width: 217px;
    top: 617px;
    color: #fff;
    left: 86px;
    z-index: 999999999999;
    font-size: 14px;
}

.question-time .progress-bar {
  width: 76%;
  height: 25px;
  display: block;
  position: relative;
  float: left;
  background-color: #1c1a1d;

}

span.time {
    width: 24%;
    position: relative;
    float: left;
    text-align: center;
}

/* WebKit (Safari/Chrome) */
.question-time .progress-bar::-webkit-progress-bar {
  background-color: #1c1a1d;
  transition: all 1s linear;
  
}

.question-time .progress-bar::-webkit-progress-value {
  background-color: #fff;
 
  transition: all 1s linear;
}

/* Mozilla Firefox */
.question-time .progress-bar::-moz-progress-bar {
  background-color: #1c1a1d;
  transition: all 1s linear;

}

button#startBtn,button#startBtnDetail {
    z-index: 99999999999;
    display: block;
    position: absolute;
    top: 530px;
    right: 0;
    left: -300px;
    margin: auto;
    width: 100px;
}




.accordion-wrapper {
    margin-bottom: 10px;
    background: url(../images/accordion.png)top center no-repeat;
    background-size: 100% 100%;
    min-height: 90px;
    margin: 5px 0;
}

.accordion-wrapper.active {
    background: url(../images/accordion-active.png)top center no-repeat;
    background-size: 100% 100%;
    min-height: 250px;
}

.accordion-header {
    color: #fff;
    cursor: pointer;
    padding: 28px;
    position: relative;
    user-select: none;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}

.accordion-header.active {padding: 16px;}

.accordion-body {
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
}

.score-container {
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    width: 80%;
    top: 230px;
}


span#bestTeam {
    font-weight: 700;
}

span.best-team {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    color: #fdbf2e;
    text-transform: uppercase;
    font-size: 22px;
    margin: 5px 0;
}

img.bestbadge {
    width: 25%;
    display: block;
    position: relative;
    float: none;
    margin: auto;
    margin-top: -20px;
}

.best-container {
    width: 720px;
    float: none;
    margin: auto;
    margin-top: 10px;
    display: block;
    position: relative;
}

span.member {
    width: 33%;
    display: block;
    position: relative;
    float: left;
}

.members-container {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-top: 10px;
}

.member {
    display: block;
    position: relative;
    float: left;
    width: 33%;
}

.member .badge {
    display: block;
    width: 50%;
    float: none;
    margin: auto;
}

span.member-name {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    font-weight: 700;
}

span.member-desc {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    text-align: center;
}

.member-desc span.score {
    width: auto;
    min-height: auto;
    display: contents;
}

span.member-team {
    font-weight: 500;
}


.team-container {
    width: 46%;
    display: block;
    position: relative;
    float: left;
    margin: 1%;
}

.team-member-score-container {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    overflow-y: scroll;
    height: 170px;
}

.team-header {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    color: #fdbf2e;
    background: url(../images/team-header.png)top center no-repeat;
    background-size: 100% 100%;
    padding: 2px 8px;
    padding-top: 12px;
}

.team-member {
    width: 30%;
    display: block;
    position: relative;
    float: left;
    margin: 4px;
}

span.team {
    font-weight: 700;
    font-size: 12px;
}

.team-member span.member-name {
    width: auto;
    display: block;
    font-size: 8px;
    text-align: left;
}

span.member-score {
    float: left;
    text-align: left;
    font-size: 16px;
    margin-left: 5px;
}

.questions-score {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    font-size: 10px;
}

.touchpoints-score {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    font-size: 10px;
}

.questions-score span.score, .touchpoints-score .score {
    width: auto;
    min-height: auto;
    display: contents;
}

.team-progress {
    width: 50%;
    display: block;
    position: relative;
    float: left;
    color: #4ae1d8;
    font-weight: 700;
}

span.team {
    width: 50%;
    display: block;
    position: relative;
    float: left;
    padding-top: 4px;
    text-transform: uppercase;
}

.team-progress progress {
    width: 72%;
    margin-top: 11px;
}


.team-progress progress {
    width: 70%;
    height: 10px;
    border-radius: 0px;
}

.team-progress progress::-webkit-progress-value {
    background-color: #4ae1d8;
}

.team-progress progress::-webkit-progress-bar {
    background-color: #428b8e;
}

span.name {
    width: auto;
    display: block;
    position: relative;
    float: left;
    font-weight: 700;
}

span.name {
    width: auto;
    display: block;
    position: relative;
    float: left;
    font-weight: 700;
}

.team-member span.member-score {
    font-size: 11px;
}

.part-container .part-start-btn {
    top: -60px;
}

.dragging {
    /* Add any animation or effect you want while dragging */
    opacity: 0.7;
    transform: scale(0.9);
    transition: all 0.3s ease;
    
}

.droppable-active {
    /* Add any animation or effect you want while a draggable is over the droppable */
    border-radius:15px;
    transition: all 0.5s ease;
    background:rgb(63 192 185) url(../images/drag-condition-here.png) top center no-repeat;
    background-size:contain;
    box-shadow: 1px 0px 10px 1px rgb(63 192 185);
    -webkit-box-shadow: 1px 0px 10px 1px rgb(63 192 185);
    -moz-box-shadow: 1px 0px 10px 1px rgb(63 192 185);
}

.popup-video {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99999999999;
}

button#m_login_signin_submit {
    color: #fff;
    background-color: #e11a28;
    border-color: #e11a28;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    border-radius: 0 !important;
}

.isTransparent{
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.isHidden{
    display: none;
}