.onoffswitch {
    position: relative;
    width: 92px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: white;
    border-radius: 10px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 36px;
        padding: 0;
        line-height: 32px;
        font-size: 16px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
        border: 2px solid transparent;
        background-clip: padding-box;
    }

    .onoffswitch-inner:before {
        content: "Si";
        padding-left: 10px;
        background-color: #FFFFFF;
        color: #ff6a00;
    }

    .onoffswitch-inner:after {
        content: "No";
        padding-right: 10px;
        background-color: #FFFFFF;
        color: #ff6a00;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 38px;
    margin: 0px;
    background: #A1A1A1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 54px;
    transition: all 0.3s ease-in 0s;
    border-radius: 10px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #3ab598;
}



.onoffswitch-inner:before {
    content: "Yes";
}

.onoffswitch-inner:after {
    content: "No";
}

[data-lang="es-ES"] .onoffswitch-inner:before {
    content: "Sí";
}

[data-lang="es-ES"] .onoffswitch-inner:after {
    content: "No";
}

[data-lang="fr-FR"] .onoffswitch-inner:before {
    content: "Oui";
}

[data-lang="fr-FR"] .onoffswitch-inner:after {
    content: "Non";
}
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .inputGroup label {
        padding: 12px 30px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3C454C;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
    }

        .inputGroup label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #5562eb;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup label:after {
            width: 32px;
            height: 32px;
            content: '';
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            background-position: 2px 3px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .inputGroup input[type="checkbox"]:checked ~ label {
        color: #fff;
        color: #fff;
    }

        .inputGroup input[type="checkbox"]:checked ~ label:before {
            -webkit-transform: translate(-50%, -50%) scale3d(200, 200, 1);
            transform: translate(-50%, -50%) scale3d(200, 200, 1);
            opacity: 1;
        }

        .inputGroup input[type="checkbox"]:checked ~ label:after {
            background-color: #54E0C7;
            border-color: #54E0C7;
        }

    .inputGroup input[type="checkbox"] {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

.sv2-view[data-type="create-game"] .sv2-view-header {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .sv2-view[data-type="create-game"] .sv2-view-header img {
        width: 90px;
    }

    .sv2-view[data-type="create-game"] .sv2-view-header h1 {
        color: #ff7b00;
        text-align: center;
        display: inline-block;
        font-size: 24px;
        font-weight: 100;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }

        .sv2-view[data-type="create-game"] .sv2-view-header h1 span {
            display: block;
            font-size: 16px;
            opacity: 0.7;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: rgba(0,0,0,0.75);
        }

.sv2-view[data-type="create-game"] .sv2-title {
    color: white;
    height: 100px;
    line-height: 100px;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .sv2-view[data-type="create-game"] .sv2-title h2 {
        display: none;
        color: rgb(240,91,34);
        font-size: 48px;
        font-weight: 100;
    }

.sv2-view[data-type="create-game"] .sv2-view-content {
    border-radius: 50px;
    margin-bottom: 20px;
    padding-top: 10px;
    border-radius: 0 !important;
}

.sv2-view[data-type="create-game"] .sv2-view-footer {
    text-align: center;
}

    .sv2-view[data-type="create-game"] .sv2-view-footer input[type="button"] {
        font-size: 24px;
        padding: 10px 50px;
        margin-bottom: 5px;
    }


.sv2-view[data-type="create-game"] .sv2v-activity {
    padding-left: 30px;
    padding-right: 15px;
}

.sv2-view[data-type="create-game"] .inputGroup {
    background: none;
    border-radius: 5px;
    overflow: hidden;
}

    .sv2-view[data-type="create-game"] .inputGroup label {
        color: white;
        font-size: 16px;
        padding-left: 70px;
        position: relative;
    }

        .sv2-view[data-type="create-game"] .inputGroup label:after {
            background-position: 4px 5px;
        }

        .sv2-view[data-type="create-game"] .inputGroup label:before {
            background-color: rgb(58, 181, 152);
        }

.sv2-view[data-type="create-game"] .sv2v-activity[data-type="select-all-activities"] .inputGroup label:before {
    background: none;
}

.sv2-view[data-type="create-game"] .sv2v-activity-time {
    float: right;
    display: inline-block;
    width: 85px;
    margin-right: 40px;
    padding-right: 20px;
    position: relative;
}

.sv2-view[data-type="create-game"] .sv2v-activity-time:before {
    content: 's';
    position: absolute;
    width: 10px;
    height: 100%;
    right: 25px;
    top: 0;
    color: rgb(246, 121, 121);
}

.sv2-view[data-type="create-game"] .create-game-activity-item input[type="text"] {
    border: 1px solid #ff7b00;
    height: 25px;
    border-radius: 15px;
    padding: 0 5px 0 5px;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 16px;
    text-align: center;
    color: #ff7b00;
    width: 100%;
    line-height: 25px;
}

.sv2-view[data-type="create-game"] .scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: rgb(58, 181, 152);
    cursor: pointer;
}


/*GAMES*/
.sv2-view[data-type="create-game"] .sv2v-activity-preview[data-type="game"]:before {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/games/memorama/memorama_sm.png') !important;
    margin-right: 5px;
}

.sv2-view[data-type="create-game"] .sv2-view-content-type {
    width: 50%;
    text-align: center;
    transition-duration: 200ms;
}

    .sv2-view[data-type="create-game"] .sv2-view-content-type:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

    .sv2-view[data-type="create-game"] .sv2-view-content-type > div {
    }

    .sv2-view[data-type="create-game"] .sv2-view-content-type img {
        width: 90%;
        display: inline-block;
    }

    .sv2-view[data-type="create-game"] .sv2-view-content-type p {
        color: #ff7b00;
        font-size: 26px;
        margin-bottom: 15px;
    }

.sv2-view[data-type="create-game"] .sv2-view-content[data-select-type="game"] {
    background: white;
}

    .sv2-view[data-type="create-game"] .sv2-view-content[data-select-type="game"] .sv2v-resume,
    .sv2-view[data-type="create-game"] .sv2-view-content[data-select-type="game"] .sv2v-activity[data-type="activity"],
    .sv2-view[data-type="create-game"] .sv2-view-content[data-select-type="game"] .sv2v-activity[data-type="game"] .inputGroup,
    .sv2-view[data-type="create-game"] .sv2-view-content[data-select-type="game"] .sv2v-activity[data-type="select-all-activities"] {
        display: none !important;
    }

.sv2-view[data-type="create-game"] .sv2-view-content[data-select-type="activities"] .sv2v-activity[data-type="game"] {
    display: none !important;
}

.sv2-gl-red-dg {
    color: white;
    background-color: #fc9842;
    background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}

.sv2-view[data-type="create-game"] .sv2-view-content[data-select-type="game"] .sv2v-activities {
    max-height: initial;
}

/*GAMES*/
@media screen and (max-width: 900px) {
    .sv2-view[data-type="create-game"] .sv2-title h2 {
        font-size: calc(14px + 3vw);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 600px) {
    .sv2-view[data-type="create-game"] .sv2-view-header img {
        width: 70px;
    }
}

@media screen and (max-height: 700px) {
    .sv2-view[data-type="create-game"] .sv2-title {
        height: 75px;
        line-height: 75px;
    }
        .sv2-view[data-type="create-game"] .sv2-title h2 {
            font-size: calc(14px + 1vw);
        }
}

.sv2-view[data-type="create-game"] div.sv2-g-create-h-challenge {
    text-align: center;
}

    .sv2-view[data-type="create-game"] div.sv2-g-create-h-challenge #sv2sendchallengecgame {
        position: relative;
        border: none;
        padding: 10px 20px;
        width: auto;
        border-radius: 22px;
        position: relative;
        font-size: 14px;
        z-index: 1;
        margin-top: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        transition-duration: 200ms;
        outline: none;
        background: none;
        color: rgb(240, 91, 34);
        font-style: italic;
    }

@media all and (max-width: 650px) and (orientation: portrait), all and (max-height: 650px) and (orientation: landscape) {
    .sv2-view[data-type="create-game"] {
        width: 99vw;
    }

        .sv2-view[data-type="create-game"] .sv2-title {
            height: 50px;
            line-height: 50px;
            margin-top: 5px;
            margin-bottom: 0px;
        }

            .sv2-view[data-type="create-game"] .sv2-title h2 {
                font-size: 25px;
            }

        .sv2-view[data-type="create-game"] .sv2-view-header h1 {
            font-size: 22px;
        }

            .sv2-view[data-type="create-game"] .sv2-view-header h1 span {
                font-size: 14px;
            }

        .sv2-view[data-type="create-game"] .sv2v-activity {
            padding-left: 0px;
            padding-right: 0;
        }

        .sv2-view[data-type="create-game"] .inputGroup label {
            padding-left: 50px !important;
        }

            .sv2-view[data-type="create-game"] .inputGroup label:after {
                right: 15px;
            }

        .sv2-view[data-type="create-game"] .inputGroup label {
            font-size: 16px !important;
        }

        .sv2-view[data-type="create-game"] .inputGroup {
            margin-bottom: 2px !important;
        }

        .sv2-view[data-type="create-game"] .sv2-view-content {
            padding-top: 0;
            margin-bottom: 10px;
        }

        .sv2-view[data-type="create-game"] .sv2-view-footer input[type="button"] {
            font-size: 16px;
        }
}

@media  all and (max-height: 450px) and (orientation: landscape) {
    .sv2-view[data-type="create-game"] .sv2-title {
        display: none;
    }
}

@media  all and (max-height: 380px) and (orientation: landscape) {
    .sv2-view[data-type="create-game"] .sv2-view-header h1 span {
        display: none;
    }
}

#playGameOnBlackboardPreview {
    display: block;
    width: 100px;
    border: none;
    background: white;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    transition-duration: 200ms;
}

#playGameOnBlackboardPreview:hover {
    transform: scale(1.1);
}

    #playGameOnBlackboardPreview .custom-games-class-board-lottie {
        margin: 0;
        height: auto;
    }

.game-configuration-on-board {
    align-self: center;
}


.sv2-view[data-type="create-game"]  .sv2v-activity[data-type="select-all-activities"] {
    position: relative;
}

.sv2-view[data-type="create-game"]  .sv2v-activity[data-type="select-all-activities"] .inputGroup input[type="checkbox"] {
    left: 20px;
    right: initial;
}

.sv2-view[data-type="create-game"]  .sv2v-activity .inputGroup label:after {
    left: 20px;
    right: initial;
}

.sv2-view[data-type="create-game"] .sv2v-activity[data-type="select-all-activities"] .inputGroup label {
    text-align: left;
}

.sv2-view[data-type="create-game"] .sv2v-activity[data-type="select-all-activities"] .inputGroup .sv2v-activity-title {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 0;
}


.sv2-view.sv2-view-create-simple[data-type="create-game"] {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


.sv2-view.sv2-view-create-simple .sv2-view-header h1 {
    color: rgb(240,91,34);
}

.sv2-view.sv2-view-create-simple .sv2-view-content {
    margin-top: 20px;
    background: white;
    box-shadow: 0px 3px 6px #00000029;
    max-width: 1400px;
    width: 100%;
}

.sv2-view.sv2-view-create-simple [for="select-all-activities"] .sv2v-activity-title {
    font-size: 16px;
    color: black;
    font-weight: normal;
}

.sv2-view.sv2-view-create-simple .sv2v-activity-preview {
    position: relative !important;
}

.sv2-view.sv2-view-create-simple .inputGroup label:before {
    background-color: rgba(198, 198, 198, 0.75);
}

.sv2-view.sv2-view-create-simple .inputGroup input[type="checkbox"]:checked ~ label:after {
    background-color: #ff7b00;
}

.sv2-view.sv2-view-create-simple .sv2v-activity-time:before,
.sv2-view.sv2-view-create-simple .inputGroup input[type="text"] {
    color: rgba(0,0,0,0.75);
    font-size: 16px;
}

.sv2-view.sv2-view-create-simple .sv2v-activity-time {
    width: 105px;
    margin-right: 0px;
    margin-left: auto;
}

.sv2-view.sv2-view-create-simple .inputGroup label {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}

.sv2-view.sv2-view-create-simple [for="select-all-activities"] {
}

.sv2-view.sv2-view-create-simple .sv2v-activities .sv2v-activity {
    border-bottom: 1px solid white;
    margin: 0;
}

    .sv2-view.sv2-view-create-simple .sv2v-activities .sv2v-activity.completed {
        position: relative;
    }

        .sv2-view.sv2-view-create-simple .sv2v-activities .sv2v-activity.completed:before {
            content: '\f00c';
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #548334;
            font-size: 20px;
        }

.sv2-view.sv2-view-create-simple .sv2v-activities .inputGroup {
    margin: 0;
}

.sv2-view.sv2-view-create-simple .sv2v-r-data {
    padding-right: 0;
}

.sv2-view.sv2-view-create-simple .sv2v-r-data > span,
.sv2-view.sv2-view-create-simple .sv2v-r-map > div > span {
    color: black;
}

.sv2-view.sv2-view-create-simple .sv2-view-content {
    border-radius: 10px;
}

.sv2-view.sv2-view-create-simple .sv2-view-footer input[type="button"] {
    font-size: 16px;
    padding: 7px 20px;
    margin-bottom: 5px;
}

.sv2-view.sv2-view-create-simple .sv2v-resume .inputGroup label:after {
    left: 0px;
    right: auto;
}

.sv2-view.sv2-view-create-simple .sv2v-resume .inputGroup {
     margin: 0;
}

    .sv2-view.sv2-view-create-simple .sv2v-resume .inputGroup label {
        padding-left: 50px;
    }

.sv2-view.sv2-view-create-simple .sv2v-resume .inputGroup input[type="checkbox"]:checked ~ label:before {
    display: none;
}



/* NEW CSS*/

.sv2v-activity-select-title {
    padding: 15px;
}

.sv2v-activity-select-title h1 {
    text-align: center;
    font-size: 22px;
    color: rgb(240,91,34);
    position: relative;
}

    .sv2v-activity-select-title h1 span {
        position: relative;
        background: white;
        z-index: 10;
        padding: 5px 15px;
    }

.sv2v-activity-select-title h1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    width: 60%;
    height: 2px;
    background: rgb(240,91,34);
}


.sv2-view[data-type="create-game"] .sv2v-activities {
    height: calc(100% - 100px);
    max-height: calc(var(--rvh) - 550px);
    min-height: 150px;
    padding-right: 0;
    overflow: auto;
    margin-right: 20px;
    margin-top: 0px;
}

.create-game-activity-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 7px 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    transition-duration: 200ms;
}

    .create-game-activity-item.selected {
        background: rgba(240, 91, 34, 0.03);
    }



.sv2-view[data-type="create-game"] .sv2v-activity-preview {
    border: none;
    background: no-repeat;
    font-size: 14px;
    color: rgb(240,91,34);
    font-style: italic;
    position: relative;
    cursor: pointer;
    transition-duration: 300ms;
    outline: none;
}


    .sv2-view[data-type="create-game"] .sv2v-activity-preview:hover {
        text-decoration: underline;
    }

.sv2-view.sv2-view-create-simple .sv2v-activity-name {
    color: black;
    font-size: 14px;
}

.sv2-view.sv2-view-create-simple .sv2v-activity-completed {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-size: 14px;
    margin-left: 5px;
}


.sv2-view[data-type="create-game"] .sv2v-resume {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
    min-height: 100px;
    position: relative;
    height: auto;
    margin: 30px;
    margin-top: 20px;
    border-radius: 5px;
    background: #fadfd033;
}


.sv2-view[data-type="create-game"] .sv2v-r-data {
    padding-right: 15px;
} 

.sv2-view[data-type="create-game"] .sv2v-r-data > span {
    display: block;
    font-size: 14px;
}

.sv2-view[data-type="create-game"] .sv2v-r-questions span,
.sv2-view[data-type="create-game"] .sv2v-r-time span {
    display: inline-block;
    width: 80px;
    text-align: center;
}

.sv2-view[data-type="create-game"] .sv2v-resume .create-game-activity-item {
    box-shadow: none;
}

.sv2v-resume .sv2v-r-users > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}

.sv2v-resume .sv2v-r-users .show-audience-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
}

    .sv2v-resume .sv2v-r-users .show-audience-btn i {
        color: #f66625;
    }

[data-clienttype="2"] .sv2v-resume .sv2v-r-users > div {
    display: none;
}


@media all and (max-height: 650px) {
    .sv2-view.sv2-view-create-simple .sv2-view-header h1 {
        font-size: 24px;
        font-weight: 600;
    }

    .sv2v-activity-select-title {
        padding: 5px 15px;
    }

    .sv2v-activity-select-title h1 span {
        font-size: 20px;
        padding: 0 15px;
    }

    .sv2-view[data-type="create-game"] .sv2v-activities {
        max-height: calc(var(--rvh) - 420px);
        min-height: 120px;
    }

    .sv2-view[data-type="create-game"] .sv2v-resume {
        margin: 0;
        min-height: auto;
    }
}


@media all and (max-width: 800px) {

    .sv2-view[data-type="create-game"] .sv2v-activity {
        padding: 0;
    }

    .sv2-view[data-type="create-game"] .sv2v-resume {
        margin: 0;
        min-height: auto;
    }

    .sv2-view[data-type="create-game"] .sv2v-activity-time {
        width: 90px;
        padding-right: 0;
    }

    .sv2-view[data-type="create-game"] .sv2v-r-map {
        padding: 5px;    
    }

    .sv2-view[data-type="create-game"] .sv2v-r-map .create-game-activity-item {
        padding: 0 10px;
    }
}

@media all and (max-height: 500px) and (orientation: landscape) {

    .sv2-view.sv2-view-create-simple .sv2-view-header h1 {
        font-size: 18px;
        font-weight: 600;
    }
    
    .sv2-view.sv2-view-create-simple .sv2-view-content {
        margin-top: 5px;
    }

    .sv2v-activity-select-title h1 span {
        font-size: 16px;
    }
    
    .sv2v-activity-select-title h1:before {
        top: calc(50% + 2px);
    }

    .sv2v-r-map .create-game-activity-item  {
        padding: 2px 15px;
    }

    .sv2-view[data-type="create-game"] .sv2v-activities {
        min-height: 80px;
        max-height: calc(var(--rvh) - 320px);
    }

    .sv2-view[data-type="create-game"] .sv2-view-header img {
        width: 60px;
    }
}


@media all and (max-width: 650px) and (orientation: portrait) {
    .sv2-view[data-type="create-game"] .sv2v-activities {
        max-height: calc(var(--rvh) - 400px);
    }

    .sv2-view[data-type="create-game"] .sv2v-activity-preview span {
        display: none;
    }

    .sv2-view[data-type="create-game"] .sv2v-activity-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sv2-view[data-type="create-game"] .sv2v-activity-time {
        width: 65px;
        flex-shrink: 0;
        padding-right: 0;
    }

        .sv2-view[data-type="create-game"] .sv2v-activity-time:before {
            right: 5px;
        }
}

@media all and (max-width: 450px) and (orientation: portrait)
{
    .sv2v-activity-select-title {
        padding: 5px 15px;
    }

    .sv2v-activity-select-title h1 span {
        font-size: 16px;
    }

    .sv2-view[data-type="create-game"] .sv2v-activities {
        max-height: calc(var(--rvh) - 450px);
    }

    .sv2-view[data-type="create-game"] .sv2v-resume {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 5px;
    }

    .sv2-view[data-type="create-game"] .sv2v-r-data {
        padding: 5px 15px;
        order: 0;
    }

    .sv2-view[data-type="create-game"] .sv2v-r-map {
        order: 1;
    }

        .sv2-view[data-type="create-game"] .sv2v-r-map .create-game-activity-item {
            padding: 0 15px;
        }

}



/* GAMES MODE */

.sv2-view[data-type="create-game"] .sv2-view-content[data-select-type="game"] .sv2v-activity[data-type="game"] .create-game-activity-item {
    display: none;
}

.sv2-view[data-type="create-game"] .sv2-view-content[data-select-type="game"] .sv2v-activity-select-title {
    display: none;
}


@media all and (max-height: 550px), all and (max-width: 550px) {
    .sv2-view[data-type="create-game"] .sv2-view-content[data-select-type="game"] .sv2v-activities {
        max-height: calc(var(--rvh) - 200px);
    }

    .sv2v-activities .game-configuration .game-configuration-options {
        padding: 15px;
    }

    .sv2v-activities .game-configuration .game-configuration-actions {
        margin-top: 0px;
    }

    .sv2v-activities .game-configuration .game-configuration-preview img {
        width: 200px;
    }

    .sv2v-activities .game-configuration-content {
        /*max-height: calc(100vh - 250px);*/
        min-height: 250px;
    }

    .sv2v-activities .game-configuration-section {
        flex-wrap: wrap;
    }

        .sv2v-activities .game-configuration-size h3,
        .sv2v-activities .game-configuration-type h3,
        .sv2v-activities .game-configuration-section label {
            font-size: 14px;
        }

        .sv2v-activities .game-configuration-section ul {
            margin-top: 5px;
        }

}


@media all and (max-width: 550px) and (orientation: portrait){

    #playGameOnBlackboardPreview {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }
}



@media all and (max-width: 800px) {
    .game-configuration .game-configuration-preview img {
        width: 200px;
    }

    .game-configuration-options {
        width: 100%;
    }

    .game-configuration .game-configuration-actions {
        margin-top: 0px;
    }

}





/*SELECT GAME*/
.sv2-view[data-type="create-game"] .sv2-view-choose-content {
    border-radius: 50px;
    margin-bottom: 20px;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: 15px;
    gap: 15px;
}

.sv2-view[data-type="create-game"] .sv2-view-content-type > div:last-child {
    width: auto;
    display: inline-block;
    border: 1px solid rgb(246, 121, 121);
    border-radius: 10px;
    padding: 0 30px;
    max-width: 400px;
    max-height: 350px;
    text-align: center;
}

@media all and (max-width: 650px), all and (max-height: 650px) {

    .sv2-view[data-type="create-game"] .sv2-view-content-type p {
        font-size: 18px;
    }

    .sv2-view[data-type="create-game"] .sv2-view-content-type > div:last-child {
        max-width: 250px;
    }
}


@media all and (max-height: 650px) and (orientation: landscape) {
    .sv2-view[data-type="create-game"] .sv2-view-content-type p {
        font-size: 18px;
    }

    .sv2-view[data-type="create-game"] .sv2-view-content-type > div:last-child {
        width: calc(100px + 40vh);
        max-width: 40vw;
    }

    .sv2-view[data-type="create-game"] .sv2-view-content-type p {
        margin-bottom: 5px;
    }

    .sv2-view[data-type="create-game"] .sv2-view-choose-content {
        margin-bottom: 5px;
    }
}


@media all and (max-width: 500px) {
    .sv2-view[data-type="create-game"] .sv2-view-choose-content {
        flex-direction: column;
    }

    .sv2-view[data-type="create-game"] .sv2-view-content-type {
        width: 100%;
    }

        .sv2-view[data-type="create-game"] .sv2-view-content-type > div:last-child {
            max-width: 250px;
            width: 100%;
        }
}

.tutorial-overlay-suggetions[data-reference="smashGame"] {
    display: none !important;
}

[data-type="create-game"] .tutorial-overlay-suggetions[data-reference="smashGame"] {
    display: block !important;
}

.sv2-view[data-type="lobby"] .sv2-view-header {
    text-align: center;
    margin-bottom: 20px;
}

    .sv2-view[data-type="lobby"] .sv2-view-header h1 {
        width: calc(100% - 20px);
        color: #ff7b00;
        text-align: center;
        display: inline-block;
        max-width: 1300px;
        min-width: 320px;
        font-size: 34px;
        font-weight: 100;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .sv2-view[data-type="lobby"] .sv2-view-header h1 span {
            color: #ff7b00;
            text-align: center;
            display: block;
            font-size: 34px;
            font-weight: 100;
            display: block;
            font-size: 16px;
            opacity: 0.7;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sv2-view[data-type="lobby"] .sv2-title {
    color: white;
    height: 100px;
    line-height: 100px;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .sv2-view[data-type="lobby"] .sv2-title h2 {
        font-size: 48px;
        font-weight: 100;
    }


.sv2-view[data-type="lobby"] {
    width: calc(100vw - 30px);
}

.sv2-view[data-type="lobby"] .sv2-view-content {
    border-radius: 50px;
    margin-bottom: 20px;
    background: #f5f5f5;
    overflow: auto;
    padding: 30px;
    position: relative;
}

.sv2-view[data-type="lobby"] .sv2-view-content > * {
    float: left;
}

.sv2-view[data-type="lobby"] .sv2-v-code {
    position: relative;
    width: 30%;
    height: calc(var(--rvh) - 450px);
    max-height: 500px;
    border-radius: 30px;
    flex-direction: column;
}

.sv2-view[data-type="lobby"] .sv2-v-c-title {
    margin-bottom: 20%;
    font-size: 38px;
    font-weight: 100;
}

.sv2-view[data-type="lobby"] .sv2-v-c-code {
    margin-bottom: 20%;
    font-size: 44px;
    font-weight: 800;
}

.sv2-view[data-type="lobby"] .sv2-v-players {
    width: calc(100% - 40px);
    margin-left: 20px;
    border-radius: 30px;
    border: 1px solid #ff7b00;
    height: calc(var(--rvh) - 250px);
    min-height: 150px;
    max-height: 700px;
    padding: 0px;
    position: relative;
    background: white;
}

    .sv2-view[data-type="lobby"] .sv2-v-players > span {
        display: none;
    }

    .sv2-view[data-type="lobby"] .sv2-v-players[data-players="0"] > span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 200px;
        font-weight: 600;
        color: #808080;
        text-align: center;
    }
        .sv2-view[data-type="lobby"] .sv2-v-players[data-players="0"] > span:before {
            content: '';
            position: absolute;
            top: calc(50% - 40px);
            left: calc(50% - 20px);
            width: 58px;
            height: 96px;
            transform: translate(-50%, -50%);
            background-image: url('../image/icons.png');
            background-repeat: no-repeat;
            background-position: 0px -50px;
            transition: .5s ease-in-out;
            -webkit-animation: loaderAnim 1s infinite;
            animation: loaderAnim 1s infinite;
            transform-origin: 29px 46px;
        }

    .sv2-view[data-type="lobby"] .sv2-v-players .sv2-v-p-users-n {
        position: absolute;
        right: -20px;
        top: -20px;
        width: 60px;
        height: 60px;
        line-height: 80px;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        z-index: 100;
        cursor: pointer;
        transition-duration: 200ms;
        border: 2px solid white;
    }

    .sv2-view[data-type="lobby"] .sv2-v-players .sv2-v-p-users-n:before {
        position: absolute;
        left: 50%;
        top: 15px;
        content: '';
        width: 14px;
        height: 16px;
        transform: translate(-50%, -50%);
        background-image: url('../image/icons.png');
        background-repeat: no-repeat;
        background-position: -35px -30px
    }
    
    .sv2-view[data-type="lobby"] .sv2-v-players[data-players="0"] .sv2-v-p-player-list {
        display: none;
    }

    .sv2-view[data-type="lobby"] .sv2-v-p-player-list {
        display: flex;
        position: relative;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        margin: 10px;
        text-align: left;
        overflow: auto;
        padding: 5px;
        padding-top: 30px;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: flex-start;
        justify-content: flex-start;
    }

    .sv2-view[data-type="lobby"] .sv2-v-p-player-list .smashv2-player-el {
        display: inline-flex;
        padding: 5px 15px;
        padding-left: 5px;
        border-radius: 50px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        width: 100%;
        max-width: calc(25% - 10px);
        line-height: 1.2;
        background: #f5f5f5;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }

    .sv2-view[data-type="lobby"] .sv2-v-p-player-list .smashv2-player-el {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sv2-view[data-type="lobby"] .sv2-v-p-player-list .smashv2-player-el img {
        width: 46px;
        height: 46px;
        border-radius: 50%;
    }
        

    .sv2-view[data-type="lobby"] .sv2-v-p-player-list[data-players="0"] {
        display: none;
    }

.sv2-view[data-type="lobby"] .sv2-view-footer {
    text-align: center;
}

    .sv2-view[data-type="lobby"] .sv2-view-footer input[type="button"] {
        font-size: 16px;
        padding: 7px 30px;
        margin-bottom: 5px;
    }

.sv2-view[data-type="lobby"] .scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: rgb(58, 181, 152);
    cursor: pointer;
}

#JoinStudentsModal {
    position: fixed;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1000;
    width: 100vw;
    height: var(--rvh);
    display: none;
}

#ShowJoinStudentsModal {
    position: absolute;
    right: 10px;
    padding-right: 50px;
    padding-left: 30px;
    border-radius: 50px;
    border: none;
    top: -5px;
    color: white;
    font-size: 16px;
    height: 30px;
    cursor: pointer;
    background: rgba(255,90,0,1);
    background: -moz-linear-gradient(top, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,90,0,1)), color-stop(55%, rgba(255,137,0,1)), color-stop(100%, rgba(255,179,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ffb300', GradientType=0 );
    display: none;
}

[data-theme="mambo"] #ShowJoinStudentsModal {
    background: rgba(237,26,120,1);
    background: -moz-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,26,120,1)), color-stop(100%, rgba(148,49,134,1)));
    background: -webkit-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -o-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: linear-gradient(to bottom, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a78', endColorstr='#943186', GradientType=0 );
}

    #ShowJoinStudentsModal i {
    }

    #ShowJoinStudentsModal:hover {
        -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.70);
        -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.70);
        box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.70);
    }

    #JoinStudentsModal .wrapper {
        position: relative;
        text-align: center;
        height: 100%;
        width: 100%;
        display: flex;
        overflow: auto;
    }

    #JoinStudentsModal .content {
        width: 100%;
    }

    #JoinStudentsModal .header {
        text-align: center;
        padding: 10px 0;
        padding-left: 45px;
    }

#JoinStudentsModalClose {
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background: #ffffff;
    border-radius: 50%;
    top: 5px;
    right: 5px;
    color: #dd1010;
    cursor: pointer;
}

#JoinStudentsModalClose i {
    font-size: 32px;
}

#JoinStudentsCode {
    display: inline-block;
    padding: 7px 30px;
    font-size: 50px;
    border-radius: 10px;
    color: white;
    background: rgba(139,112,235,1);
    background: -moz-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(139,112,235,1)), color-stop(55%, rgba(103,120,220,1)), color-stop(100%, rgba(72,128,206,1)));
    background: -webkit-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
    background: -o-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
    background: -ms-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
    background: linear-gradient(to right, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b70eb', endColorstr='#4880ce', GradientType=1 );
}

#JoinStudentsModal .images {
    overflow: auto;
    display: flex;
    overflow: auto;
    flex-direction: column;
    height: calc(100% - 100px);
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

    #JoinStudentsModal .images > div {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }


    #JoinStudentsModal .images > div > div {
        padding: 15px;
    }

    #JoinStudentsModal .images div img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }


@media screen and (max-width: 800px) {

    #JoinStudentsCode {
        font-size: 25px;
    }

    #JoinStudentsModal .images > div {
        flex-direction: column;
        justify-content: flex-start;
    }

    #JoinStudentsModal .images div img {
        max-height: 350px;
    }
}


@media screen and (max-width: 1300px) {
    .sv2-view[data-type="lobby"] .sv2-v-p-player-list > span {
        width: calc(33% - 10px);
    }

    .sv2-view[data-type="lobby"] .sv2-v-p-player-list .smashv2-player-el {
        max-width: calc(33% - 5px);
    }
}

@media screen and (max-width: 1050px) {
    .sv2-view[data-type="lobby"] .sv2-v-c-title {
        font-size: 28px;
    }

    .sv2-view[data-type="lobby"] .sv2-v-c-code {
        font-size: 34px;
    }

    .sv2-view[data-type="lobby"] .sv2-v-p-player-list > span {
        width: calc(50% - 10px);
    }
}


@media screen and (max-width: 800px) {
    .sv2-view[data-type="lobby"] .sv2-v-code {
        float: none;
        width: 100%;
        height: 50px;
        line-height: 50px;
        min-height: initial;
        flex-direction: initial;
        margin-bottom: 20px;
    }

    .sv2-view[data-type="lobby"] .sv2-v-c-title {
        margin-bottom: 0;
        display: inline-block;
        margin-right: 20px;
        position: relative;
        padding-right: 10px;
    }

    .sv2-view[data-type="lobby"] .sv2-v-c-title:before {
        content: ':';
        position: absolute;
        right: 0;

    }

    .sv2-view[data-type="lobby"] .sv2-v-c-code {
        margin-bottom: 0;
        display: inline-block;
    }

    .sv2-view[data-type="lobby"] .sv2-v-players {
        margin:0;
        width: 100%;
        position: relative;
    }

        .sv2-view[data-type="lobby"] .sv2-v-players[data-players="0"] span {
            width: 100%;
        }

    .sv2-view[data-type="lobby"] .sv2-v-p-player-list .smashv2-player-el {
        max-width: calc(50% - 5px);
    }

        .sv2-view[data-type="lobby"] .sv2-v-p-player-list .smashv2-player-el img {
            width: 30px;
            height: 30px;
        }
}


@media screen and (max-width: 700px) {
    .sv2-view[data-type="lobby"] .sv2-view-header h1 {
        font-size: calc(14px + 1vw);
    }
}

@media screen and (max-width: 500px) {
    .sv2-view[data-type="lobby"] .sv2-v-c-code {
        font-size: 28px;
        font-weight: 100;
    }

    .sv2-view[data-type="lobby"] .sv2-v-p-player-list > span {
        width: calc(100% - 10px);
    }

    .sv2-view[data-type="lobby"] .sv2-g-h-code {
        display: none !important;
    }

    .sv2-view[data-type="lobby"] .sv2-view-content {
        padding: 5px;
        padding-top: 20px;
        padding-right: 20px;
        border-radius: 0;
        background: none;
    }

    .sv2-view[data-type="lobby"] .sv2-v-p-player-list .smashv2-player-el {
        max-width: 100%;
    }

        .sv2-view[data-type="lobby"] .sv2-v-p-player-list .smashv2-player-el img {
            width: 30px;
            height: 30px;
        }

    .sv2-view[data-type="lobby"] .sv2-v-players .sv2-v-p-users-n {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: -10px;
        top: -10px;
    }


        .sv2-view[data-type="lobby"] .sv2-v-players .sv2-v-p-users-n:before {
            display: none;
        }
}

@media screen and (max-height: 1000px) {
    .sv2-view[data-type="lobby"] .sv2-v-players {
        height: calc(var(--rvh) - 250px);
    }
}

@media screen and (max-height: 800px) {
    .sv2-view[data-type="lobby"] .sv2-v-players[data-players="0"] span {
        height: 150px;
    }

    .sv2-view[data-type="lobby"] .sv2-v-players {
        width: 100%;
        margin: 0;
        height: calc(var(--rvh) - 230px);
    }

    .sv2-view[data-type="lobby"] .sv2-v-code {
        float: none;
        width: 100%;
        height: 50px;
        line-height: 50px;
        min-height: initial;
        flex-direction: initial;
        margin-bottom: 20px;
    }

    .sv2-view[data-type="lobby"] .sv2-v-c-title {
        margin-bottom: 0;
        display: inline-block;
        margin-right: 20px;
        position: relative;
        padding-right: 10px;
    }

        .sv2-view[data-type="lobby"] .sv2-v-c-title:before {
            content: ':';
            position: absolute;
            right: 0;
        }

    .sv2-view[data-type="lobby"] .sv2-v-c-code {
        margin-bottom: 0;
        display: inline-block;
        font-size: 28px;
        font-weight: 100;
    }
}

@media screen and (max-height: 700px) {
    .sv2-view[data-type="lobby"] .sv2-v-players {
        height: calc(var(--rvh) - 220px);
    }

    .sv2-view[data-type="lobby"] .sv2-view-header h1 {
        font-size: calc(14px + 1vw);
    }
}

@-webkit-keyframes loaderAnim {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loaderAnim {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*mn bt*/
#sm2menubottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 59px;
    background: #f7f7f7;
    border-top: 1px solid #ccc;
    z-index: 99;
    display: none;
}

/*mn bt*/

@media all and (max-width: 500px) and (orientation: portrait) {
    #sm2menubottom[data-view="1"] {
        display: block;
    }
}

@media all and (max-height: 450px) and (orientation: landscape) {
    #sm2menubottom[data-view="1"] {
        display: block;
    }
}



@media all and (max-height: 550px) and (orientation: landscape) {
    .sv2-view[data-type="lobby"] .sv2-view-header {
        margin-bottom: 0px;
    }

    .sv2-view[data-type="lobby"] .sv2-view-header h1 {
        font-size: 18px;
    }

        .sv2-view[data-type="lobby"] .sv2-view-header h1 span {
            display: none;
        }

    .sv2-view[data-type="lobby"] .sv2-view-content {
        padding-bottom: 0px;
        padding-top: 10px;
        background: none;
    }

    .sv2-view[data-type="lobby"] .sv2-v-code {
        height: 30px;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-bottom: 5px;
    }

    .sv2-view[data-type="lobby"] .sv2-v-c-code,
    .sv2-view[data-type="lobby"] .sv2-v-c-title {
        font-size: 18px;
    }

    .sv2-view[data-type="lobby"] .sv2-v-players .sv2-v-p-users-n {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: -10px;
        top: -10px;
    }


        .sv2-view[data-type="lobby"] .sv2-v-players .sv2-v-p-users-n:before {
            display: none;
        }


    .sv2-view[data-type="lobby"] .sv2-g-h-code {
        display: none !important;
    }

    .sv2-view[data-type="lobby"] .sv2-v-players {
        height: calc(var(--rvh) - 140px);
        padding-top: 0px;
    }

    .sv2-view[data-type="lobby"] .sv2-v-p-player-list {
        padding-top: 0;
    }

    .sv2-view[data-type="lobby"] .sv2-view-footer input[type="button"] {
        padding: 5px 30px;
    }


    .sv2-view[data-type="lobby"] .sv2-v-p-player-list .smashv2-player-el img {
        width: 30px;
        height: 30px;
    }
}



/*Smash notification toast*/


.smash-game-fast-user {
    display: flex;
    align-items: center;
    border-radius: 10px;
}

    .smash-game-fast-user img {
        width: auto;
        height: 50px;
        border-radius: 50%;
    }

    .smash-game-fast-user > div {
        padding: 0.5rem;
    }

        .smash-game-fast-user > div span {
            display: block;
            text-align: left;
        }

            .smash-game-fast-user > div span:first-of-type {
                font-weight: bold;
                color: #525252;
            }

            .smash-game-fast-user > div span:last-of-type {
                font-size: 12px;
                color: #ff6a00;
            }

        .smash-game-fast-user > div p {
            text-align: left;
            font-size: 12px;
        }

.smash-game-fast-join-btn {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    padding: 5px 15px;
    border: none;
    outline: none;
    cursor: pointer;
    transition-duration: 200ms;
}

    .smash-game-fast-join-btn:hover {
        background: #ff6a00;
        color: white;
    }




.smashv2-player-team {
    display: flex;
    min-width: 350px;
    width: calc(calc(100% - 40px) / 3);
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid transparent;
    flex: 1;
}

.smashv2-player-team-header {
    background: #0b3041;
    color: white;
    width: 85%;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    top: 20px;
}

    .smashv2-player-team-header span {
        width: calc(100% - 50px);
        display: inline-block;
    }

    .smashv2-player-team-header button {
        position: absolute;
        top: 50%;
        right: 7px;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        border: none;
        outline: none;
        border-radius: 50%;
        background: white;
        color: #0b3041;
        border: none;
        cursor: pointer;
    }

.smashv2-player-team-body {
    border: 1px solid #0b3041;
    width: 100%;
    border-radius: 15px;
    padding: 10px 5px;
    padding-top: 20px;
    min-height: 100px;
    flex: 1;
}

.smashv2-player-team-list {
    max-height: 340px;
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    padding: 5px 0;
    gap: 10px;
}

.sv2-view[data-type="lobby"] .smashv2-player-team-list .smashv2-player-el {
    min-width: 310px;
    width: calc(100% - 5px);
}



.sv2-view[data-type="game"] {
    height: calc(var(--rvh) - 130px);
    min-height: 200px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.15);
    margin: 20px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background: white;
    background: white;
}

[data-ismobile="true"] .sv2-view[data-type="game"] {
    height: calc(var(--rvh) - 140px);
}

    .sv2-view[data-type="game"] .sv2-g-header {
        position: relative;
        top: -25px;
        position: relative;
        z-index: 100;
    }

    .sv2-view[data-type="game"] .sv2-g-h-time {
        position: absolute;
        width: 260px;
        height: 60px;
        left: -20px;
        border-radius: 10px 50px 50px 5px;
        padding-right: 65px;        
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(255, 106, 0);
    }

    .sv2-view[data-type="game"] .sv2-g-h-time:before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -17px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 0px solid transparent;
        border-top: 20px solid #b54e05;
        z-index: -1;
    }

    .sv2-view[data-type="game"] #sv2_g_ctime {
        width: 62px;
        height: 62px;
        position: absolute;
        border-radius: 50%;
        border: none;
        right: -1px;
        top: -1px;
        cursor: pointer;
        transition-duration: 200ms;
        background: rgba(11,183,151,1);
        background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
        background: -webkit-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
    }
    
        .sv2-view[data-type="game"] #sv2_g_ctime:before {
            content: '';
            position: absolute;
            display: block;
            border: 0;
            background: transparent;
            box-sizing: border-box;
            width: 20px;
            height: 24px;
            border-color: transparent transparent transparent white;
            transition: 100ms all ease;
            border-style: solid;
            border-width: 14px 0 14px 20px;
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
        }

        .sv2-view[data-type="game"] #sv2_g_ctime[data-status="timeout"] {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

        .sv2-view[data-type="game"] #sv2_g_ctime[data-status="playing"]:before {
            border-style: double;
            border-width: 0px 0 0px 20px;
            border-color: transparent transparent transparent white;
        }


        .sv2-view[data-type="game"] #sv2_g_ctime:hover {
            transform: scale(1.1);
        }

    .sv2-view[data-type="game"] .sv2-g-h-time > span {
        display: block;
        font-size: 28px;
        color: white;
        padding-left: 30px;
        position: relative;
        font-weight: 500;
    }

        .sv2-view[data-type="game"] .sv2-g-h-time > span:before {
            content: '';
            position: absolute;
            width: 30px;
            height: 30px;
            left: -10px;
            top: 5px;
            background-image: url('../image/icons.png');
            background-repeat: no-repeat;
            background-position: -59px -116px;
        }

.sv2-view[data-type="game"] .sv2-g-h-scoreboard,
.sv2-view[data-type="game"] .sv2-g-h-code,
.sv2-view[data-type="lobby"] .sv2-g-h-code {
    width: 250px;
    height: 60px;
    position: absolute;
    left: calc(50% - 125px);
    border-radius: 0 0 20px 20px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: white;
    background: rgba(255,111,148,1);
    background: -moz-linear-gradient(top, rgba(255,111,148,1) 0%, rgba(255,120,119,1) 50%, rgba(255,128,96,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,111,148,1)), color-stop(50%, rgba(255,120,119,1)), color-stop(100%, rgba(255,128,96,1)));
    background: -webkit-linear-gradient(top, rgba(255,111,148,1) 0%, rgba(255,120,119,1) 50%, rgba(255,128,96,1) 100%);
    background: -o-linear-gradient(top, rgba(255,111,148,1) 0%, rgba(255,120,119,1) 50%, rgba(255,128,96,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,111,148,1) 0%, rgba(255,120,119,1) 50%, rgba(255,128,96,1) 100%);
    background: linear-gradient(to bottom, rgba(255,111,148,1) 0%, rgba(255,120,119,1) 50%, rgba(255,128,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f94', endColorstr='#ff8060', GradientType=0 );
}

.sv2-view[data-type="lobby"] .sv2-g-h-code {
    z-index: 100;
    top: 6px;
    left: 100px;
    width: 150px;
    height: 40px;
}

.sv2-view[data-type="lobby"] .sv2-g-h-code span {
    font-size: 20px;
    display: inline-block;
    text-align: center;
}

    .sv2-view[data-type="game"] .sv2-g-h-scoreboard:before,
    .sv2-view[data-type="lobby"] .sv2-g-h-code:before,
    .sv2-view[data-type="game"] .sv2-g-h-code:before {
        content: '';
        position: absolute;
        left: -15px;
        top: 0px;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 25px solid #b2365d;
        clear: both;
    }

    .sv2-view[data-type="game"] .sv2-g-h-scoreboard:after,
    .sv2-view[data-type="lobby"] .sv2-g-h-code:after,
    .sv2-view[data-type="game"] .sv2-g-h-code:after {
        content: '';
        position: absolute;
        right: -15px;
        top: 0px;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 25px solid #b2365d;
        clear: both;
    }

        .sv2-view[data-type="game"] .sv2-g-h-code span {
            font-size: 20px;
        }

        .sv2-view[data-type="game"] .sv2-g-h-code span span {
            font-size: 25px;
            font-weight: 600;
        }

    .sv2-view[data-type="game"] .sv2-g-h-next {
        position: absolute;
        right: -20px;
        width: 150px;
        height: 60px;       
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        cursor: pointer;
        border-radius: 30px 5px 5px 30px;
        transition-duration: 100ms;
        z-index: 10;
        background: rgba(47,211,190,1);
        background: -moz-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,211,190,1)), color-stop(100%, rgba(12,157,210,1)));
        background: -webkit-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
        background: -o-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
        background: -ms-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
        background: linear-gradient(to right, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd3be', endColorstr='#0c9dd2', GradientType=1 );
    }

    .sv2-view[data-type="game"] .sv2-g-h-next:before {
        content: '';
        position: absolute;
        right: 0px;
        bottom: -17px;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #24b5ce;
        z-index: -1 !important;
    }

.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-h-next {
    top: 22px;
    height: 26px;
    font-size: 14px;
    width: 120px;
}

.sv2-view[data-type="game"] .sv2-g-h-next:before {
    bottom: -20px;
}

@media all and (max-width: 860px), all and (max-height: 500px) {

    .sv2-view[data-type="game"] .sv2-g-h-time {
        width: 150px;
    }

        .sv2-view[data-type="game"] .sv2-g-h-time > span {
            font-size: 20px;
            padding-left: 10px;
            padding-top: 20px;
        }

            .sv2-view[data-type="game"] .sv2-g-h-time > span:before {
                top: -10px;
                left: calc(50% - 5px);
                transform: scale(0.7);
            }

    .sv2-view[data-type="game"] .sv2-g-h-scoreboard,
    .sv2-view[data-type="game"] .sv2-g-h-code {
        width: 150px;
        text-align: center;
        left: calc(50% - 75px);
    }

        .sv2-view[data-type="game"] .sv2-g-h-scoreboard span,
        .sv2-view[data-type="game"] .sv2-g-h-code span {
            font-size: 16px;
        }

            .sv2-view[data-type="game"] .sv2-g-h-code span span {
                font-size: 20px;
                font-weight: 600;
                display: block;
            }

    .sv2-view[data-type="game"] .sv2-g-h-next {
        width: 100px;
        height: 30px;
        font-size: 16px;
        top: 17px;
        right: -10px;
    }

        .sv2-view[data-type="game"] .sv2-g-h-next:before {
            content: '';
            position: absolute;
            right: 0px;
            bottom: -15px;
            width: 0;
            height: 0;
            border-left: 0px solid transparent;
            border-right: 10px solid transparent;
            border-top: 15px solid #24b5ce;
            z-index: -1 !important;
        }

    .sv2-view[data-type="game"] .sv2-g-h-time {
        top: 15px;
        height: 30px;
        line-height: 30px;
        padding-right: 30px;
        padding-top: 0;
    }

        .sv2-view[data-type="game"] .sv2-g-h-time > span {
            padding-top: 0;
            padding-left: 30px;
            font-size: 16px;
        }

            .sv2-view[data-type="game"] .sv2-g-h-time > span:before {
                left: 0px;
                top: 0px;
                font-size: 16px;
            }
}

.sv2-view[data-type="game"] > .sv2-g-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 40px;
}

@media screen and (max-width: 600px) {
    .sv2-view[data-type="game"] .sv2-g-h-scoreboard,
    .sv2-view[data-type="game"] .sv2-g-h-code {
        position: absolute;
        display: none;
    }
}

@media screen and (max-width: 500px) {

    .sv2-view[data-type="game"] .sv2-g-h-time {
        height: 50px;
    }
        .sv2-view[data-type="game"] .sv2-g-h-time > span {
            font-size: 18px;
        }

        .sv2-view[data-type="game"] .sv2-g-h-time > span:before {
            transform: scale(0.5);
        }

    .sv2-view[data-type="game"] #sv2_g_ctime {
        width: 52px;
        height: 52px;
    }
        
    .sv2-view[data-type="game"] > .sv2-g-content {
        padding-top: 0;
    }
}

/*.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content {
    margin-top: 10px;
}*/

.sv2-play-question {
    cursor: pointer;
}

.sv2-play-question[data-sound="-"] {
    display: none;
}


.sv2-view[data-type="game"][data-timeout="1"] {
    background: white;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);
}

.tool-zoom-image.maximized {
    position: fixed !important;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--rvh);
    z-index: 3000;
    background: rgba(0, 0, 0, 0.75);
}


.tool-zoom-image img {
    cursor: zoom-in;
}

.tool-zoom-image.maximized img {
    max-width: 100% !important;
    max-height: 100% !important;
    cursor: zoom-out;
    object-fit: contain;
}

.sv2-g-content[data-privacy="3"] .sv2-g-c-e-v-results {
    display: none !important;
}

.sv2-g-c-e-v-results > span {
    cursor: pointer;
}


[data-font="big"] .sv2-gl-font {
    font-size: 27px !important;
}

[data-font="normal"] .sv2-gl-font {
    font-size: 22px !important;
}

[data-font="small"] .sv2-gl-font {
    font-size: 14px !important;
}

.sv2-g-c-e-v-notanswered {
    text-align: center;
    display: block;
    color: red;
    background: #b52525;
    color: white;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: 5%;
    padding: 3px;
    margin-top: 5px;
    font-size: 16px;
}

.sv2-g-username-preview {
    text-align: center;
    padding: 3px;
    margin-top: 5px;
    font-size: 16px;
    background: #d7d7d7;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 90%;
    margin-left: 5%;
}


.sv2-g-text-tools {
    top: 10px;
    width: 107px;
    background: white;
    padding: 0 0;
    border-radius: 10px;
    left: 0;
    margin-bottom:10px;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.2);
    height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .sv2-g-text-tools > span {
        margin-right: 0px;
        display: inline-block;
        text-align: center;
        float: left;
        line-height: 35px;
        width: 35px;
        height: 35px;
        transition-duration: 200ms;
        -webkit-user-select: none; /* Chrome all / Safari all */
        -moz-user-select: none; /* Firefox all */
        -ms-user-select: none; /* IE 10+ */
        user-select: none; /* Likely future */
        cursor: pointer;
    }

        .sv2-g-text-tools > span:nth-child(2) {
            border-right: 1px solid rgba(0,0,0,0.2);
        }


        .sv2-g-text-tools > span:hover {
            border: none;
            transform: scale(1.3);
        }

        .sv2-g-text-tools > span[data-val="big"] {
            font-size: 27px;
        }

        .sv2-g-text-tools > span[data-val="normal"] {
            font-size: 22px;
        }

        .sv2-g-text-tools > span[data-val="small"] {
            font-size: 14px;
        }

.sv2-g-c-e-e-container img.sv2-g-text-carousel {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(var(--rvh) - 450px);
    min-height: 150px;
    border-radius: 10px;
}

[data-clienttype="1"] .sv2-g-c-e-e-container img.sv2-g-text-carousel {
    max-height: calc(var(--rvh) - 500px);
}

body[data-font="small"] .sv2-g-text-tools > span[data-val="small"],
body[data-font="normal"] .sv2-g-text-tools > span[data-val="normal"],
body[data-font="big"] .sv2-g-text-tools > span[data-val="big"] {
    background: rgba(11,183,151,1);
    color: white
}

.sv2-g-h-results {
    height: 60px;
    font-size: 24px;
    z-index: 10;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

  .sv2-g-h-results[data-points="false"],
  .sv2-g-h-results[data-grade="false"] {
        width: 120px;
    }

 #sv2-g-h-result-grade {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin: 0;
    background: #ffd400;
    text-align: center;
    color: white;
    border-radius: 0 30px 30px 0;
    padding-left: 5px;
    margin-left: 25px;
    flex-shrink: 0;
}

.sv2-g-h-results[data-grade="false"] #sv2-g-h-result-grade {
    display: none !important;
}

 #sv2-g-h-result-grade span {
    position: relative;
    display: inline-block;
}


#sv2-g-h-result-grade:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: -25px;
    top: -5px;
    background-color: white;
    border-radius: 50%;
    background-image: url('../image/trophy.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    border: 3px solid #ffd400;
}

#sv2-g-h-result-points {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin: 0;
    background: #ff6a00;
    text-align: center;
    color: white;
    border-radius: 0 30px 30px 0;
    margin-left: 30px;
    padding-left: 5px;
    margin-left: 35px;
}

.sv2-g-h-results[data-points="false"] #sv2-g-h-result-points {
    display: none !important;
}

#sv2-g-h-result-points span {
    position: relative;
    display: inline-block;
}

#sv2-g-h-result-points:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: -30px;
    top: -5px;
    background-color: white;
    border-radius: 50%;
    background-image: url('../image/point.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    border: 3px solid #ff6a00;
}

#sv2-g-h-result-place {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

#sv2-g-h-result-place .sv2-g-s-place > span {
    font-size: 18px !important;
}

    #sv2-g-h-result-place > span {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #e9e9e9;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        color: rgb(0, 0, 0);
        cursor: pointer;
        transition-duration: 200ms;
        transform: scale(0.7);
        position: relative;
        left: -5px;
        top: -5px;
    }

#sv2-g-h-result-place[data-points="false"][data-grade="false"] > span {
    display: none !important;
}

#sv2-g-h-result-place[data-place="1"] > span {
    border: none;
    background-color: transparent;
    background-image: url(../image/icons.png?t);
    background-position: -366px 0px;
    color: white;
}

#sv2-g-h-result-place[data-place="2"] > span {
    border: none;
    background-color: transparent;
    background-image: url(../image/icons.png?t);
    background-position: -420px 0px;
    color: white;
}

#sv2-g-h-result-place[data-place="3"] > span {
    border: none;
    background-color: transparent;
    background-image: url(../image/icons.png?t);
    background-position: -366px -53px;
    color: white;
}

#sv2-g-h-result-players {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--rvh);
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 10px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.25);
}

#sv2-g-h-result-players-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    max-width: 600px;
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 10px;
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.05);
}

#sv2-g-h-result-players-close {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 28px;
    border: none;
    background: no-repeat;
    color: rgb(255, 106, 0);
    transition-duration: 200ms;
    cursor: pointer;
}

#sv2-g-h-result-players-close:focus {
    outline: none;
}

#sv2-g-h-result-players-close:hover {
    transform: scale(1.1);
}

#sv2-g-h-result-players-content {
    padding-top: 40px;
    min-height: 200px;
    padding-bottom: 30px;
    padding-left: 15px;
    overflow: auto;
    max-height: 400px;
}

#sv2-g-h-result-players .sv2-g-s-place-data > div:first-child img {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    top: 10px;
    margin-right: 5px;
}

#sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place .sv2-g-s-place-data {
    width: calc(100% - 70px);
    margin-left: 5px;
}

    #sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place .sv2-g-s-place-data > div:nth-child(1) {
        /*width: calc(100% - 160px) !important;*/
        text-align: left;
        font-size: 16px;
    }

#sv2-g-h-result-players[data-points="false"] #sv2-g-h-result-players-content .sv2-g-s-place .sv2-g-s-place-data > div:nth-child(1),
#sv2-g-h-result-players[data-grade="false"] #sv2-g-h-result-players-content .sv2-g-s-place .sv2-g-s-place-data > div:nth-child(1) {
    width: calc(100% - 100px) !important;
}

        #sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place span[data-result] {
            font-size: 22px;
        }

#sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place-data [data-cpoint="1"] {
    display: block !important;
    float: right;
    width: 70px !important;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 5px;
    display: inline-block;
    position: relative;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin: 0;
    background: #ff6a00;
    text-align: center;
    color: white;
    border-radius: 30px;
    margin-left: 0px;
    position: relative;
    margin-top: 15px;
    margin-right: 15px;
}

    #sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place-data [data-cpoint="1"]:before {
        position: absolute;
        content: '';
        width: 40px;
        height: 40px;
        left: -10px;
        top: -10px;
        background-color: white;
        border-radius: 50%;
        background-image: url(../image/point.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
        border: 3px solid #ff6a00;
        transform: scale(0.55);
    }

#sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place-data [data-cgrade="1"] {
    display: block !important;
    float: right;
    width: 70px !important;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 5px;
    display: inline-block;
    position: relative;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin: 0;
    background: #ffd400;
    text-align: center;
    color: white;
    border-radius: 30px;
    margin-left: 0px;
    position: relative;
    margin-right: 5px;
    margin-top: 15px;
}

    #sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place-data [data-cgrade="1"]:before {
        position: absolute;
        content: '';
        width: 40px;
        height: 40px;
        left: -10px;
        top: -10px;
        background-color: white;
        border-radius: 50%;
        background-image: url(../image/trophy.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
        border: 3px solid #ffd400;
        transform: scale(0.55);
    }

#sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place:nth-child(1) .sv2-g-s-place-data {
    background: #ffbf29;
}

#sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place:nth-child(1) > span {
    background-color: transparent;
    background-image: url(../image/icons.png?t);
    background-position: -366px 0px;
    color: white;
}

#sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place:nth-child(2) .sv2-g-s-place-data {
    background: #c9c9c9;
}

#sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place:nth-child(2) > span {
    background-color: transparent;
    background-image: url(../image/icons.png?t);
    background-position: -420px 0px;
    color: white;
}

#sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place:nth-child(3) .sv2-g-s-place-data {
    background: #e78f5f;
}

#sv2-g-h-result-players #sv2-g-h-result-players-content .sv2-g-s-place:nth-child(3) > span {
    background-color: transparent;
    background-image: url(../image/icons.png?t);
    background-position: -366px -53px;
    color: white;
}

#sv2-g-h-result-players[data-points="false"] #sv2-g-h-result-players-content .sv2-g-s-place-data div[data-cpoint="1"] {
    display: none !important;
}

#sv2-g-h-result-players[data-grade="false"] #sv2-g-h-result-players-content .sv2-g-s-place-data div[data-cgrade="1"] {
    display: none !important;
}

#StatusAnnouncement {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(var(--rvh) - 0px);
    z-index: 5800;
}

#StatusAnnouncementWrapper {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    flex-direction: column;
}

#StatusAnnouncementContent {
    max-width: 600px;
    max-height: 400px;
    text-align: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

#StatusAnnouncementContent img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

[data-timeout="1"] [data-cmark="0"] .user-mark:before {
    background: rgb(240,0,34) !important;
    background: linear-gradient(180deg, rgba(240,0,34,1) 0%, rgba(253,112,7,1) 100%) !important;
}


@media screen and (max-width: 860px), all and (max-height: 500px) {

    .sv2-view[data-type="game"] #sv2_g_ctime {
        width: 32px;
        height: 32px;
    }

        .sv2-view[data-type="game"] #sv2_g_ctime:before {
            width: 10px;
            border-width: 7px 0 7px 10px;
            height: 12px;
        }

        .sv2-view[data-type="game"] #sv2_g_ctime[data-status="playing"]:before {
            border-width: 0px 0 0px 15px;
        }
}

@media all and (max-height: 600px) {
    .sv2-view[data-type="game"] > .sv2-g-content {
        padding-top: 20px;
    }
}

@media all and (max-height: 500px) {
    .sv2-view[data-type="game"] {
        margin: 10px;
        margin-bottom: 0;
        margin-top: 0px;
        height: calc(var(--rvh) - 110px);
        width: calc(100vw - 20px);
    }

    .sv2-view[data-clienttype="2"] {
        margin: 10px;
        margin-top: 0;
        margin-bottom: 0;
        height: calc(var(--rvh) - 100px);
    }

    #SV2Preview iframe {
        height: calc(var(--rvh) * 0.95); /*95vh*/
        width: 95vw;
    }

    .sv2-view[data-type="game"] .sv2-g-h-time {
        top: 15px;
        height: 30px;
        line-height: 30px;
        padding-right: 30px;
        padding-top: 0;
    }

        .sv2-view[data-type="game"] .sv2-g-h-time > span {
            padding-top: 0;
            padding-left: 30px;
            font-size: 16px;
        }

            .sv2-view[data-type="game"] .sv2-g-h-time > span:before {
                left: 0px;
                top: 0px;
                font-size: 16px;
            }
}

@media all and (max-width: 500px) and (orientation: portrait), all and (max-height: 500px) and (orientation: landscape) {
    .sv2-view[data-type="game"] {
        height: calc(var(--rvh) - 65px);
        margin: 10px;
        width: calc(100vw - 50px);
    }

        .sv2-view[data-type="game"] .sv2-g-h-time {
            top: 15px;
            height: 30px;
            line-height: 30px;
            padding-right: 30px;
            padding-top: 0;
        }

            .sv2-view[data-type="game"] .sv2-g-h-time > span {
                padding-top: 0;
                padding-left: 30px;
                font-size: 16px;
            }


                .sv2-view[data-type="game"] .sv2-g-h-time > span:before {
                    left: 0px;
                    top: 0px;
                    font-size: 16px;
                }
}

[data-viewmode="preview"] .sv2-g-h-next,
[data-viewmode="preview"] .sv2-g-h-results,
[data-viewmode="preview"] #sv2-g-h-result-place {
    display: none !important;
}



@media all and (max-width: 500px) and (orientation: portrait), all and (max-height: 500px) and (orientation: landscape) {
    .sv2-view[data-type="game"][data-status="3"][data-clientype="1"] {
        margin-top: 0px !important;
        height: calc(var(--rvh) - 100px) !important;
        width: calc(100vw - 20px) !important;
    }

    #sv2sendchallenge.sv2-g-scoreboard-h-challenge-f {
        font-size: 14px !important;
    }
}


/*IsMobil*/

body[data-ismobile="true"] #hdr_pause {
    display: none !important;
}


#assignModuleAndGrades {
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 10px;
    cursor: pointer;
    border: 1px solid rgba(253,112,7,1);
    padding: 6px 12px;
    border-radius: 5px;
    padding-left: 30px;
    color: rgb(255, 106, 0);
    background-color: white;
    background-image: url('../image/content-assigned.png');
    background-position: 3px center;
    background-size: 25px auto;
    background-repeat: no-repeat;
    transition-duration: 200ms;
}

    #assignModuleAndGrades:hover {
        box-shadow: inset 0 3px 5px rgba(255, 106, 0, 0.25);
    }

#AssignContentForm > div {
    text-align: center;
}

#AssignContentForm > div > label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}

    #AssignContentForm > div > select {
        display: inline-block;
        padding: 6px 12px;
        margin: 5px;
        border-radius: 5px;
        border: 1px solid #d7d7d7;
    }

.sv2-view-assign-dates {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.sv2-view-assign-dates > div {
    float: left;
    width: 50%;
    position: relative;
}

    .sv2-view-assign-dates input[type="text"] {
        padding: 6px 12px;
        border-radius: 5px;
        border: 1px solid #d7d7d7;
        width: 100%;
        margin-right: 5px;
        color: #5a5a5a;
    }

    .sv2-view-assign-dates input[data-form="end_date"] {
        margin-left: 5px;
        margin-right: 0px;
    }

    .sv2-view-assign-dates img {
        position: absolute;
        right: 10px;
        bottom: 2px;
        height: 22px;
    }

#AssignContentForm select[data-form="type"] {
    width: 100%;
}

.sv2-view-assign-dates label {
    margin-bottom: 5px;
    display: block;
    text-align: center;
    font-size: 14px;
}


@media all and (max-width: 700px) {

    #sv2-g-h-result-grade {
        font-size: 12px;
        width: 35px;
    }

    #sv2-g-h-result-points:before,
    #sv2-g-h-result-grade:before {
        width: 25px;
        height: 25px;
        left: -21px;
        top: -3px;
    }

    #sv2-g-h-result-points {
        padding-left: 0;
        width: auto;
        min-width: 30px;
        width: auto;
        font-size: 12px;
        margin-left: 25px;
    }

        #sv2-g-h-result-points span {
            padding: 0 10px;
        }
}
:root {
    --vh: .00001px;
    --dvh: 100vh;
    --rvh: var(--dvh, calc(100vh - var(--vh, 0px)));
    --navbar-height: 60px;
}

@supports (height: 100dvh) {
    :root {
        --dvh: 100dvh;
        --rvh: var(--dvh, calc(100vh - var(--vh, 0px)));
    }
}

/*GLOBAL*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'CustomFont', Arial, sans-serif;
}

*:focus {
    outline: none;
}

@font-face {
    font-family: 'main-regular';
    src: url('fonts/main-regular.otf') format('opentype');
}

body {
    background: #fbfafc;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body * {
    font-family: Poppins;
}


/*GENERAL*/

.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
    background-color: var(--primary-color) !important
}

.ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before {
    background-color: var(--primary-color) !important
}

.ui.toggle.checkbox label {
    padding-left: 3.5rem;
}

.ui.toggle.checkbox input {
    height: 26px;
    width: 52px;
}

.ui.toggle.checkbox label:before {
    height: 26px;
    width: 52px;
    background-color: var(--primary-font-color-lighter-1);
}

.ui.toggle.checkbox input:focus:not(:checked) ~ .box:before,
.ui.toggle.checkbox input:focus:not(:checked) ~ label:before {
    background-color: var(--primary-font-color-lighter-1);
}

.ui.toggle.checkbox input ~ label:after {
    box-shadow: none;
    background: white;
    top: 2px;
    left: 2px;
    height: 22px;
    width: 22px;
}

.ui.toggle.checkbox input:checked ~ label:after {
    left: calc(100% - 24px);
}

.ui.toggle.checkbox input:checked ~ label:after {
    box-shadow: none;
}

.ui.toggle.checkbox {
    height: 26px;
    width: 52px;
}

/*VARIANTS*/

    .ui.toggle.checkbox[data-variant="smash-1"] {
        width: 35px;
        height: 20px;
    }

    .ui.toggle.checkbox[data-variant="smash-1"] input ~ label:after {
        top: 0px;
        left: -1px;
        border: 1px solid white;
        height: 20px;
        width: 20px;
        background: #B8B8B8;
        box-shadow: 0px 3px 6px #00000029;
    }

        .ui.toggle.checkbox[data-variant="smash-1"] input:checked ~ label:after {
            left: 16px;
            background: #f37021;
        }

    .ui.toggle.checkbox[data-variant="smash-1"] label:before {
        top: 2px;
        height: 16px;
        width: 36px;
        background: #EEEEEE !important;
    }

    .ui.toggle.checkbox[data-variant="smash-1"] input:checked ~ .box:before,
    .ui.toggle.checkbox[data-variant="smash-1"] input:checked ~ label:before {
        background: #FDE2D2 !important;
    }


/* END GENERAL*/

#smashV2 {
    position: absolute;
    width: 100vw;
    height: var(--rvh);
    left: 0;
    top: 0;
}

.sv2-gl-flex {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sv2-gl-btn {
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    margin-left: 5px;
    margin-right: 5px;
}

    .sv2-gl-btn:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

#SV2LoadingFullScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--rvh);
    background: white;
    display: flex;
    z-index: 10000;
}

#SV2LoadingFullScreen {
    width: 100%;
    height: 100%;
}

    #SV2LoadingFullScreen .sv2-gl-loading-logo {
        position: absolute;
        display: block;
        text-align: center;
        width: 280px;
        height: auto;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #SV2LoadingFullScreen .sv2-gl-loading-spinner {
        position: absolute;
        width: 280px;
        display: block;
        height: auto;
        z-index: 9;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

#exit_loading {
    position: absolute;
    width: 200px;
    display: none;
    height: auto;
    z-index: 9;
    top: calc(50% + 130px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 20px;
    border: none;
    padding: 5px;
    color: white;
    font-size: 25px;
    cursor: pointer;
}

    /*END GLOBAL*/
    /*COLORS*/
    .sv2-gl-pink-dg {
        color: white;
        background: rgba(246,124,107,1);
        background: -moz-linear-gradient(top, rgba(246,124,107,1) 0%, rgba(246,118,130,1) 55%, rgba(246,112,148,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,124,107,1)), color-stop(55%, rgba(246,118,130,1)), color-stop(100%, rgba(246,112,148,1)));
        background: -webkit-linear-gradient(top, rgba(246,124,107,1) 0%, rgba(246,118,130,1) 55%, rgba(246,112,148,1) 100%);
        background: -o-linear-gradient(top, rgba(246,124,107,1) 0%, rgba(246,118,130,1) 55%, rgba(246,112,148,1) 100%);
        background: -ms-linear-gradient(top, rgba(246,124,107,1) 0%, rgba(246,118,130,1) 55%, rgba(246,112,148,1) 100%);
        background: linear-gradient(to bottom, rgba(246,124,107,1) 0%, rgba(246,118,130,1) 55%, rgba(246,112,148,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67c6b', endColorstr='#f67094', GradientType=0 );
    }

.sv2-gl-blue-dg {
    color: white;
    background: rgba(53,210,191,1);
    background: -moz-linear-gradient(left, rgba(53,210,191,1) 0%, rgba(36,183,203,1) 55%, rgba(19,154,214,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53,210,191,1)), color-stop(55%, rgba(36,183,203,1)), color-stop(100%, rgba(19,154,214,1)));
    background: -webkit-linear-gradient(left, rgba(53,210,191,1) 0%, rgba(36,183,203,1) 55%, rgba(19,154,214,1) 100%);
    background: -o-linear-gradient(left, rgba(53,210,191,1) 0%, rgba(36,183,203,1) 55%, rgba(19,154,214,1) 100%);
    background: -ms-linear-gradient(left, rgba(53,210,191,1) 0%, rgba(36,183,203,1) 55%, rgba(19,154,214,1) 100%);
    background: linear-gradient(to right, rgba(53,210,191,1) 0%, rgba(36,183,203,1) 55%, rgba(19,154,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35d2bf', endColorstr='#139ad6', GradientType=1 );
}

.sv2-gl-purple-dg {
    color: white;
    background: rgba(139,112,235,1);
    background: -moz-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(139,112,235,1)), color-stop(55%, rgba(103,120,220,1)), color-stop(100%, rgba(72,128,206,1)));
    background: -webkit-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
    background: -o-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
    background: -ms-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
    background: linear-gradient(to right, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b70eb', endColorstr='#4880ce', GradientType=1 );
}

.sv2-gl-orange-dg {
    color: white;
    background: rgba(255,90,0,1);
    background: -moz-linear-gradient(top, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,90,0,1)), color-stop(55%, rgba(255,137,0,1)), color-stop(100%, rgba(255,179,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ffb300', GradientType=0 );
}

.sv2-gl-orange-dg-r {
    color: white;
    background: rgba(255,90,0,1);
    background: -moz-linear-gradient(left, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(55%, rgba(255,137,0,1)), color-stop(100%, rgba(255,179,0,1)));
    background: -webkit-linear-gradient(left, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: -o-linear-gradient(left, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    background: linear-gradient(to right, rgba(255,90,0,1) 0%, rgba(255,137,0,1) 55%, rgba(255,179,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ffb300', GradientType=1 );
}

.sv2-gl-pink {
    background: rgba(246,118,130,1);
    color: white;
}

.sv2-gl-green {
    background: #3b7d23;
    color: white;
}

/*END COLORS*/

/*CONTENT*/
.sv2-gl-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.sv2-header-top .sv2-gl-content {
    margin-top: var(--navbar-height);
    height: calc(var(--rvh) - var(--navbar-height));
}

    .sv2-gl-content {
        width: 100vw;
        height: 100%;
        overflow: auto;
    }

.sv2-view {
    width: calc(100vw - 100px);
    max-width: 1820px;
    margin: auto;
}

/*END CONTENT*/
/*VIEWs*/
/*END VIEWs*/
/*3350*/
/*CONNECTION STATUS*/
#SV2ConnectionStatus {
    position: fixed;
    display: block;
    width: 15px;
    height: 15px;
    bottom: 5px;
    right: 5px;
    background: #60c23d;
    border-radius: 50%;
    z-index: 100;
    opacity: 0.5;
}

    #SV2ConnectionStatus.success {
        background: rgb(53, 210, 61);
    }

    #SV2ConnectionStatus.attempting {
        background: #ff8d20;
    }

    #SV2ConnectionStatus.lost {
        background: #ff0000;
    }

    #SV2ConnectionStatus.slow-connection {
        background: rgb(53, 210, 61);
        animation-name: slowConnectionAnimation;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        -webkit-animation-name: slowConnectionAnimation;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
    }

@-moz-keyframes slowConnectionAnimation {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes slowConnectionAnimation {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes slowConnectionAnimation {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.swal2-popup.swal2-modal {
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.35);
}

#SV2ActivitiesPreviewModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--rvh);
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    display: none;
}

    #SV2ActivitiesPreviewModal > div {
        position: relative;
        width: calc(100vw - 50px);
        height: calc(var(--rvh) - 50px);
        margin-top: 25px;
        margin-left: 25px;
        background: white;
        border-radius: 20px;
        background-image: url('../image/smash/logo_1.png'), url('../image/smash/loading.gif');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 300px;
        overflow: hidden;
    }

#ClosePreviewModal {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 30px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e40a0a;
    color: white;
    text-align: center;
    border-radius: 50%;
    transition-duration: 300ms;
    cursor: pointer;
}

    #ClosePreviewModal:hover {
        transform: scale(1.1);
    }

#SV2ActivitiesPreviewModal iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.swal2-container {
    z-index: 10010 !important;
}

#hdr_volume {
    z-index: 10;
}

#hdr_settings_box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: var(--rvh);
    text-align: center;
    overflow: auto;
    align-items: center;
    justify-content: center;
    display: none;
}

    #hdr_settings_box > div {
        position: relative;
        z-index: 500;
        cursor: pointer;
        width: 375px;
        background: white;
        text-align: center;
        min-height: 250px;
        -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.15);
        overflow: initial;
        border-radius: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        text-align: center;
        margin: auto;
    }

#hdr_font_selector,
#hdr_language_selector {
    width: 80%;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.sv2-settings-title {
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 0px;
    padding: 5px 10px;
    color: rgba(0, 0, 0, 0.42);
    width: auto;
}

.sv2-settings-title:before {
    content: '';
    width: calc(100% - 120px);
    height: 2px;
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    right: 50px;
    top: 13px;
}

#hdr_volume_level {
    display: inline-block;
}

    #hdr_volume_level:before {
        content: '';
        position: absolute;
        width: 62px;
        height: 64px;
        background-image: url(../image/icons.png);
        background-repeat: no-repeat;
        background-position: -107px 0px;
        z-index: 10;
        top: calc(50% - 32px);
        left: calc(50% - 31px);
    }

#hdr_settings_box .rs-range-color {
    background-color: #ff6a00;
}


#hdr_settings_box h3 {
    font-weight: 100;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#hdr_settings_box .rs-handle:after {
}

#hdr_settings_box .rs-border {
    border-color: rgba(255,179,0,1);
}

.sv2v-volume-config {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sv2v-volume-options {
    display: block;
    text-align: left;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
}

    .sv2v-volume-options > span {
        position: relative;
        display: block;
        float: left;
        width: 200px;
        display: table-cell;
        vertical-align: middle;
    }


#hdr_settings_box .onoffswitch {
    float: right;
    border: 1px solid #d1cfcf;
    border-radius: 10px;
    margin-left: 5px;
}

#hdr_settings_box button {
    display: inline-block;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    background: rgba(47,211,190,1);
    background: -moz-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,211,190,1)), color-stop(100%, rgba(12,157,210,1)));
    background: -webkit-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -o-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -ms-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: linear-gradient(to right, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd3be', endColorstr='#0c9dd2', GradientType=1 );
    transition-duration: 200ms;
}

    #hdr_settings_box button:hover {
        transform: scale(1.1);
    }

#SV2StudentAnswerSent {
    position: fixed;
    width: calc(100vw - 30px);
    height: calc(calc(var(--rvh) - var(--navbar-height)) - 20px);
    top: calc(var(--navbar-height) + 10px);
    left: 15px;
    background: rgba(250, 170, 26, 0.7);
    border-radius: 10px;
    display: none;
}

    #SV2StudentAnswerSent > div {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 700px;
        max-height: 500px;
        min-width: 300px;
        min-height: 300px;
        width: 80%;
        height: 80%;
        background-image: url('../image/Recurso 10.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #SV2StudentAnswerSent h4 {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        text-align: center;
        color: white;
        font-weight: 100;
        font-size: 26px;
    }

@media screen and (max-width: 670px), screen and (max-height: 600px) {
    #SV2StudentAnswerSent h4 {
        font-size: 18px;
    }
}

@media screen and (max-height: 400px) {
    #SV2StudentAnswerSent h4 {
        font-size: 16px;
    }

    #SV2StudentAnswerSent > div {
        width: 300px;
        height: 300px;
    }
}

#SV2StudentAnswersList {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--rvh);
    background: rgba(0, 0, 0, 0.75);
    z-index: 5000;
    display: none;
}

.sv2-answerlist-wrapper {
    background: white;
    border-radius: 20px;
    padding: 20px;
    width: 80vw;
    max-width: 800px;
    min-width: 355px;
    height: calc(var(--rvh) * 0.8);/*80vh*/
    max-height: 600px;
    min-height: 300px;
    background: white;
    position: relative;
}

    .sv2-answerlist-wrapper h4 {
        text-align: center;
        font-size: 22px;
        font-weight: 100;
        margin-bottom: 20px; 
    }

.sv2-answerlist-content {
    height: calc(100% - 50px);
    overflow: auto;
}

.sv2-answerlist-content table {
    width: 100%;
    border-collapse: collapse;
}

    .sv2-answerlist-content table thead th {
        background: rgba(255,137,0,1);
        height: 50px;
        color: white;
        font-size: 24px;
        font-weight: 100;
    }

    .sv2-answerlist-content table tbody tr {
        height: 40px;
        font-size: 16px;
        font-weight: 100;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

    .sv2-answerlist-content table tbody tr:hover {
        background: rgba(0, 0, 0, 0.21);
    }

    .sv2-answerlist-content table tbody td {
        position: relative;
    }

    .sv2-answerlist-content table tbody td:last-child {
        padding-right: 70px;
    }

    .sv2-answerlist-content table tbody span:not(.text) {
        position: absolute;
        display: inline-block;
        right: calc(50% - 19px);
        top: 1px;
        width: 38px;
        height: 38px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    .sv2-answerlist-content table tbody .text-content span:not(.text) {
        position: absolute;
        display: inline-block;
        right: 40px;
        top: 1px;
        width: 38px;
        height: 38px;
    }

    .sv2-answerlist-content table tbody .text-content span.text.no-answer {
        color: rgba(164,0,6,1);
        font-weight: 600;
    } 
    
    .sv2-answerlist-content table tbody .correct:before {
        content: '';
        position: absolute;
        right: -21px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(11,183,151,1);
        background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
        background: -webkit-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
    } 
    .sv2-answerlist-content table tbody .correct:after {
        content: '';
        width: 45px;
        height: 35px;
        position: absolute;
        top: 2px;
        right: -24px;
        background-image: url(../image/icons.png);
        background-repeat: no-repeat;
        background-position: -114px -60px;
        transform: scale(0.5);
    } 
      .sv2-answerlist-content table tbody .incorrect:before {
        content: '';
        position: absolute;
        right: -21px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(164,0,6,1);
        background: -moz-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,0,6,1)), color-stop(100%, rgba(204,0,7,1)));
        background: -webkit-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -o-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -ms-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: linear-gradient(to bottom, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40006', endColorstr='#cc0007', GradientType=0 );
    }

    .sv2-answerlist-content table tbody .incorrect:after {
        content: 'X';
        position: absolute;
        width: 64px;
        height: 64px;
        line-height: 64px;
        display: block;
        top: -12px;
        left: 8px;
        color: white;
        font-weight: 600;
    }

    .sv2-answerlist-content table tbody .notanswered:before {
        content: '';
        position: absolute;
        right: -21px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(99,152,230,1);
        background: -moz-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,152,230,1)), color-stop(100%, rgba(112,118,224,1)));
        background: -webkit-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: -o-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: -ms-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: linear-gradient(to right, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398e6', endColorstr='#7076e0', GradientType=1 );
    }

    .sv2-answerlist-content table tbody .notanswered:after {
        content: '0';
        position: absolute;
        width: 64px;
        height: 64px;
        line-height: 64px;
        display: block;
        top: -12px;
        left: 8px;
        color: white;
        font-weight: 600;
    }

.sv2-answerlist-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(164,0,6,1);
    color: white;
    border: none;
    font-size: 24px;
    background: -moz-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,0,6,1)), color-stop(100%, rgba(204,0,7,1)));
    background: -webkit-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -o-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -ms-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: linear-gradient(to bottom, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40006', endColorstr='#cc0007', GradientType=0 );
    transition-duration: 200ms;
    cursor: pointer;
}

.sv2-answerlist-close:hover {
    transform: scale(1.1);
}


#SV2ExplanationModal,
#SV2Preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--rvh);
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    z-index: 5000;
    display: none;
}

    #SV2Preview .sv2-preview-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #SV2Preview .sv2-g-header {
        display: none !important;
    }
    
    #SV2Preview .sv2-g-c-e-v-results,
    #SV2Preview .sv2-g-header {
        display: none !important;
    }

    #SV2Preview iframe {
        width: 99vw;
        height: calc(var(--rvh) * 0.99); /*80vh*/
        border: none;
        background: white;
        border-radius: 20px;
    }

#CloseExplanationModal,
.sv2-preview-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: rgba(164,0,6,1);
    color: white;
    border: none;
    font-size: 24px;
    background: -moz-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,0,6,1)), color-stop(100%, rgba(204,0,7,1)));
    background: -webkit-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -o-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -ms-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: linear-gradient(to bottom, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40006', endColorstr='#cc0007', GradientType=0 );
    transition-duration: 200ms;
    cursor: pointer;
    text-align: center;
}

.sv2-preview-close {
    right: 20px;
}

#SV2UserConnected {
    position: relative;
    display: block;
    height: 30px;
    text-align: center;
    font-size: 24px;
    z-index: 100;
    font-size: 14px;
    cursor: pointer;
    transition-duration: 200ms;
    border: 1px solid white;
    background: white;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,90,0,1);
    border-radius: 50px;
    padding: 5px 5px;
    padding-right: 10px;
    padding-left: 2px;
    background: rgba(255,90,0,1);
    margin-right: 5px;
}

    #SV2UserConnected i {
        font-size: 20px;
        color: white;
    }

    #SV2UserConnected span {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 12px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: white;
        padding: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        border: 1px solid rgba(255,90,0,1);
        font-weight: 600;
        margin-right: 10px;
        color: rgba(0,0,0,0.7);
    }

#SV2UserConnectedTableView {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--rvh);
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    z-index: 5000;
    display: none;
}

    #SV2UserConnectedTableView .sv2-users-online-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.sv2-users-online-content {
    height: auto;
    width: 50vw;
    max-width: 600px;
    min-width: 375px;
    background: white;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    padding-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

    .sv2-users-online-content h3 {
        text-align: center;
        font-size: 25px;
        font-weight: 100;
        margin-bottom: 10px;
    }

.sv2-users-online-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgb(219, 55, 61);
    color: white;
    border: none;
    font-size: 24px;
    transition-duration: 200ms;
    cursor: pointer;
}

    .sv2-users-online-close:hover {
        transform: scale(1.1);
    }

.sv2-users-online-table {
    overflow: auto;
    max-height: 500px;
    min-height: 200px;
}

.sv2-users-online-table table {
    width: 100%;
}

    .sv2-users-online-table table tr {
       cursor: pointer;
       transition-duration: 200ms;
    }

        .sv2-users-online-table table tr.banned {
            background: rgb(177, 51, 55);
            color: white;
        }

    .sv2-users-online-table table tr:hover {
        background: rgba(0, 0, 0, 0.15);
    }

        .sv2-users-online-table table tr.banned:hover {
            background: rgb(137, 26, 30);
        }

.sv2-users-online-table table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 3px;
}

    .sv2-users-online-table table td > * {
        vertical-align: middle;
        display: inline-block;
    }

.sv2-users-online-kick {
    width: 120px;
    background: rgba(204, 0, 7, 0.76);
    border-radius: 50px;
    padding: 5px 0;
    color: white;
    text-align: center;
}

.banned .sv2-users-online-kick {
    background: rgb(1, 159, 129);
}

.sv2-users-online-table table img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.sv2-users-online-name {
    width: calc(100% - 170px);
    font-size: 18px;  
}

@media all and (max-width: 500px) {
    .sv2-g-scoreboard-header button {
        font-size: 12px !important;
        margin-bottom: 5px;
    }

    .sv2-view[data-clienttype="2"] {
        margin: 10px;
        margin-top: 0;
        margin-bottom: 0;
        height: calc(var(--rvh) - 70px);
        width: calc(100vw - 20px);
    }

    #SV2Preview iframe {
        height: calc(var(--rvh) * 0.95);/*95vh*/
        width: 95vw;
    }
}


.swal2-radio label {
    text-align: center;
}

div.ms-something-wrong-wrapper {
    background: #ff8c44;
}

.ms-something-wrong-footer button {
    padding: 10px;
    border: none;
    border-radius: 10px
}

div.ms-something-wrong-view {
    background: rgba(0, 0, 0, 0.92);
}





.sv2-answerlist-content tr .incorrect span {
    position: relative;
    display: inline-block;
    width: 70px !important;
    height: 30px !important;
    font-size: 20px;
    line-height: 30px;
    right: -3px !important;
    top: 3px !important;
    background: rgba(99,152,230,1);
    border-radius: 20px;
    color: white;
    z-index: -1;
    background: rgba(164,0,6,1);
    background: -moz-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,0,6,1)), color-stop(100%, rgba(204,0,7,1)));
    background: -webkit-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -o-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -ms-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: linear-gradient(to bottom, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40006', endColorstr='#cc0007', GradientType=0 );
}

.sv2-answerlist-content tr .correct span {
    position: relative;
    display: inline-block;
    width: 70px !important;
    height: 30px !important;
    font-size: 20px;
    line-height: 30px;
    right: -1px !important;
    top: 3px !important;
    background: rgba(99,152,230,1);
    border-radius: 20px;
    color: white;
    z-index: -1;
    background: rgba(11,183,151,1);
    background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
    background: -webkit-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
}

.sv2-answerlist-content tr .notanswered span {
    position: relative;
    display: inline-block;
    width: 70px !important;
    height: 30px !important;
    font-size: 20px;
    line-height: 30px;
    right: -1px !important;
    top: 3px !important;
    background: rgba(99,152,230,1);
    border-radius: 20px;
    color: white;
    z-index: -1;
    background: -moz-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,152,230,1)), color-stop(100%, rgba(112,118,224,1)));
    background: -webkit-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -o-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: linear-gradient(to right, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398e6', endColorstr='#7076e0', GradientType=1 );
}

.sv2-answerlist-content .sv2-g-scoreboard-edit {
    position: absolute;
    left: initial;
    right: 0px !important;
    top: 3px !important;
    content: '';
    width: 32px !important;
    height: 32px !important;
    transform: translate(-50%, -50%);
    background-image: url(../image/icons.png?1);
    background-repeat: no-repeat;
    background-position: -70px -148px;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}

    .sv2-answerlist-content .sv2-g-scoreboard-edit label {
        display: none;
        opacity: 0;
        position: relative;
        width: 180px;
        right: 185px;
        top: 2px;
        height: 30px;
        line-height: 30px;
        background: rgb(0, 115, 153);
        color: white;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.35);
        transition-duration: 200ms;
    }

    .sv2-answerlist-content .sv2-g-scoreboard-edit:hover label {
        display: block;
        opacity: 1;
        animation: fadein 200ms linear 1 normal forwards;
        -webkit-animation: fadein 200ms linear 1 normal forwards;
    }

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


#sv2_change_grade h3{
    font-size: 40px;
}


#sv2_change_grade i {
    font-size: 40px;
    cursor: pointer;
}


#sv2_change_grade i.active {
    color: rgba(255,205,0,1);
}










/*Explanation*/
#SV2ExplanationModal {
    z-index: 2000;
}


#CloseExplanationModal {
    z-index: 100;
}

#SV2ExplanationModal > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}


.view-explanation {
    background: white;
    width: 95vw;
    height: calc(var(--rvh) * 0.95); /*95vh*/
    padding: 10px;
    padding-top: 40px;
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sv2-view-explanation-image {
    overflow: auto;
    width: 100%;
    max-height: 100%;
    padding: 10px;
    height: 100%;
}

#SV2ExplanationModal .sv2-g-c-e-v-question {
    flex-shrink: 0;
}

#SV2ExplanationModal .sv2-current-question {
    color: #ff6a00;
}

#SV2ExplanationModal .sv2-g-c-e-v-question[data-text="0"] > span {
    display: none;
}


#SV2ExplanationModal .sv2-g-c-e-v-question > span {
    float: left;
    width: 50px;
}


    #SV2ExplanationModal .sv2-g-c-e-v-question > span:last-child {
        float: left;
        width: calc(100% - 85px);
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.sv2-view-explanation-image[data-view="full-card"] .sv2-view-explanation-image-element img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}


.sv2-view-explanation-image[data-view="cards"] .sv2-view-explanation-image-element {
    display: inline-block;
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    background: white;
}

@media all and (max-width: 1000px) {
    .sv2-view-explanation-image[data-view="cards"] .sv2-view-explanation-image-element {
        width: 30%;
    }
}


@media all and (max-width: 600px) {
    .sv2-view-explanation-image[data-view="cards"] .sv2-view-explanation-image-element {
        width: 45%;
    }
}


@media all and (max-width: 400px) {
    .sv2-view-explanation-image[data-view="cards"] .sv2-view-explanation-image-element {
        width: 90%;
    }
}



.sv2-view-explanation-image[data-view="cards"] .sv2-view-explanation-image-element img {
    height: 100%;
    width: 100%;
    max-height: calc(var(--rvh) - 340px);
    object-fit: contain;
}


.sv2-view-explanation-image[data-view="cards"] .sv2-view-explanation-image-element .sv2-play-question {
    float: left;
    background-color: white;
    border: none;
    height: 28px;
    width: 32px;
    background-image: url(../image/icons.png?t);
    background-position: -164px -63px;
    margin-bottom: 5px;
}

.sv2-view-explanation-image-element.full-screen {
    position: absolute;
    width: 100% !important;
    height: calc(100vh - 50px);
    top: 0;
    left: 0;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    padding: 15px;
}

    .sv2-view-explanation-image-element.full-screen .sv2-g-c-e-v-question  {
        width: auto;
    }

        .sv2-view-explanation-image-element.full-screen .sv2-g-c-e-v-question .sv2-play-question {
            display: none;
        }

    .sv2-view-explanation-image-element.full-screen .sv2-g-c-e-v-question > span {
        width: 90px;
    }

        .sv2-view-explanation-image-element.full-screen .sv2-g-c-e-v-question > span:last-child {
            width: auto !important;
        }
               
    .sv2-view-explanation-image-element.full-screen .sv2-g-c-e-v-question > span {
      font-size: 25px;
      margin-right: 10px;
    }


    .sv2-view-explanation-image-element.full-screen .sv2-g-c-e-view {
        flex: 1;
        width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
    }


#sv2_explanation_close {
    position: absolute;
    display: none;
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border: none;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,00.42);
}


#sv2_explanation_close:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border: none;
    cursor: pointer;
    background-color: transparent;
    transition-duration: 200ms;
    background-image: url(../image/icons.png?t2);
    background-position: -164px -93px;
    background-repeat: no-repeat;
}


#sv2_explanation_next,
#sv2_explanation_back {
    display: none;
}

#sv2_explanation_back,
#sv2_explanation_next {
    width: 70px;
    height: 70px;
    position: absolute;
    top: calc(50% - 35px);
    left: 10px;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.35);
    cursor: pointer;
    z-index: 100;
}

    #sv2_explanation_back:before,
    #sv2_explanation_next:before {
        content: '';
        width: 20px;
        height: 32px;
        position: absolute;
        top: 20px;
        left: 20px;
        background-image: url(../image/icons.png);
        background-repeat: no-repeat;
    }

#sv2_explanation_next {
    left: initial;
    right: 10px;
}

    #sv2_explanation_back:before {
        background-position: -64px -82px;
    }

 #sv2_explanation_next:before {
    background-position: -64px -50px;
    left: 30px;
}

#SV2ExplanationModal video {
    width: 100%;
    height: 100%;
    max-height: calc(var(--rvh) - 300px);
    object-fit: contain;
}

#SV2ExplanationModal .sv2-view-explanation-video {
    width: 100%;
}

.sv2-g-instructions {
    color: rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 5px;
    padding: 5px 15px;
    display: none;
}

.sv2-g-instructions i {
    color: rgb(137, 112, 234);
}


[for="SmashGameContentReport"] {
    float: left;
    position: relative;
    top: 15px;
    color: white;
    display: none;
}

[for="SmashGameContentReport"] input[type="checkbox"] {
    margin-right: 15px;
    transform: scale(1.5);
}



/* width */
::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    cursor: pointer;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    cursor: pointer;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(255,90,0,0.50);
    border-radius: 10px;
    cursor: pointer;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(255,90,0,0.75);
    }

.assign-custom-module-sweet-btn {
    
}



.smash-game-lets-play-modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.smash-game-lets-play {
    text-align: center;
    border-radius: 50% !important;
    background: white;
    display: inline-block;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2), 1px 3px 15px 2px rgba(0,0,0,.2);
    box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2), 1px 3px 15px 2px rgba(0,0,0,.2);
    overflow: hidden;
    width: 340px;
    height: 340px;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .smash-game-lets-play img {
        width: 320px;
        height: 320px;
        animation: smashLetsPlayPulseSimple 1.5s infinite;
    }

    .smash-game-lets-play[data-selected="1"] img {
        -webkit-animation: flipSmashCoin 3s ease-out forwards;
        -moz-animation: flipSmashCoin 3s ease-out forwards;
        -o-animation: flipSmashCoin 3s ease-out forwards;
        animation: flipSmashCoin 3s ease-out forwards;
    }

    .smash-game-lets-play button[data-bind="accept"] {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 340px;
        height: 340px;
        outline: none !important;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        transform: translate(-50%, -50%);
        background: transparent;
        color: #ff6a00;
    }

    .smash-game-lets-play button[data-bind="cancel"] {
        position: absolute;
        bottom: -60px;
        padding: 10px 45px;
        border-radius: 50px;
        border: none;
        background: #ce1c1c;
        color: white;
        cursor: pointer;
        border: 2px solid #e05656;
        outline: none !important;
    }


@keyframes smashLetsPlayPulseSimple {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}



@-webkit-keyframes flipSmashCoin {
    from {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        transform: rotateY(0);
    }

    to {
        -webkit-transform: rotateY(1800deg);
        -moz-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
    }
}


.approve.smash-game-lets-play-header-alert {
    font-size: 12px;
    font-weight: normal;
    background: #f37021;
    color: white;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.05);
}


/*HEADER HEADER HEADER HEADER HEADER HEADER HEADER*/


/*HEADER*/
.sv2-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--navbar-height);
    z-index: 1000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebeaed;
    background: white;
    padding-left: 7px;
    padding-right: 7px;
}

.sv2-logo {
    flex-shrink: 0;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sv2-logo img {
    height: 45px;
    width: auto;
}

    .sv2-logo i {
        font-size: 26px;
    }

.sv2-header-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-grow: 1;
    /*LOGO + LEFT AND RIGHT PADDING*/
    width: calc(100vw - 60px);
}

    .sv2-header-nav > * {
        flex-shrink: 0;
    }

/*Module and content path*/
.sv2-header-content {
    margin-right: auto;
    padding-left: 15px;
    color: rgba(255,90,0,1);
    overflow: hidden;
    flex: 1;
}

    .sv2-header-content > div {
        line-height: 1.2;
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sv2-header-content span {
        display: block;
        color: rgba(0,0,0,0.7);
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .sv2-header-content span i {
            color: rgba(0,0,0,1);
        }

.sv2-header-menu {
    border: none;
    width: 42px;
    height: 42px;
    margin-right: 5px;
    cursor: pointer;
    background: none;
    outline: none;
}

    .sv2-header-menu i {
        font-size: 30px;
        color: rgba(255,90,0,1);
    }

.sv2-general-close-button {
    background: #ff5a00;
    padding: 3px 15px;
    border: none;
    outline: none;
    margin-right: 5px;
    border-radius: 50px;
    color: white;
    cursor: pointer;
}

/*MENU*/
.direct-access-menu .menu-options {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.5rem;
    width: 100vw;
    max-width: 255px;
}

.direct-access-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    width: 100px;
}

    .direct-access-menu-item img {
        width: 30px;
    }

    .direct-access-menu-item i {
        font-size: 30px;
        color: rgb(244, 119, 45);
    }

    .direct-access-menu-item span {
        font-size: 12px;
        margin-top: 5px;
    }

    .direct-access-menu-item:hover {
        background: var(--primary-hover-color);
    }


#userNavbarProfileMenu {
    min-width: 250px;
    max-width: 250px
}

    #userNavbarProfileMenu .item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        padding: .5rem;
        cursor: pointer;
    }

        #userNavbarProfileMenu .item i {
            margin-right: 1rem
        }

.navbar-menu-user-name {
    text-align: center;
    width: 100%;
    display: block;
    color: var(--primary-font-color-lighter-1);
    border-bottom: 1px solid #ebeaed;
    padding: .5rem;
}


/*MENU*/

/*LANGUAGE SELECTOR*/
.language-container {
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    background: none;
    outline: none;
}

#langheader {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
}

#CurrentLang {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.35);
}

.language-container ul {
    display: none;
    position: fixed;
    z-index: 100;
    right: 15px;
    top: 60px;
    border: 1px solid #d1d1d1;
    border-top: none;
    list-style: none;
    padding: 0;
    background: #f2f2f2;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.language-container li {
    height: 40px;
    line-height: 30px;
    padding: 3px 20px;
    cursor: pointer;
    user-select: none; 
}

    .language-container li:hover {
        background: rgb(243, 243, 243);
    }

.flag {
    float: left;
    position: relative;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    background-repeat: no-repeat;
}

    .flag.flag-1 {
        background-image: url('../image/flag_es.png');
        background-position: center;
    }

    .flag.flag-2 {
        background-image: url('../image/flag_eng.png');
        background-position: center;
    }

    .flag.flag-3 {
        background-image: url('../image/flag_fr.png');
        background-position: center;
    }

/*END LANGUAGE SELECTOR*/



.sv2-header-user {
    position: relative;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    cursor: pointer;
}

    .sv2-header-user img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        overflow: hidden;
        display: none;
    }

    .sv2-header-user i {
        font-size: 30px;
        margin: 3px;
        color: rgba(255,90,0,1);
    }

.sv2-header-controls {
    position: relative;
    margin-left: 0px;
    max-width: 270px;
    height: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 5px;
}


.sv2-header-controls-settings {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}



/*CRUMBS*/
.sv2-header .sv2-header-crumbs {
    display: none;
    flex-shrink: 1;
}


.sv2-header.sv2-header-game .sv2-header-crumbs {
    flex-grow: 1;
    height: 50px;
    overflow: auto;
}

.sv2-header.sv2-header-game .sv2-header-crumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.sv2-header.sv2-header-game .sv2-header-c-name {
    color: #868686;
    flex-grow: 1;
    flex-shrink: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
    font-size: 20px;
    padding-left: 15px;
    color: rgba(255,90,0,1);
}

    .sv2-header.sv2-header-game .sv2-header-c-name span {
        color: #868686;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        color: rgba(0,0,0,0.7);
        font-size: 14px;
    }

    .sv2-header.sv2-header-game .sv2-header-c-name span i {
        color: rgba(0,0,0,1);
    }

        .sv2-header.sv2-header-game .sv2-header-c-name span i.fa-info-circle {
            color: rgba(112,118,224,1);
        }


.sv2-header.sv2-header-game .sv2-header-c-activities {
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

    .sv2-header.sv2-header-game .sv2-header-c-activities ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
    }


        .sv2-header.sv2-header-game .sv2-header-c-activities li:not(.active) {
            display: none;
        }


.sv2-header.sv2-header-game .sv2-header-c-activities .sv2-header-f-crumb {
    border-radius: 50px;
    color: rgba(255,90,0,1);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sv2-header.sv2-header-game .sv2-header-c-activities .sv2-header-f-crumb span[data-bind="activity"] {
        display: block;
        background: #ff8d20;
        padding: 3px 15px;
        padding-right: 30px;
        border-radius: 50px 0 0 50px;
        font-size: 12px;
        margin-right: 5px;
        text-align: center;
        color: white;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-shrink: 0;
        position: relative;
        left: 30px;
        z-index: 0;
        cursor:pointer;
    }

        .sv2-header.sv2-header-game .sv2-header-c-activities .sv2-header-f-crumb span[data-bind="activity"] b {
            margin-left: 5px;
            margin-right: 5px;
        }

    .sv2-header.sv2-header-game .sv2-header-c-activities .sv2-header-f-crumb span[data-bind="exercises"] {
        display: block;
        width: 34px;
        height: 34px;
        background: rgba(255,90,0,1);
        border-radius: 50%;
        font-size: 11px;
        text-align: center;
        color: white;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-shrink: 0;
        position: relative;
        z-index: 1;
        border: 2px solid white;
    }

    /*.sv2-header.sv2-header-game .sv2-header-c-activities li {
        width: 34px;
        height: 34px;
        background: rgb(117, 185, 62);
        border-radius: 50%;
        font-size: 12px;
        margin-right: 5px;
        text-align: center;
        color: white;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-shrink: 0;
    }

        .sv2-header.sv2-header-game .sv2-header-c-activities li.active {
            color: white;
            background: #ff6a00;
        }

        .sv2-header.sv2-header-game .sv2-header-c-activities li.disable {
            background: #f0f0f0;
            color: black;
        }

            .sv2-header.sv2-header-game .sv2-header-c-activities li.disable.done {
                color: white;
                background: rgba(139,112,235,1);
                background: -moz-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
                background: -webkit-gradient(left top, right top, color-stop(0%, rgba(139,112,235,1)), color-stop(55%, rgba(103,120,220,1)), color-stop(100%, rgba(72,128,206,1)));
                background: -webkit-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
                background: -o-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
                background: -ms-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
                background: linear-gradient(to right, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b70eb', endColorstr='#4880ce', GradientType=1 );
            }*/

    .sv2-header.sv2-header-game .sv2-header-c-activities > span {
        width: 20px;
        height: 32px;
        display: inline-block;
        background-image: url('../image/icons.png');
        background-repeat: no-repeat;
        background-position: -64px -50px;
        display: none;
        cursor: pointer;
    }

    .sv2-header.sv2-header-game .sv2-header-c-activities.sv2-header-c-a-overf > span {
        display: block;
    }

.sv2-header.sv2-header-game span.sv2-header-c-a-left {
    background-image: url('../image/icons.png');
    background-repeat: no-repeat;
    background-position: -64px -82px;
}




/*OTHER OPTIONS*/
#hdr_logout {
    border: none;
    font-size: 22px;
    background: none;
    color: #f37021;
    outline: none;
    margin-left: 10px;
    cursor: pointer;
}

/*OTHER OPTIONS*/
#hdt_std_font,
#hdr_std_language,
#hdr_settings {
    position: relative;
    top: 2px;
    border: none;
    width: 40px;
    height: 30px;
    background-color: transparent;
    margin-right: 10px;
    cursor: pointer;
    transition-duration: 0.2s;
}

#hdr_settings {
    width: 44px;
    height: 42px;
    margin-right: 5px;
    font-size: 32px;
    top: 0;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    order: 2;
}

#hdr_pause {
    flex-shrink: 0;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 20px;
    padding: 5px;
    font-size: 15px;
    border-radius: 50%;
    border: none;
    color: white;
    cursor: pointer;
    background: rgba(47,211,190,1);
    background: -moz-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,211,190,1)), color-stop(100%, rgba(12,157,210,1)));
    background: -webkit-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -o-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -ms-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: linear-gradient(to right, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd3be', endColorstr='#0c9dd2', GradientType=1 );
}

#hdr_std_language {
    margin-right: 0px;
}


    #hdt_std_font:before,
    #hdr_std_language:before,
    #hdr_settings:before {
        content: '';
        position: absolute;
        width: 64px;
        height: 64px;
        left: -10px;
        top: -12px;
        transform: scale(0.6);
        background-image: url('../image/icons.png?v2');
        background-repeat: no-repeat;
        background-position: -200px -69px;
        transition-duration: 200ms;
    }


#hdr_settings:before {
    background-position: -200px -70px;
    transform: scale(0.5);
}

#hdt_std_font:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    left: 5px;
    top: -2px;
    transform: none;
    background-image: url('../image/icons.png?v3');
    background-repeat: no-repeat;
    background-position: -35px -146px;
    transition-duration: 200ms;
}



#hdr_std_language:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 34px;
    left: 0px;
    top: -2px;
    transform: none;
    background-image: url('../image/icons.png?v3');
    background-repeat: no-repeat;
    background-position: 0px -146px;
    transition-duration: 200ms;
}

#hdr_settings:hover:before {
    transform: scale(0.6) rotate(-180deg);
}


#hdt_std_font:hover:before,
#hdr_std_language:hover:before {
    transform: scale(0.8);
}



    #hdr_volume:focus {
        outline: none;
    }



.ui-help-popup .content {
    padding: 10px;
    padding-left: 60px;
    position: relative;
    width: 100vw;
    width: max-content;
    max-width: 800px;
    max-height: 70vh;
    overflow: auto;
    font-size: 14px;
}

    .ui-help-popup .content::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url('/professor/source/ui/suggestionbox/image/idea.png') !important;
        background-repeat: no-repeat;
        background-size: 40px auto;
        background-position: center;
        max-width: 500px;
        white-space: normal;
        z-index: 100
    }


@media all and (max-width: 1000px) {
    .ui-help-popup .content {
        max-width: 90vw;
    }
}

@media all and (max-width: 550px) {
    .ui-help-popup .content {
        max-width: 300px !important;
        padding-left: 10px;
    }

        .ui-help-popup .content::after {
            display: none;
        }
}


/*END HEADER*/
@media all and (max-height: 500px), all and (max-width: 900px) {

    :root {
        --navbar-height: 40px;
    }

    .sv2-logo img {
        height: 35px;
    }

    .sv2-header.sv2-header-game .sv2-header-c-name {
        font-size: 14px;
    }

        .sv2-header.sv2-header-game .sv2-header-c-name span {
            font-size: 12px;
        }


    .sv2-header.sv2-header-game .sv2-header-c-activities li {
       /* width: 28px;
        height: 28px;
        font-size: 10px;*/
    }

    #SV2UserConnected {
        height: 28px;
        padding-left: 1px;
    }

        #SV2UserConnected span {
            width: 24px;
            height: 24px;
        }

        #SV2UserConnected i {
            font-size: 16px;
        }

    .sv2-header-menu {
        width: 28px;
        height: 28px;
    }
}

/*
@media all and (max-width: 800px) {
    #SV2UserConnected,
    .sv2-header-c-name {
        display: none;
    }
}
*/

@media all and (max-width: 600px) {
    .sv2-header.sv2-header-game .sv2-header-crumbs .sv2-header-c-name {
        display: none;
    }
}


@media all and (max-width: 500px) {
    .sv2-header.sv2-header-game .sv2-header-c-activities li {
        display: none;
    }

        .sv2-header.sv2-header-game .sv2-header-c-activities li.active {
            display: block;
        }

           /* .sv2-header.sv2-header-game .sv2-header-c-activities li.active + li {
                display: block;
            }*/


    .sv2-header.sv2-header-game .sv2-header-c-activities .sv2-header-f-crumb span[data-bind="activity"] {
        /*display: none;*/
    }
}

/*ALERTS*/

@media all and (max-height: 450px) {
    .smash-message-alert-wa .swal2-image {
        height: 50px !important;
        width: auto !important;
        margin: 5px;
    }

    .smash-message-alert-wa .swal2-actions,
    .smash-message-alert-wa .swal2-title {
        margin: 0;
    }

    .smash-message-alert-wa .swal2-styled.swal2-cancel,
    .smash-message-alert-wa .swal2-styled.swal2-confirm {
        padding: 5px 30px;
        width: 100px;
    }
}

@media all and (max-width: 410px) {
    .sv2-header.sv2-header-game .sv2-header-c-activities .sv2-header-f-crumb span[data-bind="activity"] {
        left: initial;
        margin-right: 0;
        margin-left: 5px;
        padding-right: 10px;
    }

    .sv2-header.sv2-header-game .sv2-header-c-activities .sv2-header-f-crumb span[data-bind="exercises"] {
        right: 5px;
    }

    #SV2UserConnected {
        padding-right: 2px;
    }

    #SV2UserConnected span {
        margin: 0;
    }

        #SV2UserConnected i {
            display: none;
        }
}


    .sv2-g-c-e-v-m-c-tool {
        display: none !important;
    }

    [data-view-view="true"] {
        --navbar-height: 30px;
    }

        [data-view-view="true"] .sv2-view[data-type="game"] {
            height: calc(var(--rvh) - 70px);
        }

        [data-view-view="true"] .sv2-header {
            position: fixed !important;
            top: 0 !important;
            height: 50px;
            background: no-repeat;
            border: none;
            box-shadow: none;
        }

            [data-view-view="true"] .sv2-header .sv2-header-c-name {
                display: none;
            }

        [data-view-view="true"] .sv2-header-menu {
            background-color: transparent;
        }

        .language-container,
        .sv2-header .language-container,
        [data-view-view="true"] .sv2-header .language-container {
            display: none !important;
        }

        [data-view-view="true"] .sv2-header .sv2-header-user {
            display: none;
        }

        [data-view-view="true"] .language-container ul {
            top: 50px;
        }

        [data-view-view="true"] .sv2-header-menu {
            background: none;
            font-size: 26px;
            color: rgb(55, 55, 55);
            margin: 0;
            cursor: pointer;
            line-height: 1;
        }

        [data-view-view="true"] .sv2-view[data-type="joingame"] .language-container {
            display: none;
        }

        [data-view-view="true"] .sv2-view[data-type="joingame"] #hdr_logout {
            right: initial;
            left: 0px;
            top: 0;
        }

        [data-view-view="true"] #sm2menubottom {
            display: none !important;
        }

        [data-view-view="true"] .sv2-view[data-type="joingame"] {
            padding-top: 0;
        }


    .sv2-view[data-type="joingame"] .sv2-header-menu {
        position: fixed;
        top: 15px;
        right: 10px;
        z-index: 100;
    }

    [data-view-view="true"] .sv2-view[data-type="joingame"] .sv2-header-menu {
        top: 5px;
    }


    /*SUPPORT*/

    div.ms-something-wrong-wrapper {
        width: calc(100vw - 10px);
        max-width: 800px;
    }

    @media all and (max-width: 800px), all and (max-height: 700px) {

        div.ms-something-wrong-wrapper {
            padding: 10px;
            overflow: hidden;
        }

        .ms-something-wrong-title h2 {
            font-size: 18px;
            margin-bottom: 20px;
            padding-right: 35px;
            padding-left: 5px;
        }

        .ms-something-wrong-footer {
            margin-top: 5px;
        }

        .ms-something-wrong-info-status {
            font-size: 14px;
            top: 0px;
        }

        #MSSWComment {
            font-size: 16px;
        }
    }

    @media all and (max-height: 700px) {
        #MSSWComment {
            height: 150px;
        }
    }

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }

.SM2-units-content.scroll-content {
    width: 100vw !important;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-dynamic > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-dynamic > .scroll-element.scroll-x {
        bottom: 2px;
        height: 7px;
        left: 0;
        min-width: 100%;
        width: 100%;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 2px;
        top: 0;
        width: 7px;
    }

    .scrollbar-dynamic > .scroll-element .scroll-element_outer {
        opacity: 0.8;
    }

    .scrollbar-dynamic > .scroll-element .scroll-element_size {
        background-color: #cccccc;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

    .scrollbar-dynamic > .scroll-element .scroll-bar {
        background-color: #fa8a38;
    }

    /* scrollbar height/width & offset from container borders */

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
        bottom: 0;
        height: 7px;
        min-width: 24px;
        top: auto;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
        left: auto;
        min-height: 24px;
        right: 0;
        width: 7px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
        bottom: 0;
        top: auto;
        left: 2px;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        -o-transition: height 0.2s;
        -ms-transition: height 0.2s;
        transition: height 0.2s;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
        left: auto;
        right: 0;
        top: 2px;
        -webkit-transition: width 0.2s;
        -moz-transition: width 0.2s;
        -o-transition: width 0.2s;
        -ms-transition: width 0.2s;
        transition: width 0.2s;
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
        left: -4px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
        top: -4px;
    }


    /* update scrollbar offset if both scrolls are visible */

    .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px;
    }


    /* hover & drag */

    .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
    .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
        overflow: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

        .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
        .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
            opacity: 1;
        }

        .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
        .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
            height: 100%;
            width: 100%;
        }

    .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
    .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
        height: 20px;
        min-height: 7px;
    }

    .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
    .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
        min-width: 7px;
        width: 20px;
    }



    .sv2-view[data-type="game"] .sv2-g-c-e-cards-header {
        text-align: center;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.sv2-view[data-type="game"][data-atype="6"][data-timeout="0"] .sv2-g-c-e-cards-header .sv2-g-c-e-cards-header-title {
    display: none;
}

        .sv2-view[data-type="game"] .sv2-g-c-e-cards-header .sv2-play-question {
            min-width: 62px;
            height: 60px;
            background-color: transparent;
            border: none;
            background-image: url(../image/icons.png);
            background-repeat: no-repeat;
            background-position: -107px 0px;
            transform: scale(0.7);
            float: none;
        }

            .sv2-view[data-type="game"] .sv2-g-c-e-cards-header .sv2-play-question[data-clienttype="2"] {
                display: initial !important;
            }

    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel {
        text-align: center;
    }

    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel-wrapper * {
            display: flex;
            align-items: center;
        }

    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel-control {
        margin-right: 15px;
    }


    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel button {
        border: none;
        background: none;
        font-size: 30px;
        color: #ff6a00;
        cursor: pointer;
    }

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel button i {
            transition-duration: 200ms;
        }

            .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel button i:hover {
                transform: scale(1.2);
            }

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel button:focus {
            outline: none;
        }

    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel-info {
        position: relative;
        font-size: 25px;
        margin-left: 10px;
        margin-right: 10px;
    }

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel-info span {
            font-size: 25px;
        }

    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel-content {
        font-size: 25px;
    }

    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel-option {
        background: #ff6a00;
        border-radius: 5px;
        padding: 1px;
        text-align: center;
        display: none;
        min-width: 75px;
    }

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel-option[data-active="1"] {
            display: block;
            cursor: pointer;
            transition-duration: 200ms;
        }

            .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel-option[data-active="1"]:hover {
                transform: scale(0.95);
            }

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel-option span[data-media="sound"] {
            position: relative;
            display: inline-block;
            width: 35px;
            height: 35px;
            border-radius: 50%;
        }

            .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-carousel-option span[data-media="sound"]:before {
                content: '';
                position: absolute;
                float: left;
                width: 62px;
                height: 60px;
                border-radius: 50%;
                background-color: white;
                background-image: url(../image/icons.png);
                background-repeat: no-repeat;
                background-position: -107px 0px;
                transform: scale(0.5);
                left: -18px;
                top: -15px;
                border: 5px solid white;
            }

    /*CARDS*/
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="6"] .sv2-g-c-e-view,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="40"] .sv2-g-c-e-view,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="41"] .sv2-g-c-e-view,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="44"] .sv2-g-c-e-view {
        text-align: center;
    }

    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        padding-top: 0px;
        justify-content: center;
    }


    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards-option-container {
        display: inline-block;
        position: relative;
        width: auto;
        height: 100%;
    }

    @media screen and (max-height: 500px) {
        .sv2-view[data-type="game"] .sv2-g-content[data-atype="6"] .sv2-g-c-exercise,
        .sv2-view[data-type="game"] .sv2-g-content[data-atype="40"] .sv2-g-c-exercise,
        .sv2-view[data-type="game"] .sv2-g-content[data-atype="41"] .sv2-g-c-exercise,
        .sv2-view[data-type="game"] .sv2-g-content[data-atype="44"] .sv2-g-c-exercise {
            padding-top: 0px;
        }
    }

    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards-option-match {
        position: absolute;
        width: 100%;
        min-height: 40px;
        top: 0;
        left: 0;
    }

    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards .sv2-g-c-e-v-card-option {
        overflow: hidden;
        transition-duration: 200ms;
        width: 100%;
        margin: 5px;
        position: relative;
    }

.sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards .sv2-g-c-e-v-card-option img {
    cursor: pointer;
}

    .sv2-view[data-type="game"] .sv2-g-c-e-v-card-option.correct[data-cmark="1"] .sv2-g-c-e-v-cards-option-container:before {
        content: '';
        position: absolute;
        right: 0px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 3px solid white;
        background: rgba(11,183,151,1);
        background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
        background: -webkit-linear-gradient( 45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: linear-gradient( 45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
    }

    .sv2-view[data-type="game"] .sv2-g-c-e-v-card-option.correct[data-cmark="1"] .sv2-g-c-e-v-cards-option-container:after {
        content: '';
        width: 45px;
        height: 35px;
        position: absolute;
        top: 25px;
        right: 2px;
        background-image: url(../image/icons.png);
        background-repeat: no-repeat;
        background-position: -114px -60px;
        transform: translateY(-50%) scale(0.5);
        -webkit-transform: translateY(-50%) scale(0.5);
    }

    .sv2-view[data-type="game"] .sv2-g-c-e-v-card-option .user-mark {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 48px;
        height: 48px;
        border: 3px solid white;
        border-radius: 50%;
    }

        .sv2-view[data-type="game"] .sv2-g-c-e-v-card-option .user-mark:before {
            content: '';
            position: absolute;
            right: 0px;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(99,152,230,1);
            background: -moz-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,152,230,1)), color-stop(100%, rgba(112,118,224,1)));
            background: -webkit-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
            background: -o-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
            background: -ms-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
            background: linear-gradient(to right, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398e6', endColorstr='#7076e0', GradientType=1 );
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-v-card-option .user-mark:after {
            content: '';
            position: absolute;
            display: block;
            width: 27px;
            height: 35px;
            background-position: -122px -98px;
            background-image: url(../image/icons.png);
            right: 7px;
            top: 20px;
            transform: translateY(-50%) scale(0.8);
            -webkit-transform: translateY(-50%) scale(0.8);
        }

    .sv2-view[data-type="game"] .sv2-g-c-e-v-card-option.correct .user-mark {
        display: none;
    }


    .sv2-view[data-type="game"] .sv2-g-content[data-atype="6"] .sv2-g-c-e-v-results,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="40"] .sv2-g-c-e-v-results,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="41"] .sv2-g-c-e-v-results,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="44"] .sv2-g-c-e-v-results {
        position: fixed;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .sv2-g-c-e-cards-header-nav {
        color: #ed1a78;
        margin-right: 15px;
    }

    /*CARDS 6*/
    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="6"] .sv2-g-c-e-v-card-option {
        --ch: calc(var(--rvh) / 2);
        --chr: calc(var( --ch) - 130px);
        max-width: calc(33% - 10px);
        max-height: var(--chr);
        min-height: 90px;
    }

/*
    .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="6"] .sv2-g-c-e-v-card-option {
        --ch: calc(var(--rvh) / 2);
        --chr: calc(var( --ch) - 150px);
        max-width: calc(33% - 20px);
        max-height: var(--chr);
        min-height: 100px;
    }

*/


    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="6"] .sv2-g-c-e-v-card-option:hover {
        transform: scale(1.01);
        border-radius: 10px;
    }

    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="6"] .sv2-g-c-e-v-card-option img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        border-radius: 10px;
    }


@media screen and (max-height: 700px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="6"] .sv2-g-c-e-v-card-option {
        --chr: calc(var( --ch) - 120px);
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="6"] .sv2-g-c-e-v-card-option {
        --chr: calc(var( --ch) - 105px);
    }
    
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="6"] .sv2-g-c-e-v-card-option {
        --chr: calc(var( --ch) - 70px);
    }
}

    @media screen and (max-width: 700px) and (orientation: portrait) {
        .sv2-view[data-type="game"] .sv2-g-c-e-cards-header .sv2-play-question {
            transform: scale(0.5);
        }

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="6"] .sv2-g-c-e-v-card-option {
            --ch: calc(var(--rvh) / 2);
            --chr: calc(var( --ch) - 150px);
            max-width: calc(50% - 10px);
            max-height: var(--chr);
            min-height: 100px;
        }

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards {
            padding-top: 0;
        }
    }



@media screen and (max-height: 700px) and (orientation: landscape), screen and (max-width: 700px) and (orientation: portrait) {
    .sv2-view[data-type="game"] .sv2-g-c-e-cards-header .sv2-play-question {
        transform: scale(0.5);
        height: 60px;
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .sv2-view[data-type="game"] .sv2-g-c-e-cards-header .sv2-g-c-e-cards-header-title {
        font-size: 16px;
    }

    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards {
        padding-top: 0;
    }
}

    @media screen and (max-width: 500px) and (orientation: portrait) {
        .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="6"],
        .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="40"],
        .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="44"] {
            padding-top: 25px;
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-cards-header .sv2-g-c-e-cards-header-title {
            font-size: 16px;
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-cards-header .sv2-play-question {
            transform: scale(0.5);
        }

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="6"] .sv2-g-c-e-v-card-option {
            --ch: calc(var(--rvh) / 2);
            --chr: calc(var( --ch) - 150px);
            max-width: calc(90% - 20px);
            max-height: var(--chr);
            min-height: 100px;
        }


 /*       .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="6"] .sv2-g-c-e-v-card-option {
            --ch: calc(var(--rvh) / 2);
            --chr: calc(var( --ch) - 150px);
            max-width: calc(50% - 20px);
            max-height: var(--chr);
            min-height: 100px;
        }

*/
        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards {
            padding-top: 0;
        }
    }



    /*CARDS 4*/
.sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="4"] {
    width: 100%;
    justify-content: center;
}

/*.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="4"] {
    --ch: calc(var(--rvh) - 200px);
}*/

.sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="4"] .sv2-g-c-e-v-card-option {
    --ch: calc(var(--rvh) / 2);
    --chr: calc(var( --ch) - 130px);
    max-width: calc(50% - 30px);
    max-height: var(--chr);
    min-height: 100px;
}

/*.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="4"] .sv2-g-c-e-v-card-option {
    --ch: calc(var(--rvh) / 2);
    --chr: calc(var( --ch) - 150px);
    max-width: calc(50% - 30px);
    max-height: var(--chr);
    min-height: 100px;
}*/
            .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="4"] .sv2-g-c-e-v-card-option:hover {
                transform: scale(1.01);
                border-radius: 10px;
            }

            .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="4"] .sv2-g-c-e-v-card-option img {
                height: auto;
                width: auto;
                max-width: 100%;
                max-height: 100%;
                border-radius: 10px;
            }


@media screen and (max-height: 700px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="4"] .sv2-g-c-e-v-card-option {
        --chr: calc(var( --ch) - 115px);
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="4"] .sv2-g-c-e-v-card-option {
        --chr: calc(var( --ch) - 105px);
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="4"] .sv2-g-c-e-v-card-option {
        --chr: calc(var( --ch) - 70px);
    }
}


    @media screen and (max-width: 600px) and (orientation: portrait) {


       
    }


    @media screen and (max-width: 450px) and (orientation: portrait) {
        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="4"] .sv2-g-c-e-v-card-option {
            --ch: calc(var(--rvh) / 2);
            --chr: calc(var( --ch) - 200px);
            max-width: calc(100% - 20px);
            max-height: var(--chr);
        }
/*
        .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="4"] .sv2-g-c-e-v-card-option {
            --ch: calc(var(--rvh) / 2);
            --chr: calc(var( --ch) - 200px);
            max-width: calc(100% - 20px);
            max-height: var(--chr);
            min-height: 100px;
        }*/

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards {
            padding-top: 0;
        }
    }



    /*CARDS 2*/
    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="2"] .sv2-g-c-e-v-card-option {
        --ch: calc(var(--rvh) - 260px);
        max-width: calc(50% - 50px);
        max-height: var(--ch);
        min-height: 120px;
    }

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="2"] .sv2-g-c-e-v-card-option:hover {
            transform: scale(1.01);
            border-radius: 10px;
        }

        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="2"] .sv2-g-c-e-v-card-option img {
            height: auto;
            width: auto;
            max-width: 100%;
            max-height: 100%;
            border-radius: 10px;
        }

    @media screen and (max-width: 500px) and (orientation: portrait) {
        .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="2"] {
            text-align: center;
        }

            .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="2"] .sv2-g-c-e-v-card-option {
                overflow: hidden;
                transition-duration: 200ms;
                cursor: pointer;
                --ch: calc(var(--rvh) / 2);
                width: auto;
                max-width: calc(80% - 20px);
                max-height: var(--ch);
                margin: 5px;
                min-height: 200px;
            }
    }



@media screen and (max-height: 700px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="2"] .sv2-g-c-e-v-card-option {
        --ch: calc(var(--rvh) - 220px);
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="2"] .sv2-g-c-e-v-card-option {
        --ch: calc(var(--rvh) - 200px);
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-content .sv2-g-c-e-v-cards[data-options="2"] .sv2-g-c-e-v-card-option {
        --ch: calc(var(--rvh) - 130px);
    }
}


@media screen and (max-width: 500px) and (orientation: portrait) {

    .sv2-view[data-type="game"] > .sv2-g-content {
        padding-top: 10px;
    }
}


.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="1"] {
    padding-top: 20px; 
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-exercise {
    background: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-v-question {
    padding-left: 30px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
}



.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-view {
    width: 100%;
    text-align: center;
    flex-shrink: 1;
    flex-grow: 1;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-v-question span {
        font-size: 18px;
    }
    
.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-current-question {
    margin-right: 10px;
    color: #ff6a00;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-play-question {
    min-width: 58px;
    height: 60px;
    background-color: transparent;
    border: none;
    background-image: url('../image/icons.png');
    background-repeat: no-repeat;
    background-position: -107px 0px;
    transform: scale(0.7);
    display: inline-block;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(var(--rvh) - 240px);
    border-radius: 5px;
    min-height: 120px;
    z-index: 10;
    position: relative;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-tools {
    position: absolute;
    right: 0px;
    bottom: 50px;
    border-radius: 10px;
    padding: 5px;
    width: 150px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    z-index: 1001;
    justify-content: center;
    background: rgba(47,211,190,1);
    background: -moz-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,211,190,1)), color-stop(100%, rgba(12,157,210,1)));
    background: -webkit-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -o-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -ms-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: linear-gradient(to right, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd3be', endColorstr='#0c9dd2', GradientType=1 );
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-tools *:focus {
    outline: none;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-tools > * {
    margin-right: 5px;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    position: relative;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] button:hover {
    transition-duration: 200ms;
    cursor: pointer;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] #sv2_a1_back,
.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] #sv2_a1_next {
    width: 70px;
    height: 70px;
    position: absolute;
    top: calc(50% - 35px);
    left: -10px;
    border-radius: 50%;
    border: none;
    z-index: 1;
    background: none;
}

.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="1"]:not([data-privacy="3"]) #sv2_a1_back,
.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="1"]:not([data-privacy="3"]) #sv2_a1_next {
    display: none;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] #sv2_a1_next {
        left: initial;
        right: -10px;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] #sv2_a1_back:before,
.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] #sv2_a1_next:before {
    content: '';
    width: 20px;
    height: 32px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-image: url('../image/icons.png');
    background-repeat: no-repeat;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] #sv2_a1_next:before {
        background-position: -64px -50px;
        left: 30px;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] #sv2_a1_back:before {
    background-position: -64px -82px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-tools[data-pages="1"] {
    width: 45px;
    text-align: center;
    right: 5px;
    bottom: 5px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-tools[data-pages="1"] > * {
        margin-right: 0;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-tools.maximized:not([data-pages="1"]) {
    position: fixed;
    z-index: 2010;
    bottom: 10px;
    right: 10px;
}







.sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-v-m-c-tool {
    border-radius: 10px;
    padding: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: rgba(47,211,190,1);
    background: -moz-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,211,190,1)), color-stop(100%, rgba(12,157,210,1)));
    background: -webkit-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -o-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -ms-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: linear-gradient(to right, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd3be', endColorstr='#0c9dd2', GradientType=1 );
    position: absolute;
    left: calc(50% - 20px);
    bottom: 30px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-v-m-c-tool *:focus {
        outline: none;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-v-m-c-tool > * {
        margin-right: 5px;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: white;
        position: relative;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-v-m-c-tool button:hover {
        transition-duration: 200ms;
        cursor: pointer;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-v-m-c-tool button:hover {
        transform: scale(1.1);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-v-m-c-tool #sv2_a2_zoom:before {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        top: 3px;
        left: 3px;
        background-image: url('../image/icons.png');
        background-repeat: no-repeat;
        background-position: -93px -116px;
        transform: scale(0.8);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-e-v-m-c-tool #sv2_a2_zoom:after {
        content: '+';
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: -8px;
        right: 0px;
        font-size: 18px;
        color: #333;
    }

.sv2-view[data-type="game"][data-atype="9"] #sv2-g-h-result-place[data-place] > span {
    left: -5px;
}


@media all and (max-height: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-g-c-exercise {
        padding-top: 0px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] img {
        max-height: calc(var(--rvh) - 155px);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-play-question {
        transform: scale(0.5);
    }

    .sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="1"] {
        padding-top: 0;
    }
}


/* FOTO Y TEXTO*/

.sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-exercise {
    height: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-view {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 10px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-m-container {
    width: 100%;
    height: 100%;
    position: relative;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-m-c-image.tool-zoom-image {
    height: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-question {
    padding: 10px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 50%;
    float: left;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-question span {
        font-size: 22px;
        line-height: 1.2;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-play-question {
    min-width: 58px;
    height: 60px;
    background-color: transparent;
    border: none;
    background-image: url('../image/icons.png');
    background-repeat: no-repeat;
    background-position: -107px 0px;
    transform: scale(0.7);
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-media {
    float: right;
    width: 50%;
    padding: 15px;
    text-align: center;
    position: relative;
    height: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-m-c-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-m-c-tool {
    border-radius: 10px;
    padding: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: rgba(47,211,190,1);
    background: -moz-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,211,190,1)), color-stop(100%, rgba(12,157,210,1)));
    background: -webkit-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -o-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -ms-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: linear-gradient(to right, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd3be', endColorstr='#0c9dd2', GradientType=1 );
    position: absolute;
    left: calc(50% - 20px);
    bottom: 0px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-m-c-tool *:focus {
        outline: none;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-m-c-tool > * {
        margin-right: 5px;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: white;
        position: relative;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-m-c-tool button:hover {
        transition-duration: 200ms;
        cursor: pointer;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-m-c-tool button:hover {
        transform: scale(1.1);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-m-c-tool #sv2_a2_zoom:before {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        top: 3px;
        left: 3px;
        background-image: url('../image/icons.png');
        background-repeat: no-repeat;
        background-position: -93px -116px;
        transform: scale(0.8);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-m-c-tool #sv2_a2_zoom:after {
        content: '+';
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: -8px;
        right: 0px;
        font-size: 18px;
        color: #333;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-explanation[data-view="-"] {
    display: none;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-explanation input[type="button"] {
    border: none;
    padding: 7px 30px;
    border-radius: 5px;
    font-size: 18px;
    color: white;
    background: rgba(249,137,54,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(249,137,54,1) 0%, rgba(237,131,55,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(249,137,54,1)), color-stop(100%, rgba(237,131,55,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(249,137,54,1) 0%, rgba(237,131,55,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(249,137,54,1) 0%, rgba(237,131,55,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(249,137,54,1) 0%, rgba(237,131,55,1) 100%);
    background: radial-gradient(ellipse at center, rgba(249,137,54,1) 0%, rgba(237,131,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98936', endColorstr='#ed8337', GradientType=1 );
    cursor: pointer;
    transition-duration:200ms;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-explanation input[type="button"]:hover {
        -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
        box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-explanation input[type="button"]:focus {
        outline: none;
    }

@media all and (max-width: 860px) and (orientation: portrait) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-question {
        padding-top: 0;
    }
}

@media all and (max-width: 950px) and (orientation: portrait) {
    .sv2-view[data-type="game"] .sv2-g-c-exercise {
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-question {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
        padding-top: 0px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-media {
        width: 100%;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-media {
        max-height: 30vh;
        min-height: 200px;
    }
}
@media all and (max-width: 1200px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-question span {
        font-size: 18px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-question {
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-options li {
        font-size: 16px;
        min-height: 45px;
        margin-left: 10px;
        width: calc(100% - 30px);
    }
}

@media all and (max-width: 800px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-question span {
        font-size: 16px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-question {
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-options li {
        font-size: 14px;
        margin-left: 10px;
        width: calc(100% - 30px);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-media {
        padding: 5px;
    }
}

@media (max-width: 860px), (max-height: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] {
        padding-top: 20px;
    }
}

    @media all and (max-height: 600px) {
        .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-view {
            padding-top: 15px;
        }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-question span {
            font-size: 16px;
        }
    }

@media all and (max-height: 500px), all and (max-width: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-view {
        padding-top: 0;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-exercise {
        padding: 0px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-question {
        margin-bottom: 10px;
        padding: 0;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-play-question {
        width: 40px;
        transform: scale(0.5);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-question span {
        font-size: 14px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="2"] .sv2-g-c-e-v-options li {
        min-height: 30px;
        font-size: 14px;
        margin-left: 10px;
        width: calc(100% - 30px);
    }
}



.sv2-view[data-type="game"] > .sv2-g-content[data-atype="4"] {
    overflow: auto;
}

.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="4"] {
    padding-top: 10px;
}


@media all and (max-height: 600px) {
    .sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="4"] {
        padding-top: 10px;
    }
}


.sv2-view[data-type="game"] > .sv2-g-content[data-atype="6"] {
    overflow: auto;
}

.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="6"] {
    padding-top: 10px;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="6"] [data-bind="prev"],
.sv2-view[data-type="game"] .sv2-g-content[data-atype="6"] [data-bind="next"] {
    padding: 5px 7px;
    border: none;
    background: #ff6a00;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: 200ms;
    min-width: 33px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="6"] [data-bind="prev"]:hover,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="6"] [data-bind="next"]:hover {
        background: #e15e01;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="6"] [data-bind="prev"] i,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="6"] [data-bind="next"] i {
        font-size: 30px;
    }


.sv2-view[data-type="game"] .sv2-g-content[data-atype="6"] [data-bind="prev"] {
    margin-right: 10px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="6"] [data-bind="next"] {
    margin-left: 10px;
}

.sv2-view[data-mode="individualGameOrChallenge"] .sv2-g-content[data-atype="6"] [data-bind="prev"],
.sv2-view[data-mode="individualGameOrChallenge"] .sv2-g-content[data-atype="6"] [data-bind="next"],
.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="6"] [data-bind="prev"],
.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="6"] [data-bind="next"] {
    display: none;
}

@media all and (max-height: 600px) {
    .sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="6"] {
        padding-top: 10px;
    }
}




.sv2-view[data-type="game"][data-clienttype="2"][data-atype="9"] > .sv2-g-content,
.sv2-view[data-type="game"][data-clienttype="2"][data-atype="9"] {
    padding: 0;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-exercise {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    padding-top: 0px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-view {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools {
        position: absolute;
        right: 0px;
        bottom: 50px;
        border-radius: 10px;
        padding: 5px;
        width: 150px;
        height: 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(47,211,190,1);
        background: -moz-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,211,190,1)), color-stop(100%, rgba(12,157,210,1)));
        background: -webkit-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
        background: -o-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
        background: -ms-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
        background: linear-gradient(to right, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd3be', endColorstr='#0c9dd2', GradientType=1 );
    }

    .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools {
        width: 50px;
        text-align: center;
    }

        .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools > * {
            margin-right: 0;
        }


    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools *:focus {
        outline: none;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools > * {
        margin-right: 5px;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: white;
        position: relative;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] button:hover {
        transition-duration: 200ms;
        cursor: pointer;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] button:hover {
        transform: scale(1.1);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_back:before,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_next:before,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_zoom:before {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        top: 3px;
        left: 3px;
        background-image: url('../image/icons.png');
        background-repeat: no-repeat;
        background-position: -93px -116px;
        transform: scale(0.8);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_zoom:after {
        content: '+';
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: -8px;
        right: 0px;
        font-size: 18px;
        color: #333;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_next:before {
        width: 12px;
        height: 20px;
        background-position: -50px -30px;
        transform: scale(0.8);
        top: 5px;
        left: 12px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_back:before {
        width: 12px;
        height: 20px;
        background-position: -64px -30px;
        transform: scale(0.8);
        top: 5px;
        left: 7px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_page {
        text-align: center;
        line-height: 30px;
        color: rgba(12,157,210,1);
        font-size: 14px;
        cursor: default;
        min-width: 30px;
        width: auto !important;
        padding-right: 3px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools[data-pages="1"] #sv2_a9_back,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools[data-pages="1"] #sv2_a9_next,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools[data-pages="1"] #sv2_a9_page {
        display: none;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools[data-pages="1"] {
        width: 45px;
        text-align: center;
        right: 5px;
        bottom: 5px;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools[data-pages="1"] > * {
            margin-right: 0;
        }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools.maximized:not([data-pages="1"]) {
        position: fixed;
        z-index: 2010;
        bottom: 10px;
        right: 10px;
    }

    .sv2-view[data-type="game"][data-atype="9"] #sv2-g-h-result-place[data-place] > span {
        left: -5px;
    }
    
    .sv2-view[data-type="game"][data-atype="1"] #sv2-g-h-result-place[data-place] > span {
        left: -5px;
    }


.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-e-tools {
    width: 90px;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_back,
.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_next {
    width: 70px;
    height: 70px;
    position: absolute;
    top: calc(50% - 35px);
    left: 10px;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.35);
    background-color: rgba(255, 255, 255, 0.75);
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_next {
    left: initial;
    right: 10px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_back:before,
.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_next:before {
    content: '';
    width: 20px;
    height: 32px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-image: url(../image/icons.png);
    background-repeat: no-repeat;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_next:before {
    background-position: -64px -50px;
    left: 30px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] #sv2_a9_back:before {
    background-position: -64px -82px;
}

/*video*/
.sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] {
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-video {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-video p {
        font-size: 30px;
        color: rgb(255, 106, 0);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] video {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }



@media all and (max-width: 500px) and (orientation: portrait), all and (max-height: 500px) and (orientation: landscape) {

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="9"] .sv2-g-c-exercise {
        padding-top: 10px;
    }

}


/* FOTO Y TEXTO*/
.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-exercise {
    padding-top: 10px;
    height: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-view {
    height: 100%;
    padding: 10px;
    overflow: auto;
}

.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="17"] {
    padding-top: 10px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question {
    padding: 20px;
    padding-top: 0;
    width: 50%;
    float: left;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question-content {
    padding: 20px 0;
    padding-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-answer-content {
    display: none;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-answer {
    display: block;
    width: 100%;
    text-align: center;
    background: rgb(244, 120, 32);
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    margin-top: 15px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question span {
    font-size: 22px;
    line-height: 1.3;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question {
    line-height: 35px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question .sv2-g-c-e-v-q-answer {
        line-height: 20px;
        padding: 10px 5px;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-q-announcement {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-q-announcement span {
        display: inline-block;
        font-size: 16px;
        background: #5bb85b;
        border-radius: 5px;
        padding: 10px 20px;
        color: white;
        width: 100%;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-q-answer {
    display: inline-block;
    min-height: 30px;
    border: 1px solid #f47421;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-play-question {
    min-width: 62px;
    height: 60px;
    background-color: transparent;
    border: none;
    background-image: url('../image/icons.png');
    background-repeat: no-repeat;
    background-position: -107px 0px;
    transform: scale(0.7);
    float: left;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-media {
    float: right;
    width: 50%;
    height: 100%;
    padding: 0;
    text-align: center;
    position: relative;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-m-container {
    height: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-m-c-image {
    height: 100%;
    padding: 10px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-m-c-image img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        min-height: 150px;
        border-radius: 5px;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-m-c-tool {
    border-radius: 10px;
    padding: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: rgba(47,211,190,1);
    background: -moz-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,211,190,1)), color-stop(100%, rgba(12,157,210,1)));
    background: -webkit-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -o-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -ms-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: linear-gradient(to right, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd3be', endColorstr='#0c9dd2', GradientType=1 );
    position: absolute;
    left: calc(50% - 20px);
    bottom: -15px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-m-c-tool *:focus {
        outline: none;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-m-c-tool > * {
        margin-right: 5px;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: white;
        position: relative;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-m-c-tool button:hover {
        transition-duration: 200ms;
        cursor: pointer;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-m-c-tool button:hover {
        transform: scale(1.1);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-m-c-tool #sv2_a2_zoom:before {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        top: 3px;
        left: 3px;
        background-image: url('../image/icons.png');
        background-repeat: no-repeat;
        background-position: -93px -116px;
        transform: scale(0.8);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-m-c-tool #sv2_a2_zoom:after {
        content: '+';
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: -8px;
        right: 0px;
        font-size: 18px;
        color: #333;
    }


.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-send-activity {
    display: block;
    clear: both;
    left: calc(50% - 70px);
    width: 140px;
    position: relative;
    border-radius: 10px;
    border: none;
    background: rgba(11,183,151,1);
    background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
    background: -webkit-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
    font-size: 16px;
    padding: 7px 15px;
    color: white;
    margin-top: 10px;
    transition-duration: 200ms;
    cursor: pointer;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-send-activity:hover {
        transform: scale(1.1);
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-q-answer {
    position: relative;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-result-t-incorrect:before {
    content: 'x';
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #333;
    display: block;
    top: 1px;
    right: -10px;
    background: rgba(164,0,6,1);
    background: -moz-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,0,6,1)), color-stop(100%, rgba(204,0,7,1)));
    background: -webkit-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -o-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -ms-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: linear-gradient(to bottom, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40006', endColorstr='#cc0007', GradientType=0 );
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-result-t-notanswered:before {
    content: '0';
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #333;
    display: block;
    top: 1px;
    right: -10px;
    background: rgba(99,152,230,1);
    background: -moz-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,152,230,1)), color-stop(100%, rgba(112,118,224,1)));
    background: -webkit-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -o-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: linear-gradient(to right, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398e6', endColorstr='#7076e0', GradientType=1 );
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-result-t-correct:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #333;
    display: block;
    top: 1px;
    right: -10px;
    background: rgba(11,183,151,1);
    background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
    background: -webkit-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-result-t-correct:after {
    content: '';
    top: -3px;
    right: -20px;
    width: 45px;
    height: 35px;
    position: absolute;
    background-image: url(../image/icons.png);
    background-repeat: no-repeat;
    background-position: -114px -60px;
    transform: scale(0.3);
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-keyboard-content {
}


[data-clienttype="2"] [data-atype="17"] .sv2-play-question {
    display: block !important;
}


@media screen and (max-width: 1000px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question {
        margin-bottom: 10px;
        padding: 0;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question span {
            font-size: 18px;
        }
}

@media all and (orientation: portrait) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-media {
        height: auto;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-m-c-image img {
        max-height: 40vh;
    }
}


@media all and (max-width: 950px) and (orientation: portrait) {

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question {
        width: 100%;
        padding: 0;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-media {
        width: 100%;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question span {
        font-size: 18px;
    }
}


@media all and (max-width: 950px) and (orientation: landscape) {

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question span {
        font-size: 18px;
    }
}



@media screen and (max-height: 800px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media all and (max-height: 600px) {

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question {
        padding: 5px;
        ;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question span {
            height: auto;
            font-size: 16px;
        }
}



@media all and (max-height: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-send-activity {
        margin-top: 10px;
        font-size: 18px;
        padding: 5px;
    }

    .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="17"] {
        padding-top: 0;
    }

        .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="17"] .sv2-g-c-exercise {
            padding-top: 0;
        }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question-content {
        padding-bottom: 5px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .sv2-g-c-e-v-question span {
        font-size: 14px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="17"] .kt-keyboard {
        margin-bottom: 5px;
    }
}


.sv2-g-text-tools {
    display: inline-block;
}


.sv2-view[data-type="game"][data-atype="18"] .sv2-g-c-exercise {
    height: 100%;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-view {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-container {
    width: 100%;
    position: relative;
    background: white;
    border-radius: 10px;
    overflow: auto;
    padding: 10px;
    height: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-c-image {
    height: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-question {
    padding: 10px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 50%;
    float: left;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-question span {
        font-size: 18px;
        line-height: 1.3;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-play-question {
    min-width: 58px;
    height: 60px;
    background-color: transparent;
    border: none;
    background-image: url('../image/icons.png');
    background-repeat: no-repeat;
    background-position: -107px 0px;
    transform: scale(0.7);
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-options li {
    font-size: 16px;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-media {
    float: right;
    width: 50%;
    height: 100%;
    padding: 0;
    text-align: center;
    position: relative;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-c-image img {
    max-width: 100%;
    width: auto;
    object-fit: contain;
    max-height: 400px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-c-tool {
    border-radius: 10px;
    padding: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: rgba(47,211,190,1);
    background: -moz-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,211,190,1)), color-stop(100%, rgba(12,157,210,1)));
    background: -webkit-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -o-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -ms-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: linear-gradient(to right, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd3be', endColorstr='#0c9dd2', GradientType=1 );
    position: absolute;
    left: calc(50% - 20px);
    bottom: 0px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-c-tool *:focus {
        outline: none;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-c-tool > * {
        margin-right: 5px;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: white;
        position: relative;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-c-tool button:hover {
        transition-duration: 200ms;
        cursor: pointer;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-c-tool button:hover {
        transform: scale(1.1);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-c-tool #sv2_a2_zoom:before {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        top: 3px;
        left: 3px;
        background-image: url('../image/icons.png');
        background-repeat: no-repeat;
        background-position: -93px -116px;
        transform: scale(0.8);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-c-tool #sv2_a2_zoom:after {
        content: '+';
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: -8px;
        right: 0px;
        font-size: 18px;
        color: #333;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-explanation[data-view="-"] {
    display: none;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-explanation input[type="button"] {
    border: none;
    padding: 7px 30px;
    border-radius: 5px;
    font-size: 18px;
    color: white;
    background: rgba(249,137,54,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(249,137,54,1) 0%, rgba(237,131,55,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(249,137,54,1)), color-stop(100%, rgba(237,131,55,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(249,137,54,1) 0%, rgba(237,131,55,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(249,137,54,1) 0%, rgba(237,131,55,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(249,137,54,1) 0%, rgba(237,131,55,1) 100%);
    background: radial-gradient(ellipse at center, rgba(249,137,54,1) 0%, rgba(237,131,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98936', endColorstr='#ed8337', GradientType=1 );
    cursor: pointer;
    transition-duration: 200ms;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-explanation input[type="button"]:hover {
        -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
        box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-explanation input[type="button"]:focus {
        outline: none;
    }


.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-exercise.video-text-active .sv2-g-video-description {
    position: absolute;
    display: block;
    width: 30%;
    height: calc(100% - 30px);
    max-height: calc(var(--rvh) - 250px);
    min-height: 150px;
    overflow: auto;
    background: #f5f5f5;
    margin: 0 auto;
    right: 0;
    border-radius: 10px;
    padding: 10px;
    padding-right: 40px;
    text-align: right;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-video-description.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #808080;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-video-description {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100px;
    background-image: url('../image/bookbackground.png');
    border-radius: 20px;
    text-align: center;
    position: relative;
    max-width: 1000px;
    overflow: auto;
    padding: 20px;
}

.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="18"] {
    border-radius: 20px;
    padding-top: 0;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-exercise[data-clienttype="2"] .sv2-g-video-description p {
    padding: 30px;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-exercise[data-clienttype="2"] {
    padding-top: 20px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-exercise[data-clienttype="2"] .sv2-g-video-description {
        max-width: initial;
    }

@media all and  (orientation: portrait) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-media {
        max-height: 40vh;   
    }
}

@media all and (max-width: 950px) and (orientation: portrait) {

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-question {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-media {
        width: 100%;
    }
}

@media all and (max-height: 900px) and (orientation: portrait) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-c-image img {
        max-height: 300px !important;
    }
}

@media all and (max-height: 750px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-m-c-image img {
        max-height: 250px !important;
        min-height: initial;
    }
}

@media all and (max-height: 600px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-question span {
        font-size: 16px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"].sv2-g-c-e-v-m-c-image img {
        height: 200px;
        min-height: 200px;
    }

    .sv2-view[data-type="game"] > .sv2-g-content[data-atype="18"] {
        padding-top: 30px;
    }
}

@media all and (max-height: 450px) and (orientation: landscape) {
    .sv2-view[data-type="game"][data-atype="18"] .sv2-g-c-exercise {
        padding-top: 10px !important;
    }
}

@media screen and (max-width: 1200px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-exercise.video-text-active .sv2-g-video-description {
        float: none;
        position: relative;
        display: block;
        width: 100%;
        max-height: 300px;
        margin-top: 20px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-question {
        padding-left: 10px;
        padding-bottom: 10px;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-question span {
            font-size: 16px;
        }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-options li {
        font-size: 14px;
        padding: 5px;
        padding-right: 25px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 820px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-exercise[data-clienttype="2"] .sv2-g-video-description {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 700px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-options,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-question {
        width: 100%;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-media {
        width: 100%;
        height: 35vh;
        min-height: 150px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-options li {
        margin-left: 15px;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 500px) and (orientation: portrait) {

    .sv2-view[data-type="game"] > .sv2-g-content[data-atype="18"] {
        padding-top: 30px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-question span {
        font-size: 14px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="18"] .sv2-g-c-e-v-question {
        margin: 0;
        padding: 0;
    }
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-video-description-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        border-radius: 50%;
        width: 64px;
        height: 64px;
        border: none;
        cursor: pointer;
        background-color: none;
        background-image: url('../image/icons.png?2');
        background-repeat: no-repeat;
        background-position: -233px -2px;
        transition-duration: 200ms;
        transform: scale(0.7);
        z-index: 100;

        /*DEPRECATED*/
        display: none;
    }

.sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="20"] .sv2-g-video-description-btn {
    transform: scale(0.5);
}

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-video-description-btn:hover {
            transform: scale(0.9);
        }
.sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="20"] .sv2-g-video-description-btn:hover {
    transform: scale(0.55);
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-video-description {
        display: none;
        max-height: calc(100% - 100px);
    }

.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="20"] .sv2-g-video-description {
    display: none;
    max-height: calc(100% - 0px);
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise {
    position: relative;
    height: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-c-e-view {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise .sv2-g-video {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
    
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise.video-text-active .sv2-g-video {
        float: left;
        width: 65%;
        margin: 0 auto;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise.video-text-active .sv2-g-video-description {
        position: absolute;
        display: block;
        width: 30%;
        height: calc(100% - 30px);
        overflow: auto;
        background: #f5f5f5;
        margin: 0 auto;
        right: 0;
        border-radius: 10px;
        padding: 30px;
        padding-right: 40px;
        text-align: left;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-video p {
    font-size: 30px;
    color: rgb(255, 106, 0);
}

.sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise.video-text-active .sv2-g-video-description {
    height: calc(var(--rvh) - 200px);
    max-height: calc(100% - 10px);
    padding: 10px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise.video-text-active .sv2-g-video-description p {
        margin-bottom: 50px;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-video-description.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #808080;
}

@media screen and (max-width: 1000px) {

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"][data-privacy="3"] .sv2-g-c-exercise .sv2-g-c-e-view,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise:not([data-clienttype="2"]) .sv2-g-c-e-view {
        display: initial;
        align-items: initial;
        justify-content: initial;
        height: auto;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise.video-text-active .sv2-g-video {
        width: 100%;
        display: block;
        float: none;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"][data-privacy="3"] .sv2-g-c-exercise.video-text-active .sv2-g-video-description,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise.video-text-active .sv2-g-video-description {
        float: none;
        position: relative;
        display: block;
        width: 100%;
        max-height: 300px;
        margin-top: 20px;
    }

    .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise.video-text-active .sv2-g-video-description {
        height: calc(var(--rvh) - 370px);
        min-height: 300px;
        margin-bottom: 15px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise .sv2-g-video {
        width: 100%;
    }
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="20"]:not([data-privacy="3"]) .sv2-g-c-exercise[data-clienttype="2"] .sv2-g-video-description {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../image/bookbackground.png');
    border-radius: 20px;
    text-align: left;
    position: relative;
    max-width: 1000px;
    overflow: auto;
}

.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="20"] {
    margin-top: 10px;
    height: calc(100% - 20px);
    border-radius: 20px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="20"] .sv2-g-c-exercise[data-clienttype="2"] .sv2-g-video-description p {
    padding: 30px;
}

@media screen and (max-width: 820px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="20"]:not([data-privacy="3"]) .sv2-g-c-exercise[data-clienttype="2"] .sv2-g-video-description {
        width: 100%;
        height: 100%;
    }
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="20"]  .sv2-g-c-exercise[data-clienttype="2"] {
    padding-top: 20px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="20"]:not([data-privacy="3"]) .sv2-g-c-exercise[data-clienttype="2"] .sv2-g-video-description {
    max-width: initial;
}

.sv2-view[data-type="game"][data-atype="20"] #sv2-g-h-result-place[data-place] > span {
    left: -5px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-view {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: auto;
}

body:not([data-viewmode="preview"]) .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-exercise {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 0;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-exercise h2 {
    text-align: center;
    font-weight: 100;
    font-size: 34px;
    margin-bottom: 50px;
    line-height: 1.2;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_next {
    position: relative;
    min-width: 150px;
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(244, 115, 33);
    cursor: pointer;
    transition-duration: 200ms;
    margin-top: 15px;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_back {
    position: absolute;
    top: -30px;
    right: 140px;
    width: 64px;
    height: 64px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border: none;
    cursor: pointer;
    transform: scale(0.8);
    background-color: transparent;
    transition-duration: 200ms;
    background-image: url('../image/icons.png?t2');
    background-position: -300px 0px;
    background-repeat: no-repeat;
    border-radius: 50%;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_back:before {
        content: '';
        position: relative;
        width: 24px;
        height: 24px;
        display: block;
        border-radius: 50%;
        background-image: url('../image/icons.png?t2');
        background-position: -164px -93px;
        background-repeat: no-repeat;
        bottom: -30px;
        transition-duration: 200ms;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_back:hover {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_back:hover:before {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
        }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-questions-container {
    display: none;
    width: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question {
    position: relative;
    width: 80%;
    max-width: 900px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    left: 50%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question-header {
    padding: 10px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question-header > span {
        font-size: 26px;
        text-align: center;
        display: block;
        width: 100%;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question-header > span > span {
            color: #ff6a00;
            margin-right: 5px;
        }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-play-question {
    width: 65px;
    height: 60px;
    background-color: transparent;
    border: none;
    background-image: url('../image/icons.png');
    background-repeat: no-repeat;
    background-position: -107px 0px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    cursor: pointer;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-v-options {
    width: 100%;
}

@media all and (max-height: 800px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-exercise h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
}


@media all and (max-height: 720px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-exercise h2 {
        position: relative;
        font-size: 30px;
        margin-bottom: 0;
        bottom: -20px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_next {
        font-size: 22px;
        padding: 5px;
        height: auto;
        top: -30px;
    }
}

@media all and (max-height: 750px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-exercise h2 {
        font-size: 22px;
        margin-bottom: -50px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_next {
        height: 40px;
        font-size: 22px;
        top: -50px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-multimedia-player.circle {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question-header > span {
        font-size: 22px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_back {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }
}


@media all and (max-height: 600px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question-header > span {
        font-size: 20px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-e-container {
        margin-top: 0px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_next {
        top: -55px;
    }

    .sv2-view[data-clienttype="2"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-e-container {
        margin-top: 0;
    }
}


@media all and (max-width: 600px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question {
        width: 100%;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-exercise h2 {
        margin-bottom: 0px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question-header > span {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media all and (max-height: 450px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-view {
        align-items: flex-start;
    }

    .sv2-view[data-type="game"] [data-clienttype="2"] .sv2-g-content[data-atype="34"] .sv2-g-c-exercise h2 {
        display: none;
    }
/*
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-explanation {
        height: 100%;
    }
*/
    .sv2-view[data-type="game"] [data-clienttype="2"]  .sv2-g-content[data-atype="34"] .sv2-g-c-e-e-container {
        margin-top: -70px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_next {
        top: -80px;
        z-index: 10;
        font-size: 14px;
        padding: 0;
        height: 30px;
    }
}


@media all and (max-width: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-explanation {
        transform: scale(0.9);
        overflow: hidden;
        width: 100%;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-explanation .sv2-multimedia-player.circle {
            transform: translateX(-50%) scale(0.6);
            left: calc(50% - 20px);
        }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-exercise h2 {
        font-size: 16px;
    }

    .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-e-container {
        height: calc(100% - 75px);
        margin-bottom: 5px;
    }

    .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-e-container {
        height: calc(100% - 55px);
        margin-bottom: 5px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_next {
        font-size: 14px;
    }

    /*QUESTIONS*/
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question-header {
        padding: 5px;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question-header > span {
            font-size: 16px;
        }
}

.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="34"] {
    margin-top: 0;
}




@media all and (max-height: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-exercise h2 {
        font-size: 16px;
    }

    .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-e-container {
        height: calc(100% - 75px);
        margin-bottom: 5px;
    }

    .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-e-container {
        height: calc(100% - 55px);
        margin-bottom: 5px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_next {
        font-size: 14px;
    }

    /*QUESTIONS*/

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question-header {
        padding: 5px;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question-header > span {
            font-size: 16px;
        }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-questions-container {
        height: 100%;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        overflow: auto;
    }
}


@media all and (max-width: 860px), all and (max-height: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_back {
        right: 90px;
        top: -27px;
        transform: scale(0.5);
    }
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-view {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

body:not([data-viewmode="preview"]) .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-exercise {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 0;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-exercise h2 {
        text-align: center;
        font-weight: 100;
        font-size: 34px;
        margin-bottom: 50px;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] #sv2_a34_next {
    position: relative;
    min-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    left: calc(50% - 75px);
    background: rgb(244, 115, 33);
    cursor: pointer;
    transition-duration: 200ms;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] #sv2_a34_next:hover {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] #sv2_a34_back {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border: none;
    cursor: pointer;
    background-color: transparent;
    transition-duration: 200ms;
    background-image: url('../image/icons.png?t2');
    background-position: -300px 0px;
    background-repeat: no-repeat;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] #sv2_a34_back:before {
        content: '';
        position: relative;
        width: 24px;
        height: 24px;
        display: block;
        border-radius: 50%;
        background-image: url('../image/icons.png?t2');
        background-position: -164px -93px;
        background-repeat: no-repeat;
        bottom: -30px;
        transition-duration: 200ms;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] #sv2_a34_back:hover {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] #sv2_a34_back:hover:before {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
        }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-questions-container {
    display: none;
    width: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-question {
    position: relative;
    width: 80%;
    max-width: 900px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    left: 50%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-question-header {
    padding: 10px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-question-header > span {
        font-size: 34px;
        text-align: center;
        display: block;
        width: 100%;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-question-header > span > span {
            color: #ff6a00;
        }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-play-question {
    width: 65px;
    height: 60px;
    background-color: transparent;
    border: none;
    background-image: url('../image/icons.png');
    background-repeat: no-repeat;
    background-position: -107px 0px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    cursor: pointer;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-v-options {
    width: 100%;
}

@media all and (max-height: 800px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-exercise h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
}


@media all and (max-height: 720px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-exercise h2 {
        position: relative;
        font-size: 30px;
        margin-bottom: 0;
        bottom: -20px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] #sv2_a34_next {
        font-size: 22px;
        padding: 5px;
        height: auto;
        top: -30px;
    }
}

@media all and (max-height: 750px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-exercise h2 {
        font-size: 22px;
        margin-bottom: -50px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] #sv2_a34_next {
        height: 40px;
        font-size: 22px;
        top: -50px;
    }

    .sv2-multimedia-player.circle {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-question-header > span {
        font-size: 25px;
    }

    #sv2_a34_back {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }
}


@media all and (max-height: 600px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-question-header > span {
        font-size: 25px !important;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-exercise h2 {
        display: none;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-e-container {
        margin-top: -75px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] #sv2_a34_next {
        top: -75px;
    }

    .sv2-view[data-clienttype="2"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-e-container {
        margin-top: 0;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-questions-container {
        height: 100%;
    }
}

@media all and (max-width: 900px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-question-header > span {
        font-size: 30px;
    }
}

@media all and (max-width: 600px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-question {
        width: 100%;
    }
}

@media all and (max-width: 420px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-explanation {
        transform: scale(0.7);
    }
}

.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="35"] {
    margin-top: 0;
}



.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-explanation {
    height: 100%;
    width: calc(100% - 30px);
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-e-container {
    background-image: url('../image/bookbackground.png');
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 90%;
    font-size: 18px;
    overflow: auto;
    margin-left: 0;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-e-container p  {
    margin-bottom: 30px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-view {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: auto;
}

body:not([data-viewmode="preview"]) .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-exercise {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 0;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-exercise h2 {
        text-align: center;
        font-weight: 100;
        font-size: 34px;
        margin-bottom: 50px;
    }


.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-view img.sv2-g-text-carousel {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] #sv2_a34_next {
    position: relative;
    min-width: 150px;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    left: calc(50% - 75px);
    background: rgb(244, 115, 33);
    cursor: pointer;
    transition-duration: 200ms;
}
   

.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] #sv2_a34_back {
    position: absolute;
    top: -30px;
    right: 140px;
    width: 64px;
    height: 64px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border: none;
    cursor: pointer;
    transform: scale(0.8);
    background-color: transparent;
    transition-duration: 200ms;
    background-image: url('../image/icons.png?t2');
    background-position: -300px 0px;
    background-repeat: no-repeat;
    border-radius: 50%;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] #sv2_a34_back:before {
        content: '';
        position: relative;
        width: 24px;
        height: 24px;
        display: block;
        border-radius: 50%;
        background-image: url('../image/icons.png?t2');
        background-position: -164px -93px;
        background-repeat: no-repeat;
        bottom: -30px;
        transition-duration: 200ms;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] #sv2_a34_back:hover:before {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
        }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-questions-container {
    display: none;
    width: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-question {
    position: relative;
    width: 80%;
    max-width: 900px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    left: 50%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-question-header {
    padding: 10px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-question-header > span {
        font-size: 26px;
        text-align: center;
        display: block;
        width: 100%;
        line-height: 1.2;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-question-header > span > span {
            color: #ff6a00;
            margin-right: 5px;
        }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-play-question {
    width: 65px;
    height: 60px;
    background-color: transparent;
    border: none;
    background-image: url('../image/icons.png');
    background-repeat: no-repeat;
    background-position: -107px 0px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    cursor: pointer;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-v-options {
    width: 100%;
}



@media all and (max-height: 720px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] #sv2_a34_next {
        font-size: 22px;
        padding: 5px;
        height: auto;
    }
}

@media all and (max-width: 700px) {
    .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="33"] .sv2-g-c-exercise h2 {
        font-size: 22px;
    }
}

@media all and (max-height: 750px) {

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-multimedia-player.circle {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-question-header > span {
        font-size: 22px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] #sv2_a34_back {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-explanation > .sv2-g-c-e-e-container {
        height: calc(100% - 120px);
    }
}


@media all and (max-height: 600px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-question-header > span {
        font-size: 20px;
    }

    .sv2-view[data-clienttype="2"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-e-container {
        margin-top: 0;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] .sv2-g-c-e-questions-container {
        height: 100%;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-e-container {        
        margin-bottom: 5px;
    }
}


@media all and (max-width: 600px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-question {
        width: 100%;
    }
    
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-exercise h2 {
        margin-bottom: 0px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-question-header > span {
        font-size: 16px;
        line-height: 1.2;
    }
}

.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="33"] {
    margin-top: 0;
    padding-top: 0;
    height: 100%;
}

.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="33"] .sv2-g-c-exercise h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-e-container {
    width: 100%;
    height: calc(100% - 80px);
    min-height: 130px;
}

.sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="33"] .sv2-g-c-exercise h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-e-container {
    width: 100%;
    height: calc(100% - 170px);
    min-height: 170px;
}



/*MEDIA*/
@media all and (max-height: 800px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-exercise h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="33"] .sv2-g-c-exercise h2 {
        margin: 0px;
    }

    .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-e-container {
        height: calc(100% - 95px);
        margin-bottom: 5px; 
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] #sv2_a34_next {
        font-size: 16px;
    }
}


@media all and (max-height: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-exercise h2 {
        font-size: 16px;
    }

    .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-e-container {
        height: calc(100% - 75px);
        margin-bottom: 5px;
    }

    .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-e-container {
        height: calc(100% - 55px);
        margin-bottom: 5px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] #sv2_a34_next {
        font-size: 14px;
    }

    /*QUESTIONS*/

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-question-header {
        padding: 5px;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] .sv2-g-c-e-question-header > span {
            font-size: 16px;
        }
}


@media all and (max-width: 860px), all and (max-height: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] #sv2_a34_back {
        right: 90px;
        top: -27px;
        transform: scale(0.5);
    }
}


/*SAME AS VIEW CONTENT BREAKPOINT*/
@media all and (max-width: 500px) and (orientation: portrait), all and (max-height: 500px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="33"] #sv2_a34_back {
        right: 90px;
        top: -25px;
        transform: scale(0.5);
    }
}
/* This only changes this particular animation duration */

.sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-exercise {
    display: table;
    width: 100%;
    position: relative;
    object-fit: contain;
    height: 100%;
    padding: 15px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-username-preview {
    display: table-row;
    width: 100%;
    display: table-caption;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-view {
    display: table-cell;
    vertical-align: middle;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-cards-inline {
    text-align: center;
}

.sv2-view[data-type="game"][data-timeout="0"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-dot {
    display: none;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section {
    display: block;
    width: 100%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] {
        display: flex;
        flex-flow: wrap;
        flex-direction: row;
        align-items: stretch;
        border-radius: 10px;
        margin-bottom: 30px;
        max-width: 1600px;
        background: #ffc100;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] .sv2-g-c-e-v-card-inline-container {
            flex: 1;
            min-height: 75px;
        }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] .sv2-g-c-e-v-card-inline-content {
            width: calc(100% - 10px);
            min-width: 100px;
            height: calc(100% - 10px);
            margin-top: 5px;
            margin-left: 5px;
            margin-right: 5px;
            border-radius: 10px;
            background: white;
        }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] .sv2-g-c-e-v-card-inline-option {
            display: table;
            flex: 1;
            width: 100%;
            height:100%;
            border-radius: 10px;
            transition-duration: 200ms;
            --animate-duration: 0.2ms !important;
            background: white;
        }

.sv2-view[data-type="game"][data-timeout="0"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] .sv2-g-c-e-v-card-inline-option:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

            .sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] .sv2-g-c-e-v-card-inline-option > span {
                display: table-cell;
                vertical-align: middle;
            }

    /*random*/
.sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="random"] {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    align-items: stretch;
    border-radius: 10px;
    max-width: 1600px;
    border: 1px solid #ccc;
    padding-bottom: 5px;
    min-height: 75px;
}

.sv2-view[data-type="game"][data-timeout="1"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="random"] {
    display: none;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="random"] .sv2-g-c-e-v-card-inline-option {
    display: flex;
    align-items: center; 
    justify-content: center;
    flex: 1;
    min-width: 100px;
    border: 1px dashed #ddd;
    height: calc(100% - 10px);
    min-height: 75px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
    background: white;
    transition-duration: 200ms;
    --animate-duration: 0.2ms !important;
}

.sv2-view[data-type="game"][data-timeout="0"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="random"] .sv2-g-c-e-v-card-inline-option:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

            .sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="random"] .sv2-g-c-e-v-card-inline-option > span {
            }

            /*answer*/
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="ordered"] {
        max-width: 1600px;
        display: none;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 50px;
        background: rgba(34,230,165,1);
        min-height: 75px;
        border-radius: 10px;
        background: -moz-linear-gradient(left, rgba(34,230,165,1) 0%, rgba(3,186,145,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34,230,165,1)), color-stop(100%, rgba(3,186,145,1)));
        background: -webkit-linear-gradient(left, rgba(34,230,165,1) 0%, rgba(3,186,145,1) 100%);
        background: -o-linear-gradient(left, rgba(34,230,165,1) 0%, rgba(3,186,145,1) 100%);
        background: -ms-linear-gradient(left, rgba(34,230,165,1) 0%, rgba(3,186,145,1) 100%);
        background: linear-gradient(to right, rgba(34,230,165,1) 0%, rgba(3,186,145,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22e6a5', endColorstr='#03ba91', GradientType=1 );
    }

.sv2-view[data-type="game"][data-timeout="1"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="ordered"] {
    display: block;
    min-height: initial;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="ordered"] .sv2-g-c-e-v-card-inline-option {
            margin-right: 10px;
            font-size: 25px;
            color: white;
            position: relative;
            display: inline-block;
        }

.sv2-view[data-type="game"][data-timeout="1"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] .sv2-g-c-e-v-card-inline-container {
    position: relative;
}

    .sv2-view[data-type="game"][data-timeout="1"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] .sv2-g-c-e-v-card-inline-container[data-status="1"]:before {
        content: '';
        position: absolute;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #333;
        display: block;
        top: 7px;
        transform: scale(0.5) translateY(-50%);
        right: -2px;
        z-index: 10;
        background: rgba(11,183,151,1);
        background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
        background: -webkit-linear-gradient( 45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: linear-gradient( 45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
    }

    .sv2-view[data-type="game"][data-timeout="1"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] .sv2-g-c-e-v-card-inline-container[data-status="1"]:after {
        content: '';
        width: 45px;
        height: 35px;
        position: absolute;
        top: 6px;
        transform: scale(0.25) translateY(-100%);
        right: -7px;
        background-image: url(../image/icons.png);
        background-repeat: no-repeat;
        background-position: -114px -60px;
        z-index: 11;
    }

    .sv2-view[data-type="game"][data-timeout="1"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] .sv2-g-c-e-v-card-inline-container[data-status="0"]:before {
        content: '';
        position: absolute;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #333;
        display: block;
        top: 50%;
        transform: scale(0.4) translateY(-50%);
        right: 0px;
        background: rgba(164,0,6,1);
        background: -moz-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,0,6,1)), color-stop(100%, rgba(204,0,7,1)));
        background: -webkit-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -o-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -ms-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: linear-gradient(to bottom, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40006', endColorstr='#cc0007', GradientType=0 );
        z-index: 10;
    }

    .sv2-view[data-type="game"][data-timeout="1"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] .sv2-g-c-e-v-card-inline-container[data-status="0"]:after {
        color: white;
        content: 'X';
        position: absolute;
        width: 34px;
        height: 34px;
        line-height: 34px;
        display: block;
        text-align: center;
        font-weight: bold;
        top: 50%;
        transform: scale(0.4) translateY(-50%);
        right: 0;
        z-index: 11;
    }



@media all and (max-width: 800px), all and (max-height: 600px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="blackboard"] .sv2-g-c-e-v-card-inline-container,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="random"],
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="random"] .sv2-g-c-e-v-card-inline-option {
        min-height: 50px;
        font-size: 14px;
    }

    .sv2-view[data-type="game"][data-timeout="1"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="ordered"] {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sv2-view[data-type="game"][data-timeout="1"] .sv2-g-content[data-atype="14"] .sv2-g-c-e-v-card-inline-section[data-type="ordered"] span {
        font-size: 14px;
    }
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-view {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: auto;
}

body:not([data-viewmode="preview"]) .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-exercise {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 0;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-exercise h2 {
    text-align: center;
    font-weight: 100;
    font-size: 34px;
    margin-bottom: 50px;
    line-height: 1.2;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_next {
    position: relative;
    min-width: 150px;
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(244, 115, 33);
    cursor: pointer;
    transition-duration: 200ms;
    margin-top: 15px;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_back {
    position: absolute;
    top: -30px;
    right: 140px;
    width: 64px;
    height: 64px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border: none;
    cursor: pointer;
    transform: scale(0.8);
    background-color: transparent;
    transition-duration: 200ms;
    background-image: url('../image/icons.png?t2');
    background-position: -300px 0px;
    background-repeat: no-repeat;
    border-radius: 50%;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_back:before {
        content: '';
        position: relative;
        width: 24px;
        height: 24px;
        display: block;
        border-radius: 50%;
        background-image: url('../image/icons.png?t2');
        background-position: -164px -93px;
        background-repeat: no-repeat;
        bottom: -30px;
        transition-duration: 200ms;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_back:hover {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_back:hover:before {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
        }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-questions-container {
    display: none;
    width: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question {
    position: relative;
    width: 95%;
    max-width: 900px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    left: 50%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question-header {
    padding: 10px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question-header > span {
        font-size: 26px;
        text-align: center;
        display: block;
        width: 100%;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question-header > span > span {
            color: #ff6a00;
            margin-right: 5px;
        }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-play-question {
    width: 65px;
    height: 60px;
    background-color: transparent;
    border: none;
    background-image: url('../image/icons.png');
    background-repeat: no-repeat;
    background-position: -107px 0px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    cursor: pointer;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-v-options {
    width: 100%;
}

@media all and (max-height: 800px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-exercise h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
}


@media all and (max-height: 720px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-exercise h2 {
        position: relative;
        font-size: 30px;
        margin-bottom: 0;
        bottom: -20px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_next {
        font-size: 22px;
        padding: 5px;
        height: auto;
        top: -30px;
    }
}

@media all and (max-height: 750px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-exercise h2 {
        font-size: 22px;
        margin-bottom: -50px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_next {
        height: 40px;
        font-size: 22px;
        top: -50px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-multimedia-player.circle {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question-header > span {
        font-size: 22px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_back {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }
}


@media all and (max-height: 600px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question-header > span {
        font-size: 20px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-e-container {
        margin-top: 0px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_next {
        top: -55px;
    }

    .sv2-view[data-clienttype="2"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-e-container {
        margin-top: 0;
    }
}


@media all and (max-width: 600px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question {
        width: 100%;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-exercise h2 {
        margin-bottom: 0px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question-header > span {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media all and (max-height: 450px) and (orientation: landscape) {

    .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="47"] .sv2-g-c-exercise h2 {
        display: none;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-explanation {
        /*height: 100%;*/
    }

    .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-e-container {
        margin-top: -00px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_next {
        top: -90px;
    }

}


@media all and (max-width: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-explanation {
        transform: scale(0.9);
        overflow: hidden;
        width: 100%;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-explanation .sv2-multimedia-player.circle {
            transform: translateX(-50%) scale(0.6);
            left: calc(50% - 20px);
        }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-exercise h2 {
        font-size: 16px;
    }

    .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-e-container {
        height: calc(100% - 75px);
        margin-bottom: 5px;
    }

    .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-e-container {
        height: calc(100% - 55px);
        margin-bottom: 5px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_next {
        font-size: 14px;
    }

    /*QUESTIONS*/
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question-header {
        padding: 5px;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question-header > span {
            font-size: 16px;
        }
}

.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="47"] {
    margin-top: 0;
}




@media all and (max-height: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-exercise h2 {
        font-size: 16px;
    }

    .sv2-view[data-type="game"][data-clienttype="1"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-e-container {
        height: calc(100% - 75px);
        margin-bottom: 5px;
    }

    .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-e-container {
        height: calc(100% - 55px);
        margin-bottom: 5px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_next {
        font-size: 14px;
    }

    /*QUESTIONS*/

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question-header {
        padding: 5px;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] .sv2-g-c-e-question-header > span {
            font-size: 16px;
        }
}


@media all and (max-width: 860px), all and (max-height: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="47"] #sv2_a34_back {
        right: 90px;
        top: -27px;
        transform: scale(0.5);
    }
}



/* FOTO Y TEXTO*/
.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-exercise {
    padding-top: 10px;
    height: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-view {
    height: 100%;
    padding: 10px;
    overflow: auto;
}

.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="52"] {
    padding-top: 10px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question {
    padding: 20px;
    padding-top: 0;
    width: 50%;
    float: left;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question-content {
    padding: 20px 0;
    padding-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-answer-content {
    display: none;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-answer {
    display: block;
    width: 100%;
    text-align: center;
    background: rgb(244, 120, 32);
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    margin-top: 15px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question span {
    font-size: 22px;
    line-height: 1.3;
}
    
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question {
        line-height: 35px;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question .sv2-g-c-e-v-q-answer {
            line-height: 20px;
            padding: 10px 5px;
        }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-q-announcement {
    display:block;
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-q-announcement span {
        display: inline-block;
        font-size: 16px;
        background: #5bb85b;
        border-radius: 5px;
        padding: 10px 20px;
        color: white;
        width: 100%;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-q-answer {
    display: inline-block;
    min-height: 30px;
    border: 1px solid #f47421;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-play-question {
    min-width: 62px;
    height: 60px;
    background-color: transparent;
    border: none;
    background-image: url('../image/icons.png');
    background-repeat: no-repeat;
    background-position: -107px 0px;
    transform: scale(0.7);
    float: left;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-media {
    float: right;
    width: 50%;
    height: 100%;
    padding: 0;
    text-align: center;
    position: relative;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-m-container {
    height: 100%;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-m-c-image {
    height: 100%;    
    padding: 10px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-m-c-image img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 150px;
    border-radius: 5px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-m-c-tool {
    border-radius: 10px;
    padding: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: rgba(47,211,190,1);
    background: -moz-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,211,190,1)), color-stop(100%, rgba(12,157,210,1)));
    background: -webkit-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -o-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: -ms-linear-gradient(left, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    background: linear-gradient(to right, rgba(47,211,190,1) 0%, rgba(12,157,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd3be', endColorstr='#0c9dd2', GradientType=1 );
    position: absolute;
    left: calc(50% - 20px);
    bottom: -15px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-m-c-tool *:focus {
        outline: none;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-m-c-tool > * {
        margin-right: 5px;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: white;
        position: relative;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-m-c-tool button:hover {
        transition-duration: 200ms;
        cursor: pointer;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-m-c-tool button:hover {
        transform: scale(1.1);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-m-c-tool #sv2_a2_zoom:before {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        top: 3px;
        left: 3px;
        background-image: url('../image/icons.png');
        background-repeat: no-repeat;
        background-position: -93px -116px;
        transform: scale(0.8);
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-m-c-tool #sv2_a2_zoom:after {
        content: '+';
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: -8px;
        right: 0px;
        font-size: 18px;
        color: #333;
    }
 

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-send-activity {
    display: block;
    clear: both;
    left: calc(50% - 70px);
    width: 140px;
    position: relative;
    border-radius: 10px;
    border: none;
    background: rgba(11,183,151,1);
    background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
    background: -webkit-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
    font-size: 16px;
    padding: 7px 15px; 
    color: white;
    margin-top: 10px;
    transition-duration: 200ms;
    cursor: pointer;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-send-activity:hover {
    transform: scale(1.1);
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-q-answer {
    position: relative;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-result-t-incorrect:before {
    content: 'x';
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #333;
    display: block;
    top: 1px;
    right: -10px;
    background: rgba(164,0,6,1);
    background: -moz-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,0,6,1)), color-stop(100%, rgba(204,0,7,1)));
    background: -webkit-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -o-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -ms-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: linear-gradient(to bottom, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40006', endColorstr='#cc0007', GradientType=0 );
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-result-t-notanswered:before {
    content: '0';
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #333;
    display: block;
    top: 1px;
    right: -10px;
    background: rgba(99,152,230,1);
    background: -moz-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,152,230,1)), color-stop(100%, rgba(112,118,224,1)));
    background: -webkit-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -o-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: linear-gradient(to right, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398e6', endColorstr='#7076e0', GradientType=1 );
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-result-t-correct:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #333;
    display: block;
    top: 1px;
    right: -10px;
    background: rgba(11,183,151,1);
    background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
    background: -webkit-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-result-t-correct:after {
    content: '';
    top: -3px;
    right: -20px;
    width: 45px;
    height: 35px;
    position: absolute;
    background-image: url(../image/icons.png);
    background-repeat: no-repeat;
    background-position: -114px -60px;
    transform: scale(0.3);
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-keyboard-content {
}


[data-clienttype="2"] [data-atype="52"] .sv2-play-question {
    display: block !important;
}


@media screen and (max-width: 1000px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question {
        margin-bottom: 10px;
        padding: 0;
    }

        .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question span {
            font-size: 18px;
        }
}

@media all and (orientation: portrait) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-media {
        height: auto;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-m-c-image img {
        max-height: 40vh;
    }
}


@media all and (max-width: 950px) and (orientation: portrait) {

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question {
        width: 100%;
        padding: 0;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-media {
        width: 100%;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question span {
        font-size: 18px;
    }
}


@media all and (max-width: 950px) and (orientation: landscape) {

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question span {
        font-size: 18px;
    }
}



@media screen and (max-height: 800px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media all and (max-height: 600px) {

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question {
        padding: 5px;;    
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question span {
        height: auto;
        font-size: 16px;
    }
}



@media all and (max-height: 500px) {
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-send-activity {
        margin-top: 10px;
        font-size: 18px;
        padding: 5px;
    }

    .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="52"] {
        padding-top: 0;
    }

        .sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="52"] .sv2-g-c-exercise {
            padding-top: 0;
        }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question-content {
        padding-bottom: 5px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .sv2-g-c-e-v-question span {
        font-size: 14px;
    }

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="52"] .kt-keyboard {
        margin-bottom: 5px;
    }
}



.sv2-view[data-type="game"] > .sv2-g-content[data-atype="40"] {
    overflow: auto;
}

.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="40"] {
    padding-top: 10px;
}


@media all and (max-height: 600px) {
    .sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="40"] {
        padding-top: 10px;
    }
}



.sv2-view[data-type="game"] > .sv2-g-content[data-atype="41"],
.sv2-view[data-type="game"] > .sv2-g-content[data-atype="41"] {
    overflow: auto;
}


.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="41"] {
    padding-top: 20px;
}




.sv2-view[data-type="game"] > .sv2-g-content[data-atype="44"],
.sv2-view[data-type="game"] > .sv2-g-content[data-atype="44"] {
    overflow: auto;
}

.sv2-view[data-type="game"][data-clienttype="2"] > .sv2-g-content[data-atype="44"] {
    padding-top: 10px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="44"] [data-bind="prev"],
.sv2-view[data-type="game"] .sv2-g-content[data-atype="44"] [data-bind="next"] {
    padding: 5px 7px;
    border: none;
    background: #ff6a00;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: 200ms;
    min-width: 33px;
}

    .sv2-view[data-type="game"] .sv2-g-content[data-atype="44"] [data-bind="prev"]:hover,
    .sv2-view[data-type="game"] .sv2-g-content[data-atype="44"] [data-bind="next"]:hover {
        background: #e15e01;
    }

.sv2-view[data-type="game"] .sv2-g-content[data-atype="44"] [data-bind="prev"] i,
.sv2-view[data-type="game"] .sv2-g-content[data-atype="44"] [data-bind="next"] i {
    font-size: 30px;
}


.sv2-view[data-type="game"] .sv2-g-content[data-atype="44"] [data-bind="prev"] {
    margin-right: 10px;
}

.sv2-view[data-type="game"] .sv2-g-content[data-atype="44"] [data-bind="next"] {
    margin-left: 10px;
}


.sv2-view[data-mode="individualGameOrChallenge"] .sv2-g-content[data-atype="44"] [data-bind="prev"],
.sv2-view[data-mode="individualGameOrChallenge"] .sv2-g-content[data-atype="44"] [data-bind="next"],
.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="44"] [data-bind="prev"],
.sv2-view[data-type="game"][data-clienttype="2"] .sv2-g-content[data-atype="44"] [data-bind="next"] {
    display: none;
}

.kt-keyboard {
    padding: 5px;
    border: 1px solid #bbb;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
    background: white;
}

    .kt-keyboard .kt-key {
        margin-right: 5px;
        white-space: nowrap;
        color: #000;
        background: #eee;
        border-style: solid;
        border-color: #ccc #aaa #888 #bbb;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2),0 0 0 1px #ffffff inset;
        -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2),0 0 0 1px #ffffff inset;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2),0 0 0 1px #ffffff inset;
        background-color: #FAFAFA;
        border-color: #CCCCCC #CCCCCC #FFFFFF;
        border-style: solid solid none;
        border-width: 1px 1px medium;
        color: #444444;
        font-family: 'Helvetica Neue',Helvetica,Arial,Sans-serif;
        font-size: 16px;
        font-weight: 100;
        white-space: nowrap;
        display: inline-block;
        margin-bottom: 5px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
        transition-duration: 200ms;
        -webkit-user-select: none; /* Chrome all / Safari all */
        -moz-user-select: none; /* Firefox all */
        -ms-user-select: none; /* IE 10+ */
        user-select: none; /* Likely future */
    }

    .kt-keyboard .kt-key:hover {
        transform: scale(1.1);
    }
.sv2-multimedia-player.circle {
    position: relative;
    width: 335px;
    height: 335px;
    margin: 20px;
    z-index: 10;
}

    .sv2-multimedia-player.circle .smp-wrapper {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding-top: 50px;
        padding-left: 50px;
        background: #f47321;
    }

@-webkit-keyframes sv2-multimedia-player-bg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes sv2-multimedia-player-bg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes sv2-multimedia-player-bg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.sv2-multimedia-player.circle .smp-content {
    background: white;
    border-radius: 50%;
    width: 235px;
    height: 235px;
}

.sv2-multimedia-player.circle .smp-screen {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sv2-multimedia-player.circle[data-status="playing"] .smp-screen {
    background-image: url('../image/smash/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
    border-radius: 50%;
}

.sv2-multimedia-player.circle .smp-time {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #f47b20;
    font-weight: 600;
    text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5);
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 #ff9f00;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulse_mambo {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 #943186;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.sv2-multimedia-player.circle .smp-screen img {
    width: 90%;
    height: auto;
}

        .sv2-multimedia-player.circle .smp-controls {
            text-align: center;
            width: 100%;
        }

            .sv2-multimedia-player.circle .smp-controls > button {
                width: 54px;
                height: 54px;
                border-radius: 50%;
                background: white;
                border: 2px solid #ff6a00;
                position: relative;
                cursor: pointer;
            }

        .sv2-multimedia-player.circle .smp-controls > button:not(:last-child) {
            margin-right: 10px;
        }

            .sv2-multimedia-player.circle .smp-controls .smp-stop:before {
                content: '';
                position: absolute;
                display: block;
                width: 20px;
                height: 20px;
                background: #ff6a00;
                top: calc(50% - 10px);
                left: calc(50% - 10px);
            }

            .sv2-multimedia-player.circle .smp-controls > button:first-child,
            .sv2-multimedia-player.circle .smp-controls > button:last-child {
                top: -8px;
            }
            
            .sv2-multimedia-player.circle .smp-controls > button:nth-child(2) {
                top: 7px;
            }

            .sv2-multimedia-player.circle .smp-controls .smp-play:before {
                content: '';
                position: absolute;
                display: block;
                border: 0;
                background: transparent;
                box-sizing: border-box;
                width: 20px;
                height: 24px;
                border-color: transparent transparent transparent #ff6a00;
                transition: 100ms all ease;
                border-style: solid;
                border-width: 14px 0 14px 20px;
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%;
            }

            .sv2-multimedia-player.circle .smp-controls .smp-pause:before {
                border-style: double;
                border-width: 0px 0 0px 20px;
                border-color: transparent transparent transparent #ff6a00;
            }

            .sv2-multimedia-player.circle .smp-controls {
                height: 1px;
            }

            .sv2-multimedia-player.circle .smp-controls .smp-volume {
                position: relative;
            }

                .sv2-multimedia-player.circle .smp-controls .smp-volume-bar:before {
                    content: '';
                    position: absolute;
                    display: block;
                    height: 32px;
                    width: 32px;
                    background-image: url('../image/icons.png?t');
                    background-position: -164px -61px;
                    transform: translate(-50%, -50%);
                    left: 50%;
                    top: 50%;
                    z-index: 10;
                }

            .sv2-multimedia-player.circle .smp-controls .smp-volume-bar {
                position: absolute;
                z-index: 10;
                width: 50px;
                height: 25px;
                border-radius: 20px;
                z-index:1;
                left: -5px;
                top: -5px;
            }

                .sv2-multimedia-player.circle .smp-controls .smp-volume-bar .rs-range-color {
                    background-color: #ff9f00;
                }

                .sv2-multimedia-player.circle .smp-controls .smp-volume-bar .rs-handle:after {
                    background-color: transparent;
                }

                .sv2-multimedia-player.circle .smp-controls .smp-volume-bar .rs-border {
                    border-color: transparent;
                }

    .sv2-multimedia-player.circle .smp-progress-bar {
        position: absolute;
        top: -15px;
        left: -15px;
        z-index: -1;
        cursor: pointer;
    }

                .sv2-multimedia-player.circle .smp-progress-bar .rs-range-color {
                    background: #ff9f00;
                }
                
                .sv2-multimedia-player.circle .smp-progress-bar .rs-handle {
                    display: none;
                }

                .sv2-multimedia-player.circle .smp-progress-bar .rs-border {
                    background-color: transparent;
                }

.sv2-multimedia-player.circle .smp-progress-bar .rs-border {
    border-color: transparent !important;
}

.sv2-multimedia-player.linear {
    position: fixed;
    width: 100%;
    height: 40px;
    background: #ff6a00;
    z-index: 2020;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .sv2-multimedia-player.linear .smp-content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 15px;
    }


    .sv2-multimedia-player.linear .smp-screen {
        display: none;
    }

    .sv2-multimedia-player.linear .smp-time {
        text-align: center;
        font-size: 18px;
        color: white;
        width: 115px;
        text-align: center;
    }

    .sv2-multimedia-player.linear .smp-controls {
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 5px;
    }

        .sv2-multimedia-player.linear .smp-controls > button {
            position: relative;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: white;
            border: none;
            position: relative;
            cursor: pointer;
        }

            .sv2-multimedia-player.linear .smp-controls > button:not(:last-child) {
                margin-right: 3px;
            }

        .sv2-multimedia-player.linear .smp-controls .smp-stop:before {
            content: '';
            position: absolute;
            display: block;
            width: 14px;
            height: 14px;
            background: #ff6a00;
            top: calc(50% - 7px);
            left: calc(50% - 7px);
        }

        .sv2-multimedia-player.linear .smp-controls .smp-play:before {
            content: '';
            position: absolute;
            display: block;
            border: 0;
            background: transparent;
            box-sizing: border-box;
            width: 15px;
            height: 10px;
            border-color: transparent transparent transparent #ff6a00;
            transition: 100ms all ease;
            border-style: solid;
            border-width: 10px 0 10px 15px;
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
        }

        .sv2-multimedia-player.linear .smp-controls .smp-pause:before {
            border-style: double;
            border-width: 0px 0 0px 15px;
            border-color: transparent transparent transparent #ff6a00;
        }

        .sv2-multimedia-player.linear .smp-controls .smp-volume:before {
            content: '';
            position: absolute;
            display: block;
            height: 32px;
            width: 32px;
            background-image: url('../image/icons.png?t');
            background-position: -164px -61px;
            transform: translate(-50%, -50%) scale(0.7);
            left: 50%;
            top: 50%;
            z-index: 10;
        }

        .sv2-multimedia-player.linear .smp-controls .smp-volume-bar {
            position: absolute;
            z-index: 10;
            width: 50px;
            height: 25px;
            border-radius: 20px;
            z-index: 1;
            bottom: 25px;
            left: -34px;
            display: none;
        }

            .sv2-multimedia-player.linear .smp-controls .smp-volume-bar:before {
                content: '';
                position: absolute;
                height: 32px;
                width: 32px;
                background-image: url('../image/icons.png?t');
                background-position: -164px -61px;
                transform: translate(-50%, -50%) scale(1);
                top: 50%;
                z-index: 10;
            }


            .sv2-multimedia-player.linear .smp-controls .smp-volume-bar .rs-range-color {
                background-color: #ff6a00;
            }

            .sv2-multimedia-player.linear .smp-controls .smp-volume-bar .rs-handle:after {
                background-color: transparent;
            }

            .sv2-multimedia-player.linear .smp-controls .smp-volume-bar .rs-border {
                border-color: transparent;
            }





        .sv2-multimedia-player.linear .smp-controls .smp-volume:hover .smp-volume-bar {
            display: block;
        }


    .sv2-multimedia-player.linear .smp-progress-bar {
        width: 100px;
        height: 10px;
        background: white;
        right: 30px;
        top: 15px;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
    }

        .sv2-multimedia-player.linear .smp-progress-bar > div {
            position: relative;
            height: 10px;
            width: 0%;
            background: #ff9f00;
        }


.sv2-multimedia-player.player-readmode .smp-time,
.sv2-multimedia-player.player-readmode .smp-controls {
    display: none;
}

#hdr_volume_level .sv2v-volume-mute {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    background: none;
    z-index: 10;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}

.smp-volume .smp-volume-bar .sv2v-volume-mute {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    background: none;
    z-index: 20;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
}


.sv2-multimedia-player .smp-progress-close {
    display: none;
}

.sv2-multimedia-player.linear .smp-progress-close {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #353535;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

    .sv2-multimedia-player.linear .smp-progress-close i {
        font-size: 20px;
    }
/*!
 * roundSlider v1.3.3 | (c) 2015-2019, Soundar
 * MIT license | http://roundsliderui.com/licence.html
 */

.rs-ie, .rs-edge {
    -ms-touch-action: none;
    touch-action: none;
}

.rs-control {
    position: relative;
    outline: 0 none;
}

.rs-container {
    position: relative;
}

.rs-control *, .rs-control *:before, .rs-control *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rs-animation .rs-transition {
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.rs-bar {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.rs-control .rs-split .rs-path,
.rs-control .rs-overlay1,
.rs-control .rs-overlay2 {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.rs-control .rs-overlay {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.rs-rounded .rs-seperator, .rs-split .rs-path {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.rs-control.rs-error {
    border: 1px dotted;
    text-align: center;
}

.rs-readonly {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 100;
}

.rs-disabled {
    opacity: 0.35;
}

.rs-inner-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.quarter div.rs-block {
    height: 200%;
    width: 200%;
}

.half.top div.rs-block, .half.bottom div.rs-block {
    height: 200%;
    width: 100%;
}

.half.left div.rs-block, .half.right div.rs-block {
    height: 100%;
    width: 200%;
}

.bottom > .rs-inner-container > .rs-block {
    top: auto;
    bottom: 0;
}

.right .rs-inner-container > .rs-block {
    right: 0;
}

div.rs-block {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.rs-block {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 3;
}

    .rs-block .rs-inner {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
    }

.rs-overlay {
    width: 50%;
}

.rs-overlay1, .rs-overlay2 {
    width: 100%;
}

.rs-overlay, .rs-overlay1, .rs-overlay2 {
    position: absolute;
    background-color: white;
    z-index: 3;
    top: 0;
    height: 50%;
}

.rs-bar {
    display: block;
    position: absolute;
    height: 0;
    z-index: 10;
}

    .rs-bar.rs-rounded {
        z-index: 5;
    }

    .rs-bar .rs-seperator {
        height: 0px;
        display: block;
        float: left;
    }

    .rs-bar:not(.rs-rounded) .rs-seperator {
        border-left: none;
        border-right: none;
    }

    .rs-bar.rs-start .rs-seperator {
        border-top: none;
    }

    .rs-bar.rs-end .rs-seperator {
        border-bottom: none;
    }

    .rs-bar.rs-start.rs-rounded .rs-seperator {
        border-radius: 0 0 1000px 1000px;
    }

    .rs-bar.rs-end.rs-rounded .rs-seperator {
        border-radius: 1000px 1000px 0 0;
    }

.full .rs-bar, .half .rs-bar {
    width: 50%;
}

.half.left .rs-bar, .half.right .rs-bar, .quarter .rs-bar {
    width: 100%;
}

.full .rs-bar, .half.left .rs-bar, .half.right .rs-bar {
    top: 50%;
}

.bottom .rs-bar {
    top: 0;
}

.half.right .rs-bar, .quarter.right .rs-bar {
    right: 100%;
}

.rs-handle.rs-move {
    cursor: move;
}

.rs-readonly .rs-handle.rs-move {
    cursor: default;
}

.rs-path {
    display: block;
    height: 100%;
    width: 100%;
}

.rs-split .rs-path {
    -webkit-border-radius: 1000px 1000px 0 0;
    border-radius: 1000px 1000px 0 0;
    overflow: hidden;
    height: 50%;
    position: absolute;
    top: 0;
    z-index: 2;
}

/*** tooltip styles ***/
.rs-tooltip {
    position: absolute;
    cursor: default;
    border: 1px solid transparent;
    z-index: 10;
}

.full .rs-tooltip {
    top: 50%;
    left: 50%;
}

.bottom .rs-tooltip {
    top: 0;
}

.top .rs-tooltip {
    bottom: 0;
}

.right .rs-tooltip {
    left: 0;
}

.left .rs-tooltip {
    right: 0;
}

.half.top .rs-tooltip, .half.bottom .rs-tooltip {
    left: 50%;
}

.half.left .rs-tooltip, .half.right .rs-tooltip {
    top: 50%;
}

.rs-tooltip .rs-input {
    outline: 0 none;
    border: none;
    background: transparent;
}

.rs-tooltip-text {
    font-family: verdana;
    font-size: 13px;
    border-radius: 7px;
    text-align: center;
}

.rs-tooltip.edit, .rs-tooltip .rs-input {
    padding: 5px 8px;
}

    .rs-tooltip.hover, .rs-tooltip.edit:hover {
        border: 1px solid #AAAAAA;
        cursor: pointer;
    }

.rs-readonly .rs-tooltip.edit:hover {
    border-color: transparent;
    cursor: default;
}

/*** handle types ***/
.rs-handle {
    border-radius: 1000px;
    outline: 0 none;
    float: left;
}

    .rs-handle.rs-handle-square {
        border-radius: 0px;
    }

.rs-handle-dot {
    border: 1px solid #AAAAAA;
    padding: 6px;
}

    .rs-handle-dot:after {
        display: block;
        content: "";
        border: 1px solid #AAAAAA;
        height: 100%;
        width: 100%;
        border-radius: 1000px;
    }

/*** theming - colors ***/
.rs-seperator {
    border: 1px solid #AAAAAA;
}

.rs-border {
    border: 1px solid #AAAAAA;
}

.rs-path-color {
    background-color: #FFFFFF;
}

.rs-range-color {
    background-color: #54BBE0;
}

.rs-bg-color {
    background-color: #FFFFFF;
}

.rs-handle {
    background-color: #838383;
}

.rs-handle-dot {
    background-color: #FFFFFF;
}

    .rs-handle-dot:after {
        background-color: #838383;
    }

.sv2-g-results {
    display: none;
    height: calc(100%);
    background: white;
    border-radius: 10px;
    padding-top: 45px;
    position: relative;
    overflow: auto;
}

.sv2-g-h-scoreboard {
    opacity: 0;
}

.sv2-g-scoreboard-header {
    text-align: center;
    min-height: 40px;
}

.sv2-view[data-status="2"] .sv2-g-scoreboard-header {
    display: none;
}

.sv2-g-scoreboard-header button:not(:last-child) {
    margin-right: 15px;
}

    .sv2-g-scoreboard-header button {
        border: none;
        padding: 3px 15px;
        border-radius: 15px;
        background: #f88939;
        color: white;
        font-size: 16px;
        border-bottom: 3px solid #f88939;
        border-top: 3px solid #f88939;
        cursor: pointer;
        transition-duration: 200ms;
    }

        .sv2-g-scoreboard-header button.active {
            background: #cf6a29;
            border-top: 3px solid #cf6a29;
            border-bottom: 3px solid #b55515;
        }

.sv2-view[data-status="2"] .sv2-g-scoreboard {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 30px;
    padding-left: 50px;
    display: none;
}

.sv2-view[data-status="3"] .sv2-g-scoreboard {
    position: relative;
    height: calc(100% - 40px);
    padding: 10px;
    display: block !important;
}

.sv2-g-scoreboard > div {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}



.sv2-g-scoreboard > div.active {
    display: block;
}


.sv2-g-s-header {
    overflow: auto;
    width: 100%;
    float: left;
}

.sv2-g-s-body {
    display: block;
    position: relative;
    overflow: auto;
    width: 100%;
}

.sv2-g-s-place {
    overflow: auto;
    /*margin-bottom: 10px;*/
    font-size: 26px;
}

    .sv2-g-s-place span[data-result],
    .sv2-g-s-place > span {
        display: inline-block;
        float: left;
        width: 50px;
        height: 50px;
        background: #e9e9e9;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        transform: scale(0.7);
        top: -7px;
        position: relative;
    }

    .sv2-g-s-place .sv2-g-s-place-data {
        float: left;
        width: calc(100% - 60px);
        background: #e9e9e9;
        border-radius: 50px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
    }

.sv2-g-s-header .sv2-g-s-place .sv2-g-s-place-data {
    background: white;
    font-weight: 600;
    color: #fb8832;
}

.sv2-view[data-status="2"] #sv2_g_score_scoreboard {
    height: 100%;
}

.sv2-g-s-header .sv2-g-s-place > span {
    opacity: 0;
}

.sv2-g-s-place .sv2-g-s-place-data > div {
    float: left;
    /*width: calc(100% / 3);*/
    height: auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
}

.sv2-g-s-body .sv2-g-s-place:first-child span,
.sv2-g-s-body .sv2-g-s-place:first-child .sv2-g-s-place-data {
    background: #ffc85b;
}

.sv2-g-s-body .sv2-g-s-place:nth-child(2) span,
.sv2-g-s-body .sv2-g-s-place:nth-child(2) .sv2-g-s-place-data {
    background: #a5a5a5;
}

.sv2-g-s-body .sv2-g-s-place:nth-child(3) span,
.sv2-g-s-body .sv2-g-s-place:nth-child(3) .sv2-g-s-place-data {
    background: #e78f5f;
}

.sv2-g-s-body .sv2-g-s-place:first-child span {
    background-color: transparent;
    background-image: url('../image/icons.png?t');
    background-position: -366px 0px;
}

.sv2-g-s-body .sv2-g-s-place:nth-child(2) > span {
    background-color: transparent;
    background-image: url('../image/icons.png?t');
    background-position: -420px 0px;
}

.sv2-g-s-body .sv2-g-s-place:nth-child(3) > span {
    background-color: transparent;
    background-image: url('../image/icons.png?t');
    background-position: -366px -53px;
}



.sv2-g-s-place-data div:nth-child(1) {
    flex: 1;
    text-align: left;
}

.sv2-g-s-place-data div:nth-child(2),
.sv2-g-s-place-data div:nth-child(3) {
    margin-left: auto;
    width: 95px;
    text-align: center;
}

.sv2-g-s-place-data div:nth-child(2) {
    width: 60px;
}

@media screen and (max-width: 900px) {
    .sv2-g-scoreboard {
        padding: 0;
    }

    .sv2-g-s-place-data div:nth-child(1) {
        /*width: 50%;*/        
    }

    .sv2-g-s-place-data div:nth-child(2) {
        /*width: 20%;*/        
    }

    .sv2-g-s-place-data div:nth-child(3) {
        /*width: 30%;*/        
    }

    .sv2-g-s-header .sv2-g-s-place .sv2-g-s-place-data {
        font-size: 14px;
    }

    .sv2-g-s-place {
        font-size: 18px;
    }


}

#sv2_g_score_graph {
    width: auto;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

    #sv2_g_score_graph .graph-element {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 75px;
        margin-right: 10px;
        background: rgba(179,179,179,0.1);
        cursor: pointer;
    }

        #sv2_g_score_graph .graph-element[data-minpercent="1"] > div > span {
            position: relative;
            bottom: 80px;
        }

        #sv2_g_score_graph .graph-element span {
            color: white;
            position: absolute;
            z-index: 10;
            display: block;
            width: 100%;
            text-align: center;
            margin-top: 10px;
            font-size: 20px;
            text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
        }

#sv2_g_score_graph .graph-element > div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}


    #sv2_g_score_graph .graph-element > div {
        background: rgba(229,51,42,1);
        background: -moz-linear-gradient(top, rgba(229,51,42,1) 0%, rgba(216,47,43,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,51,42,1)), color-stop(100%, rgba(216,47,43,1)));
        background: -webkit-linear-gradient(top, rgba(229,51,42,1) 0%, rgba(216,47,43,1) 100%);
        background: -o-linear-gradient(top, rgba(229,51,42,1) 0%, rgba(216,47,43,1) 100%);
        background: -ms-linear-gradient(top, rgba(229,51,42,1) 0%, rgba(216,47,43,1) 100%);
        background: linear-gradient(to bottom, rgba(229,51,42,1) 0%, rgba(216,47,43,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5332a', endColorstr='#d82f2b', GradientType=0 );
    }

    #sv2_g_score_graph .graph-element.graph-c-100 > div {
        background: rgba(6,212,143,1);
        background: -moz-linear-gradient(top, rgba(6,212,143,1) 0%, rgba(4,145,144,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,212,143,1)), color-stop(100%, rgba(4,145,144,1)));
        background: -webkit-linear-gradient(top, rgba(6,212,143,1) 0%, rgba(4,145,144,1) 100%);
        background: -o-linear-gradient(top, rgba(6,212,143,1) 0%, rgba(4,145,144,1) 100%);
        background: -ms-linear-gradient(top, rgba(6,212,143,1) 0%, rgba(4,145,144,1) 100%);
        background: linear-gradient(to bottom, rgba(6,212,143,1) 0%, rgba(4,145,144,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d48f', endColorstr='#049190', GradientType=0 );
    }

    #sv2_g_score_graph .graph-element.graph-c-70 > div {
        background: rgba(241,115,31,1);
        background: -moz-linear-gradient(top, rgba(241,115,31,1) 0%, rgba(229,107,29,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,115,31,1)), color-stop(100%, rgba(229,107,29,1)));
        background: -webkit-linear-gradient(top, rgba(241,115,31,1) 0%, rgba(229,107,29,1) 100%);
        background: -o-linear-gradient(top, rgba(241,115,31,1) 0%, rgba(229,107,29,1) 100%);
        background: -ms-linear-gradient(top, rgba(241,115,31,1) 0%, rgba(229,107,29,1) 100%);
        background: linear-gradient(to bottom, rgba(241,115,31,1) 0%, rgba(229,107,29,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1731f', endColorstr='#e56b1d', GradientType=0 );
    }

    #sv2_g_score_graph .graph-element.graph-c-90 > div {
        background: rgba(251,136,53,1);
        background: -moz-linear-gradient(top, rgba(251,136,53,1) 0%, rgba(233,131,52,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,136,53,1)), color-stop(100%, rgba(233,131,52,1)));
        background: -webkit-linear-gradient(top, rgba(251,136,53,1) 0%, rgba(233,131,52,1) 100%);
        background: -o-linear-gradient(top, rgba(251,136,53,1) 0%, rgba(233,131,52,1) 100%);
        background: -ms-linear-gradient(top, rgba(251,136,53,1) 0%, rgba(233,131,52,1) 100%);
        background: linear-gradient(to bottom, rgba(251,136,53,1) 0%, rgba(233,131,52,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8835', endColorstr='#e98334', GradientType=0 );
    }

#sv2_g_score_graph .graph-element > div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.25;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(143,141,143,0.61) 50%, rgba(179,179,179,0.6) 51%, rgba(226,226,226,0.22) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(143,141,143,0.61)), color-stop(51%, rgba(179,179,179,0.6)), color-stop(100%, rgba(226,226,226,0.22)));
    background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(143,141,143,0.61) 50%, rgba(179,179,179,0.6) 51%, rgba(226,226,226,0.22) 100%);
    background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(143,141,143,0.61) 50%, rgba(179,179,179,0.6) 51%, rgba(226,226,226,0.22) 100%);
    background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(143,141,143,0.61) 50%, rgba(179,179,179,0.6) 51%, rgba(226,226,226,0.22) 100%);
    background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(143,141,143,0.61) 50%, rgba(179,179,179,0.6) 51%, rgba(226,226,226,0.22) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e2e2e2', GradientType=1 );
}





#sv2_g_score_perstudent {
    overflow: auto;
}



#sv2_g_score_perstudent table {
    min-width: calc(100% - 20px);
    border: 2px solid rgba(179,179,179,0.6);
    padding: 10px;
    border-radius: 10px;
    border-collapse: collapse;
}

#sv2_g_score_perstudent tr {
    height: 40px;
    border: 2px solid rgba(179,179,179,0.6);
}

#sv2_g_score_perstudent thead th,
#sv2_g_score_perstudent tbody td {
    margin: 0;
    border: 2px solid rgba(179,179,179,0.6);
    text-align: center;
}

    #sv2_g_score_perstudent tbody td:first-child,
    #sv2_g_score_perstudent tbody td:nth-child(2) {
        width: 200px;
    }

    .sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place span[data-result],
    #sv2_g_score_perstudent tbody td[data-result] {
        padding-right: 30px;
        position: relative;
    }

    .sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place span[data-result="1"]:before,
    #sv2_g_score_perstudent tbody td[data-result="1"]:before {
        content: '';
        position: absolute;
        top: 0px;
        right: 5px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: rgba(11,183,151,1);
        background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
        background: -webkit-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
        z-index: 10;
    }


    #sv2_g_score_perstudent tbody td[data-result="1"]:before {
        top: 7px;
    }

    .sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place span[data-result="1"]:after,
    #sv2_g_score_perstudent tbody td[data-result="1"]:after {
        content: '';
        width: 45px;
        height: 35px;
        position: absolute;
        top: -5px;
        right: -5px;
        background-image: url(../image/icons.png);
        background-repeat: no-repeat;
        background-position: -114px -60px;
        transform: scale(0.35);
        z-index: 11;
    }

    #sv2_g_score_perstudent tbody td[data-result="1"]:after {
        top: 3px;
    }

    .sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place span[data-result="0"]:before,
    #sv2_g_score_perstudent tbody td[data-result="0"]:before {
        content: '';
        position: absolute;
        top: 0px;
        right: 5px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: rgba(164,0,6,1);
        background: -moz-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,0,6,1)), color-stop(100%, rgba(204,0,7,1)));
        background: -webkit-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -o-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -ms-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: linear-gradient(to bottom, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40006', endColorstr='#cc0007', GradientType=0 );
        z-index: 10;
    }

    #sv2_g_score_perstudent tbody td[data-result="0"]:before {
        top: 7px;
    }

    .sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place span[data-result="0"]:after,
    #sv2_g_score_perstudent tbody td[data-result="0"]:after {
        content: 'X';
        position: absolute;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        color: white;
        font-weight: 600;
        z-index: 11;
    }


    .sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place span[data-result="-1"]:before,
    #sv2_g_score_perstudent tbody td[data-result="-1"]:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: rgba(99,152,230,1);
        background: -moz-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,152,230,1)), color-stop(100%, rgba(112,118,224,1)));
        background: -webkit-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: -o-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: -ms-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: linear-gradient(to right, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398e6', endColorstr='#7076e0', GradientType=1 );
        z-index: 10;
    }

    .sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place span[data-result="-1"]:after,
    #sv2_g_score_perstudent tbody td[data-result="-1"]:after {
        content: '0';
        position: absolute;
        display: block;
        right: 12px;
        color: white;
        font-weight: 600;
        z-index: 11;
        top: 50%;
        transform: translateY(-50%);
    }

    #sv2_g_score_perstudent tbody td[data-result="-1"] span {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 20px;
        line-height: 20px;
        right: -15px;
        background: rgba(99,152,230,1);
        border-radius: 10px;
        color: white;
        background: -moz-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,152,230,1)), color-stop(100%, rgba(112,118,224,1)));
        background: -webkit-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: -o-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: -ms-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        background: linear-gradient(to right, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398e6', endColorstr='#7076e0', GradientType=1 );
    }

    #sv2_g_score_perstudent tbody td[data-result="0"] span {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 20px;
        line-height: 20px;
        right: -15px;
        background: rgba(99,152,230,1);
        border-radius: 10px;
        color: white;
        background: rgba(164,0,6,1);
        background: -moz-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,0,6,1)), color-stop(100%, rgba(204,0,7,1)));
        background: -webkit-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -o-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: -ms-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        background: linear-gradient(to bottom, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40006', endColorstr='#cc0007', GradientType=0 );
    }

    #sv2_g_score_perstudent tbody td[data-result="1"] span {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 20px;
        line-height: 20px;
        right: -15px;
        background: rgba(99,152,230,1);
        border-radius: 10px;
        color: white;
        background: rgba(11,183,151,1);
        background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
        background: -webkit-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
    }





.sv2-view[data-clientype="2"] .sv2-g-scoreboard-header {
    display: none;
}


.sv2-view[data-status="3"][data-clientype="2"] .sv2-g-scoreboard-header {
    display: block;
    text-align: center;
    width: 100%;
    /*border-bottom: 1px solid #f98936;*/
    padding-bottom: 0px;
}


.sv2-view[data-status="3"] .sv2-g-scoreboard-header > span {
    display: inline-block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    background: #f98936;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 50px;
    text-align: left;
    position: relative;
    color: #0c001d
}

    .sv2-view[data-status="3"] .sv2-g-scoreboard-header > span > span {
        float: right;
        color: white;
    }

.sv2-g-scoreboard-h-rank {
    margin-bottom: 10px;
}

.sv2-view[data-status="3"] .sv2-g-scoreboard-header > span.sv2-g-scoreboard-h-rank > span {
    position: absolute;
}

.sv2-g-scoreboard-h-rank > span {
    position: relative;
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: 5px solid white;
    top: -5px;
    background: rgba(255,111,148,1);
    background: -moz-linear-gradient(top, rgba(255,111,148,1) 0%, rgba(255,120,119,1) 50%, rgba(255,128,96,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,111,148,1)), color-stop(50%, rgba(255,120,119,1)), color-stop(100%, rgba(255,128,96,1)));
    background: -webkit-linear-gradient(top, rgba(255,111,148,1) 0%, rgba(255,120,119,1) 50%, rgba(255,128,96,1) 100%);
    background: -o-linear-gradient(top, rgba(255,111,148,1) 0%, rgba(255,120,119,1) 50%, rgba(255,128,96,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,111,148,1) 0%, rgba(255,120,119,1) 50%, rgba(255,128,96,1) 100%);
    background: linear-gradient(to bottom, rgba(255,111,148,1) 0%, rgba(255,120,119,1) 50%, rgba(255,128,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f94', endColorstr='#ff8060', GradientType=0 );
}

    .sv2-g-scoreboard-h-rank[data-rank="1"] > span,
    .sv2-g-scoreboard-h-rank[data-rank="2"] > span,
    .sv2-g-scoreboard-h-rank[data-rank="3"] > span {
        background-color: white !important;
    }

.sv2-g-scoreboard-h-rank[data-rank="1"] > span {
    background-color: transparent;
    background-image: url('../image/icons.png?t');
    background-position: -366px 0px;
}

.sv2-g-scoreboard-h-rank[data-rank="2"] > span {
    background-color: transparent;
    background-image: url('../image/icons.png?t');
    background-position: -420px 0px;
}

.sv2-g-scoreboard-h-rank[data-rank="3"] > span {
    background-color: transparent;
    background-image: url('../image/icons.png?t');
    background-position: -366px -53px;
}

.sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place:nth-child(3) span,
.sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place:nth-child(3) .sv2-g-s-place-data,
.sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place:nth-child(2) span,
.sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place:nth-child(2) .sv2-g-s-place-data,
.sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place:first-child span,
.sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place:first-child .sv2-g-s-place-data {
    background: #e9e9e9;
}

.sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place span[data-result] {
    position: absolute;
    float: right;
    z-index: 10;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    width: 25px;
    height: 25px;
    padding: 0;
    /*display: none;*/
}

.sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place span[data-result="0"]:after,
.sv2-view[data-status="3"][data-clientype="2"] .sv2-g-s-body .sv2-g-s-place span[data-result="-1"]:after {
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    top: 0;
    /*transform: translateY(-50%);*/
    right: 5px;
    color: white;
    font-weight: 600;
    z-index: 11;
    font-size: 18px;
}

.sv2-g-scoreboard-username {
    display: block;
    width: 250px;
}

.sv2-g-scoreboard-grade {
    display: block;
    width: 150px;
}

.sv2-g-s-body .sv2-g-s-place .sv2-g-s-place-data > div:last-child {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px !important;
}

.sv2-g-s-body .sv2-g-s-place .sv2-g-s-place-data.current-user {
    position: relative;
    overflow: hidden;
}

.sv2-g-s-body .sv2-g-s-place .sv2-g-s-place-data.current-user:before {
    content: '';
    position: absolute;
    width: 27px;
    height: 98px;
    background-color: transparent;
    background-image: url('../image/icons.png');
    background-position: -122px -98px;
    right: 8px;
    top: 0px;
    transform: scale(0.8);
    display: none;
}

.sv2-g-s-body span.sv2-g-scoreboard-preview {
    display: block;
    background: none !important;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

    .sv2-g-s-body span.sv2-g-scoreboard-preview:before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(50% - 4px);
        width: 32px;
        height: 32px;
        background-color: transparent;
        background-image: url('../image/icons.png?v2');
        background-position: -301px -69px;
        transition-duration: 200ms;
        transform: scale(0.7) translateY(-50%);
    }

[data-clienttype="2"] .sv2-g-s-place {
    cursor: pointer;
    transition-duration: 200ms;
}

#sv2_g_score_perstudent span.sv2-g-scoreboard-preview {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 90px;
    padding-right: 30px;
    cursor: pointer;
}

#sv2_g_score_perstudent span.sv2-g-scoreboard-preview:before {
    content: '';
    position: absolute;
    right: 2px;
    top: -6px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-image: url('../image/icons.png?v2');
    background-position: -301px -69px;
    transition-duration: 200ms;
    transform: scale(0.7);
}

#sv2_g_score_perstudent tbody td[data-result] {
    cursor: pointer;
}

    #sv2_g_score_perstudent tbody td[data-result][data-points="false"]:before {
        left: 50%;
        right: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #sv2_g_score_perstudent tbody td[data-result][data-points="false"]:after {
        left: 50%;
        right: 50%;
        top: 50%;
    }

    #sv2_g_score_perstudent tbody td[data-result="1"][data-points="false"]:after {
        transform: translate(-50%, -50%) scale(0.35);
    }

#sv2_g_score_perstudent tbody td[data-result="-1"][data-points="false"]:after,
#sv2_g_score_perstudent tbody td[data-result="0"][data-points="false"]:after {
    transform: none;
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    transform: translate(-50%, -50%);
}

    #sv2_g_score_perstudent tbody td[data-result]:hover > * {
        opacity: 0.8;
    }

[data-status="2"] #sv2_g_score_scoreboard .sv2-g-s-body .sv2-g-s-place-data > div:first-child {
    position: relative;
}

.sv2-view #sv2_g_score_scoreboard .sv2-g-s-body .sv2-g-s-place-data > div:first-child img {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    margin-right: 5px;
    top: 2px;
}

.sv2-view #sv2_g_score_scoreboard .sv2-g-s-body .sv2-g-s-place-data > div:first-child .sv2-g-scoreboard-defaultavatar {
    position: relative;
    display: block;
    float: left;
    right: 2px;
    top: 10px;
    width: 33px;
    height: 32px;
    background-color: transparent;
    background-image: url('../image/icons.png?v3');
    background-position: -264px -69px;
}

.sv2-view[data-status="3"][data-clienttype="2"] #sv2_g_score_scoreboard .sv2-g-s-body .sv2-g-s-place-data > div:first-child .sv2-g-scoreboard-defaultavatar,
.sv2-view[data-status="3"][data-clienttype="2"] #sv2_g_score_scoreboard .sv2-g-s-body .sv2-g-s-place-data > div:first-child img {
    display: none;
}




/*winner effects*/

#smashV2.winner {
    height: 100%;
    width: 100vw;
    max-width: initial;
    overflow: auto;
    background: #ffffff;
}

.winner .sv2-g-content,
.winner .sv2-g-results {
    background: none;
}

.winner .sv2-view {
    background: rgba(255, 255, 255, 1);
}


.winner .sv2-cong-blob {
    height: 50px;
    width: 50px;
    color: #ffcc00;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 1;
    font-size: 30px;
    display: none;
}

.winner .sv2-g-scoreboard-header .sv2-g-scoreboard-h-rank span {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3;
}

.winner:not(.no-animation) > .sv2-gl-wrapper {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 3s;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}



@media screen and (max-width: 700px) {
    .sv2-view[data-status="2"] .sv2-g-scoreboard {
        padding: 10px;
    }
}

@media all and (max-height: 600px) {
    .sv2-g-results {
        padding-top: 20px;
    }

    #sv2_g_score_scoreboard {
        min-height: 150px;
    }

    .sv2-view[data-type="game"] .sv2-g-h-scoreboard, .sv2-view[data-type="game"] .sv2-g-h-code {
        height: 40px;
    }
}


.sv2-view[data-status="3"][data-clienttype="2"] .sv2-g-scoreboard {
    height: calc(100% - 100px);
}

@media all and (max-width: 860px), all and (max-height: 500px) {


    .sv2-view[data-status="3"] {
        width: calc(100vw - 40px);
    }

    .sv2-g-results {
        padding-top: 25px;
    }

    .sv2-view[data-status="3"][data-clienttype="2"] .sv2-g-scoreboard-header > span {
        font-size: 16px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        margin-right: 5px !important;
        margin-bottom: 5px;
    }

        .sv2-view[data-status="3"][data-clienttype="2"] .sv2-g-scoreboard-header > span > span {
            top: -12px;
        }

    .sv2-view[data-status="3"][data-clienttype="2"] .sv2-g-scoreboard {
        padding-left: 10px;
        max-height: calc(100% - 150px);
    }

    #sv2_g_score_perstudent thead th, #sv2_g_score_perstudent tbody td {
        font-size: 14px;
    }

    #sv2_g_score_perstudent span.sv2-g-scoreboard-preview {
        width: 65px;
    }

    .sv2-g-s-place .sv2-g-s-place-data > div {
        font-size: 14px;
    }

    .sv2-g-s-place {
        margin-bottom: 0;
    }

        .sv2-g-s-place .sv2-g-s-place-data {
            width: calc(100% - 55px);
        }

        .sv2-g-s-place span[data-result], .sv2-g-s-place > span {
            font-size: 14px;
            transform: scale(0.7);
            top: -7px;
            position: relative;
        }

        .sv2-g-s-place .sv2-g-s-place-data > div {
            line-height: 35px;
            height: 35px;
            padding-left: 5px;
            padding-right: 5px;
        }

    .sv2-view #sv2_g_score_scoreboard .sv2-g-s-body .sv2-g-s-place-data > div:first-child img {
        top: 3px;
        width: 30px;
        height: 30px;
    }


    .sv2-g-s-body span.sv2-g-scoreboard-preview:before {
        top: 12px;
    }


    .sv2-g-s-body .sv2-g-s-place .sv2-g-s-place-data > div:last-child {
        padding: 0 5px;
    }
}


.sv2-view[data-status="3"][data-clienttype="2"] .sv2-g-s-place-data {
    padding-right: 10px;
}

.sv2-view[data-status="3"][data-clienttype="2"] .sv2-g-s-body .sv2-g-s-place .sv2-g-s-place-data > div:last-child {
    overflow: initial;
}

[data-grade="false"] .sv2-g-scoreboard-h-grade,
[data-points="false"] .sv2-g-scoreboard-h-points,
[data-points="false"] #sv2_g_score_perstudent tbody td span:not(.sv2-g-scoreboard-username):not(.sv2-g-scoreboard-grade),
[data-grade="false"] .sv2-g-s-place-data [data-cgrade="1"],
[data-points="false"] .sv2-g-s-place-data [data-cpoint="1"] {
    display: none !important;
}

[data-grade="false"] .sv2-view[data-status="2"] .sv2-g-s-place-data [data-cgrade="1"] {
    display: none !important;
}

/*[data-grade="false"] .sv2-g-s-place .sv2-g-s-place-data > div,
[data-points="false"] .sv2-g-s-place .sv2-g-s-place-data > div,
[data-grade="false"] .sv2-view[data-status="2"] .sv2-g-s-place .sv2-g-s-place-data > div {
    width: 50% !important;
}*/

[data-points="false"] #sv2_g_score_perstudent tbody td:before {
    right: calc(50% - 15px);
}

[data-points="false"] #sv2_g_score_perstudent tbody td:after {
    right: calc(50% - 25px);
}

[data-points="false"] #sv2_g_score_perstudent tbody td:after {
    right: calc(50% - 35px);
}

[data-points="false"] #sv2_g_score_perstudent tbody td[data-result="1"]:after {
    right: calc(50% - 25px);
}

.sv2-g-s-header .sv2-g-s-place-data [data-sort="1"] {
    position: relative;
}

    .sv2-g-s-header .sv2-g-s-place-data span {
        position: relative;
        cursor: pointer;
    }
    
    .sv2-g-s-header .sv2-g-s-place-data [data-sort="1"] span:before {
        content: "\A";
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #dd4397 transparent transparent;
        position: absolute;
        right: -20px;
        top: calc(50% - 10px);
        transform: rotate(270deg);
    }

.sv2-g-scoreboard-header #sv2sendchallenge,
#sv2sendchallenge.sv2-g-scoreboard-h-challenge-f {
    border: none;
    padding: 5px 20px;
    border-radius: 15px;
    background: #09ba20;
    color: white;
    font-size: 18px;
    border-top: 2px solid #09ba20;
    border-bottom: 3px solid #068b17;
    cursor: pointer;
    transition-duration: 200ms;
    margin-top: 10px;
    /*  position: absolute;
    top: 10px;
    left: 10px;*/
}

div.sv2-g-s-place-no-data {
    background: none !important;
    overflow: initial !important;
    white-space: initial !important;
    text-overflow: initial !important;
    word-break: break-all !important;
    font-size: 18px !important;
}

/*
.sv2-g-s-place-no-data[data-cpoint="1"] {
    --w: calc(100% / 3);
    width: calc(var(--w) * 2) !important;
    line-height: normal !important;
    display: table;
}

    .sv2-g-s-place-no-data[data-cpoint="1"] span {
        vertical-align: middle;
        background: none !important;
        display: table-cell;
        vertical-align: middle;
    }


.sv2-g-s-place-no-data[data-cpoint="1"],
.sv2-g-s-place-no-data[data-cgrade="1"] {
    display: none;
}*/

.sv2-g-s-place-data-empty {
    text-align: center;
    display: block;
    padding: 10px;
    color: rgba(241,115,31,1);
    background: none !important;
    font-size: 14px !important;
}

@media screen and (max-width: 900px) {
    .sv2-g-s-place-no-data[data-cpoint="1"] {
        /*width: 50% !important;*/
    }
}

@media all and (max-width: 860px), all and (max-height: 500px) {
    .sv2-view[data-type="game"] .sv2-g-h-scoreboard,
    .sv2-view[data-type="game"] .sv2-g-h-code {
        height: 25px;
        font-size: 16px;
        top: 15px;
        border-radius: 0 0 10px 10px;
    }

        .sv2-view[data-type="game"] .sv2-g-h-code span span,
        .sv2-view[data-type="game"] .sv2-g-h-code span {
            font-size: 16px;
            display: inline-block;
        }

        .sv2-view[data-type="game"] .sv2-g-h-scoreboard:before, 
        .sv2-view[data-type="game"] .sv2-g-h-code:before {
            left: -10px;
            border-left: 10px solid transparent;
            border-right: 0px solid transparent;
            border-bottom: 10px solid #b2365d !important;
        }

        .sv2-view[data-type="game"] .sv2-g-h-scoreboard:after,
        .sv2-view[data-type="game"] .sv2-g-h-code:after {
            right: -10px;
            border-left: 0px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #b2365d;
        }

    [data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-h-scoreboard:after,
    [data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-h-code:after {
        border-bottom: 10px solid rgb(28, 2, 120) !important; 
    }

    [data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-h-scoreboard:before,
    [data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-h-code:before {
        border-bottom: 10px solid rgb(28, 2, 120) !important;
    }


    .sv2-g-scoreboard-header button {
        font-size: 14px;
        padding: 0 15px;
    }

    .sv2-g-scoreboard-header {
        min-height: 30px;
    }

    .sv2-view[data-status="3"] .sv2-g-scoreboard {
        height: calc(100% - 30px);
        padding: 5px;
    }

    .sv2-view[data-type="game"][data-status="3"][data-clientype="1"] {
        height: calc(var(--rvh) - 80px) !important;
        margin-top: 10px !important;
    }

    #sv2_g_score_graph .graph-element {
        width: 50px;
        margin-right: 2px;
    }

    #sv2_g_score_graph .graph-element span {
        font-size: 14px;
    }
}


@media all and (max-width: 500px) {
    .sv2-g-results {
        padding-top: 23px;
    }

    .sv2-view[data-status="3"] .sv2-g-scoreboard {
        height: calc(100% - 35px);
    }

    .sv2-g-scoreboard-header button:not(:last-child) {
        margin-right: 0px;
    }

    .sv2-view[data-status="3"][data-clienttype="2"] .sv2-g-scoreboard-header > span {
        width: auto;   
    }

        .sv2-view[data-status="3"][data-clienttype="2"] .sv2-g-scoreboard-header > span > span {
            margin: 0 5px;
            font-size: 14px;
        }
}


    .sv2-g-scoreboard-preview[data-hk="0"] {
        filter: grayscale(100%);
        opacity: 0.50;
    }

    /*GAMES*/

    #sv2_g_score_perstudent span.sv2-g-scoreboard-preview[data-game-type="2"] {
        cursor: default;
    }

        .sv2-g-s-body span.sv2-g-scoreboard-preview[data-game-type="2"]:before,
        #sv2_g_score_perstudent span.sv2-g-scoreboard-preview[data-game-type="2"]:before {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url('../image/games/memorama/memorama_sm.png');
            cursor: default;
        }

    #sv2_g_score_graph .graph-element[data-game-type="2"] > div:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: calc(100% - 10px) auto;
        background-repeat: no-repeat;
        background-position: center calc(100% - 5px);
        background-image: url('../image/games/memorama/memorama_sm.png');
        cursor: default;
    }
.sv2-view[data-type="joingame"] {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100vw;
    max-width: initial;
    overflow: auto;
    padding-top: var(--navbar-height);
}

    .sv2-view[data-type="joingame"] .sv2-view-wrapper {
        text-align: center;
        height: auto;
    }

.sv2-view[data-type="joingame"] .sv2-view-header {
    margin-bottom: 50px;
}

.sv2-view[data-type="joingame"] .sv2-view-header img {
    width: 250px;
}

    .sv2-view[data-type="joingame"] .sv2-view-content {
        position: relative;
        width: calc(100vw - 20px);
        max-width: 600px;
        min-width: 200px;
        -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);
        padding: 30px;
        border-radius: 20px;
        background: white;
        margin-bottom: 50px;
        display: inline-block;
    }

    .sv2-view[data-type="joingame"] .sv2-v-c-real-note {
        display: block;
        margin-top: 30px;
        font-size: 16px;
        color: rgba(0,0,0,0.5);
        font-style: italic;
    }

    .sv2-view[data-type="joingame"] .sv2-v-c-title {
        display: block;
        position: absolute;
        height: 50px;
        background: #ff6a00;
        width: calc(70% - 20px);
        top: -25px;
        left: calc(50%);
        transform: translateX(-50%);
        border-radius: 0 0 10px 10px;
        text-align: center; 
        color: white;
        font-size: 28px;
        line-height: 50px;
    }

        .sv2-view[data-type="joingame"] .sv2-v-c-title:before {
            content: '';
            position: absolute;
            left: -15px;
            top: 0px;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 0px solid transparent;
            border-bottom: 25px solid #9f4504;
            clear: both;
        }

        .sv2-view[data-type="joingame"] .sv2-v-c-title:after {
            content: '';
            position: absolute;
            right: -15px;
            top: 0px;
            width: 0;
            height: 0;
            border-left: 0px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 25px solid #9f4504;
            clear: both;
        }


    .sv2-view[data-type="joingame"] .sv2-v-name,
    .sv2-view[data-type="joingame"] .sv2-v-code {
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        width: 60%;
        min-width: 270px;
        border-radius: 10px;
        height: 150px;
        margin-top: 50px;
       
    }

    .sv2-view[data-type="joingame"] .sv2-v-code {
        width: 100%;
        font-size: 30px;
        height: 100px;
        background: white;
        border: 1px solid #c9cac9
    }



    .sv2-view[data-type="joingame"] .sv2-v-name {
        display: none;
        background: white;
        border: 1px solid #c9cac9;
        width: 90%;
        color: #333;
    }


        .sv2-view[data-type="joingame"] .sv2-v-name input,
        .sv2-view[data-type="joingame"] .sv2-v-code input {
            background: none;
            border: none;
            width: 100%;
            height: 100%;
            text-align: center;
            font-size: 50px;
        }

    .sv2-view[data-type="joingame"] .sv2-v-code input {
        color: rgba(0,0,0,0.5);
    }

    .sv2-view[data-type="joingame"] .sv2-v-name input {
        font-size: 30px;
    }

        .sv2-view[data-type="joingame"] .sv2-v-name input::placeholder,
        .sv2-view[data-type="joingame"] .sv2-v-code input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: rgba(0,0,0,0.5);
            font-size: 30px;
            line-height: 1;
            opacity: 1;
        }

        .sv2-view[data-type="joingame"] .sv2-v-name input:-ms-input-placeholder,
        .sv2-view[data-type="joingame"] .sv2-v-code input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: rgba(0,0,0,0.5);
            font-size: 30px;
        }

        .sv2-view[data-type="joingame"] .sv2-v-name input::-ms-input-placeholder,
        .sv2-view[data-type="joingame"] .sv2-v-code input::-ms-input-placeholder { /* Microsoft Edge */
            color: rgba(0,0,0,0.5);
            font-size: 30px;
        }

    .sv2-view[data-type="joingame"] .sv2-view-content {
        text-align: center;
        padding-bottom: 70px;
        text-align: center;
    }

    .sv2-view[data-type="joingame"] .sv2-view-content button {
        display: inline-block;
        width: 120px;
        height: 40px;
        border-radius: 5px;
        font-size: 24px;
        border: none;
        background: #c9cac9;
        color: white;
        cursor: pointer;
        transition-duration: 200ms;
        display: none;
    }


      .sv2-view[data-type="joingame"] .sv2-view-content button.active {
            color: white;
            background: #ff6a00;
            font-size: 18px;
            margin-top: 15px;
           /* background: rgba(53,210,191,1);
            background: -moz-linear-gradient(left, rgba(53,210,191,1) 0%, rgba(36,183,203,1) 55%, rgba(19,154,214,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53,210,191,1)), color-stop(55%, rgba(36,183,203,1)), color-stop(100%, rgba(19,154,214,1)));
            background: -webkit-linear-gradient(left, rgba(53,210,191,1) 0%, rgba(36,183,203,1) 55%, rgba(19,154,214,1) 100%);
            background: -o-linear-gradient(left, rgba(53,210,191,1) 0%, rgba(36,183,203,1) 55%, rgba(19,154,214,1) 100%);
            background: -ms-linear-gradient(left, rgba(53,210,191,1) 0%, rgba(36,183,203,1) 55%, rgba(19,154,214,1) 100%);
            background: linear-gradient(to right, rgba(53,210,191,1) 0%, rgba(36,183,203,1) 55%, rgba(19,154,214,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35d2bf', endColorstr='#139ad6', GradientType=1 );*/
        }

    .sv2-view[data-type="joingame"] .sv2-view-footer {
        position: relative;
        overflow: visible;
        width: 60vw;
        max-width: 600px;
        margin-left: 5px;
        border-radius: 20px;
    }

        .sv2-view[data-type="joingame"] .sv2-view-footer input {
            font-size: 22px;
            width: 230px;
        }

        .sv2-view[data-type="joingame"] .sv2-view-footer input:first-child {
            float: left;
        }

    .sv2-view[data-type="joingame"] .sv2-view-footer input:last-child {
        float: right;
    }

    .sv2-view[data-type="joingame"] .sv2-view-content[data-mode="click"] .sv2-v-c-real-note {
        margin-top: 15px;
    }


.sv2-view[data-type="joingame"] #hdr_logout {
    position: fixed;
    top: 7px;
    left: 0px;
    color: #ff6a00;
    cursor: pointer;
    font-size: 30px;
    z-index: 500;
}

.sv2-view[data-type="joingame"] .language-container {
    position: fixed;
    top: 8px;
    right: 5px;
    cursor: pointer;
    z-index: 500;
}

#somethingWentWrongReportBtn[data-lobby="true"] {
    position: fixed;
    top: 10px;
    right: 5px;
    cursor: pointer;
    z-index: 500;
}


.sv2-view[data-type="joingame"] .language-container ul {
    top: 60px;
}




.sv2-view[data-type="joingame"] .sv2-v-pending-join-click,
.sv2-view[data-type="joingame"] .sv2-v-current-join-click {
    cursor: pointer;
}

    .sv2-view[data-type="joingame"] .sv2-v-pending-join-click img,
    .sv2-view[data-type="joingame"] .sv2-v-current-join-click img {
        width: 225px;
        height: auto;
        margin: 15px;
        transform: scale(1);
        animation: pulse 1.5s infinite;
        opacity: 1 !important;
    }

    .sv2-view[data-type="joingame"] .sv2-v-pending-join-click span,
    .sv2-view[data-type="joingame"] .sv2-v-current-join-click span {
        display: block;
        text-align: center;
        color: rgba(246,124,107,1);
    }

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}


@media all and (max-height: 500px) and (orientation: landscape) {

    .sv2-view[data-type="joingame"] .sv2-v-name,
    .sv2-view[data-type="joingame"] .sv2-v-code {
        width: 100%;
    }

    .sv2-view[data-type="joingame"] .sv2-v-name,
    .sv2-view[data-type="joingame"] .sv2-v-code {
        margin-top: 10px;
        height: 50px;
    }

        .sv2-view[data-type="joingame"] .sv2-v-name input,
        .sv2-view[data-type="joingame"] .sv2-v-code input {
            font-size: 20px;
        }

    .sv2-view[data-type="joingame"] .sv2-v-c-real-note {
        margin-top: 10px;
        font-size: 14px;
    }

    .sv2-view[data-type="joingame"] .sv2-v-c-title {
        font-size: 18px;
    }

    .sv2-view[data-type="joingame"] .sv2-view-content {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 800px) {
    .sv2-view[data-type="joingame"] .sv2-view-footer input {
        display: inline-block;
        float: none !important;
        margin-bottom: 10px;
    }

    .sv2-view[data-type="joingame"] .sv2-view-header img {
        width: 200px;
    }
}


@media screen and (max-height: 780px) {
    .sv2-view[data-type="joingame"] .sv2-view-header {
        margin-bottom: 0px;
    }

        .sv2-view[data-type="joingame"] .sv2-view-header img {
            width: 150px;
        }

    .sv2-view[data-type="joingame"] .sv2-view-content {
        padding-bottom: 50px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .sv2-view[data-type="joingame"] .sv2-v-name,
    .sv2-view[data-type="joingame"] .sv2-v-code {
        margin-top: 20px;
        height: 100px;
    }

        .sv2-view[data-type="joingame"] .sv2-v-name input,
        .sv2-view[data-type="joingame"] .sv2-v-code input {
            font-size: 30px;
        }

    .sv2-view[data-type="joingame"] .sv2-view-content[data-mode="click"] .sv2-v-c-real-note {
        margin-top: 5px;
    }

    .sv2-view[data-type="joingame"] .sv2-v-pending-join-click img,
    .sv2-view[data-type="joingame"] .sv2-v-current-join-click img {
        margin: 5px;
        margin-top: 20px;
        width: 200px;
    }
}

@media screen and (max-height: 580px) {

    .sv2-view[data-type="joingame"] .sv2-view-header {
        position: absolute;
        top: 20px;
        left: 20px;
    }

        .sv2-view[data-type="joingame"] .sv2-view-header img {
            display: none;
        }
}

@media screen and (max-width: 580px) {

    .sv2-view[data-type="joingame"] .sv2-v-c-title {
        font-size: 18px;
    }
}

@media all and (max-width: 500px) {
    .sv2-view[data-type="joingame"] .sv2-view-content {
        padding: 5px;
    }

    .sv2-view[data-type="joingame"] .sv2-v-c-real-note {
        font-size: 14px;
    }
}

@media all and (max-height: 500px) {

    .sv2-view[data-type="joingame"] .sv2-view-content {
        padding: 5px;
    }

    .sv2-view[data-type="joingame"] .sv2-v-c-real-note {
        font-size: 14px;
    }

    .sv2-view[data-type="joingame"] .sv2-view-wrapper {
        margin-top: 30px;
    }

    .sv2-view[data-type="joingame"] .sv2-view-content[data-mode="click"] {
        padding: 5px;
    }

    .sv2-view[data-type="joingame"] .sv2-v-pending-join-click img {
        width: 130px;   
    }

    .sv2-view[data-type="joingame"] .sv2-v-c-title {
        height: 35px;
        line-height: 35px;
    }

    .sv2-view[data-type="joingame"] .sv2-v-name, .sv2-view[data-type="joingame"] .sv2-v-code {
        height: 55px;
        width: 90%;
    }

}



.sv2-view[data-type="playerwaiting"] {
    height: 100%;
    width: 100vw;
    max-width: initial;
    overflow: auto;
    background: #faf8fb;
}

    .sv2-view[data-type="playerwaiting"] .sv2-view-wrapper {
        width: 100%;
        height: 100%;
    }

    .sv2-view[data-type="playerwaiting"] .sv2-view-content {
        width: 100%;
        height: 100%;
        overflow: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sv2-view[data-type="playerwaiting"] .sv2-v-teacher {
        position: relative;
        text-align: center;
    }

    .sv2-view[data-type="playerwaiting"] .sv2-v-logo {
        width: 50%;
        height: var(--rvh);
        float: left;
        overflow: auto;
        text-align: center;
    }

    .sv2-view[data-type="playerwaiting"] .sv2-v-teacher img {
        width: calc(100vw - 50px);
        max-width: 350px;
        z-index: 10;
        animation: smashLetsPlayPulse 1.5s infinite;
    }


@keyframes smashLetsPlayPulse {
    0% {
        transform:  scale(0.95);
    }

    70% {
        transform:  scale(1);
    }

    100% {
        transform:  scale(0.95);
    }
}

.sv2-view[data-type="playerwaiting"] .sv2-v-t-container {
    width: 450px;
    height: 450px;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .sv2-view[data-type="playerwaiting"] h3 {
        color: #c1c1c1;
        width: 100%;
        font-size: 30px;
        font-weight: 100;
        text-align: center;
        position: absolute;
        bottom: -20px;
        transform: translateY(100%);
    }

    .sv2-view[data-type="playerwaiting"] .sv2-v-t-clock-container {
        width: 50%;
        background: white;
        border-radius: 50%;
        width: 310px;
        height: 310px;
        margin: 70px;
        position: relative;
    }
    .sv2-view[data-type="playerwaiting"] .sv2-v-t-clock {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .sv2-view[data-type="playerwaiting"] .sv2-v-t-r-minute,
    .sv2-view[data-type="playerwaiting"] .sv2-v-t-r-hour {
        position: absolute;
        width: 20px;
        height: 50%;
        border-radius: 30px;
        left: 50%;
        transform-origin: center bottom;
        background: rgba(139,112,235,1);
        background: -moz-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(71,127,209,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(139,112,235,1)), color-stop(100%, rgba(71,127,209,1)));
        background: -webkit-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(71,127,209,1) 100%);
        background: -o-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(71,127,209,1) 100%);
        background: -ms-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(71,127,209,1) 100%);
        background: linear-gradient(to right, rgba(139,112,235,1) 0%, rgba(71,127,209,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b70eb', endColorstr='#477fd1', GradientType=1 );
    }

    .sv2-view[data-type="playerwaiting"] .sv2-v-t-r-hour {
        transform: translateX(-50%) rotate(90deg);
    }

    .sv2-view[data-type="playerwaiting"] .sv2-v-t-r-minute {
        position: absolute;
        width: 20px;
        height: 70%;
        top: -20%;
        left: calc(50% - 10px);
        border-radius: 30px;
        -webkit-animation: clock_spin 30s linear infinite;
        -moz-animation: clock_spin 30s linear infinite;
        animation: clock_spin 30s linear infinite;
        transform-origin: bottom bottom;
    }


@-moz-keyframes clock_spin {
    0% {
        -moz-transform: rotate(0);
    }
    
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes clock_spin {
    0% {
        -moz-transform: rotate(0);
    }
    
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes clock_spin {
    0% {
        -webkit-transform: rotate(0);
        transform:  rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media all and (max-height: 600px) and (orientation: landscape) {    
        .sv2-view[data-type="playerwaiting"] .sv2-v-logo img {
           width: 250px;
           height: auto;
        }
}

@media all and (max-height: 970px) and (orientation: landscape) {
    .sv2-view[data-type="playerwaiting"] .sv2-v-logo img {
        width: 300px;
        height: auto;
    }
}

@media all and (max-height: 500px) and (orientation: landscape) {    
    .sv2-view[data-type="playerwaiting"] .sv2-v-logo img {
        width: 200px;
        height: auto;
    }

    .sv2-view[data-type="playerwaiting"] .sv2-v-t-container {
        width: 300px;
        height: 300px;
    }

    .sv2-view[data-type="playerwaiting"] .sv2-v-teacher img {
        width: 300px;
    }

    .sv2-view[data-type="playerwaiting"] h3 {
        font-size: 18px;
    }
}


@media all and (max-height: 500px) and (orientation: landscape), (max-width: 500px) and (orientation: portrait) {
    .sv2-view[data-type="playerwaiting"] .sv2-v-t-container {
        width: 250px;
        height: 250px;
    }

    .sv2-view[data-type="playerwaiting"] .sv2-v-teacher img {
        width: 250px;
    }
}

@media all and (max-width: 970px) and (orientation: portrait) {

    .sv2-view[data-type="playerwaiting"] .sv2-v-teacher {
        width: 100%;
        height: 100%;
        overflow: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .sv2-view[data-type="playerwaiting"] .sv2-v-logo {
        top: 50px;
        display: block;
        height: 120px;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

        .sv2-view[data-type="playerwaiting"] .sv2-v-logo img {
            height: 100%;
            width: auto;
            display: inline-block;
        }
}

.sv2-view[data-type="playerwaiting"] #hdr_logout {
    position: fixed;
    top: 0px;
    left: 0px;
    color: #ff6a00;
    cursor: pointer;
    font-size: 30px;
    z-index: 500;
}

.sv2-view[data-type="playerwaiting"] .language-container {
    position: fixed;
    top: 8px;
    right: 0px;
    cursor: pointer;
    z-index: 500;
}

    .sv2-view[data-type="playerwaiting"] .language-container ul {
        top: 45px;
    }

.sv2-view[data-type="game"] .sv2-g-c-e-v-results {
    overflow: auto;
    padding: 20px;
    padding-bottom: 0;
    min-width: 330px;
    text-align: center;
    display: none;
    position: absolute;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 5px;
}

.sv2-view[data-type="game"][data-task="3"] .sv2-g-c-e-v-results {
    display: none !important;
}

    .sv2-view[data-type="game"] .sv2-g-c-e-v-results > span {
        display: inline-block;
        width: 115px;
        height: 50px;
        line-height: 50px;
        color: white;
        font-size: 40px;
        font-weight: 600;
        margin-right: 30px;
        margin-bottom: 20px;
        text-align: center;
        padding-right: 20px;
        padding-left: 50px;
        border-radius: 0 50px 50px 0;
        position: relative;
        transition-duration: 200ms;
    }

        .sv2-view[data-type="game"] .sv2-g-c-e-v-results > span:hover {
            box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        }


        .sv2-view[data-type="game"] .sv2-g-c-e-v-results > span:before {
            content: '';
            position: absolute;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: #333;
            display: block;
            top: -6px;
            left: -20px;
        }

.sv2-view[data-type="game"] .sv2-g-c-e-v-r-correct {
    margin-left: 30px;
    background: rgba(34,230,165,1);
    background: -moz-linear-gradient(left, rgba(34,230,165,1) 0%, rgba(3,186,145,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34,230,165,1)), color-stop(100%, rgba(3,186,145,1)));
    background: -webkit-linear-gradient(left, rgba(34,230,165,1) 0%, rgba(3,186,145,1) 100%);
    background: -o-linear-gradient(left, rgba(34,230,165,1) 0%, rgba(3,186,145,1) 100%);
    background: -ms-linear-gradient(left, rgba(34,230,165,1) 0%, rgba(3,186,145,1) 100%);
    background: linear-gradient(to right, rgba(34,230,165,1) 0%, rgba(3,186,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22e6a5', endColorstr='#03ba91', GradientType=1 );
}

.sv2-view[data-type="game"] .sv2-g-c-e-v-r-incorrect {
    background: rgba(203,0,10,1);
    background: -moz-linear-gradient(left, rgba(203,0,10,1) 0%, rgba(245,5,12,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,0,10,1)), color-stop(100%, rgba(245,5,12,1)));
    background: -webkit-linear-gradient(left, rgba(203,0,10,1) 0%, rgba(245,5,12,1) 100%);
    background: -o-linear-gradient(left, rgba(203,0,10,1) 0%, rgba(245,5,12,1) 100%);
    background: -ms-linear-gradient(left, rgba(203,0,10,1) 0%, rgba(245,5,12,1) 100%);
    background: linear-gradient(to right, rgba(203,0,10,1) 0%, rgba(245,5,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb000a', endColorstr='#f5050c', GradientType=1 );
}

.sv2-view[data-type="game"] .sv2-g-c-e-v-r-skipped {
    background: rgba(99,152,230,1);
    background: -moz-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,152,230,1)), color-stop(100%, rgba(112,118,224,1)));
    background: -webkit-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -o-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: linear-gradient(to right, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398e6', endColorstr='#7076e0', GradientType=1 );
}

.sv2-view[data-type="game"] span.sv2-g-c-e-v-r-correct:before {
    background: rgba(11,183,151,1);
    background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
    background: -webkit-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    background: linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
}

.sv2-view[data-type="game"] span.sv2-g-c-e-v-r-incorrect:before {
    background: rgba(164,0,6,1);
    background: -moz-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,0,6,1)), color-stop(100%, rgba(204,0,7,1)));
    background: -webkit-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -o-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: -ms-linear-gradient(top, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    background: linear-gradient(to bottom, rgba(164,0,6,1) 0%, rgba(204,0,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40006', endColorstr='#cc0007', GradientType=0 );
}

.sv2-view[data-type="game"] span.sv2-g-c-e-v-r-skipped:before {
    background: rgba(99,152,230,1);
    background: -moz-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,152,230,1)), color-stop(100%, rgba(112,118,224,1)));
    background: -webkit-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -o-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    background: linear-gradient(to right, rgba(99,152,230,1) 0%, rgba(112,118,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398e6', endColorstr='#7076e0', GradientType=1 );
}

.sv2-view[data-type="game"] span.sv2-g-c-e-v-r-skipped:after,
.sv2-view[data-type="game"] span.sv2-g-c-e-v-r-incorrect:after {
    content: 'X';
    position: absolute;
    width: 64px;
    height: 64px;
    line-height: 64px;
    display: block;
    top: -6px;
    left: -20px;
}

.sv2-view[data-type="game"] span.sv2-g-c-e-v-r-correct:after {
    content: '';
    width: 45px;
    height: 35px;
    position: absolute;
    top: 10px;
    left: -10px;
    background-image: url(../image/icons.png);
    background-repeat: no-repeat;
    background-position: -114px -60px;
    transform: scale(0.8);
}

.sv2-view[data-type="game"]  span.sv2-g-c-e-v-r-skipped:after {
    content: '0';
}



.sv2-view[data-type="game"] .sv2-g-c-e-v-explanation input[type="button"] {
    border: none;
    padding: 7px 30px;
    border-radius: 50px;
    font-size: 18px;
    color: white;
    background: #ff6a00;
    cursor: pointer;
}

    .sv2-view[data-type="game"] .sv2-g-c-e-v-explanation input[type="button"]:focus {
        outline: none;
    }

.sv2-g-c-e-v-results-hide {
    position:absolute;
    right: 10px;
    bottom: 10px;
    font-size: 22px;
    background: none;
    border: none;
    color: rgba(203,0,10,1);
    cursor: pointer;
    z-index: 10;
}

.sv2-g-c-e-v-results-exercises {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 10px;
    margin-bottom: 10px;
}

    .sv2-g-c-e-v-results-exercises li {
        padding: 0 10px;
        border-radius: 40px;
        position: relative;
        padding-left: 32px;
        margin-right: 5px;
        height: 27px;
        line-height: 27px;
        font-weight: normal;
        font-size: 12px;
    }

    .sv2-g-c-e-v-results-exercises span {
        position: absolute;
        border-radius: 50%;
        display: block;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 35px;
        left: -5px;
        top: -2px;
        font-size: 14px;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        transition-duration: 200ms;
    }

    .sv2-g-c-e-v-results-exercises li,
    .sv2-g-c-e-v-results-exercises span {
        color: white;
        background: rgba(11,183,151,1);
        background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
        background: -webkit-linear-gradient( 45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        background: linear-gradient( 45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
    }

        .sv2-g-c-e-v-results-exercises li:hover {
            cursor: pointer;
            box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        }


@media all and (max-width: 700px) {
    .sv2-view[data-type="game"] .sv2-g-c-e-v-results > span {
        margin: 0;
        font-size: 20px;
        width: 70px;
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

        .sv2-view[data-type="game"] .sv2-g-c-e-v-results > span:before {
            width: 44px;
            height: 44px;
            top: -2px;
            left: -13px;
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-v-results > span.sv2-g-c-e-v-r-correct {
            margin-left: 30px;
        }   

    .sv2-view[data-type="game"] span.sv2-g-c-e-v-r-correct:after {
        transform: scale(0.5);
        top: 5px;
        left: -12px;
    }

    .sv2-view[data-type="game"] span.sv2-g-c-e-v-r-skipped:after,
    .sv2-view[data-type="game"] span.sv2-g-c-e-v-r-incorrect:after {
        position: absolute;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        display: block;
        top: 0px;
        left: -13px;
    }
}

@media all and (max-height: 700px) {
    .sv2-view[data-type="game"] .sv2-g-c-e-v-results > span {
        margin: 0;
        font-size: 20px;
        width: 70px;
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

        .sv2-view[data-type="game"] .sv2-g-c-e-v-results > span:before {
            width: 44px;
            height: 44px;
            top: -2px;
            left: -13px;
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-v-results > span.sv2-g-c-e-v-r-correct {
            margin-left: 30px;
        }   

    .sv2-view[data-type="game"] span.sv2-g-c-e-v-r-correct:after {
        transform: scale(0.5);
        top: 5px;
        left: -12px;
    }

    .sv2-view[data-type="game"] span.sv2-g-c-e-v-r-skipped:after,
    .sv2-view[data-type="game"] span.sv2-g-c-e-v-r-incorrect:after {
        position: absolute;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        display: block;
        top: 0px;
        left: -13px;
    }
}


@media all and (max-width: 500px) and (orientation: portrait), all and (max-height: 500px) and (orientation: landscape) {
    .sv2-view[data-type="game"] .sv2-g-c-e-v-results {
        padding: 5px;
    }

    .sv2-view[data-type="game"] .sv2-g-c-e-v-explanation input[type="button"] {
        font-size: 14px;
    }
}


.sv2-view[data-type="game"] .sv2-g-c-e-v-results.sv2-g-c-e-v-results-hidden {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.05) 0px 1px 2px;
}



    .sv2-view[data-type="game"] .sv2-g-c-e-v-results.sv2-g-c-e-v-results-hidden > * {
        opacity: 0.05;
    }

    .sv2-view[data-type="game"] .sv2-g-c-e-v-results.sv2-g-c-e-v-results-hidden > .sv2-g-c-e-v-results-hide {
        opacity: 1;
        color: rgb(92, 92, 92)
    }

.sv2-view[data-type="game"] .sv2-g-c-e-v-options {
    float: left;
    width: 50%;
    padding: 30px;
    padding-top: 0;
}


    .sv2-view[data-type="game"] .sv2-g-c-e-question-content {
        width: 100%;
    }

    .sv2-view[data-type="game"] .sv2-g-c-e-question-content ul,
    .sv2-view[data-type="game"] .sv2-g-c-e-v-options ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sv2-view[data-type="game"] .sv2-g-c-e-question-content li,
    .sv2-view[data-type="game"] .sv2-g-c-e-v-options li {
        width: 100%;
        min-height: 55px;
        background: #c9cac9;
        margin-bottom: 5px;
        border-radius: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding-left: 50px;
        font-size: 23px;
        color: white;
        position: relative;
        transition-duration: 200ms;
        cursor: pointer;
        line-height: 1.3;
    }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li:hover,
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li:hover {
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li:nth-child(1),
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li:nth-child(1) {
            background: rgba(255,127,100,1);
            background: -moz-radial-gradient(center, ellipse cover, rgba(255,127,100,1) 0%, rgba(233,142,124,1) 100%);
            background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,127,100,1)), color-stop(100%, rgba(233,142,124,1)));
            background: -webkit-radial-gradient(center, ellipse cover, rgba(255,127,100,1) 0%, rgba(233,142,124,1) 100%);
            background: -o-radial-gradient(center, ellipse cover, rgba(255,127,100,1) 0%, rgba(233,142,124,1) 100%);
            background: -ms-radial-gradient(center, ellipse cover, rgba(255,127,100,1) 0%, rgba(233,142,124,1) 100%);
            background: radial-gradient(ellipse at center, rgba(255,127,100,1) 0%, rgba(233,142,124,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f64', endColorstr='#e98e7c', GradientType=1 );
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li:nth-child(2),
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li:nth-child(2) {
            background: rgba(37,168,205,1);
            background: -moz-radial-gradient(center, ellipse cover, rgba(37,168,205,1) 0%, rgba(23,152,209,1) 100%);
            background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(37,168,205,1)), color-stop(100%, rgba(23,152,209,1)));
            background: -webkit-radial-gradient(center, ellipse cover, rgba(37,168,205,1) 0%, rgba(23,152,209,1) 100%);
            background: -o-radial-gradient(center, ellipse cover, rgba(37,168,205,1) 0%, rgba(23,152,209,1) 100%);
            background: -ms-radial-gradient(center, ellipse cover, rgba(37,168,205,1) 0%, rgba(23,152,209,1) 100%);
            background: radial-gradient(ellipse at center, rgba(37,168,205,1) 0%, rgba(23,152,209,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a8cd', endColorstr='#1798d1', GradientType=1 );
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li:nth-child(3),
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li:nth-child(3) {
            background: rgba(214,0,4,1);
            background: -moz-radial-gradient(center, ellipse cover, rgba(214,0,4,1) 0%, rgba(216,3,0,1) 100%);
            background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(214,0,4,1)), color-stop(100%, rgba(216,3,0,1)));
            background: -webkit-radial-gradient(center, ellipse cover, rgba(214,0,4,1) 0%, rgba(216,3,0,1) 100%);
            background: -o-radial-gradient(center, ellipse cover, rgba(214,0,4,1) 0%, rgba(216,3,0,1) 100%);
            background: -ms-radial-gradient(center, ellipse cover, rgba(214,0,4,1) 0%, rgba(216,3,0,1) 100%);
            background: radial-gradient(ellipse at center, rgba(214,0,4,1) 0%, rgba(216,3,0,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60004', endColorstr='#d80300', GradientType=1 )
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li:nth-child(4),
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li:nth-child(4) {
            background: rgba(36,153,67,1);
            background: -moz-radial-gradient(center, ellipse cover, rgba(36,153,67,1) 0%, rgba(35,141,63,1) 100%);
            background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(36,153,67,1)), color-stop(100%, rgba(35,141,63,1)));
            background: -webkit-radial-gradient(center, ellipse cover, rgba(36,153,67,1) 0%, rgba(35,141,63,1) 100%);
            background: -o-radial-gradient(center, ellipse cover, rgba(36,153,67,1) 0%, rgba(35,141,63,1) 100%);
            background: -ms-radial-gradient(center, ellipse cover, rgba(36,153,67,1) 0%, rgba(35,141,63,1) 100%);
            background: radial-gradient(ellipse at center, rgba(36,153,67,1) 0%, rgba(35,141,63,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#249943', endColorstr='#238d3f', GradientType=1 );
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li:nth-child(5),
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li:nth-child(5) {
            background: rgba(176,104,207,1);
            background: -moz-radial-gradient(center, ellipse cover, rgba(176,104,207,1) 0%, rgba(156,81,189,1) 100%);
            background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(176,104,207,1)), color-stop(100%, rgba(156,81,189,1)));
            background: -webkit-radial-gradient(center, ellipse cover, rgba(176,104,207,1) 0%, rgba(156,81,189,1) 100%);
            background: -o-radial-gradient(center, ellipse cover, rgba(176,104,207,1) 0%, rgba(156,81,189,1) 100%);
            background: -ms-radial-gradient(center, ellipse cover, rgba(176,104,207,1) 0%, rgba(156,81,189,1) 100%);
            background: radial-gradient(ellipse at center, rgba(176,104,207,1) 0%, rgba(156,81,189,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b068cf', endColorstr='#9c51bd', GradientType=1 );
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li.correct:before,
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li.correct:before {
            content: '';
            position: absolute;
            right: -21px;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(11,183,151,1);
            background: -moz-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
            background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11,183,151,1)), color-stop(100%, rgba(11,213,151,1)));
            background: -webkit-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
            background: -o-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
            background: -ms-linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
            background: linear-gradient(45deg, rgba(11,183,151,1) 0%, rgba(11,213,151,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb797', endColorstr='#0bd597', GradientType=1 );
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li.correct:after,
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li.correct:after {
            content: '';
            width: 45px;
            height: 35px;
            position: absolute;
            top: 50%;
            right: -22px;
            background-image: url('../image/icons.png');
            background-repeat: no-repeat;
            background-position: -114px -60px;
            transform: translateY(-50%) scale(0.5);
            -webkit-transform: translateY(-50%) scale(0.5);
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li.incorrect:after,
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li.incorrect:after {
            content: '';
            width: 67px;
            height: 60px;
            position: absolute;
            top: -2px;
            right: -35px;
            background-image: url('../image/icons.png');
            background-repeat: no-repeat;
            background-position: -166px -1px;
            z-index: 1;
            transform: scale(0.7);
            -webkit-transform: scale(0.7);
        }

    .sv2-view[data-type="game"] .sv2-g-c-e-question-content li,
    .sv2-view[data-type="game"] .sv2-g-c-e-v-options li {
        padding-left: 20px;
        padding-right: 55px;
    }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li .user-mark,
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li .user-mark {
            position: absolute;
            display: block;
            width: 27px;
            height: 35px;
            background-position: -122px -98px;
            background-image: url('../image/icons.png');
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }



@media all and (max-width: 1000px) and (orientation: landscape){

    .sv2-view[data-type="game"] .sv2-g-c-e-question-content li,
    .sv2-view[data-type="game"] .sv2-g-c-e-v-options li {
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 20px;
        font-size: 18px;
        min-height: 40px;
    }
}

    @media all and (max-width: 950px) and (orientation: portrait) {
        .sv2-view[data-type="game"] .sv2-g-c-e-question-content,
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options {
            width: 100%;
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-v-question {
            width: 100%;
            margin-bottom: 10px;
            padding: 0;
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content,
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options {
            width: 100%;
            margin-top: 20px;
            padding: 0;
        }

            .sv2-view[data-type="game"] .sv2-g-c-e-question-content li,
            .sv2-view[data-type="game"] .sv2-g-c-e-v-options li {
                width: calc(100% - 50px);
                float: left;
                margin-right: 30px;
                margin-left: 20px;
                padding-left: 20px;
                font-size: 18px;
                min-height: 40px;
            }

                .sv2-view[data-type="game"] .sv2-g-c-e-question-content li:nth-child(2n),
                .sv2-view[data-type="game"] .sv2-g-c-e-v-options li:nth-child(2n) {
                    margin-right: 0px;
                }

                .sv2-view[data-type="game"] .sv2-g-c-e-question-content li.correct:before,
                .sv2-view[data-type="game"] .sv2-g-c-e-v-options li.correct:before {
                    width: 32px;
                    height: 32px;
                    right: -10px;
                }

                .sv2-view[data-type="game"] .sv2-g-c-e-question-content li.correct:after,
                .sv2-view[data-type="game"] .sv2-g-c-e-v-options li.correct:after {
                    transform: translateY(-50%) scale(0.35);
                    -webkit-transform: translateY(-50%) scale(0.35);
                    right: -17px;
                }
    }


    @media all and (max-height: 600px) {
        .sv2-view[data-type="game"] .sv2-g-c-e-v-question span {
            font-size: 16px;
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li,
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li {
            min-height: 40px;
            font-size: 16px;
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-v-m-c-image img {
            height: 200px;
            min-height: 200px;
        }

        .sv2-view[data-type="game"] .sv2-g-c-e-question-content,
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options {
            padding: 0;
        }

            .sv2-view[data-type="game"] .sv2-g-c-e-question-content li,
            .sv2-view[data-type="game"] .sv2-g-c-e-v-options li {
                width: calc(100% - 50px);
                margin-left: 25px;
            }
    }



    /*SAME AS VIEW CONTENT BREAKPOINT*/
    @media all and (max-width: 500px) and (orientation: portrait), all and (max-height: 500px) and (orientation: landscape) {
        .sv2-view[data-type="game"] .sv2-g-c-e-question-content li,
        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li {
            height: auto;
            min-height: auto;
            padding: 3px 15px;
            font-size: 14px;
        }

            .sv2-view[data-type="game"] .sv2-g-c-e-question-content li.correct:before,
            .sv2-view[data-type="game"] .sv2-g-c-e-v-options li.correct:before {
                width: 24px;
                height: 24px;
                right: -5px;
            }

            .sv2-view[data-type="game"] .sv2-g-c-e-question-content li.correct:after,
            .sv2-view[data-type="game"] .sv2-g-c-e-v-options li.correct:after {
                transform: translateY(-50%) scale(0.3);
                right: -16px;
                top: 50%;
            }

            .sv2-view[data-type="game"] .sv2-g-c-e-question-content li .user-mark,
            .sv2-view[data-type="game"] .sv2-g-c-e-v-options li .user-mark {
                transform: translateY(-50%) scale(0.5);
                right: 20px;
                top: 50%;
            }
    }




    .sv2-view[data-type="game"] .sv2-g-c-e-v-options {
        padding: 0;
    }

        .sv2-view[data-type="game"] .sv2-g-c-e-v-options li {
            width: calc(100% - 50px);
            margin-left: 25px;
        }

    .sv2-view[data-type="game"] .sv2-g-c-e-v-results > span {
        font-size: 20px;
        width: 70px;
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

        .sv2-view[data-type="game"] .sv2-g-c-e-v-results > span:before {
            width: 44px;
            height: 44px;
            top: -2px;
            left: -13px;
        }

    .sv2-view[data-type="game"] span.sv2-g-c-e-v-r-correct:after {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        top: 5px;
        left: -12px;
    }

    .sv2-view[data-type="game"] span.sv2-g-c-e-v-r-skipped:after,
    .sv2-view[data-type="game"] span.sv2-g-c-e-v-r-incorrect:after {
        position: absolute;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        display: block;
        top: 0px;
        left: -13px;
    }
[data-theme="mambo"] #SV2LoadingFullScreen .sv2-gl-loading-logo {
    height: 170px;
    width: auto;
}

[data-theme="mambo"] #exit_loading {
    background: rgba(237,26,120,1);
    background: -moz-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,26,120,1)), color-stop(100%, rgba(148,49,134,1)));
    background: -webkit-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -o-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: linear-gradient(to bottom, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a78', endColorstr='#943186', GradientType=0 );
}

[data-theme="mambo"] .sv2-logo img {
    width: 140px;
    height: auto;
    transform: translateY(-50%);
    top: 50%;
}

[data-theme="mambo"] #SV2ActivitiesPreviewModal > div {
    background-image: url('../image/mambo/logo_1.png'), url('../image/mambo/loading.gif');
    background-size: 200px auto, 300px auto;
}

[data-theme="mambo"] .sv2-multimedia-player.circle[data-status="playing"] .smp-screen {
    background-image: url('../image/mambo/loading.gif');
}

[data-theme="mambo"] .sv2-multimedia-player.circle .smp-screen img {
    width: 50%;
}

[data-theme="mambo"] .sv2-multimedia-player.linear .smp-wrapper,
[data-theme="mambo"] .sv2-multimedia-player.circle .smp-wrapper {
    background: rgba(237,26,120,1);
}

[data-theme="mambo"] .sv2-multimedia-player.linear .smp-progress-bar > div {
    background: #01ade0;
}

[data-theme="mambo"] .sv2-multimedia-player.circle .smp-controls .smp-volume-bar .rs-range-color,
[data-theme="mambo"] .sv2-multimedia-player.linear .smp-controls .smp-volume-bar .rs-range-color,
[data-theme="mambo"] .sv2-multimedia-player.linear .smp-progress-bar .rs-range-color,
[data-theme="mambo"] .sv2-multimedia-player.circle .smp-progress-bar .rs-range-color {
    background: rgba(148,49,134,1);
}

[data-theme="mambo"] .sv2-multimedia-player.circle .smp-time {
    color: rgba(237,26,120,1);
}

[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-content[data-atype="35"] #sv2_a34_next,
[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] #sv2_a34_next {
    background: rgba(237,26,120,1);
    background: -moz-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,26,120,1)), color-stop(100%, rgba(148,49,134,1)));
    background: -webkit-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -o-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: linear-gradient(to bottom, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a78', endColorstr='#943186', GradientType=0 );
}

[data-theme="mambo"] .sv2-multimedia-player.circle .smp-controls > button {
    border: 2px solid rgba(148,49,134,1);
}

[data-theme="mambo"] .sv2-multimedia-player.linear .smp-controls .smp-stop:before,
[data-theme="mambo"] .sv2-multimedia-player.circle .smp-controls .smp-stop:before {
    background: rgba(148,49,134,1);
}

[data-theme="mambo"] .sv2-multimedia-player.linear .smp-controls .smp-play:before,
[data-theme="mambo"] .sv2-multimedia-player.circle .smp-controls .smp-play:before {
    border-color: transparent transparent transparent rgba(148,49,134,1);
}

[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-play-question,
[data-theme="mambo"] #hdr_volume_level:before,
[data-theme="mambo"] .sv2-view[data-type="create-game"] .sv2v-activity-preview:before,
[data-theme="mambo"] #hdr_settings:before,
[data-theme="mambo"] .sv2-multimedia-player.linear .smp-controls .smp-volume-bar:before,
[data-theme="mambo"] .sv2-multimedia-player.linear .smp-controls .smp-volume:before,
[data-theme="mambo"] .sv2-multimedia-player.circle .smp-controls .smp-volume-bar:before {
    background-image: url(../image/mambo/icons_mambo.png) !important;
}

[data-theme="mambo"] .sv2-multimedia-player.circle[data-status="playing"] .smp-screen {
    animation: pulse_mambo 2s infinite;
}

[data-theme="mambo"] .sv2-gl-orange-dg {
    background: rgba(237,26,120,1);
    background: -moz-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,26,120,1)), color-stop(100%, rgba(148,49,134,1)));
    background: -webkit-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -o-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: linear-gradient(to bottom, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a78', endColorstr='#943186', GradientType=0 );
}

[data-theme="mambo"] .sv2-header.sv2-header-game .sv2-header-c-activities li.active {
    background: rgba(148,49,134,1);
}

[data-theme="mambo"] .sv2-view[data-type="lobby"] .sv2-view-header h1,
[data-theme="mambo"] .sv2-view[data-type="lobby"] .sv2-view-header h1 span,
[data-theme="mambo"] .sv2-view[data-type="create-game"] .sv2-view-header h1,
[data-theme="mambo"] .sv2-view[data-type="create-game"] .sv2-view-header h1 span {
    color: rgba(237,26,120,1);
}

[data-theme="mambo"] .sv2-gl-pink-dg,
[data-theme="mambo"] #hdr_logout {

}

[data-theme="mambo"] .sv2-gl-blue-dg {
}

[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-h-time {
    background: rgba(237,26,120,1)
}

    [data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-h-time:before {
        border-top: 20px solid rgb(169, 46, 101);
    }

[data-theme="mambo"] .sv2-g-s-header .sv2-g-s-place .sv2-g-s-place-data,
[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-content[data-atype="34"] .sv2-g-c-e-question-header > span > span {
    color: rgba(237,26,120,1);
}

[data-theme="mambo"] .sv2-g-scoreboard-header button.active {
    background: rgba(237,26,120,1);
    border-top: 3px solid rgba(237,26,120,1);
    border-bottom: 3px solid rgb(165, 23, 87);
}

[data-theme="mambo"] .sv2-g-scoreboard-header button {
    background: rgba(237,26,120,1);
    border-top: 3px solid rgba(237,26,120,1);
    border-bottom: 3px solid rgba(237,26,120,1);
}

[data-theme="mambo"] .sv2-gl-orange-dg-r,
[data-theme="mambo"] #hdr_logout,
[data-theme="mambo"] .sv2-multimedia-player.linear {
    background: rgba(237,26,120,1);
    background: -moz-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,26,120,1)), color-stop(100%, rgba(148,49,134,1)));
    background: -webkit-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -o-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: linear-gradient(to bottom, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a78', endColorstr='#943186', GradientType=0 )
}

[data-theme="mambo"] .sv2-view[data-type="joingame"] .sv2-v-c-title {
    background: rgba(237,26,120,1);
}

    [data-theme="mambo"] .sv2-view[data-type="joingame"] .sv2-v-c-title:before {
        border-bottom: 25px solid rgb(165, 23, 87);
    }

    [data-theme="mambo"] .sv2-view[data-type="joingame"] .sv2-v-c-title:after {
        border-bottom: 25px solid rgb(165, 23, 87);
    }

[data-theme="mambo"] #hdr_settings_box .rs-border {
    border-color: rgb(165, 23, 87);
}

[data-theme="mambo"] #hdr_settings_box .rs-range-color {
    background: rgba(237,26,120,1);
}

[data-theme="mambo"] .onoffswitch-inner:after,
[data-theme="mambo"] .onoffswitch-inner:before {
    color: #01ade0;
}

[data-theme="mambo"] .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    background: rgba(237,26,120,1);
}

[data-theme="mambo"] .sv2-answerlist-content table thead th {
    background: #01ade0;
}

[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-c-e-v-answer {
    background: #01ade0 !important;
}

[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-c-e-v-q-answer {
    border: 1px solid #01ade0 !important;
}

[data-theme="mambo"] .sv2-view[data-status="3"] .sv2-g-scoreboard-header > span,
[data-theme="mambo"] #smashV2.winner,
[data-theme="mambo"] .sv2-view[data-type="playerwaiting"],
[data-theme="mambo"] div.ms-something-wrong-wrapper {
    background: rgba(237,26,120,1);
    background: -moz-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,26,120,1)), color-stop(100%, rgba(148,49,134,1)));
    background: -webkit-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -o-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: linear-gradient(to bottom, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a78', endColorstr='#943186', GradientType=0 );
}

[data-theme="mambo"] .sv2-view[data-status="3"] .sv2-g-scoreboard-header > span {
    color: white;
}

[data-theme="mambo"] .winner .sv2-gl-wrapper {
    background-image: url('../image/mambo/bg_bottom.png') !important;
}

[data-theme="mambo"] div.sv2-g-h-code,
[data-theme="mambo"] div.sv2-g-h-scoreboard {
    color: white;
    background: rgba(139,112,235,1) !important;
    background: -moz-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(139,112,235,1)), color-stop(55%, rgba(103,120,220,1)), color-stop(100%, rgba(72,128,206,1))) !important;
    background: -webkit-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%) !important;
    background: linear-gradient(to right, rgba(139,112,235,1) 0%, rgba(103,120,220,1) 55%, rgba(72,128,206,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b70eb', endColorstr='#4880ce', GradientType=1 ) !important;
}

[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-h-scoreboard:before,
[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-h-code:before {
    border-bottom: 25px solid rgb(28, 2, 120);
}

[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-h-scoreboard:after,
[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-h-code:after {
    border-bottom: 25px solid rgb(28, 2, 120);
}

[data-theme="mambo"] .sv2-view[data-type="game"] .sv2-g-content[data-atype="1"] .sv2-current-question {
    color: rgba(148,49,134,1);
}


[data-theme="mambo"] .sv2-view[data-type="create-game"] .sv2v-activity-preview:before {
    background-image: url('../image/search_m.png')  !important;
}

#SmashGameMode {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(var(--rvh) - 0px);
    z-index: 5800;
    background: white;
    background-image: url('../image/challenge/bg-full.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smashgame-mode-wapper {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    flex-direction: column;
}

.smashgame-mode-content {
    width: 99vw;
    max-width: 1400px;
    min-width: 300px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    min-height: 0;
    min-height: 50px;
    text-align: center;
}

.smashgame-mode-body {
    overflow: hidden;
}

.smashgame-mode-close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    border: none;
    color: rgb(240,91,34);
    background: none;
    font-size: 25px;
    transition-duration: 200ms;
}

#SmashGameMode[data-type="selector"] .smashgame-mode-close-btn {
    display: none;
}

.smashgame-mode-close-btn:hover {
    transform: scale(1.2);
}

    .smashgame-mode-close-btn:focus {
        outline: none;
    }

    .smashgame-mode-section[data-type="selector"] {
        border-radius: 20px;
        padding-bottom: 50px;
    }

.smashgame-mode-section-header {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

    .smashgame-mode-section-header img {
        display: inline-block;
        max-width: 150px;
    }

.smashgame-mode-section-body {
    text-align: center;
}

.smashgame-mode-section[data-type="selector"] .smashgame-mode-section-body {
    background: white;
    padding: 30px;
    padding-top: 75px;
    border-radius: 20px;
}


.smashgame-mode-cards {
    display: inline-block;
    padding-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-flow: wrap;
}

.smashgame-mode-card-mode {
    float: left;
    width: 250px;
    height: 220px;
    margin-right: 50px;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition-duration: 200ms;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 30px;
}

    .smashgame-mode-card-mode:last-child {
        margin-right: 0px;
    }

    .smashgame-mode-card-mode:hover {
        z-index: 2;
        transform: scale(1.1);
        -webkit-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.9);
        -moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.9);
        box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.9);
    }

    .smashgame-mode-card-mode:after {
        content: '';
        position: absolute;
        width: calc(100% - 4px);
        height: 100%;
        top: 0px;
        left: 2px;
        background: #FFF6E9;
        border-radius: 20px;
        z-index: -1;
    }

    .smashgame-mode-card-mode:before {
        content: '';
        position: absolute;
        width: 100%;
        height: calc(100% + 17px);
        top: -2px;
        left: 0;
        background: rgb(240,91,34);
        background: linear-gradient(180deg, rgba(240,91,34,1) 0%, rgba(253,206,7,1) 100%);
        border-radius: 24px;
        z-index: -2;
    }

/*ico*/
.smashgame-mode-card-mode-ico {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.smashgame-mode-data-header .smashgame-mode-card-mode-ico {
    position: absolute;
    left: 10px;
    top: 10px;
}

.smashgame-mode-card-mode-ico:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: rgb(240,91,34);
    background: linear-gradient(180deg, rgba(240,91,34,1) 0%, rgba(253,206,7,1) 100%);
    border-radius: 50%;
    z-index: -1;
}

    .smashgame-mode-card-mode-ico:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 7px;
        left: 0;
        background: rgb(240,91,34);
        background: linear-gradient(0deg, rgba(240,91,34,1) 0%, rgba(253,206,7,1) 100%);
        border-radius: 50%;
        z-index: -2;
    }

    .smashgame-mode-card-mode-ico img {
        width: 55px;
        height: auto;
        vertical-align: middle;
    }
/*ico*/

.smashgame-mode-card-mode-title {
    display: block;
    font-size: 22px;
    margin-top: 15px;
}

.smashgame-mode-card-mode-btn {
    position: relative;
    border: none;
    padding: 10px 20px;
    width: auto;
    border-radius: 22px;
    position: relative;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    z-index: 1;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.smashgame-mode-card-mode-btn:focus {
    outline: none;
}

    .smashgame-mode-card-mode-btn:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        background: white;
        border-radius: 20px;
        z-index: -1;
    }

    .smashgame-mode-card-mode-btn:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 5px;
        left: 0;
        background: rgb(240,91,34);
        background: linear-gradient( 180deg, rgba(240,91,34,1) 0%, rgba(253,206,7,1) 100%);
        border-radius: 30px;
        z-index: -2;
    }

/* and (orientation: portrait), all and (max-height: 600px) and (orientation: landscape) */

@media all and (max-width: 720px) {
    .smashgame-mode-card-mode {
        margin-right: 15px;
    }

        .smashgame-mode-card-mode:last-child {
            margin-right: 0px;
        }

        .smashgame-mode-card-mode:hover {
            transform: scale(1.02);
        }
}

.smashgame-mode-user {
    background: white;
    border-radius: 50px;
    padding: 5px 10px;
    display: table;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

    .smashgame-mode-user * {
        display: table-cell;
        vertical-align: middle;
    }

.smashgame-mode-user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.smashgame-mode-user-name {
    max-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.smashgame-mode-user-exit {
    background: #BF433D;
    border: none;
    padding: 5px 20px;
    color: white;
    border-radius: 20px;
    font-size: 18px;
    transition-duration: 200ms;
    cursor: pointer;
}

    .smashgame-mode-user-exit:hover {
        background: #a9241e;
    }

.smashgame-mode-user-language {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 90% auto;
    margin-right: 15px;
    cursor: pointer;
    margin-right: 15px;
}

    .smashgame-mode-user-language[data-lang="1"] {
        background-image: url('../image/big-flag-es.png');
        background-position: center;
    }

    .smashgame-mode-user-language[data-lang="2"] {
        background-image: url('../image/big-flag-eng.png');
        background-position: center;
    }

    .smashgame-mode-user-language[data-lang="3"] {
        background-image: url('../image/big-flag-fr.png');
        background-position: center;
    }


@media all and (max-width: 720px) {
    .smashgame-mode-user {
        position: relative;
        left: 100%;
        transform: translateX(calc(-100% - 10px));
    }
}

/*data*/

.smashgame-mode-section[data-type="data"] {
    background: white;
    border-radius: 20px;
    width: calc(100% - 6px);
    border: 3px solid white;
    background-image: url('../image/challenge/bg-top.png');
    background-position: center top;
    background-size: 100% 250px;
    background-repeat: no-repeat;
    padding-top: 25px;
}

.smashgame-mode-data-header {
    display: table;
    width: 100%;
}

.smashgame-mode-data-header-title {
    display: block;
    color: white;
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: bold;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 110px;
    padding-right: 110px;
}

.smashgame-mode-data-card-content {
    padding: 15px;
    overflow: auto;
    min-height: 200px;
    height: calc(var(--rvh) - 275px);
}

.smashgame-mode-data-card {
    --w: calc(100% / 3);
    float: left;
    width: calc(var(--w) - 10px);
    margin-right: 10px;
    background: #FFF6E9;
    border-radius: 50px;
    padding: 5px 0px;
    margin-bottom: 10px;
}

    .smashgame-mode-data-card[data-type="sent"] {
        background: #B3FFDC;
    }

.smashgame-mode-data-card * {
    display: inline-block;
    vertical-align: middle;
}

.smashgame-mode-data-card-avatar {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    border-radius: 50%;
}

.smashgame-mode-data-card-name {
    width: calc(100% - 180px);
    font-size: 14px;
}

.smashgame-mode-data-footer {
    padding: 15px;
}

.smashgame-mode-data-card-btn {
    width: 100px;
    height: 35px;
    color: white;
    position: relative;
    border: none;
    border-radius: 22px;
    position: relative;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    z-index: 1;
    font-weight: bold;
    font-size: 12px;
    transition-duration: 200ms;
    cursor: pointer;
}

    .smashgame-mode-data-card-btn:hover {
        transform: scale(1.05);
    }
    
    .smashgame-mode-data-card-btn:focus {
        outline: none;
    }

    .smashgame-mode-data-card-btn:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        background: rgb(240,91,34);
        background: linear-gradient( 180deg, rgba(240,91,34,1) 0%, rgba(253,206,7,1) 100%);
        border-radius: 20px;
        z-index: -1;
    }

    .smashgame-mode-data-card-btn:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 5px;
        left: 0;
        background: rgb(240,91,34);
        background: linear-gradient( 0deg, rgba(240,91,34,1) 0%, rgba(253,206,7,1) 100%);
        border-radius: 30px;
        z-index: -2;
    }

.smashgame-mode-data-card[data-type="sent"] .smashgame-mode-data-card-btn {
    text-align: center;
    position: relative;
}

.smashgame-mode-data-card[data-type="sent"] .smashgame-mode-data-card-btn span {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    background-image: url('../image/challenge/done.png');
    background-repeat: no-repeat;
    background-position: center;
}

.smashgame-mode-data-card[data-type="sent"] .smashgame-mode-data-card-btn:after {
    background: rgb(22,117,7);
    background: linear-gradient(0deg, rgba(22,117,7,1) -50%, rgba(0,255,74,1) 100%);
}

.smashgame-mode-data-card[data-type="sent"] .smashgame-mode-data-card-btn:before {
    background: rgb(22,71,7);
    background: linear-gradient(180deg, rgba(22,71,7,1) 0%, rgba(22,117,7,1) 97%);
}


.smashgame-mode-data-btn {
    position:relative;
    height: 50px;
    padding: 0px 30px 7px 30px;
    font-weight: bold;
    width: auto;
    border-radius: 22px;
    border: 4px solid rgb(255, 103, 0);
    overflow: hidden;
    position: relative;
    color: white;
    font-size: 22px;
    -webkit-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    z-index: 1;
    cursor: pointer;
    transition-duration: 200ms;
}

    .smashgame-mode-data-btn:focus {
        outline: none;
    }
    
    .smashgame-mode-data-btn:hover {
        transform: scale(1.05);
    }

    .smashgame-mode-data-btn:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        background: #FDCE07;
        z-index: -2;
    }

    .smashgame-mode-data-btn:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: -7px;
        left: 0;
        background: rgb(240,93,33);
        background: linear-gradient(0deg, rgba(240,93,33,1) -95%, rgba(253,206,7,1) 100%);
        border-radius: 0 0 15px 15px;
        z-index: -1;
    }

@media screen and (max-width: 850px) {
    .smashgame-mode-data-card {
        --w: calc(100% / 2);
        width: calc(var(--w) - 10px);
    }

    .smashgame-mode-section[data-type="data"] {
        background-size: auto 200px;
    }
}

@media screen and (max-width: 600px) {
    .smashgame-mode-data-card {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}



/*count down*/

#SV2CountDownModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(var(--rvh) - 0px);
    z-index: 11000;
    background: rgba(0, 0, 0, 0.70);
}

#SV2CountDownModalWrapper {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    flex-direction: column;
}

#SV2CountDownModalContent {
    background-image: url('../image/timmer.png');
    background-size: 100% auto;
    background-position: center;
    width: 380px;
    height: 380px;
    overflow: hidden;
    text-align: center;
    line-height: 380px;
    position: relative;
}


    #SV2CountDownModalContent:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 150px;
        background: white;
        z-index: -1;
    }

    #SV2CountDownModalContent span {
        display: inline-block;
        vertical-align: middle;
        line-height: 130px;
        border-radius: 50%;
        font-size: 100px;
        color: #ff6292;
    }



#s2vflobbyindividual,
#s2vflobbychallenge {
    position: relative;
    border: none;
    padding: 10px 0;
    width: calc(100px + 10vw);
    max-width: 215px;
    border-radius: 22px;
    position: relative;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.75);
    z-index: 1;
    cursor: pointer;
    display: none !important;
}

#s2vflobbyindividual {
    margin-right: 40px;
}

#s2vflobbychallenge {
    margin-left: 40px;
}

    #s2vflobbyindividual:hover:after,
    #s2vflobbychallenge:hover:after {
        background: rgba(237, 237, 237,1);
    }

    #s2vflobbyindividual:focus,
    #s2vflobbychallenge:focus {
        outline: none;
    }

    #s2vflobbyindividual:after,
    #s2vflobbychallenge:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        background: white;
        border-radius: 20px;
        z-index: -1;
        transition-duration: 200ms;
    }

    #s2vflobbyindividual:before,
    #s2vflobbychallenge:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 5px;
        left: 0;
        background: rgb(240,91,34);
        background: linear-gradient( 180deg, rgba(240,91,34,1) 0%, rgba(253,206,7,1) 100%);
        border-radius: 30px;
        z-index: -2;
    }


@media all and (max-width: 700px) {
    #s2vflobbyindividual,
    #s2vflobbychallenge {
        width: 120px;
        font-size: 14px;
    }
}

@media all and (max-width: 600px) and (orientation: portrait) {
    .smashgame-mode-cards {
        padding-bottom: 0;
    }

    .smashgame-mode-section[data-type="selector"] .smashgame-mode-section-body {
        padding: 10px;
    }

    .smashgame-mode-section-header img {
        max-width: 100px;
    }
}

@media all and (max-width: 500px) and (orientation: portrait) {
    .smashgame-mode-card-mode {
        width: 90%;
        height: 180px;
    }

    .smashgame-mode-card-mode-ico {
        margin-bottom: 15px;
    }
}

@media all and (max-height: 720px) and (orientation: portrait) {
    .smashgame-mode-section[data-type="selector"] .smashgame-mode-section-body {
        padding: 10px;
    }

    .smashgame-mode-section-header {
        margin-bottom: 15px;
    }

    .smashgame-mode-cards {
        padding-bottom: 0;
    }

    .smashgame-mode-card-mode {
        width: 90%;
        height: 130px;
        margin-left: 0;
        margin-right: 0;
    }

    .smashgame-mode-card-mode-ico {
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

        .smashgame-mode-card-mode-ico img {
            width: 30px;
        }

    .smashgame-mode-section-header > img {
        position: fixed;
        left: 10px;
        top: 10px;
        width: 75px;
    }

    .smashgame-mode-section[data-type="data"] {
        padding-top: 0;
    }

    .smashgame-mode-data-header-title {
        height: 50px;
        padding-left: 60px;
        padding-right: 60px;
        font-size: 22px;
        padding-top: 10px;
    }

    .smashgame-mode-data-card-content {
        height: calc(var(--rvh) - 200px);
    }
}

@media all and (max-height: 650px) and (orientation: landscape) {
    .smashgame-mode-section[data-type="selector"] .smashgame-mode-section-body {
        padding: 10px;
    }

    .smashgame-mode-cards {
        padding-bottom: 0;
    }

    .smashgame-mode-card-mode {
        width: calc(50% - 20px);
        height: 130px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .smashgame-mode-card-mode-ico {
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

        .smashgame-mode-card-mode-ico img {
            width: 30px;
        }

    .smashgame-mode-section-header > img {
        position: fixed;
        left: 10px;
        top: 10px;
        width: 100px;
    }

    .smashgame-mode-section[data-type="selector"] {
        padding-top: 0px;
        padding-bottom: 0;
    }
    
    .smashgame-mode-section-header {
        padding-bottom: 30px;
        margin-bottom: 5px;
    }

    .smashgame-mode-section[data-type="data"] {
        padding-top: 0;
    }

    .smashgame-mode-data-header-title {
        height: 50px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .smashgame-mode-data-card-content {
        height: calc(var(--rvh) - 200px);
    }
}

[data-theme="mambo"] #s2vflobbyindividual:before,
[data-theme="mambo"] #s2vflobbychallenge:before {
    background: rgb(119, 33, 130);
    background: linear-gradient(0deg, rgb(119, 33, 130) 0%, rgb(186, 129, 183) 100%);
}

.smashgame-mode-card-mode-total-players {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    line-height: 26px;
    padding: 0;
    text-align: center;
    bottom: 0;
    right: 0;
    border: 2px solid rgb(240,91,34);
}


@media all and (max-width: 900px) {

    .smashgame-mode-data-header {
        margin-bottom: 15px;
    }

    .smashgame-mode-data-header-title {
        font-size: 18px;
        padding-right: 10px;
    }

    .smashgame-mode-data-card-content {
        padding: 0;
        padding-top: 15px;
    }

    .smashgame-mode-data-card img {
        float: left;
        margin-left: 5px;
    }

    .smashgame-mode-data-card-name {
        float: right;
        width: calc(100% - 60px);
    }

    .smashgame-mode-data-card-btn {
        float: right;
        width: calc(100% - 80px);
        margin-right: 10px;
        height: 20px;
    }

        .smashgame-mode-data-card-btn br {
            display: none;
        }

    .smashgame-mode-data-btn {
        font-size: 16px;
        height: auto;
    }

    .smashgame-mode-data-card[data-type="sent"] .smashgame-mode-data-card-btn span {
        transform: translateY(-50%) scale(0.5);
        left: 0;
    }
}


@media all and (max-height: 500px) {
    .smashgame-mode-data-footer {
        padding: 5px;
    }

    .smashgame-mode-data-btn {
        font-size: 16px;
        height: auto;
    }

    .smashgame-mode-data-card {
        margin-bottom: 5px;
        padding-bottom: 10px;
    }

    .smashgame-mode-data-card-content {
        height: calc(var(--rvh) - 140px);
        min-height: 100px;
    }

    .smashgame-mode-data-card-avatar {
        width: 36px;
        height: 36px;
    }


    .smashgame-mode-data-card-name {
        width: calc(100% - 60px);
    }

    .smashgame-mode-data-card-btn {
        height: auto;
    }

    .smashgame-mode-data-card img {
        float: left;
        margin-left: 5px;
    }

    .smashgame-mode-data-card-btn {
        float: right;
        width: calc(100% - 80px);
        margin-right: 10px;
        height: 20px;
    }
}
/*MENU*/
.app-nabvar-menu {
    --navbar-height: 60px;
    --navbar-logo-width: 60px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: white;
    height: var(--navbar-height);
    border-bottom: 1px solid #ebeaed;
}

.app-nabvar-menu-brand {
    position: fixed;
    left: 50%;
    top: calc(var(--navbar-height) / 2);
    transform: translate(-50%, -50%);
}

    .app-nabvar-menu-brand img {
        height: 50px;
        width: auto;
    }

.app-nabvar-menu > ul {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    list-style: none;
}

    .app-nabvar-menu > ul:first-of-type {
        margin-right: calc(calc(var(--navbar-logo-width) / 2) + 1rem);
        margin-left: auto;
        justify-content: flex-end;
    }

    .app-nabvar-menu > ul:last-of-type {
        margin-right: auto;
        margin-left: calc(calc(var(--navbar-logo-width) / 2) + 1rem);
        justify-content: flex-start;
    }

    .app-nabvar-menu > ul li {
        height: 100%;
        position: relative;
    }

.app-nabvar-menu a {
    height: 100%;
    display: flex;
    align-items: center;
    color: #84818a;
    padding: 0 15px;
    text-decoration: none;
    font-size: 14px;
}

.app-nabvar-menu [data-option="games"]:before {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    background: #ff8c00;
    border-radius: 2rem 2rem 0 0;
}


@media all and (max-width: 890px) {
    .app-nabvar-menu a {
        padding: 0px 5px;
    }

    .app-nabvar-menu > ul:first-of-type {
        margin-right: calc(calc(var(--navbar-logo-width) / 2) + 0.5rem);
    }

    .app-nabvar-menu > ul:last-of-type {
        margin-left: calc(calc(var(--navbar-logo-width) / 2) + 0.5rem);
    }
}

@media all and (max-width: 600px) {

    .app-nabvar-menu > ul {
        display: none;
    }

}
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}

#ToogleStudentLibrary {
    position: relative;
    width: 32px;
    height: 32px;
    float: left;
    top: 5px;
    border: none;
    margin-right: 5px;
    background: none;
    background-image: url('../image/library/books-min.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition-duration: 200ms;
}

    #ToogleStudentLibrary[data-style="activities"] {
        position: relative;
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 35px;
        padding-left: 10px;
        float: right;
        margin-left: 0px;
        top: 5px;
        color: white;
        cursor: pointer;
        border-radius: 5px;
    }

body[data-mode="practice"] #ToogleStudentLibrary[data-style="activities"] {
    margin-right: 5px;
}

    #ToogleStudentLibrary span {
        position: absolute;
        display: none;
        width: 150px;
        z-index: 100;
        background: #f67701;
        color: white;
        border-radius: 10px;
        padding: 10px 10px !important;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition-duration: 200ms;
    }

    #ToogleStudentLibrary:hover span {
        display: block;
        opacity: 1;
        line-height: initial;
    }

#ToogleStudentLibraryAdded {
    display: none;
    position: absolute;
    z-index: 100;
    top: -43px;
    left: -43px;
    opacity: 0.9;
    width: 116px !important;
    height: 116px !important;
}


@media all and (max-width: 500px) and (orientation: portrait), all and (max-height: 600px) and (orientation: landscape) {
    #ToogleStudentLibrary[data-style="activities"] {
        right: 25px;
    }
}

#ToogleStudentLibrary:focus {
    outline: none;
    background-image: url('../image/library/books2-min.png');
}

#ToogleStudentLibrary:hover {
    outline: none;
    background-image: url('../image/library/books2-min.png');
}

.student-library-practice,
.student-library-explanation,
.student-library {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(var(--rvh) - 0px);
    z-index: 6000;
    background: rgba(0, 0, 0, 0.75);
}

.student-library-explanation {
    z-index: 6010;
    background: rgba(0, 0, 0, 0.25);
}

.student-library-practice-wapper,
.student-library-explanation-wapper,
.student-library-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    flex-direction: column;
}

.student-library-practice-content,
.student-library-explanation-content,
.student-library-content {
    background: #fceeea;
    width: 90vw;
    max-width: 1200px;
    min-width: 300px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    padding: 10px;
    padding-bottom: 20px;
    min-height: 0;
    border: 10px solid #f67701;
    height: calc(var(--rvh) - 100px);
    min-height: 300px;
    max-height: 800px;
    text-align: center;
}

    .student-library-content:before {
        position: absolute;
        z-index: 1;
        content: '';
        width: 75px;
        height: 75px;
        background-image: url('../image/library/books-min.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        left: 50%;
        top: -55px;
        transform: translateX(-50%);
    }


#StudentLibraryExplanation button:focus,
#StudentLibraryExplanation input:focus,
.student-library-search-text:focus,
.student-library button:focus {
    outline: none;
}

.student-library-practice-close-btn,
.student-library-explanation-close-btn,
.student-library-close-btn {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: none;
    font-size: 30px;
    color: #c00000;
    text-align: center;
    line-height: 44px;
    transition-duration: 200ms;
    right: -25px;
    top: -25px;
    border: 3px solid #c00000;
}

    .student-library-practice-close-btn:hover,
    .student-library-explanation-close-btn:hover,
    .student-library-close-btn:hover {
        transform: scale(1.2);
    }

.student-library-header {
    overflow: auto;
}

.student-library-header-section {
    float: left;
    width: calc(50% - 100px);
    min-height: 45px;
    padding-top: 7px;
    overflow: auto;
}


/*First section*/
.student-library-header .student-library-header-section:nth-child(1) {
    text-align: left;
    box-sizing: border-box;
}

.student-library-favmodules-btn {
    background: #c00000;
    border-radius: 50px;
    height: 32px;
    border: none;
    color: white;
    width: 75%;
    max-width: 350px;
    min-width: 100px;
    font-size: 18px;
    transition-duration: 200ms;
}

    .student-library-favmodules-btn i {
        position: relative;
        float: left;
        font-size: 22px;
        top: 1px;
        left: 5px
    }

    .student-library-fav-btn[data-status="1"] i,
    .student-library-favmodules-btn[data-status="1"] i {
        color: #ffb400;
    }


.student-library-header .student-library-header-section:nth-child(2) {
    width: 200px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.student-library-title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 14px;
}

/*Last section*/

.student-library-header .student-library-header-section:nth-child(3) {
    overflow: auto;
    padding-right: 5px;
}

.student-library-filtermodules {
    position: relative;
    float: right;
}

.student-library-filtermodules-btn {
    min-width: 150px;
    background: #c00000;
    border-radius: 50px;
    height: 32px;
    border: none;
    color: white;
    font-size: 18px;
    padding: 0 20px;
    transition-duration: 200ms;
}

    .student-library-filtermodules-btn i {
        position: relative;
        float: right;
        top: 3px;
        margin-left: 5px;
    }

.student-library-filtermodules-content {
    display: none;
    z-index: 10;
    list-style: none;
    padding: 0;
    position: absolute;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(192, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(192, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(192, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(192, 0, 0, 0.25);
}

    .student-library-filtermodules-content li {
        padding: 5px 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .student-library-filtermodules-content li:hover {
            background: rgba(192, 0, 0, 0.2);
        }

.student-library-search {
    float: right;
    position: relative;
}

.student-library-search-text {
    margin-left: 10px;
    height: 32px;
    border-radius: 50px;
    border: 2px solid #c00000;
    padding: 0 10px;
    padding-right: 30px;
    box-sizing: border-box;
    max-width: 200px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
}

.student-library-search-btn {
    position: absolute;
    right: 0px;
    height: 38px;
    width: 38px;
    top: -3px;
    border-radius: 50%;
    border: none;
    background: #c00000;
    color: white;
    font-size: 14px;
    transition-duration: 200ms;
}

    .student-library-favmodules-btn:hover,
    .student-library-filtermodules-btn:hover,
    .student-library-search-btn:hover {
        background: #7a0101;
    }

/*body*/
.student-library-body {
    height: calc(100% - 60px);
    overflow-y: scroll;
    padding-top: 15px;
    padding-bottom: 15px;
}

.student-library-explanation-footer,
.student-library-footer {
    position: absolute;
    width: calc(100% - 20px);
    height: 30px;
    bottom: 0;
    background: rgb(252, 238, 234);
}


.student-library-explanation-paginator,
.student-library-table-paginator {
    float: right;
}

.student-library-explanation-paginator-info {
    padding-top: 3px;
}
    .student-library-explanation-paginator > *,
    .student-library-table-paginator > * {
        float: left;
    }

.student-library-explanation-paginator-next,
.student-library-explanation-paginator-prev,
.student-library-table-paginator-next,
.student-library-table-paginator-prev {
    border: none;
    background: none;
    font-size: 20px;
    color: #c00000;
    transition-duration: 200ms;
}


    .student-library-explanation-paginator-next:hover,
    .student-library-explanation-paginator-prev:hover,
    .student-library-table-paginator-next:hover,
    .student-library-table-paginator-prev:hover {
        color: #ff0000;
    }

.student-library-table-paginator-info {
    margin-top: 3px;
}

.student-library-explanation-paginator-info-current,
.student-library-table-paginator-info-current {
    width: 50px;
    font-size: 14px;
    border: none;
    background: white;
    text-align: center;
    border-radius: 5px;
}

.student-library-explanation-paginator-info-current {
    background: rgba(192, 0, 0, 0.1);
}

.student-library-explanation-paginator-info > span,
.student-library-table-paginator-info > span {
    font-size: 14px;
}

.student-library-table {
    width: 100%;
    background: none;
    border-collapse: separate;
    border-spacing: 0 10px;
}

    .student-library-table tr[data-gameavailable="true"] {
        cursor: pointer;
    }

    .student-library-table tr[data-gameavailable="true"]:hover td {
       background: rgba(0, 0, 0, 0.05);
    }

    .student-library-table tr td {
        padding: 5px !important;
        background: white;
        vertical-align: middle;
        text-align: left;
        font-size: 16px;
        border: none !important;
    }

        .student-library-table tr td > * {
            vertical-align: middle;
        }

        .student-library-table tr td:first-child {
            border-radius: 10px 0 0 10px;
        }

        .student-library-table tr td:last-child {
            border-radius: 0 10px 10px 0;
        }

        .student-library-table tr td:nth-child(1) {
            width: 30px;
        }

        .student-library-table tr td:nth-child(4) {
            /*width: 130px;*/
            text-align: right;
        }

    .student-library-table button {
        border: none;
        background: none;
        width: 35px;
        height: 35px;
        font-size: 22px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        transition-duration: 300ms;
        position: relative;
    }

        .student-library-table button span {
            position: absolute;
            display: none;
            width: 150px;
            z-index: 100;
            background: #f67701;
            color: white;
            border-radius: 10px;
            padding: 10px 10px !important;
            top: 0px;
            left: calc(-100% - 45px);
            transform: translateX(-50%);
            transition-duration: 200ms;
            font-size: 14px;
            line-height: initial;
        }

        .student-library-table button:hover span {
            display: block !important;
        }

.student-library-info-btn {
    background-size: 75% !important;
    background-image: url('/assets/images/SmashEducationV2/Controls/icon_info_s.png') !important;
}

.student-library-actions-explanationview-btn[data-visible="0"] {
    display: none;
}

.student-library-actions-explanationview-btn {
    background-image: url('../image/library/buscar-min.png') !important;
}

    .student-library-actions-explanationview-btn:hover {
        background-image: url('../image/library/buscar2-min.png') !important;
    }

.student-library-actions-practicemode-btn {
    background-image: url('../image/library/blanco-min.png') !important;
}

    .student-library-actions-practicemode-btn[data-visible="1"],
    .student-library-actions-practicemode-btn[data-visible="0"] {
        display: none !important;
    }

    .student-library-actions-practicemode-btn:hover {
        background-image: url('../image/library/blanco2-min.png') !important;
    }

.student-library-actions-gamemode-btn[data-visible="0"] {
    display: none;
}

.student-library-actions-gamemode-btn {
    background-image: url('../image/library/game-min.png') !important;
}

    .student-library-actions-gamemode-btn:hover {
        background-image: url('../image/library/game2-min.png') !important;
    }

.student-library-info-fullpath {
    display: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.student-library-moduletype-text,
.student-library-info-modulename {
    font-size: 14px;
}

.student-library-info-fullpath * {
    vertical-align: middle;
}

.student-library-info-fullpath i {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
    color: #c00000;
}

.student-library-not-found {
    text-align: center !important;
    width: 100% !important;
    border-radius: 10px !important;
    color: #808080;
    font-size: 20px !important;
}

/*Explanation*/

.student-library-explanation-content {
    padding: 0;
    background: #f67701;
    max-height: 1100px;
    height: calc(var(--rvh) * 0.95);
    width: 95vw;
    max-width: 1800px;
}

.student-library-explanation-header {
    overflow: auto;
    height: 50px;
}

.student-library-explanation-ico {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    background-image: url('../image/library/buscar-min.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.student-library-explanation-body {
    background: white;
    height: calc(100% - 50px);
    border-radius: 10px;
}

.student-library-explanation-view {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
    background-image: url('../smash/images/logo/full_logo_whiteborder.png'), url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250px auto, 300px auto;
}

.student-library-explanation-title {
    color: white;
    font-size: 22px;
    display: block;
    text-align: center;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.student-library-explanation-footer {
    z-index: 100;
    background: white;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding-top: 2px;
}



/*MAMBO*/

[data-theme="mambo"] #ToogleStudentLibrary span {
    background: #9c2f85;
}

[data-theme="mambo"] .student-library-content:before,
[data-theme="mambo"] #ToogleStudentLibrary {
    background-image: url('../image/mambo/library/books-min.png') !important;
}

    [data-theme="mambo"] #ToogleStudentLibrary:hover,
    [data-theme="mambo"] #ToogleStudentLibrary:focus {
        background-image: url('../image/mambo/library/books2-min.png') !important;
    }

[data-theme="mambo"] .student-library-explanation-content,
[data-theme="mambo"] .student-library-content {
    border: 10px solid #9c2f85;
}

[data-theme="mambo"] .student-library-explanation-content {
    background: #9c2f85;
}

[data-theme="mambo"] .student-library-info-btn {
    background-image: url('../image/mambo/library/icon_info_m.png') !important;
}

[data-theme="mambo"] .student-library-explanation-ico,
[data-theme="mambo"] .student-library-actions-explanationview-btn {
    background-image: url('../image/mambo/library/buscar-min.png') !important;
}

    [data-theme="mambo"] .student-library-actions-explanationview-btn:hover {
        background-image: url('../image/mambo/library/buscar2-min.png') !important;
    }

[data-theme="mambo"] .student-library-actions-practicemode-btn {
    background-image: url('../image/mambo/library/blanco-min.png') !important;
}

    [data-theme="mambo"] .student-library-actions-practicemode-btn:hover {
        background-image: url('../image/mambo/library/blanco2-min.png') !important;
    }

[data-theme="mambo"] .student-library-actions-gamemode-btn {
    background-image: url('../image/mambo/library/game-min.png') !important;
}

    [data-theme="mambo"] .student-library-actions-gamemode-btn:hover {
        background-image: url('../image/mambo/library/game2-min.png') !important;
    }

[data-theme="mambo"] .student-library-explanation-view {
    background-image: url('../image/mambo/logo_1.png'), url('../image/mambo/loading.gif');
}

[data-theme="mambo"] .student-library-table button span {
    background: #9c2f85;
}

/*Practice*/
.student-library-practice {
    z-index: 6020;
}

.student-library-practice-content {
    border: none;
    background: none;
}

.student-library-practice-body {
    text-align: center;
}

.student-library-practice-body > div {
    display: inline-block;
    width: 60%;
}

.student-library-practice-module {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 20px;
    position: relative;
    padding-left: 80px;
    padding-right: 50px;
    background-image: url('../image/library/background-practice.png');
    background-repeat: no-repeat;
    background-size: 100% 200px;
    background-position: center bottom;
}

    .student-library-practice-module:before {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        background-image: url('../image/library/blanco2-min.png');
        background-position: center;
        background-size: contain;
        left: -20px;
        top: -10px;
    }

.student-library-practice-module-info {
    padding-top: 30px;
}

.student-library-practice-module-title {
    font-size: 35px;
    color: #f67701;
}

.student-library-practice-module-name {
    font-size: 25px;
    color: #f7a803;
    margin-bottom: 30px;
}

.student-library-practice-module-grade {
    border-top: 2px solid #f67701;
    border-bottom: 2px solid #f67701;
    padding: 15px;
}

.student-library-practice-module-data {
    display: block;
    color: #f67701;
    font-size: 16px;
}

.student-library-practice-module-data-completedon {
    display: block;
}

.student-library-practice-module-data span {
    color: rgba(0, 0, 0, 0.5);
}

.student-library-practice-module-data-grade-title,
.student-library-practice-module-data-completedon-title {
    color: #f67701 !important;
}

.student-library-practice-module-note {
    display: block;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    margin-bottom: 15px;
}

    .student-library-practice-module-note span {
        color: #f67701;
    }

.student-library-practice-start {
    margin: 15px;
    font-size: 30px;
    border-radius: 100px;
    background: #0e931d;
    color: white;
    width: auto;
    min-width: 200px;
    border: none;
    transition-duration: 200ms;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px 30px;
}

.student-library-practice-close-btn:focus,
.student-library-practice-start:focus {
    outline: none;
}

    .student-library-practice-start:hover {
        background: #066811;
    }

.student-library-practice-select {
    text-align: center;
    margin-bottom: 30px;
}

.student-library-practice-select h3 {
    color: #f67701;
    margin-top: 0px;
    margin-bottom: 30px;
}

.student-library-practice-abilities {
    display: inline-block;
    width: auto;
    overflow: auto;
}

.student-library-practice-abilities button {
    float: left;
    width: 75px;
    height: 100px;
    margin-right: 10px;
    padding-top: 65px;
    border: none;
}

    .student-library-practice-abilities button[data-available="0"] {
        display: none;
    }

    .student-library-practice-abilities button:last-child {
        margin-right: 0px;
    }

    .student-library-practice-abilities button:focus {
        outline: none;
    }

.student-library-practice-abilities button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 80% auto;
}

    .student-library-practice-abilities button[data-type="Listening"] {
        background-image: url('../image/library/listening-min.png');
    }

        .student-library-practice-abilities button[data-type="Listening"][data-selected="1"],
        .student-library-practice-abilities button[data-type="Listening"]:hover {
            background-image: url('../image/library/listening2-min.png');
        }

    .student-library-practice-abilities button[data-type="Speaking"] {
        background-image: url('../image/library/speaking-min.png');
    }

        .student-library-practice-abilities button[data-type="Speaking"][data-selected="1"],
        .student-library-practice-abilities button[data-type="Speaking"]:hover {
            background-image: url('../image/library/speaking2-min.png');
        }

    .student-library-practice-abilities button[data-type="Reading"] {
        background-image: url('../image/library/reading-min.png');
    }

        .student-library-practice-abilities button[data-type="Reading"][data-selected="1"],
        .student-library-practice-abilities button[data-type="Reading"]:hover {
            background-image: url('../image/library/reading2-min.png');
        }

    .student-library-practice-abilities button[data-type="Writing"] {
        background-image: url('../image/library/writing-min.png');
    }

        .student-library-practice-abilities button[data-type="Writing"][data-selected="1"],
        .student-library-practice-abilities button[data-type="Writing"]:hover {
            background-image: url('../image/library/writing2-min.png');
        }


.student-library-practice-info-user {
    background: rgba(246, 119, 1, 0.9);
    padding: 15px;
    overflow: auto;
    width: calc(100% - 40px);
    margin: 20px;
    margin-top: 0;
    border-radius: 10px;
}

    .student-library-practice-info-user img {
        float: left;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 10px solid white;
        background-color:white;
    }

    .student-library-practice-info-user span {
        display: block;
        background: white;
        width: calc(100% - 130px);
        float: right;
        border-radius: 50px;
        padding: 10px;
        position: relative;
        font-size: 16px;
    }


        .student-library-practice-info-user span:before {
            content: "";
            width: 0px;
            height: 0px;
            position: absolute;
            border-left: 14px solid transparent;
            border-right: 14px solid white;
            border-top: 14px solid white;
            border-bottom: 14px solid transparent;
            left: -1px;
            bottom: -12px;
            transform: rotate(-65deg);
        }

.student-library-practice-info-other {
    width: calc(100% - 40px);
    padding: 5px;
    background: #f67701;
    border-radius: 10px;
    margin: 20px;
}

.student-library-browser {
    width: calc(100% - 20px);
    margin: 10px;
    background: #dadaf2;
    border-radius: 10px;
    overflow: hidden;
}

.student-library-browser-bar  {
   overflow: auto;
}

.student-library-browser-bar > div {
    float: left;
}

    .student-library-browser-bar div:nth-child(1) {
        width: 75px;
        font-size: 16px;
        color: #2e3063;
    }

    .student-library-browser-bar div:nth-child(1) i:nth-child(1) {
        margin-right: 10px;
    }

    .student-library-browser-bar div:nth-child(2) {
        width: calc(100% - 150px);
        padding-top: 2px;
    }

        .student-library-browser-bar div:nth-child(2) div {
            width: 100%;
            height: 10px;
            background: white;
            margin-top: 4px;
            border-radius: 20px;
            background: #fbf8ff
        }

    .student-library-browser-bar div:nth-child(3)  {
        text-align: center;
        width: 75px;
        padding-top: 2px;
    }

    .student-library-browser-bar div:nth-child(3) span {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #f7ae06;
        border-radius: 50%;
    }

    .student-library-browser-bar div:nth-child(3) span:nth-child(2) {
        background: #675ef7;
    }

    .student-library-browser-bar div:nth-child(3) span:nth-child(3) {
        background: #ee4b51;
    }

.student-library-browser-body {
    position: relative;
    min-height: 350px;
    background: black;
}

.student-library-practice-select-d-act {
    margin-right: 50px;
}

.student-library-practice-select-d-time,
.student-library-practice-select-d-act {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}

.student-library-browser-arrow-animation {
    display: inline-block;
    width: 350px;
    height: 350px;
    background: #fff8ff;
    background: url('../image/library/css_sprites-min.png');
    background-size: auto 350px;
    background-repeat: no-repeat;
    -webkit-animation: arrow_animation 6s steps(60);
    -moz-animation: arrow_animation 6s steps(60);
    -ms-animation: arrow_animation 6s steps(60);
    -o-animation: arrow_animation 6s steps(60);
    animation: arrow_animation 6s steps(60);
    background-position-x: -20650px;
}


@keyframes arrow_animation {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: -21000px;
    }
}


/*MAMBO*/
[data-theme="mambo"] .student-library-practice-select h3,
[data-theme="mambo"] .student-library-practice-module-note span,
[data-theme="mambo"] .student-library-practice-module-title,
[data-theme="mambo"] .student-library-practice-module-data {
    color: #9c2f85;
}

[data-theme="mambo"] .student-library-practice-module-data-grade-title,
[data-theme="mambo"] .student-library-practice-module-data-completedon-title {
    color: #9c2f85 !important;
}

[data-theme="mambo"] .student-library-practice-module-name {
    color: #18a2da;
}

[data-theme="mambo"] .student-library-practice-module-grade {
    border-top: 2px solid #9c2f85;
    border-bottom: 2px solid #9c2f85;
    padding: 15px;
}

[data-theme="mambo"] .student-library-practice-info-other,
[data-theme="mambo"] .student-library-practice-info-user {
    background: #9c2f85;
}

[data-theme="mambo"] .student-library-practice-module:before {
    background-image: url('../image/mambo/library/blanco2-min.png');
}

[data-theme="mambo"] .student-library-practice-abilities button[data-type="Listening"] {
    background-image: url('../image/mambo/library/listening-min.png');
}

    [data-theme="mambo"] .student-library-practice-abilities button[data-type="Listening"][data-selected="1"],
    [data-theme="mambo"] .student-library-practice-abilities button[data-type="Listening"]:hover {
        background-image: url('../image/mambo/library/listening2-min.png');
    }

[data-theme="mambo"] .student-library-practice-abilities button[data-type="Speaking"] {
    background-image: url('../image/mambo/library/speaking-min.png');
}

    [data-theme="mambo"] .student-library-practice-abilities button[data-type="Speaking"][data-selected="1"],
    [data-theme="mambo"] .student-library-practice-abilities button[data-type="Speaking"]:hover {
        background-image: url('../image/mambo/library/speaking2-min.png');
    }

[data-theme="mambo"] .student-library-practice-abilities button[data-type="Reading"] {
    background-image: url('../image/mambo/library/reading-min.png');
}

    [data-theme="mambo"] .student-library-practice-abilities button[data-type="Reading"][data-selected="1"],
    [data-theme="mambo"] .student-library-practice-abilities button[data-type="Reading"]:hover {
        background-image: url('../image/mambo/library/reading2-min.png');
    }

[data-theme="mambo"] .student-library-practice-abilities button[data-type="Writing"] {
    background-image: url('../image/mambo/library/writing-min.png');
}

    [data-theme="mambo"] .student-library-practice-abilities button[data-type="Writing"][data-selected="1"],
    [data-theme="mambo"] .student-library-practice-abilities button[data-type="Writing"]:hover {
        background-image: url('../image/mambo/library/writing2-min.png');
    }


@media all and (max-height: 450px) and (orientation: landscape) {
    #ToogleStudentLibrary {
        top: 0;
        width: 25px;
        height: 25px;
        margin-right: 0;
    }
}

@media all and (max-width: 1100px) {
    .student-library-practice-info {
        display: none;
    }

    .student-library-practice-body > div {
        width: 100%;
    }

    .student-library-practice-close-btn {
        right: -10px;
        top: -10px;
        z-index: 10;
    }
}

@media all and (max-width: 700px) {
    .student-library-practice-module {
        padding-left: 10px;
        padding-right: 10px;
    }

    .student-library-practice-module-title {
        font-size: 25px;
    }

    .student-library-practice-module-name {
        font-size: 20px;
    }

    .student-library-practice-start {
        font-size: 25px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .student-library-practice-select h3 {
        font-size: 20px;   
    }
}

@media all and (max-height: 720px) {
    .student-library-practice-module {
        padding-left: 20px;
        padding-right: 20px;
    }

    .student-library-practice-module-info {
        padding-top: 0;
    }

    .student-library-practice-module-title {
        font-size: 25px;
    }

    .student-library-practice-module-name {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .student-library-practice-module-grade {
        padding: 5px;
    }

    .student-library-practice-module-note {
        margin-top: 5px;
    }

    .student-library-practice-start {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .student-library-practice-select h3 {
        font-size: 20px;
    }

    .student-library-practice-info-user img {
        width: 70px;
        height: 70px;
        border: 5px solid white;
    }

    .student-library-practice-info-user span {
        width: calc(100% - 80px);
    }

    .student-library-browser-body {
        height: 280px;
        min-height: 280px;
        overflow: hidden;
    }

    .student-library-browser-arrow-animation {
        position: absolute;
        left: 40px;
        top: -25px;
    }
}

.student-library-view-type {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .student-library-view-type[data-type="selector"] button {
        width: 150px;
        height: 170px;
        margin-right: 20px;
        border: none;
        background: none;
        font-size: 22px;
        background-image: url('../image/library/blanco-min.png');
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-top: 10px;
        text-align: center;
        display: inline-flex;
        align-items: flex-start;
        justify-content: center;
        transition-duration: 200ms;
    }

        .student-library-view-type[data-type="selector"] button:focus {
            outline: none;
        }

[data-theme="mambo"] .student-library-view-type[data-type="selector"] button[data-type="Practice"] {
    background-image: url('../image/mambo/library/blanco2-min.png');
}

        .student-library-view-type[data-type="selector"] button[data-type="Review"] {
            background-image: url('../image/library/buscar-min.png');
        }

[data-theme="mambo"] .student-library-view-type[data-type="selector"] button[data-type="Review"] {
    background-image: url('../image/mambo/library/buscar-min.png');
}

        .student-library-view-type[data-type="selector"] button:nth-child(2) {
            margin-right: 0px;
        }


.student-library-view-type[data-type="selector"] button:hover {
    background-image: url('../image/library/blanco2-min.png');
}

[data-theme="mambo"] .student-library-view-type[data-type="selector"] button:hover {
    background-image: url('../image/mambo/library/blanco2-min.png');
}


.student-library-view-type[data-type="selector"] button[data-type="Review"]:hover {
    background-image: url('../image/library/buscar2-min.png');
}

[data-theme="mambo"] .student-library-view-type[data-type="selector"] button[data-type="Review"]:hover {
    background-image: url('../image/mambo/library/buscar2-min.png');
}

#StudentLibraryPractice[data-type="selector"] {
/*    background: rgba(255,205,0,1);
    background: -moz-linear-gradient(top, rgba(255,205,0,1) 0%, rgba(255,95,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,205,0,1)), color-stop(100%, rgba(255,95,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,205,0,1) 0%, rgba(255,95,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,205,0,1) 0%, rgba(255,95,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,205,0,1) 0%, rgba(255,95,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,205,0,1) 0%, rgba(255,95,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd00', endColorstr='#ff5f00', GradientType=0 );*/
}

[data-theme="mambo"] #StudentLibraryPractice[data-type="selector"] {
/*    background: rgba(237,26,120,1);
    background: -moz-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,26,120,1)), color-stop(100%, rgba(148,49,134,1)));
    background: -webkit-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -o-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: linear-gradient(to bottom, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a78', endColorstr='#943186', GradientType=0 );*/
}

#StudentLibraryPractice[data-type="selector"] .student-library-view-type[data-type="practice"] {
    display: none;
}

    #StudentLibraryPractice[data-type="selector"] .student-library-practice-module:before {
        background-image: url('../smash/images/logo/full_logo_whiteborder.png');
        background-repeat: no-repeat;
        width: 200px;
        left: calc(50% - 100px);
        top: -50px;
        background-position: center;
        transform: none;
    }

[data-theme="mambo"] #StudentLibraryPractice[data-type="selector"] .student-library-practice-module:before {
    background-image: url('../image/mambo/logo_1.png');
}

    #StudentLibraryPractice[data-type="selector"] .student-library-practice-module-title,
    #StudentLibraryPractice[data-type="selector"] .student-library-practice-info {
        display: none;
    }

#StudentLibraryPractice[data-type="selector"] .student-library-practice-module {
    float: none;
    display: inline-block;
}

    #StudentLibraryPractice[data-type="selector"] .student-library-practice-module-info {
        padding-top: 50px;
    }

#StudentLibraryPractice[data-type="practice"] .student-library-view-type[data-type="selector"] {
    display: none;
}

/*Activities*/
.SM2-endmodule-ribbon {
    position: absolute;
}


body[data-practice="1"] .SM2-endmodule-title {
    margin-bottom: 0;
    padding: 0;
    display: none;
}

#DivEndContainer {
    position: relative;
    padding-top: 110px;
}

.MS2-endmodule-habilities th {
    font-weight: normal;
}

.end-results-practice-mode {
    display: none;
    padding: 0;
    padding-top: 0;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    top: 10px;
    text-align: center;
}

body[data-practice="1"] .end-results-practice-mode {
    display: block;
}

.end-results-practice-mode-ico {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url('../image/library/blanco2-min.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.end-results-practice-mode-title {
    display: block;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    padding-left: 15px;
}

[data-theme="mambo"] .end-results-practice-mode-ico {
    background-image: url('../image/mambo/library/blanco2-min.png');
}

@media all and (max-width: 800px), all and (max-height: 500px) {
    .student-library-favmodules-btn {
        width: 47px;
        min-width: initial;
        position: relative;
    }

        .student-library-favmodules-btn span {
            display: none;
        }

    .student-library-header-section {
        min-height: 35px;
    }

    .student-library-search-btn {
        height: 31px;
        width: 31px;
        top: 0px;
    }

    .student-library-header-section:nth-child(1) {
        width: 50px;
        min-height: 35px;
    }

    .student-library-header-section:nth-child(3) {
        width: 100%;
    }

    .student-library-filtermodules,
    .student-library-search {
        width: 50%;
    }

    .student-library-filtermodules {
        text-align: left;
    }

    .student-library-search-text {
        width: calc(100% - 20px);
        max-width: inherit;
    }

    .student-library-header .student-library-header-section:nth-child(2),
    .student-library-header-section:nth-child(1) {
        padding-top: 0;
    }

    .student-library-body {
        margin-bottom: 5px;
        padding-top: 0px;
    }

    .student-library-content {
        width: 99vw;
        height: calc(var(--rvh) - 60px);
        top: 20px;
        min-height: 250px;
    }

    .student-library-close-btn {
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 22px;
        right: -10px;
        top: -10px;
    }
}


@media all and (max-width: 550px) {
    .student-library-filtermodules-btn {
        padding-left: 10px;
        padding-right: 10px;
    }

        .student-library-filtermodules-btn span {
            font-size: 14px;
        }

        .student-library-filtermodules-btn i {
            top: 5px;
            font-size: 16px;
            margin-left: 10px;
        }
}

