﻿.rtl li, .rtl span, .rtl label,
.rtl h1, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
    direction: rtl !important;
}

#gameBoard svg, #gameBoardShowResultRound svg, #historyGameBoard svg {
    float: left;
}

.ShowScorePanel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

.main_content {
    /*padding: 10px 0px;*/
}

    .main_content .plan_left_content {
        padding-right: 320px;
    }

    .main_content .plan_left_content {
        height: calc(100vh - 110px);
        overflow: hidden;
        overflow-y: auto;
    }

        .main_content .plan_left_content .graph {
            text-align: center;
        }



        .main_content .plan_left_content .circle_planbox .form-group {
            margin-bottom: 50px;
        }

            .main_content .plan_left_content .circle_planbox .form-group .form-control {
                border: none;
                width: 200px;
                border-bottom: 2px solid #f0f0f1;
                border-radius: 0px;
                padding: 7px;
                height: inherit !important;
                color: #768093;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 400;
            }

        .main_content .plan_left_content .circle_planbox .planbox_content {
        }

            .main_content .plan_left_content .circle_planbox .planbox_content h3 {
                color: #31383f;
                font-size: 16px;
            }

            .main_content .plan_left_content .circle_planbox .planbox_content p {
            }

            .main_content .plan_left_content .circle_planbox .planbox_content a {
                text-decoration: underline;
            }

.toggle {
    border: none !important;
    width: 50px !important;
    min-width: inherit !important;
    height: 25px !important;
    min-height: 26px !important;
    border-radius: 50px !important;
    padding: 0px !important;
    background: #ff9700 !important;
}

    .toggle.off {
        background: #768093 !important;
    }

.toggle-on.btn {
    padding-right: 24px !important;
    margin: 0px !important;
    background: #f0f0f1 !important;
    background: none !important;
    text-indent: 999px;
}

.toggle-off.btn {
    margin: 0px !important;
    padding-left: 0px !important;
    text-indent: 999px;
}

.toggle-handle {
    padding: 0px !important;
    width: 22px !important;
    height: 22px !important;
    background: #fff !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: -8px !important;
}

.toggle-group {
    position: absolute;
    width: 71px;
}

.toggle .toggle-group {
    left: -9px;
}

.toggle.off .toggle-group {
    left: -34px;
}

.circle_planbox .material .material-select > label {
    color: #768093;
    border: none;
    width: 150px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 0px;
}

    .circle_planbox .material .material-select > label strong {
        border-color: #768093 transparent transparent transparent;
    }

.text_link {
    color: #ff9700 !important;
}

.modal-backdrop {
    background-color: #31383f;
}

    .modal-backdrop.show {
        opacity: 0.95;
    }

.modal-content {
    border-radius: 0px;
}

.modal-footer {
    display: block;
}

.modal-dialog.modal-md {
    max-width: 700px;
}

.modal-dialog.modal-lg {
    max-width: 1100px;
}

.modal-dialog {
    min-width: 350px;
    max-width: 900px;
}

.modal-footer {
    border-top: 1px solid #d8dcdc;
}

.modal-header {
    border-top: 1px solid #d8dcdc;
    padding: 30px;
}

.modal .modal-body {
    padding: 0px;
}

    .modal .modal-body .left_form {
        border-right: 1px solid #d8dcdc;
        padding: 20px;
    }

    .modal .modal-body .form-group {
        margin-bottom: 30px;
    }

        .modal .modal-body .form-group textarea {
            height: 90px !important;
            resize: none;
            line-height: 24px;
        }

    .modal .modal-body .left_form .form-group .form_input_heading {
        position: relative;
    }

.form-group label {
    font-size: 11px;
    color: #3d4650;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal .modal-body .left_form .form-group .form_input_heading label span {
    color: #3d4650;
    font-weight: 300;
    display: block;
    padding: 3px 0px 0;
}

.modal .modal-body .left_form .form-group .form_input_heading .question_icon {
    float: right;
    position: absolute;
    right: 0;
    bottom: 9px;
    width: 16px;
}

.modal .modal-body .left_form .form-group .form_input_heading .form-control {
}

.modal .modal-body .right_form {
    padding: 20px 20px 20px 0px;
}

    .modal .modal-body .right_form .form-group {
    }

        .modal .modal-body .right_form .form-group .form_input_heading label {
        }

            .modal .modal-body .right_form .form-group .form_input_heading label a {
                text-transform: capitalize;
            }

    .modal .modal-body .right_form .form_input_heading img {
        margin-left: 25px;
    }

    .modal .modal-body .right_form .form-group span {
        font-size: 13px;
        color: #3d4650;
        display: block;
        padding-top: 10px;
        font-weight: 400;
    }

.modal-header h4 {
    color: #3d4650;
    font-size: 22px;
    font-weight: 300;
}

.modal-header .close {
    opacity: .75;
}

    .modal-header .close:hover, .modal-header .close:focus {
        opacity: 1;
    }

    .modal-header .close span {
    }

.close span img {
    width: 30px;
}

.btn_link {
    padding-bottom: 15px;
}

    .btn_link a {
        color: #ff9700;
        text-decoration: underline;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
    }

.listing {
    padding: 15px 0px;
}

    .listing li {
        font-size: 12px;
        padding: 6px 0px;
        color: #3d4650;
        font-weight: 500;
    }

        .listing li a {
            margin-left: 5px;
        }

.modal .modal-body .right_form .form-group .placemnet_listing {
    padding: 10px 0px;
}

    .modal .modal-body .right_form .form-group .placemnet_listing .placement_block {
        padding-bottom: 8px;
    }

        .modal .modal-body .right_form .form-group .placemnet_listing .placement_block label {
            font-size: 11px;
            font-weight: 500;
            color: #3d4650;
            float: left;
            width: 90px;
            margin: 2px 0px 0px;
        }

        .modal .modal-body .right_form .form-group .placemnet_listing .placement_block span {
            float: left;
            padding: 0px;
            font-size: 12px;
            font-weight: 400;
            color: #3d4650;
            letter-spacing: 1px;
        }

.delete_stake {
    color: #3d4650;
    padding: 20px 0px;
}

    .delete_stake h4 {
        margin-bottom: 10px;
    }

    .delete_stake span {
        color: #3d4650;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        display: block;
        margin-bottom: 2px;
    }

    .delete_stake p {
        color: #3d4650;
        font-size: 13px;
    }

    .delete_stake .button_group {
    }

        .delete_stake .button_group a {
            width: 40%;
            margin-left: 2%;
        }

.default_bg {
    background: #ff9700;
}

.primary_bg {
    background: #737a84;
}

.show_log {
    padding: 20px 20px 0px 20px;
}

    .show_log label {
        font-size: 11px;
        color: #3d4650;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0px;
        padding-bottom: 10px;
    }

        .show_log label span {
            font-weight: 100;
        }

    .show_log table {
    }

        .show_log table tr {
        }

            .show_log table tr th {
                font-size: 14px;
                font-weight: 400;
                color: #fff;
                text-transform: uppercase;
                padding: 12px 20px;
                letter-spacing: 1px;
            }

            .show_log table tr td {
                padding: 12px 20px;
                font-size: 13px;
                font-weight: 400;
                text-transform: uppercase;
                color: #3d4650;
                letter-spacing: 1px;
            }

            .show_log table tr.primary_bg td {
                color: #ffffff;
            }

            .show_log table tr td span {
                display: block;
            }

.task_listing {
    padding: 10px 0px;
    padding-left: 15px;
}

    .task_listing li {
        color: #3d4650;
        font-size: 13px;
        padding-bottom: 5px;
        list-style-type: decimal;
    }

.custom_radio_btn {
    position: relative;
}

    .custom_radio_btn input[type=radio] {
        position: absolute;
        visibility: hidden;
    }

    .custom_radio_btn input[type=checkbox] {
        position: absolute;
        visibility: hidden;
    }

.place_options > span {
    display: block;
    color: #3d4650;
    font-size: 12px;
    padding-bottom: 15px;
}

.custom_radio_btn label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 15px 15px 10px 40px;
    margin: 0px auto;
    height: 10px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.custom_radio_btn:hover label {
    color: #FFFFFF;
}

.custom_radio_btn .check {
    display: block;
    position: absolute;
    border: 3px solid #d8dcdc;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 0px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.custom_radio_btn:hover .check {
    border: 3px solid #48d2d2;
}

    .custom_radio_btn:hover .check:before {
        background: #48d2d2;
    }

.custom_radio_btn .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    background: #d8dcdc;
}

.custom_radio_btn input[type=radio]:checked ~ .check {
    border: 3px solid #48d2d2;
}

    .custom_radio_btn input[type=radio]:checked ~ .check::before {
        background: #48d2d2;
    }

.custom_radio_btn input[type=radio]:checked ~ label {
    color: #0DFF92;
}



.custom_radio_btn input[type=checkbox]:checked ~ .check {
    border: 3px solid #48d2d2;
}

    .custom_radio_btn input[type=checkbox]:checked ~ .check::before {
        background: #48d2d2;
    }

.custom_radio_btn input[type=checkbox]:checked ~ label {
    color: #0DFF92;
}


#place_stackholder .left_form .form-group span {
    font-size: 13px;
    letter-spacing: 1px;
}

.guide_changeproject {
}

.guide_changeproject {
}

.progress_bar {
    padding: 20px 0px 40px;
}

    .progress_bar ul {
        position: relative;
    }

        .progress_bar ul:after {
            position: absolute;
            content: '';
            border-bottom: 1px solid #d8dcdc;
            left: 0;
            right: 0px;
        }

        .progress_bar ul li {
            width: 24.25%;
            float: left;
            position: relative;
            height: 1px;
        }

            .progress_bar ul li:last-child {
                width: 3%;
                float: right;
            }

            .progress_bar ul li:after {
                position: absolute;
                content: '';
                width: 14px;
                height: 14px;
                background: #d8dcdc;
                border-radius: 50%;
                top: -7px;
                left: 0;
                z-index: 9;
            }

            .progress_bar ul li:last-child:after {
                right: 0px;
                left: inherit;
            }

.progress .irs-single {
    display: none;
}

.progress .irs {
    width: 100%;
}

.progress .irs-slider {
    width: 12px;
    height: 12px;
    background: #ff9700;
    top: 20px;
    border-radius: 50%;
    top: 0px;
    margin-left: 0px;
}

.progress .irs-line-mid,
.progress .irs-line-left,
.progress .irs-line-right,
.progress .irs-bar,
.progress .irs-bar-edge,
.irs-slider {
    background: none;
}

.irs {
    height: 30px;
}

.irs-line {
    background: #d8dcdc;
    height: 4px;
    top: 5px;
}

.irs-bar {
    background: #ff9700 !important;
    height: 4px;
    top: 5px;
    left: 0px !important;
}

.progress_bar ul li.active:after {
    background: #fff;
    border: 1px solid #ff9700;
    z-index: 9;
}

.progress_bar ul li.prev_tab:after {
    background: #ff9700;
}

.progress_bar ul li.active {
}

.progress_bar ul li.disable {
}

.guide_changeproject {
}

    .guide_changeproject .left_form {
        border-right: none !important;
    }

.project_stakeholders_heading .form_input_heading {
}

    .project_stakeholders_heading .form_input_heading label {
        float: left !important;
        margin-bottom: 0px !important;
    }

    .project_stakeholders_heading .form_input_heading .question_icon {
        position: relative !important;
        left: 0;
        right: inherit !important;
        float: left !important;
        bottom: 0px !important;
        margin-left: 20px;
    }


.link_stackholder_btn {
}

    .link_stackholder_btn ul {
    }

        .link_stackholder_btn ul li {
            display: inline-block;
            margin-right: 15px;
        }

            .link_stackholder_btn ul li a {
            }

            .link_stackholder_btn ul li span {
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: 2px;
            }

.marb5 {
    margin-bottom: 0px !important;
}

.change_live_project {
    padding: 30px 30px 0px;
}

    .change_live_project .left_form {
        padding: 0px 20px 20px 0px !Important;
        border-right: 1px solid #d8dcdc !important;
    }



.checkbox_footer {
    padding: 20px 0px 40px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        color: #3d4650;
        font-size: 13px;
        letter-spacing: 1px;
    }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: bottom;
            width: 18px;
            height: 18px;
            border: 1px solid #ff9700;
            border-radius: 4px;
        }

    .styled-checkbox:hover + label:before {
    }

    .styled-checkbox:focus + label:before {
    }

    .styled-checkbox:checked + label:before {
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 4px;
        top: 9px;
        background: #ff9700;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 #ff9700, 4px 0 0 #ff9700, 4px -2px 0 #ff9700, 4px -4px 0 #ff9700, 4px -6px 0 #ff9700, 4px -8px 0 #ff9700;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.divider {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

    .divider:after {
        position: absolute;
        content: '';
        border-bottom: 1px solid #d8dcdc;
        left: -30px;
        right: -30px;
        top: 50%;
    }

    .divider span {
        background: #fff;
        position: relative;
        z-index: 2;
        padding: 10px;
        display: inline-block;
        color: #768093;
        font-weight: 400;
        font-size: 15px;
    }

.options_bar {
}

    .options_bar ul {
    }

        .options_bar ul li {
            float: left;
            width: 19.25%;
            font-weight: 500;
            text-align: center;
        }

            .options_bar ul li:last-child {
                width: 3.75%;
            }

            .options_bar ul li .option {
                width: 20px;
                text-align: center;
                font-size: 11px;
                color: #3d4650;
            }

                .options_bar ul li .option .circle {
                    width: 20px;
                    height: 20px;
                    display: block;
                    border: 1px solid #ff9700;
                    border-radius: 50%;
                    margin-top: 5px;
                }

    .options_bar .options_bar_content {
        padding-bottom: 5px;
    }

        .options_bar .options_bar_content .option_left_content {
            float: left;
        }

            .options_bar .options_bar_content .option_left_content span {
                display: block;
                color: #3d4650;
                font-size: 11px;
                font-weight: 400;
            }

        .options_bar .options_bar_content .option_right_content {
            float: right;
        }

            .options_bar .options_bar_content .option_right_content span {
                display: block;
                color: #3d4650;
                font-size: 11px;
                font-weight: 400;
            }




.box {
}

    .box:hover {
    }

.toolbox_pro_listing {
    padding-left: 320px;
    height: calc(100vh - 188px);
    overflow: hidden;
    overflow-y: auto;
}

    .toolbox_pro_listing .filters {
        padding-bottom: 40px;
    }

        .toolbox_pro_listing .filters ul {
            text-align: right;
        }

            .toolbox_pro_listing .filters ul li {
                display: inline-block;
                margin-left: 15px;
            }

                .toolbox_pro_listing .filters ul li img {
                    width: 20px;
                }

    .toolbox_pro_listing .toolbox {
        border: 1px solid #dfe2e2;
        text-align: center;
        border-radius: 10px;
        margin-bottom: 30px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
    }

        .toolbox_pro_listing .toolbox:hover {
            box-shadow: 0px 13px 15px #d4d4d4;
        }

        .toolbox_pro_listing .toolbox .toolbox_icon {
            padding: 40px;
        }

            .toolbox_pro_listing .toolbox .toolbox_icon img {
                width: 40px;
            }

        .toolbox_pro_listing .toolbox .toolbox_details {
            border-top: 1px solid #dfe2e2;
        }

            .toolbox_pro_listing .toolbox .toolbox_details h3 {
                color: #3d4650;
                font-size: 13px;
                margin: 0px;
                padding: 15px 5px;
                font-weight: 400;
            }

.content_area {
}

    .content_area .progress_bar {
        padding: 40px 0px;
    }

        .content_area .progress_bar ul li {
            width: 33.33%;
        }

            .content_area .progress_bar ul li:last-child {
                width: 3%;
                float: right;
            }

.heading {
    text-align: center;
    padding: 30px 0px 40px 0px;
}

    .heading h2 {
        font-size: 28px;
        font-weight: 300;
        color: #3d4650;
        margin-bottom: 15px;
    }

    .heading span {
        display: block;
        font-size: 13px;
        color: #3d4650;
        font-weight: 600;
    }



.meter_box .desciption p {
    font-size: 13px;
    color: #8d95a4;
    text-align: center;
}

.result_box {
    padding: 20px 0px;
}

    .result_box h6 {
    }

    .result_box span {
        display: block;
        color: #8d95a4;
        font-size: 13px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .result_box a {
    }

#slider-range {
    clear: both;
    width: 100%;
}

.ui-slider-handle:nth-child(1) {
    display: none;
}

.success_msg {
    padding: 40px;
    text-align: center;
}

    .success_msg img {
        width: 90px;
    }

    .success_msg h3 {
        font-weight: 300;
        font-size: 22px;
        color: #3d4650;
        padding-bottom: 30px;
        margin-bottom: 0px;
        padding-top: 20px;
    }

/* Vinay Changes */


.input-control {
    position: relative;
}

    .input-control .form-control {
        padding: 10px 20px 10px 40px;
    }

.actee_icon {
    width: 17px;
    height: 17px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 16px;
    left: 15px;
}

    .actee_icon.user {
        background: url(../images/icon_form_user.svg) no-repeat;
        width: 17px;
    }

    .actee_icon.mail {
        background: url(../images/icon_form_mail.svg) no-repeat;
    }

    .actee_icon.lock {
        background: url(../images/icon_form_password.svg) no-repeat;
    }

.warning-popup {
    position: fixed;
    z-index: 9999;
    top: 50%;
    max-width: 600px;
    left: 50%;
    background: #f9f9fa;
    padding: 35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 8px 19px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(0, 0, 0, 0.14);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .warning-popup .close_icon {
        position: absolute !important;
        right: 0px !important;
        top: 20px !important;
        transform: inherit;
        height: 20px;
        width: 20px;
        z-index: 999;
        cursor: pointer;
    }

.loading-overlay {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9996;
    background: #ffffff;
    opacity: 1;
}

    .loading-overlay .loading-box {
        height: 100vh;
        margin: 0px auto;
        display: table-cell;
        vertical-align: middle;
        width: 100vw;
    }

        .loading-overlay .loading-box img {
            width: 100px;
            margin: 0px auto;
            display: block;
        }

        .loading-overlay .loading-box .overlay_content {
            text-align: center;
            padding: 0px 20px;
        }

            .loading-overlay .loading-box .overlay_content h2 {
                margin-bottom: 0px;
                padding-bottom: 10px;
                font-size: 20px;
                color: #3d4650;
                font-weight: 400;
            }

            .loading-overlay .loading-box .overlay_content p {
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 0px;
            }

.next {
    margin-left: 515px;
}

.sidebar_bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgba(49, 56, 63, 0.77);
    z-index: 9;
}

.inner_box {
    background: #fbfbfb;
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 5px;
}

.game_scenario .toggle {
    height: 22px !important;
    min-height: 22px !important;
}

.game_scenario .toggle-handle {
    width: 18px !important;
    height: 18px !important;
}

.toggle_btn label {
    margin-left: 5px;
}

    .toggle_btn label img {
        margin-left: 20px;
    }

.partner_link {
    padding: 20px;
}

    .partner_link h4 {
        font-size: 16px;
        color: #31383f;
        font-weight: 400;
    }

    .partner_link a {
    }

.session_builder_left {
    padding-top: 20px;
}

.session_builder_left {
}

.estimated {
    padding: 20px 0px;
}

.history-view .left_sidebar .sidebar_listing ul, .result-view .left_sidebar .sidebar_listing ul {
    margin-top: 0px;
}

.history-view .left_sidebar .sidebar_listing ul {
    height: calc(100vh - 165px);
}

    .history-view .left_sidebar .sidebar_listing ul li {
        padding: 0px 20px;
        border-bottom: none;
    }

        .history-view .left_sidebar .sidebar_listing ul li .has-seperator {
            padding: 10px 0px;
        }

        .history-view .left_sidebar .sidebar_listing ul li .seperator {
            border-bottom: 1px Solid #e6e9e9;
            margin: 0px -20px;
        }

.score_board_block {
    padding-top: 20px;
}

    .score_board_block .score_borad_left {
        float: left;
        width: 88%;
        /* padding-right: 110px; */
        /* margin-right: -100px; */
    }

    .score_board_block .score_board_table {
        border: 1px solid #d8dcdc;
    }

        .score_board_block .score_board_table .score_table_heading {
        }

            .score_board_block .score_board_table .score_table_heading .score_table_row {
                display: -webkit-flex;
                display: flex;
                border-bottom: 1px solid #d8dcdc;
            }

                .score_board_block .score_board_table .score_table_heading .score_table_row .score-col {
                    -webkit-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    border-right: 1px solid #d8dcdc;
                    padding: 15px 17px;
                    background: #ff9700;
                }

                    .score_board_block .score_board_table .score_table_heading .score_table_row .score-col span {
                        display: block;
                        color: #fff;
                        font-size: 11px;
                        font-weight: 500;
                        letter-spacing: 1px;
                        text-transform: uppercase;
                    }

                    .score_board_block .score_board_table .score_table_heading .score_table_row .score-col:last-child {
                        border-right: none;
                    }

        .score_board_block .score_board_table .score_table_body {
        }

            .score_board_block .score_board_table .score_table_body .score_table_body_row {
                display: -webkit-flex;
                display: flex;
            }

                .score_board_block .score_board_table .score_table_body .score_table_body_row .score-body-col {
                    -webkit-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    border-right: 1px solid #d8dcdc;
                    padding: 15px 17px;
                    position: relative;
                }

                    .score_board_block .score_board_table .score_table_body .score_table_body_row .score-body-col:last-child {
                        border-right: none;
                    }

                    .score_board_block .score_board_table .score_table_body .score_table_body_row .score-body-col:last-child {
                        border-right: none;
                    }

                    .score_board_block .score_board_table .score_table_body .score_table_body_row .score-body-col span {
                        display: block;
                        font-size: 14px;
                        word-wrap: break-word;
                        word-break: break-all;
                    }


                .score_board_block .score_board_table .score_table_body .score_table_body_row:nth-child(odd) {
                    background: #FFF
                }

                .score_board_block .score_board_table .score_table_body .score_table_body_row:nth-child(even) {
                    background: #d8dcdc;
                }

    .score_board_block .table_block {
        margin-bottom: 30px;
    }

        .score_board_block .table_block .table_heading {
        }

            .score_board_block .table_block .table_heading h4 {
                font-size: 20px;
                color: #31383f;
            }

        .score_board_block .table_block .score_board_table {
        }





    .score_board_block .score_board_table.board_person_table .score_table_heading .score_table_row .score-col:nth-of-type(1) {
        -webkit-flex-grow: 6;
        flex-grow: 6;
    }

    .score_board_block .score_board_table.board_resistance_table .score_table_heading .score_table_row .score-col:nth-of-type(1) {
        -webkit-flex-grow: 6;
        flex-grow: 6;
    }

    .score_board_block .score_board_table.board_field_table .score_table_body .score_table_body_row .score-body-col:nth-of-type(2) {
        -webkit-flex-grow: 6;
        flex-grow: 6;
    }

    .score_board_block .score_board_table.board_field_table .score_table_body .score_table_body_row .score-body-col:nth-of-type(1) {
        -webkit-flex-grow: 6;
        flex-grow: 6;
    }

    .score_board_block .score_board_table.board_person_table .score_table_body .score_table_body_row .score-body-col:nth-of-type(1) {
        -webkit-flex-grow: 6;
        flex-grow: 6;
    }

    .score_board_block .score_board_table.board_resistance_table .score_table_body .score_table_body_row .score-body-col:nth-of-type(1) {
        -webkit-flex-grow: 6;
        flex-grow: 6;
    }




    .score_board_block .score_borad_right {
        width: 100px;
        float: right;
        margin-top: 40px;
    }

        .score_board_block .score_borad_right.negative-right, .score_board_block .score_borad_right.resistance-right {
            margin-top: -32px;
        }

        .score_board_block .score_borad_right .box {
            border: 1px solid #ddd;
            border-bottom: none;
            text-align: center;
        }

            .score_board_block .score_borad_right .box span {
                display: block;
                font-size: 14px;
            }

                .score_board_block .score_borad_right .box span strong {
                    display: block;
                }

            .score_board_block .score_borad_right .box.add_icon {
                height: 74px;
                line-height: 74px;
                font-size: 32px;
            }

                .score_board_block .score_borad_right .box.add_icon span {
                }

                .score_board_block .score_borad_right .box.add_icon span {
                    font-size: 24px;
                    color: #31383f;
                }

            .score_board_block .score_borad_right .box.resistance {
                /*height: 300px;*/
                text-align: center;
                padding: 130px 0px;
            }

            .score_board_block .score_borad_right .box.positive {
                /*height: 153px;*/
                text-align: center;
                padding: 55px 0px;
            }


            .score_board_block .score_borad_right .box.negative {
                /*height: 198px;*/
                padding: 77px 0px;
            }

            .score_board_block .score_borad_right .box.total {
                padding: 10px 0px;
                /*height: 200px;*/
                border-bottom: 1px solid #ddd;
            }

.score_hour_btn {
}

    .score_hour_btn a {
    }

        .score_hour_btn a img {
        }

        .score_hour_btn a.score_btn {
            box-shadow: 0px 1px 5px #c1bebe;
            color: #ff9700;
            margin-right: 0px;
        }

    .score_hour_btn i {
        cursor: pointer;
    }

        .score_hour_btn i:hover {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            color: #ff9700;
            border-color: #ff9700;
        }

.climate_barometeres {
    height: calc(100vh - 118px);
    overflow: hidden;
    overflow-y: auto;
    padding-left: 615px;
    margin-left: -400px;
    float: right;
    width: 100%;
    padding-right: 15px;
}

    .climate_barometeres .box {
        border: 1px solid #d8dcdc;
        border-radius: 5px;
        margin-bottom: 30px;
    }

        .climate_barometeres .box h3 {
            border-bottom: 1px solid #d8dcdc;
            margin: 0px;
            padding: 15px;
            text-align: center;
            letter-spacing: 1px;
            font-size: 13px;
            color: #31383f;
            background: #fff;
            font-weight: 500;
        }

        .climate_barometeres .box .box_content {
            padding: 40px 20px;
            background: #fff;
        }

    .climate_barometeres .characters_list ul li {
        margin-bottom: 30px;
    }

        .climate_barometeres .characters_list ul li:last-child {
            margin-bottom: 0px;
        }

            .climate_barometeres .characters_list ul li:last-child .btn {
                margin-bottom: 0px;
            }

        .climate_barometeres .characters_list ul li .character_thumnail {
            float: left;
            width: 45px;
            height: 45px;
            overflow: hidden;
            border-radius: 50%;
            border: 2px solid #48d2d2;
        }

            .climate_barometeres .characters_list ul li .character_thumnail img {
                width: 60px;
                max-width: initial;
            }

        .climate_barometeres .characters_list ul li .character_details {
            float: left;
            padding-left: 50px;
            margin-left: -50px;
            width: 100%;
            padding-top: 13px;
        }

            .climate_barometeres .characters_list ul li .character_details .custom_radio_btn {
                float: left;
            }

.custom_radio_btn .check:before {
    display: none;
}

.custom_radio_btn input[type=radio]:checked ~ .check:before {
    display: block;
}

.climate_barometeres .characters_list ul li .character_details .character_name {
    float: left;
}

    .climate_barometeres .characters_list ul li .character_details .character_name span {
        font-size: 14px;
    }


.right_box {
    padding: 0px 0px 10px 0px;
}

    .right_box .title {
        text-align: center;
        color: #3d4650;
        font-size: 26px;
        font-weight: 300;
        padding-bottom: 40px;
    }

.barometeres_listing {
}

    .barometeres_listing ul {
        margin-bottom: 30px;
    }

        .barometeres_listing ul li {
            float: left;
            width: 18%
        }

            .barometeres_listing ul li:first-child {
                width: 3%;
            }

            .barometeres_listing ul li:last-child {
                width: 3%;
            }

            .barometeres_listing ul li span {
                width: 25px;
                height: 25px;
                display: block;
                border-radius: 50%;
                line-height: 25px;
                text-align: center;
                font-weight: 400;
                margin: 20px 0px;
            }

                .barometeres_listing ul li span.text-active {
                    color: #48d2d2;
                }

            .barometeres_listing ul li h5 {
                font-size: 11px;
                margin: 0px;
                padding-bottom: 7px;
                letter-spacing: 1px;
            }

            .barometeres_listing ul li .meter_circle {
                width: 30px;
                height: 30px;
                background: #d8dcdc;
                border-radius: 50%;
                margin: 0px auto;
            }

            .barometeres_listing ul li span.selected {
                background: #48d2d2;
                color: #fff;
                box-shadow: 0px 2px 5px rgb(175, 173, 173);
            }

            .barometeres_listing ul li.main_circle {
                width: 20% !important;
                text-align: center;
            }

.left_sidebar .sidebar_footer_item {
    padding: 10px;
    /*border-top: 1px Solid #e6e9e9;*/
}

.history-view .left_sidebar .sidebar_footer_item {
    display: none;
}

.left_sidebar .sidebar_footer:last-child {
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-top: 0px;
}

    .left_sidebar .sidebar_footer:last-child .choice_btn a {
        margin-top: 0px;
    }

.left_sidebar .sidebar_footer .left_btn {
    float: left;
}

    .left_sidebar .sidebar_footer .left_btn a {
        padding: 13px 20px;
    }

.left_sidebar .sidebar_footer .group_players {
    /*float: right;
    margin: 9px 5px;*/
    float: LEFT;
    margin: 9px 5px;
    width: 100%;
}

    .left_sidebar .sidebar_footer .group_players .total_player {
        margin-right: 10px;
    }

/*.left_sidebar .sidebar_footer .choice_btn {
    float: right;
}*/

.left_sidebar .sidebar_footer .choice_btn.left {
    float: left;
}

.left_sidebar .sidebar_footer .choice_link {
    float: left;
    margin: 20px 0px;
}

    .left_sidebar .sidebar_footer .choice_link a {
        color: #768093;
        text-decoration: underline;
        font-size: 14px;
    }

.left_sidebar .sidebar_footer .add_more_link {
    float: right;
}

    .left_sidebar .sidebar_footer .add_more_link a {
        color: #768093;
        text-decoration: underline;
        font-size: 14px;
    }

.left_sidebar .sidebar_footer .group_users {
    position: absolute;
    bottom: 21px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.left_sidebar .sidebar_footer .group_users {
    background-image: url(../images/icon_players.svg);
}

    .left_sidebar .sidebar_footer .group_users.active {
        background-image: url(../images/icon_players_close.svg);
    }



    .left_sidebar .sidebar_footer .group_users.pos_left {
        background-image: url(../images/icon_players.svg);
    }

        .left_sidebar .sidebar_footer .group_users.pos_left.active {
            background-image: url(../images/icon_players_close.svg);
        }

/*.left_sidebar .sidebar_footer .group_users:before {
        content: '';
        position: absolute;
        top: -15px;
        left: 50%;
        margin-left: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ff9700;
    }*/

/*.left_sidebar .sidebar_footer .group_users span {
        font-size: 20px;
        color: #808080;
    }

    .left_sidebar .sidebar_footer .group_users.active {
        background: #ff9700;
    }

        .left_sidebar .sidebar_footer .group_users.active:before {
            border-top: none;
            border-bottom: 10px solid #ff9700;
        }

        .left_sidebar .sidebar_footer .group_users.active span {
            color: #ffffff;
        }*/

.left_sidebar .sidebar_footer .footer_member_info {
    display: none;
}

    .left_sidebar .sidebar_footer .footer_member_info.active {
        display: block;
    }

.option_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background: gray;
    opacity: 0.5;
    z-index: 9;
}

.left_sidebar {
    position: fixed;
    left: 0;
    top: 108px;
    bottom: 0px; /*added*/
    width: 600px;
    background: #fff;
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 15px 0 #bfbfbf;
    box-shadow: 0 0 15px 0 #bfbfbf;
    /*height: calc(100vh - 112px);
    overflow: hidden;
    overflow-y: auto;*/
    z-index: 9;
}

    .left_sidebar .sidebar_heading {
        padding: 15px 20px;
        border-bottom: 1px Solid #e6e9e9;
        position: relative;
        overflow: hidden;
    }

        .left_sidebar .sidebar_heading h2 {
            float: left;
            font-size: 14px;
            color: #31383f;
            margin: 0px;
            padding: 5px 0px;
        }

        .left_sidebar .sidebar_heading .heading_menu {
            float: right;
        }

            .left_sidebar .sidebar_heading .heading_menu a {
                color: #768093;
                text-decoration: underline;
                margin-left: 15px;
                font-size: 14px;
            }


    .left_sidebar .sidebar_listing {
        background: #fff;
    }

        .left_sidebar .sidebar_listing > ul {
            height: calc(100vh - 165px);
            overflow: hidden;
            overflow-y: auto;
        }

        .left_sidebar .sidebar_listing ul li {
            padding: 15px 20px;
            border-bottom: 1px Solid #e6e9e9;
            position: relative;
        }

            .left_sidebar .sidebar_listing ul li:last-child {
                margin-bottom: 100px;
            }

            .left_sidebar .sidebar_listing ul li .sidebar_inner_box {
                padding-left: 30px;
                padding-top: 10px;
            }

                .left_sidebar .sidebar_listing ul li .sidebar_inner_box p {
                    margin-bottom: 0px;
                    line-height: 30px;
                    color: #768093;
                    font-size: 14px;
                }

            .left_sidebar .sidebar_listing ul li .list {
                position: relative;
            }

                .left_sidebar .sidebar_listing ul li .list .radio_btn {
                    float: left;
                }

                    .left_sidebar .sidebar_listing ul li .list .radio_btn .custom_radio_btn {
                    }

                        .left_sidebar .sidebar_listing ul li .list .radio_btn .custom_radio_btn label {
                            padding-left: 0px;
                        }

                .left_sidebar .sidebar_listing ul li .list a {
                    color: #31383f;
                    font-size: 16px;
                    font-weight: 400;
                    float: left;
                }

                .left_sidebar .sidebar_listing ul li .list .icon {
                    background: url(../images/plus.svg) no-repeat;
                    height: 17px;
                    width: 17px;
                    float: right;
                    background-size: contain;
                    position: absolute;
                    right: 0px;
                    top: 50%;
                    margin-top: -8px;
                    cursor: pointer;
                    z-index: 10;
                }

            .left_sidebar .sidebar_listing ul li.expand .list .icon {
                background: url(../images/minus_icon.svg) no-repeat;
                background-size: contain;
                margin-top: 0px;
            }

            .left_sidebar .sidebar_listing ul li.user_option_players + .user_option_no_players {
                /*margin-top: 14px;
                    border-top: 1px solid #e6e9e9*/
            }

                .left_sidebar .sidebar_listing ul li.user_option_players + .user_option_no_players:before {
                    /*background: gray;
                        position: absolute;
                        content: '';
                        height: 4px;
                        left: 0px;
                        right: 0px;
                        top: -10px*/
                }

            .left_sidebar .sidebar_listing ul li.user_option {
                padding: 7px 20px;
            }

                .left_sidebar .sidebar_listing ul li.user_option .list {
                }

                    .left_sidebar .sidebar_listing ul li.user_option .list .custom_checkbox {
                        padding-top: 8px;
                    }

                    .left_sidebar .sidebar_listing ul li.user_option .list a {
                        padding-top: 8px;
                    }

                    .left_sidebar .sidebar_listing ul li.user_option .list .icon {
                    }

.progress_section {
}

    .progress_section .progressbar {
    }

        .progress_section .progressbar ul {
        }

            .progress_section .progressbar ul li {
                margin-bottom: 40px;
            }

                .progress_section .progressbar ul li h5 {
                    text-align: center;
                    color: #3d4650;
                    font-size: 11px;
                    padding: 15px;
                    font-weight: 600;
                    letter-spacing: 1px;
                }

                .progress_section .progressbar ul li .progress {
                    background: #d8dcdc;
                    border-radius: 0px;
                }

                    .progress_section .progressbar ul li .progress .progress-bar {
                        height: 5px;
                        background: #48d2d2;
                    }

                .progress_section .progressbar ul li .bar_content {
                }

                    .progress_section .progressbar ul li .bar_content .progress_left {
                        float: left;
                    }

                        .progress_section .progressbar ul li .bar_content .progress_left span {
                            color: #3d4650;
                            font-size: 16px;
                            font-weight: 400;
                        }

                        .progress_section .progressbar ul li .bar_content .progress_left span {
                        }

                    .progress_section .progressbar ul li .bar_content .bar {
                        float: left;
                        width: 100%;
                        margin-left: -30px;
                        padding-left: 40px;
                        margin-right: -30px;
                        padding-right: 20px;
                        margin-top: 10px;
                    }

                    .progress_section .progressbar ul li .bar_content .progress_details {
                        float: right;
                    }

                        .progress_section .progressbar ul li .bar_content .progress_details span {
                            color: #48d2d2;
                            font-size: 16px;
                            font-weight: 400;
                        }

.top_dropdown {
    padding: 20px 0px;
}

.climate_barometeres .left_character {
    /* width: 350px; */
    /* float: left; */
    /* z-index: 9; */
    /* position: relative; */
}

.climate_barometeres .right_character_details {
    /* float: left; */
    /* width: 100%; */
    /* margin-left: -350px; */
    /* padding-left: 370px; */
    position: relative;
}

.modal_inner {
    padding: 30px;
}

.ActeeModal .modal_inner {
    max-height: 330px;
}

.option_box {
    background: #ebebeb;
    padding: 30px 20px 5px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px #9a9a9a;
    position: relative;
}

    .option_box p {
        margin-bottom: 0px;
        color: #768093;
        line-height: 26px;
    }

.option_result {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 210px;
}

.option_result {
}

    .option_result.selected {
        position: absolute;
        bottom: 0px;
        top: inherit;
        right: 0px;
    }

    .option_result li {
    }

    .option_result li {
        padding: 5px 10px;
    }

        .option_result li .custom_radio_btn {
            float: left;
        }

        .option_result li span {
            float: left;
            color: #fff;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 400;
            letter-spacing: 1px;
        }

        .option_result li .custom_radio_btn .check {
            border: 3px solid #ffffff;
        }

        .option_result li .custom_radio_btn label {
            padding: 10px 15px 10px 20px;
        }

        .option_result li .custom_radio_btn input[type=radio]:checked ~ .check::before {
            background: #ffffff;
        }

        .option_result li .custom_radio_btn input[type=radio]:checked ~ .check {
            border: 3px solid #ffffff;
        }

        .option_result li.green {
            background: #99ac02;
        }

        .option_result li.light_green {
            background: #22b77f;
        }

        .option_result li.red {
            background: #ee2801;
        }

        .option_result li.blue {
            background: #2f6ad2;
        }

        .option_result li.orange {
            background: #fc710a;
        }

        .option_result li.purpal {
            background: #6321b7;
        }

.option_box .option_footer {
}

    .option_box .option_footer .correct_option {
        float: left;
        margin: 4px 0px 0px;
    }

        .option_box .option_footer .correct_option .checkbox_footer {
            padding: 0px;
        }

    .option_box .option_footer .selected_option {
        float: right;
    }

        .option_box .option_footer .selected_option .option_result {
            position: relative;
            width: 100%;
            top: 0;
            right: 0px;
        }

    .option_box .option_footer .correct_option .checkbox_footer .styled-checkbox + label {
        margin: 0px;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 1px;
    }

        .option_box .option_footer .correct_option .checkbox_footer .styled-checkbox + label:before {
            border: 1px solid #3d4650;
        }

    .option_box .option_footer .correct_option .checkbox_footer .styled-checkbox:checked + label:after {
        background: #3d4650;
        top: 8px;
        box-shadow: 2px 0 0 #3d4650, 4px 0 0 #3d4650, 4px -2px 0 #3d4650, 4px -4px 0 #3d4650, 4px -6px 0 #3d4650, 4px -8px 0 #3d4650;
    }

    .option_box .option_footer .correct_option .checkbox_footer.wrong .styled-checkbox:checked + label:after {
        top: 5px;
        box-shadow: none;
        background: url(../images/close.svg) no-repeat;
        height: 9px;
        width: 9px;
        transform: rotate(0deg);
        left: 5px;
    }





.feedback_popup {
}

    .feedback_popup .modal-md {
        max-width: 900px;
    }

    .feedback_popup .modal-dialog {
        margin-top: 10em;
    }

        .feedback_popup .modal-dialog .modal-content {
            background: none;
            border: none;
        }

            .feedback_popup .modal-dialog .modal-content .modal-body {
            }

    .feedback_popup .feedback_popup_details {
    }

        .feedback_popup .feedback_popup_details .feeback_left {
            float: left;
            width: 150px;
            z-index: 9;
            position: relative;
        }

            .feedback_popup .feedback_popup_details .feeback_left img {
                width: 150px;
                border-radius: 50%;
            }

            .feedback_popup .feedback_popup_details .feeback_left span {
                color: #48d2d2;
                font-size: 20px;
                font-weight: 400;
                margin: 0px;
                display: block;
                padding: 5px;
                text-align: center;
            }

        .feedback_popup .feedback_popup_details .feedback_right {
            margin-left: -150px;
            padding-left: 190px;
            width: 100%;
            float: left;
            position: relative;
        }

            .feedback_popup .feedback_popup_details .feedback_right .close_icon {
                top: -40px;
                position: absolute;
                right: 0px;
            }

        .feedback_popup .feedback_popup_details .feedback_innerbox {
            background: #fff;
            padding: 30px 40px;
            position: relative;
        }

            .feedback_popup .feedback_popup_details .feedback_innerbox:before {
                position: absolute;
                content: '';
                left: -50px;
                width: 0;
                bottom: 60px;
                height: 0;
                border-top: 40px solid transparent;
                border-bottom: 0px solid transparent;
                border-right: 80px solid white;
                transform: rotate(-17deg);
            }

        .feedback_popup .feedback_popup_details .feedback_right h5 {
            margin: 0px;
            padding-bottom: 10px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 500;
            color: #3d4650;
        }

        .feedback_popup .feedback_popup_details .feedback_right p {
            margin: 0px;
            line-height: 30px;
        }

.slim_scrollbar::-webkit-scrollbar {
    width: 5px;
}

.slim_scrollbar::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.slim_scrollbar::-webkit-scrollbar-thumb {
    background-color: #48d2d2;
    outline: 1px solid #ddd;
}

#gameBoard.slim_scrollbar::-webkit-scrollbar-track, #historyGameBoard.slim_scrollbar::-webkit-scrollbar-track, #gameBoardShowResultRound.slim_scrollbar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.00);
}

#gameBoard.slim_scrollbar::-webkit-scrollbar-thumb, #historyGameBoard.slim_scrollbar::-webkit-scrollbar-thumb, #gameBoardShowResultRound.slim_scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.00);
}

.recruited_block {
    box-shadow: 1px 1px 5px #b1b1b1;
    margin-top: 0px;
}

    .recruited_block .recruited_left {
        width: 50%;
        float: left;
        border-right: 1px solid #d8dcdc;
        padding: 40px 20px;
    }

        .recruited_block .recruited_left h3 {
            font-weight: 100;
            color: #3d4650;
            font-size: 26px;
            padding-bottom: 15px;
        }

        .recruited_block .recruited_left .recruited_profile_block {
            text-align: center;
            padding: 20px;
            margin-bottom: 30px;
        }

            .recruited_block .recruited_left .recruited_profile_block:hover {
                box-shadow: 0px 0px 15px #d4d3d3;
            }

                .recruited_block .recruited_left .recruited_profile_block:hover h4 {
                    color: #48d2d2 !important;
                }

            .recruited_block .recruited_left .recruited_profile_block .profile_thumbnail {
            }

                .recruited_block .recruited_left .recruited_profile_block .profile_thumbnail img {
                    width: 106px;
                    height: 106px;
                    border-radius: 50%;
                    border: 2px solid #48d2d2;
                }

            .recruited_block .recruited_left .recruited_profile_block .profile_description {
                padding: 25px 0px 0px;
            }

                .recruited_block .recruited_left .recruited_profile_block .profile_description h4 {
                    color: #31383f;
                    margin: 0px;
                    font-size: 20px;
                    font-weight: 400;
                }

                .recruited_block .recruited_left .recruited_profile_block .profile_description span {
                    font-size: 12px;
                    text-transform: uppercase;
                    color: #3d4650;
                    font-weight: 400;
                    letter-spacing: 1px;
                }

    .recruited_block .recruited_right {
        width: 50%;
        float: right;
        padding: 40px;
    }

        .recruited_block .recruited_right .top_block {
            padding-bottom: 10px;
            border-bottom: 1px solid #d8dcdc;
        }

            .recruited_block .recruited_right .top_block h3 {
                font-weight: 100;
                color: #3d4650;
                font-size: 26px;
                padding-bottom: 15px;
            }

            .recruited_block .recruited_right .top_block p {
                margin: 0px;
                font-size: 13px;
            }

    .recruited_block .characteristics_person_block {
        margin: 40px 30px;
        box-shadow: 1px 1px 5px #b1b1b1;
        padding: 30px 20px;
        min-height: 400px;
    }

        .recruited_block .characteristics_person_block h5 {
            color: #3d4650;
            font-size: 11px;
            letter-spacing: 2px;
            font-weight: 500;
        }

        .recruited_block .characteristics_person_block p {
            font-size: 13px;
            color: #768093;
        }

.buttons_inline {
}

    .buttons_inline a {
        min-width: 170px;
        margin-right: 20px;
    }

.buttons_fix {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 9;
    width: 100%;
    text-align: center !important
}

.show_icon {
    display: none;
}

.mobile_fix_pos {
    display: block !important;
}

.mobile_Popup {
    display: block;
}

.six_style_modal .close_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
}

.six_style_modal .left_form {
    /*padding: 50px 20px !important;*/
}

.six_style_modal h3 {
    font-weight: 100;
    color: #3d4650;
    letter-spacing: 4px;
    font-size: 26px;
    padding-bottom: 25px;
}

.six_style_modal p {
    font-size: 13px;
    color: #768093;
}

.graph img {
    margin-bottom: 15px;
}

.six_style_modal .omfattning {
    padding: 40px 40px !important;
}

h5.small_text {
    color: #3d4650;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
}

.six_style_modal .omfattning p {
}

.guide_listing {
    padding: 30px;
    border: 1px solid #d8dcdc;
    overflow: hidden;
    margin: 5em 0px;
}

    .guide_listing .guide_top_content {
    }

        .guide_listing .guide_top_content h3 {
            color: #3d4650;
            font-weight: 100;
            font-size: 26px;
            padding-bottom: 20px;
        }

        .guide_listing .guide_top_content p {
            font-size: 13px;
        }

    .guide_listing .guide_list {
        padding: 30px;
        box-shadow: 0px 0px 10px #e0dcdc;
        margin-bottom: 15px;
    }

        .guide_listing .guide_list h5 {
            color: #3d4650;
            font-weight: 500;
            letter-spacing: 2px;
            font-size: 11px;
            margin-bottom: 20px;
        }

        .guide_listing .guide_list p {
            font-size: 13px;
            margin-bottom: 15px;
        }

        .guide_listing .guide_list a {
            padding: 12px 40px;
            margin-bottom: 0px;
        }

.guide_list_content {
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
}

.guide_footer {
    background: #fff;
    padding: 20px 0px 0px 0px;
}

    .guide_footer a {
        margin: 0px;
    }

.step_bar {
    border: 1px solid #d8dcdc;
    padding: 10px 0px;
    margin-bottom: 20px;
}

    .step_bar ul {
        margin-left: -1%;
    }

    .step_bar > ul > li {
        float: left;
        position: relative;
        min-width: 175px;
        border-right: 1px solid #ddd;
        padding: 9px;
    }

    .step_bar ul li:last-child {
        border-right: none;
    }

    .step_bar ul li .sr_no {
        position: absolute;
        width: 28px;
        height: 28px;
        background: #48d2d2;
        top: -3px;
        border-radius: 50%;
        text-align: center;
        line-height: 28px;
        color: #fff;
        font-size: 16px;
        top: 5px;
        cursor: pointer;
    }

    .step_bar ul li .steps {
        width: 100%;
        background: #d8dcdc;
        padding: 3px;
        height: 20px;
        border-radius: 30px;
    }

        .step_bar ul li .steps ul {
            margin-left: 28px;
        }

            .step_bar ul li .steps ul li {
                padding: 0px;
                border: none;
                width: auto;
                margin-right: 5px;
                float: left;
            }

                .step_bar ul li .steps ul li a {
                }

                    .step_bar ul li .steps ul li a i {
                        width: 15px;
                        height: 15px;
                        border: 2px solid #48d2d2;
                        display: block;
                        border-radius: 100%;
                    }

                .step_bar ul li .steps ul li.active a i {
                    background: #48d2d2;
                }

.sidebar_listing {
}

    .sidebar_listing .top_option_results {
    }

        .sidebar_listing .top_option_results a {
        }

        .sidebar_listing .top_option_results i.icon {
            background: url(../images/plus.svg) no-repeat;
            height: 17px;
            width: 17px;
            float: right;
            background-size: contain;
            position: absolute;
            right: 15px;
            top: 19px;
            cursor: pointer;
        }

        .sidebar_listing .top_option_results .option {
            color: #31383f;
            font-size: 15px;
            font-weight: 400;
            width: 50%;
            float: left;
        }

        .sidebar_listing .top_option_results .result {
            color: #31383f;
            font-size: 16px;
            font-weight: 400;
            padding-right: 30px;
            float: right;
            width: 50%;
            padding-left: 14px;
        }

.sidebar_opresult_dropbox {
}

    .sidebar_opresult_dropbox .option_details {
        width: 50%;
        float: left;
    }

    .sidebar_opresult_dropbox .result_details {
        width: 50%;
        float: left;
    }

    .sidebar_opresult_dropbox .option_details p {
        font-size: 13px;
        padding: 14px;
        margin: 0px;
    }

    .sidebar_opresult_dropbox .result_details p {
        font-size: 13px;
        padding: 14px;
        margin: 0px;
    }

.page_content {
    padding: 40px 0px;
}

    .page_content .content_box {
        box-shadow: 0px 0px 15px #ccc;
        padding: 30px 40px;
    }

        .page_content .content_box h5 {
        }

        .page_content .content_box h3 {
            font-weight: 100;
            color: #3d4650;
            letter-spacing: 4px;
            font-size: 26px;
            padding-bottom: 25px;
        }

        .page_content .content_box img {
            margin-bottom: 15px;
        }



.small_text {
}

.page_content .content_box p {
    font-size: 13px;
    color: #768093;
}

.option_box .option_footer .selected_option .option_result .custom_radio_btn {
}

    .option_box .option_footer .selected_option .option_result .custom_radio_btn .check {
    }

    .option_box .option_footer .selected_option .option_result .custom_radio_btn input[type=checkbox]:checked ~ .check {
        border: 3px solid #fff !important;
    }

        .option_box .option_footer .selected_option .option_result .custom_radio_btn input[type=checkbox]:checked ~ .check:before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 10px;
            width: 10px;
            top: 2px;
            left: 2px;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
            background: #fff;
        }

/*Changes by Navin*/
.six_style_modal {
    display: block;
    padding-left: 17px;
}

.recruited_block .recruited_profile_block.active {
    box-shadow: 0px 0px 15px #d4d3d3;
}

    .recruited_block .recruited_profile_block.active h4 {
        color: #48d2d2 !important;
    }

.recruited_block .empty-box .recruited_profile_block {
    box-shadow: 0px 0px 15px #d4d3d3;
    height: 260px;
}

.left_sidebar .sidebar_listing ul li .list .radio_btn .custom_radio_btn input[type=checkbox]:checked ~ .check:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    background: #48d2d2;
}

.custom_checkbox {
    float: left;
    padding-right: 10px;
}

    .custom_checkbox span {
        border: 3px solid #d8dcdc;
        border-radius: 100%;
        height: 20px;
        width: 20px;
        display: block;
        -webkit-transition: all 0.25s linear;
        cursor: pointer;
        position: relative;
    }

        .custom_checkbox span:hover {
            border: 3px solid #48d2d2;
        }

    .custom_checkbox.checked span {
        border: 3px solid #48d2d2;
    }

        .custom_checkbox.checked span:after {
            background: #48d2d2;
            height: 10px;
            width: 10px;
            top: 2px;
            left: 2px;
            position: absolute;
            content: '';
            border-radius: 100%;
        }

.btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.4;
}

.sidebar_inner_box {
    display: none;
}

.expand .sidebar_inner_box {
    display: block;
}

#pieChart {
    float: left;
    width: 49%;
    height: 400px;
}

.chart_details {
    width: 51%;
    float: right;
    padding: 40px 0px 40px 20px;
    box-sizing: border-box;
}

    .chart_details ul {
        text-align: left;
    }

        .chart_details ul li {
            padding: 8px 0px;
            clear: both;
        }

            .chart_details ul li .chart_circle {
                float: left;
                vertical-align: middle;
                margin-right: 10px;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                line-height: 25px;
            }

            .chart_details ul li.seperate {
                margin-bottom: 50px;
            }

            .chart_details ul li .chart_content {
                float: left;
                display: block;
                vertical-align: middle;
                font-size: 15px;
                margin-top: 3px;
            }

#pieChartTooltip {
    position: absolute;
    width: 140px;
    height: auto;
    padding: 10px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -mox-box-shadow: 4px 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rbga(0, 0, 0, 0.4) pointer-events: none;
}

    #pieChartTooltip.hidden {
        /*opacity: 0;*/
        display: none;
    }

    #pieChartTooltip p {
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }

.y text {
    font-size: 14px;
}

.axis path,
.axis line {
    fill: none;
    stroke: #ec8d02;
}

#leadershipCharttooltip, #barCharttooltip {
    position: absolute;
    height: auto;
    padding: 10px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -mox-box-shadow: 4px 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rbga(0, 0, 0, 0.4);
    pointer-events: none;
}

#barCharttooltip {
    /*width: 25px;*/
}

#leadershipCharttooltip {
    /*width: 35px;*/
}

    #leadershipCharttooltip.hidden, #barCharttooltip.hidden {
        opacity: 0;
    }

    #leadershipCharttooltip p, #barCharttooltip p {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #000000;
    }

#gameBoard {
    /*max-width: 750px;*/
    width: 100%;
    min-height: 510px;
}

#gameBoardShowResultRound {
    /*max-width: 750px;*/
    width: 100%;
    height: 510px;
}

#historyGameBoard {
    /*max-width: 750px;*/
    width: 100%;
    height: auto;
}

    #gameBoard svg, #historyGameBoard svg {
    }

    #gameBoard path, #gameBoard line, #historyGameBoard path, #historyGameBoard line, #gameBoardShowResultRound path, #gameBoardShowResultRound line {
        fill: #225D23;
        stroke: #eee;
        stroke-width: 0.5px;
    }

#arrow path {
    fill: #00c9f8;
}

#point-Llabels line {
    fill: #00c9f8;
    stroke: #00c9f8;
    stroke-width: 1px;
}

#gameBoard circle, #historyGameBoard circle, #gameBoardShowResultRound circle {
    cursor: pointer;
}

#gameBoard text, #historyGameBoard text, #gameBoardShowResultRound text {
    fill: #fff;
    font-size: 9px;
    text-anchor: middle;
    font-weight: 400;
    cursor: pointer;
}

#gameBoard #outer-point-labels text, #historyGameBoard #outer-point-labels text, #gameBoardShowResultRound #outer-point-labels text {
    font-size: 9px;
}

#gameBoard #round-labels text, #historyGameBoard #round-labels text, #gameBoardShowResultRound #round-labels text {
    font-size: 20px;
    fill: #597459;
}


.profile_image_round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #768093;
    display: inline-block;
    margin-right: 5px;
    /*overflow: hidden;*/
    vertical-align: middle;
    cursor: pointer;
    z-index: 1;
    position: relative;
    background: #fff;
}

    .profile_image_round.master {
        position: relative;
    }

        .profile_image_round.master:after {
            content: '';
            position: absolute;
            background: url(../images/Icons/crown.svg) #fff;
            height: 20px;
            width: 20px;
            background-position: center;
            background-repeat: no-repeat;
            top: -4px;
            left: -10px;
            border-radius: 50%;
        }

    .profile_image_round.suggest.change {
        box-shadow: 0px 0px 16px #000;
        opacity: 0.25;
    }

    .profile_image_round.suggest.new {
        /*box-shadow: 0px 0px 16px green;*/
    }

    .profile_image_round span {
        display: block;
        line-height: 38px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
    }

    .profile_image_round img {
        max-width: 38px;
        max-height: 38px;
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
        overflow: hidden;
        object-fit: cover;
    }

.group_member_detail {
    display: none;
    position: absolute;
    z-index: 2;
    right: 10px;
    margin-top: 6px;
}

    .group_member_detail.show {
        display: block;
    }

    .group_member_detail span {
        display: inline-block;
        background: #ddd;
        padding: 2px 10px;
        cursor: pointer;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .group_member_detail.qcusers span {
        margin-top: 53px;
    }

    .group_member_detail span:last-child {
    }

    .group_member_detail span.inactive {
        cursor: not-allowed;
        pointer-events: none;
    }

.extra_players {
    font-weight: 400;
}

.waiting_popup {
}

    .waiting_popup h4 {
        color: #3d4650;
        margin-bottom: 30px;
    }

    .waiting_popup .force_group_text {
    }

        .waiting_popup .force_group_text span {
            font-size: 18px;
        }

        .waiting_popup .force_group_text p {
            color: #3d4650;
        }

.waiting_popup_btn {
    margin-top: 30px;
}

.circle_profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /*border: 2px solid #768093;*/
    margin: 0px auto;
    /*margin-bottom: 30px;*/
}

.left_sidebar .sidebar_heading .heading_menu a.hour_btn {
    text-decoration: none;
    display: block;
}

.requested_employees {
}

    .requested_employees .custom_radio_btn {
        float: left;
        margin-right: 20px;
    }

        .requested_employees .custom_radio_btn .check {
            margin: 0px;
        }

        .requested_employees .custom_radio_btn.checked .check {
            border-color: #ff9700 !important;
        }

        .requested_employees .custom_radio_btn:hover .check {
            border-color: #ff9700 !important;
        }

        .requested_employees .custom_radio_btn.checked .check .inside {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ff9700;
            margin-left: 2px;
            margin-top: 2px;
        }

        .requested_employees .custom_radio_btn label {
            font-size: 11px;
            color: #3d4650 !important;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 4px 0px 0px 25px;
            height: inherit;
        }

.stackholders_profile {
    position: absolute;
    background: #ffffff;
    z-index: 997;
    width: 300px;
    -moz-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.10), 0 4px 28px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.10), 0 4px 28px rgba(0, 0, 0, 0.10);
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.10), 0 4px 28px rgba(0, 0, 0, 0.10);
}

    .stackholders_profile h5 {
        font-size: 11px;
        text-transform: uppercase;
        color: #31383f;
        letter-spacing: 1px;
        padding: 15px 20px;
        border-bottom: 1px solid #d8dcdc;
        font-weight: 500;
        margin: 0px;
    }

    .stackholders_profile ul {
        padding: 20px;
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
    }

        .stackholders_profile ul li {
            padding-bottom: 20px;
        }

            .stackholders_profile ul li:last-child {
                padding-bottom: 0px;
            }

            .stackholders_profile ul li .stack_img {
                float: left;
                width: 50px;
            }


            .stackholders_profile ul li .stack_detail {
                float: left;
                width: 100%;
                padding-left: 50px;
                margin-left: -50px;
                box-sizing: border-box;
                line-height: 40px;
                font-size: 14px;
                letter-spacing: 1px;
                font-weight: 400;
            }

                .stackholders_profile ul li .stack_detail span {
                    cursor: pointer;
                }

.mobile_content_header {
    background: #31383f;
    position: relative;
    z-index: 10;
    display: none;
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
}

    .mobile_content_header ul {
    }

        .mobile_content_header ul li {
            float: left;
            width: 50%;
        }

            .mobile_content_header ul li a {
                color: #768093;
                padding: 10px;
                display: block;
                text-align: center;
                font-weight: 400;
                border-bottom: 3px solid transparent;
                font-size: 14px;
            }

            .mobile_content_header ul li.active a {
                color: #fff;
                border-bottom: 3px solid #35c6f3;
            }

.hour_btn span.ml-1 {
    margin-left: 20px !important;
}

.icon-clock {
    background: url('../images/icon_clock.svg') no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    position: absolute;
    cursor: pointer;
}

.zoom-in-out-btn, .historyzoom-zoom-in-out-btn {
    display: none;
}

    /*.zoom-in-out-btn .zoom-out {
        background: url('../images/icon_zoom_out.svg') no-repeat;
        height: 50px;
        width: 50px;
        min-width: 50px;
        background-size: contain;
        cursor: pointer;
        position: fixed;
        left: 15px;
        z-index: 8;
    }

        .zoom-in-out-btn .zoom-out.active {
            background-image: url('../images/icon_zoom_out_active.svg');
        }*/


    .zoom-in-out-btn .zoom-in {
        background-image: url(../images/icon_zoom_in.svg);
        height: 50px;
        width: 50px;
        min-width: 50px;
        background-size: contain;
        cursor: pointer;
        position: fixed;
        left: 75px;
        z-index: 99;
        bottom: 10px;
        margin: 0px;
    }

        .zoom-in-out-btn .zoom-in.active {
            background-image: url('../images/icon_zoom_out.svg');
        }

    .historyzoom-zoom-in-out-btn .zoom-in {
        background-image: url(../images/icon_zoom_in.svg);
        height: 50px;
        width: 50px;
        min-width: 50px;
        background-size: contain;
        cursor: pointer;
        position: fixed;
        left: 15px;
        z-index: 99;
        bottom: 10px;
    }

        .historyzoom-zoom-in-out-btn .zoom-in.active {
            background-image: url('../images/icon_zoom_out.svg');
        }

.mobile_show {
    display: none !important;
}

#nav-icon {
    width: 25px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    margin: 5px 0px;
    display: none;
}

    /*#nav-icon.open {
        height: 27px;
    }*/

    #nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        /* Icon 3 */

        #nav-icon span:nth-child(1) {
            top: 0px;
        }

        #nav-icon span:nth-child(2),
        #nav-icon span:nth-child(3) {
            top: 10px;
        }

    #nav-icon.open span:nth-child(2),
    #nav-icon.open span:nth-child(3) {
        top: 5px;
    }


    #nav-icon span:nth-child(4) {
        top: 24px;
    }

    #nav-icon.open span:nth-child(1) {
        top: 12px;
        width: 0%;
        left: 50%;
    }

    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon.open span:nth-child(4) {
        top: 12px;
        width: 0%;
        left: 50%;
    }

/*Slim Scrollbar CSS Start*/
.slim-scrollbar {
    -moz-scrollbar-color: #f19b38 #f5f0f0;
    -moz-scrollbar-width: unset;
    scrollbar-color: #f19b38 #f5f0f0;
    scrollbar-width: unset;
}

    .slim-scrollbar::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #D3D3D3;
    }

    .slim-scrollbar::-webkit-scrollbar {
        width: 15px;
        background-color: #fff;
    }

    .slim-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #f19b38;
        border: 1px solid #D3D3D3;
    }
/*Slim Scrollbar CSS End*/
.mobileNextResult {
    display: none !important;
}

.mobileNexttoGame {
    display: block;
}

.mobileNextButton {
    display: none;
}

.fix_overlay {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9997;
    background: #31383f;
    opacity: 0.9;
}

.modal-open .modal.top {
    z-index: 9998;
}


.Help_Support_display {
    /*display: none;*/
}
/*Support Button CSS Start*/

.chat_icon {
    padding: 10px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99;
}

    .chat_icon a {
        display: block;
        float: right;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
    }

    .chat_icon .cls-1 {
        fill: #ff9700;
        width: 50px;
        background: none !important;
    }

.box_HelpSupport {
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 3px;
    position: relative;
}

    .box_HelpSupport h3 {
        font-weight: 300;
        margin-bottom: 30px;
    }

    .box_HelpSupport:hover {
        background: #ffffff;
        -moz-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.10), 0 4px 28px rgba(0, 0, 0, 0.10);
        -webkit-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.10), 0 4px 28px rgba(0, 0, 0, 0.10);
        box-shadow: 0 4px 28px rgba(0, 0, 0, 0.10), 0 4px 28px rgba(0, 0, 0, 0.10);
    }


    .box_HelpSupport a {
        color: #768093;
        display: block;
        padding: 25px 15px;
    }

        .box_HelpSupport a:hover, .main_wrapper .main_content .box_HelpSupport a:focus {
            text-decoration: none;
            color: #768093;
        }

        .box_HelpSupport a i.sr_no {
            font-style: normal;
            position: absolute;
            left: 15px;
            top: 10px;
            font-size: 42px;
            line-height: 42px;
            font-weight: 400;
        }

        .box_HelpSupport a:hover i.sr_no {
            color: #000;
        }

/*Support Button CSS End*/

.score_button_block, .history-view-close {
    background: #f9f9fa;
    margin: 0px -15px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

    .score_button_block .score_btn_12, .history-view-close .score_btn_12 {
        position: relative;
        width: 100%;
        float: left;
    }

    .score_button_block .score_btn_6, .history-view-close .score_btn_6 {
        position: relative;
        width: 49%;
        float: left;
    }

        .score_button_block .score_btn_6:last-child, .history-view-close .score_btn_6:last-child {
            margin-left: 2%;
        }

    .score_button_block a, .history-view-close a {
        width: 100%;
        border: 0;
        text-align: left;
        padding: 0;
        margin: 0;
    }

        .score_button_block a strong, .history-view-close a strong {
            color: #31383f;
        }

        .score_button_block a:hover strong, .history-view-close a:hover strong {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            color: #ff9700;
        }

        .score_button_block a i, .history-view-close a i {
            float: right;
            font-size: 16px;
            margin-top: -3px;
        }

/**Quick Challenge*/
.qc_score_button_block {
    background: #f9f9fa;
    margin: 0px -15px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.left_arrow_icon {
    float: left;
    width: 10px;
    text-align: left;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.right_arrow_icon {
    float: right;
    width: 20px;
    text-align: right;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.qc_score_button_block .score_btn_12 {
    padding-right: 0px;
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
}

    .qc_score_button_block .score_btn_12.slim-scrollbar::-webkit-scrollbar {
        height: 8px;
    }

    .qc_score_button_block .score_btn_12 .own_score {
        /*width: 200px;*/
        width: 49%;
    }

    .qc_score_button_block .score_btn_12 .otherUserScore {
    }

.qc_score_button_block .score_btn_6 {
    position: relative;
    width: 49%;
    float: left;
}

    .qc_score_button_block .score_btn_6:last-child {
        margin-left: 2%;
    }

.qc_score_button_block a {
    border: 0;
    text-align: left;
    padding: 4px;
    margin: 0;
    /*width: 350px;*/
    width: calc(50% - 20px);
    display: inline-block;
    float: left;
}

    .qc_score_button_block a span {
        letter-spacing: 1px;
    }

    .qc_score_button_block a strong {
        color: #31383f;
    }

    .qc_score_button_block a:hover strong {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #ff9700;
    }

    .qc_score_button_block a img {
        width: 10px;
    }

    .qc_score_button_block a i {
        float: right;
        font-size: 16px;
        margin-top: -3px;
    }

.user_detail_button {
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.left_sidebar .sidebar_footer .choice_btn {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/*for hiding hubspot first time*/
body #hubspot-messages-iframe-container {
    display: none !important;
    z-index: 90 !important;
}

/*Support div Button CSS Start*/
.chat_icon-Button {
    position: fixed;
    bottom: 92px;
    right: 16px;
    z-index: 99;
}

    .chat_icon-Button a {
        display: block;
        float: right;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #fff;
    }

    .chat_icon-Button .cls-1 {
        fill: #ff9700;
    }

.chat_icon-cancel {
    position: fixed;
    bottom: 158px;
    right: 16px;
    z-index: 100;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
/*//new designs by sunil kumar*/

.user_box {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6392156862745098);
    z-index: 99;
    width: 600px;
}

    .user_box .user_details_box {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(100vh - 200px);
        background: #fff;
        padding: 20px;
        width: 600px;
    }

.user_details_box {
    padding: 0px !important;
}

    .user_details_box h2 {
        font-size: 13px;
        font-weight: 300;
        padding: 20px;
    }

        .user_details_box h2 .add_more_link {
            float: right;
        }


    .user_details_box .user_list {
        overflow-y: auto;
        height: calc(100vh - 260px);
    }

        .user_details_box .user_list li {
            padding: 6px 20px;
            position: relative;
            cursor: pointer;
        }

            .user_details_box .user_list li:hover {
                background-color: #f0f0f1;
            }

            .user_details_box .user_list li .user_thumb {
                float: left;
                width: 40px;
                position: relative;
            }

                .user_details_box .user_list li .user_thumb img {
                    width: 38px;
                    height: 38px;
                    display: block;
                    border-radius: 50%;
                    border: 1px solid #ddd;
                    line-height: 38px;
                    text-transform: uppercase;
                    text-align: center;
                    overflow: hidden;
                }

                .user_details_box .user_list li .user_thumb span {
                    width: 38px;
                    height: 38px;
                    display: block;
                    border-radius: 50%;
                    border: 1px solid #ddd;
                    line-height: 38px;
                    text-transform: uppercase;
                    text-align: center;
                    overflow: hidden;
                }

            .user_details_box .user_list li.master .user_thumb span {
                border: 2px dotted #ddd;
            }

            .user_details_box .user_list li.master .user_thumb img {
                border: 2px dotted #ddd;
            }

            .user_details_box .user_list li .user_description {
                float: left;
                width: 100%;
                margin-left: -40px;
                padding-left: 50px;
            }

                .user_details_box .user_list li .user_description h5 {
                    padding-right: 40px;
                    width: 100%;
                    float: left;
                    margin-right: -30px;
                    margin-bottom: 0px;
                }

                    .user_details_box .user_list li .user_description h5 span {
                        color: #31383f;
                        font-size: 15px;
                        text-transform: capitalize;
                        font-weight: 400;
                        display: block;
                        line-height: 38px;
                    }

                .user_details_box .user_list li .user_description .master {
                    float: right;
                    height: 20px;
                    width: 20px;
                    display: block;
                    right: 20px;
                    border-radius: 50%;
                    background-image: url(../images/icon_crown.svg);
                    margin-top: 8px;
                    background-repeat: no-repeat;
                }

            .user_details_box .user_list li:last-child {
                margin-bottom: 60px;
            }

.master .user_thumb:after {
    content: '';
    position: absolute;
    background: url(../images/Icons/New_crown.svg) #fff;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    top: 2px;
    left: -10px;
    border-radius: 50%;
}

.user_info {
    display: none;
}

    .user_info.active {
        display: block;
    }

        .user_info.active body {
            overflow: hidden;
        }

    .user_info body {
        overflow: auto;
    }


/*Quick Challange dropdown*/
.QcUser_modal {
    padding: 0px !important;
}

.QCuser_box {
    position: relative;
    right: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    max-width: 580px;
    margin-top: 10px;
}

    .QCuser_box .QCuser_details_box {
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        right: 0;
        height: auto;
        background: #fff;
        max-width: 500px;
        /*max-height: 215px;*/
        margin-bottom: 25px;
        overflow-x: hidden;
        overflow-y: auto;
    }

.QCuser_details_box .user_list li:first-child .user_thumb span {
    border: 3px dotted #ddd;
}

.QCuser_details_box {
    padding: 0px !important;
}

    .QCuser_details_box h2 {
        font-size: 13px;
        font-weight: 300;
        padding: 20px;
    }

        .QCuser_details_box h2 .add_more_link {
            float: right;
        }


    .QCuser_details_box .user_list {
        overflow-y: auto;
        min-height: 100px;
    }

        .QCuser_details_box .user_list li {
            padding: 6px 20px 35px;
            position: relative;
            cursor: pointer;
        }

            .QCuser_details_box .user_list li:hover {
                background-color: #f0f0f1;
            }

            .QCuser_details_box .user_list li .user_thumb {
                float: left;
                width: 14%;
                position: relative;
            }

                .QCuser_details_box .user_list li .user_thumb img {
                    width: 48px;
                    height: 48px;
                    display: block;
                    border-radius: 50%;
                    border: 1px solid #ddd;
                    line-height: 48px;
                    text-transform: uppercase;
                    text-align: center;
                    overflow: hidden;
                    font-size: 28px;
                    font-weight: 500;
                }

                .QCuser_details_box .user_list li .user_thumb span {
                    width: 48px;
                    height: 48px;
                    display: block;
                    border-radius: 50%;
                    border: 1px solid #ddd;
                    line-height: 48px;
                    text-transform: uppercase;
                    text-align: center;
                    overflow: hidden;
                    font-size: 19px;
                    font-weight: 500;
                }

            .QCuser_details_box .user_list li.master .user_thumb span {
                border: 2px dotted #ddd;
            }

            .QCuser_details_box .user_list li.master .user_thumb img {
                border: 2px dotted #ddd;
            }

            .QCuser_details_box .user_list li .user_description {
                float: left;
                width: 86%;
                margin-left: 0px;
                padding-left: 7px;
                font-size: 20px;
                font-weight: 500;
            }

                .QCuser_details_box .user_list li .user_description h5 {
                    width: 100%;
                    float: left;
                    margin-bottom: -8px;
                }



                    .QCuser_details_box .user_list li .user_description h5 > span {
                        color: #31383f;
                        text-transform: capitalize;
                        font-weight: 400;
                        display: block;
                        line-height: 38px;
                        font-size: 22px;
                    }

                .QCuser_details_box .user_list li .user_description .master {
                    float: right;
                    height: 20px;
                    width: 20px;
                    display: block;
                    right: 20px;
                    border-radius: 50%;
                    background-image: url(../images/Icons/crown.svg);
                    margin-top: 8px;
                    background-repeat: no-repeat;
                }

            .QCuser_details_box .user_list li:last-child {
                margin-bottom: 20px;
            }

            .QCuser_details_box .user_list li .group_member_detail {
                width: 100%;
                height: 100%;
                text-align: left;
                padding-left: 118px;
                left: 0px;
                margin-top: 0;
                padding-top: 6px;
            }

                .QCuser_details_box .user_list li .group_member_detail.qcusers {
                    padding-left: 108px;
                }

    .QCuser_details_box.multiPlayerList .user_list li .group_member_detail {
        padding-left: 90px;
    }

        .QCuser_details_box.multiPlayerList .user_list li .group_member_detail span {
            margin-top: 54px;
        }

.qcUser_scores {
    padding-left: 17px;
    font-size: 20px;
}

    .qcUser_scores .OtherScore {
        color: #31383f;
        font-weight: 400;
    }



.Qcuser_detail_button {
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.Qcsidebar_footer_item .Qcgroup_users {
    background-image: url(../images/icon_players.svg);
}

    .Qcsidebar_footer_item .Qcgroup_users.active {
        background-image: url(../images/icon_players_close.svg);
    }

.Qcsidebar_footer_item .Qcgroup_users {
    position: absolute;
    bottom: 21px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}





.sidebar_footer_item .group_users {
    background-image: url(../images/icon_players.svg);
}

    .sidebar_footer_item .group_users.active {
        background-image: url(../images/icon_players_close.svg);
    }

.sidebar_footer_item .group_users {
    position: absolute;
    bottom: 21px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}




.confirm_Player {
    display: block;
    text-align: center;
}

    .confirm_Player text-muted {
        display: block;
        width: 100%;
        padding: 5px 0px;
        text-align: center;
    }

    .confirm_Player .Img_Overlay:nth-child(n) {
        margin-left: -25px;
    }

    .confirm_Player .Img_Overlay:first-child {
        margin-left: -25px;
    }

    .confirm_Player:first-child {
        min-height: 40px;
    }

.result_view_hour {
    display: block;
    width: 100%;
    float: left;
}

.color_black {
    color: #31383f;
}


.user_info.active .choice_btn {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

    .user_info.active .choice_btn a {
        margin-top: 0px;
        display: block;
        /*margin-right: 10px;
        margin-bottom: 10px;*/
    }

.visible-sm {
    display: none;
}

.hidden-sm {
    display: block;
}

.user_img_circle {
    display: inline-block;
}

.user_playes_text {
    display: inline-block;
    padding-right: 5px;
}

.sidebar_footer:last-child .choice_btn a {
    margin-top: 0px;
    margin-left: 5px;
    display: block;
}

.Transition_Overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #e6e9e9ad;
}

.Historybuttons_fix {
    bottom: 10px;
    position: fixed;
    right: 90px;
    z-index: 9;
}

.QuitGameButton {
    bottom: 10px;
    position: fixed;
    /* right: 49%; */
    z-index: 9;
    width: 165px;
    margin: 0px auto;
    float: right;
    right: 0;
    left: 0;
}
/*full popup classes*/
.splash_full_popup {
    margin: 0px !important;
    padding: 0px;
    background: #fff;
}

    .splash_full_popup .modal-content {
        border: none;
    }

    .splash_full_popup .modal-dialog {
    }

    .splash_full_popup .modal-body {
        height: calc(100vh - 60px);
        border: none;
    }

    .splash_full_popup .modal-dialog.modal-md {
    }

    .splash_full_popup .left_form {
        border: 0px !important;
        border-bottom: 0px !important;
    }

    .splash_full_popup .character_content {
        margin: 25px auto 0px auto !important;
    }

    .splash_full_popup .buttons_fix_margin {
        height: 40px;
        background: #fff;
    }

        .splash_full_popup .buttons_fix_margin.large {
            height: 120px;
        }

    .splash_full_popup .buttons_fix_splash {
        bottom: 0;
        position: fixed;
        right: 0;
        z-index: 9;
        width: 100%;
        text-align: center !important;
        margin: 0px;
    }

    .splash_full_popup .modal-header {
        padding: 20px;
        border: none;
    }

    .splash_full_popup .modal_inner {
        padding: 20px;
        /*overflow: hidden;
        overflow-y: auto;*/
    }
/*End here*/
.btn_Suggest {
    background-color: #fff;
    border-color: #ffa500;
    color: #ffa500;
}

.btn_Gap {
    margin-left: 50px !important;
}

header .main_header .header .logo a.platform-logo {
}

    header .main_header .header .logo a.platform-logo img {
        width: inherit;
        max-height: 34px;
    }

.exception_popup {
    font-size: 13px;
}

    .exception_popup p {
        margin-bottom: 10px;
    }

    .exception_popup ul {
        margin-left: 15px;
        margin-bottom: 10px;
    }

        .exception_popup ul li {
            font-weight: 400;
        }

    .exception_popup ol {
        margin-bottom: 10px;
    }

        .exception_popup ol li {
            list-style-type: decimal;
            font-weight: 400;
        }

    .exception_popup a {
    }

    .exception_popup .exception_footer {
        margin-bottom: 30px;
    }

        .exception_popup .exception_footer p {
            font-weight: 500;
        }

            .exception_popup .exception_footer p:first-child {
                margin-bottom: 0px;
            }

            .exception_popup .exception_footer p:last-child {
            }

.multiplayer_info_popup {
    font-size: 13px;
}

    .multiplayer_info_popup p {
        margin-bottom: 10px;
    }

@keyframes heartbeat {
    0%,60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    5% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    39% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    45% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes heartbeat {
    0%,60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    5% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    39% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    45% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartbeat {
    padding: 15px;
    -webkit-animation: heartbeat 1s infinite cubic-bezier(.215,.61,.355,1);
    animation: heartbeat 1s infinite cubic-bezier(.215,.61,.355,1);
}

.actee_wrapper {
    position: relative;
    z-index: 1;
}

header .top_header_nav .top_header .logo a.hub_logo {
}

    header .top_header_nav .top_header .logo a.hub_logo img {
        height: 24px;
        object-fit: cover;
        margin-right: 20px;
        min-height: 15px;
    }

.chapter_intro_content {
}

    .chapter_intro_content h2 {
        font-size: 1.5rem;
    }

    .chapter_intro_content p {
        margin-bottom: 0 !important;
    }

    .chapter_intro_content ol li {
        list-style-type: decimal !important;
        border-bottom: none !important;
        padding: 0px 5px !important;
        margin-bottom: 0px !important;
        list-style-position: inside;
    }

    .chapter_intro_content ul li {
        list-style-type: disc !important;
        border-bottom: none !important;
        padding: 0px 5px !important;
        margin-bottom: 0px !important;
        margin-left: 44px;
        list-style-position: inside;
    }

.game_end_screen .chapter_main_block .zoom-in-out-btn .zoom-in {
    bottom: 70px;
}

.game_end_screen .chapter_main_block .replay {
    bottom: 70px;
}

.game_end_screen .score_button_block {
    margin: 0px;
}

.score_desc_block {
}

    .score_desc_block .score_detail {
        font-size: 20px;
        color: #31383f;
        margin-bottom: 10px;
    }

        .score_desc_block .score_detail .score_text {
            margin-right: 5px;
        }

        .score_desc_block .score_detail .score_val {
            margin-right: 5px;
            font-weight: 400;
        }

    .score_desc_block .score_description {
    }

.hover_popup_text {
    position: absolute;
    left: 0%;
    width: 700px;
    z-index: 999;
    top: 16px;
    padding: 8em 2em;
    text-align: center;
    border-radius: 5px;
    margin-left: 70px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.66);
}


    .hover_popup_text.yellow {
        background: #f19637;
    }

        .hover_popup_text.yellow p {
            color: #fff;
        }

    .hover_popup_text.green {
        background: #92d36e;
    }

    .hover_popup_text.yellow:after {
        border-bottom: 16px solid #f19637;
    }

    .hover_popup_text.green:after {
        border-bottom: 16px solid #92d36e;
    }

    .hover_popup_text:after {
        position: absolute;
        content: '';
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        top: -10px;
        left: 50%;
        margin-left: -8px;
        margin-top: -6px;
    }

    .hover_popup_text a {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

        .hover_popup_text a img {
            width: 25px;
        }


    .hover_popup_text p {
        color: #0a0a0a;
        font-size: 25px;
        font-weight: 400;
    }

.end_screen_bar {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100px;
}

.gm_end_score_button_block {
    background: #f9f9fa;
    margin: 0px -15px;
    padding: 5px 10px;
    margin-bottom: 10px;
    position: relative;
}

    .gm_end_score_button_block .score_btn_12 {
        padding-right: 30px;
        margin-right: -30px;
        position: relative;
        width: 100%;
        float: left;
        display: block !important;
        padding-left: 30px;
    }

    .gm_end_score_button_block .score_btn_6 {
        position: relative;
        width: 49%;
        float: left;
    }

        .gm_end_score_button_block .score_btn_6:last-child {
            margin-left: 2%;
        }

    .gm_end_score_button_block .score_btn_12 a {
        display: block;
        border: 0;
        text-align: left;
        padding: 4px !important;
        margin: 0;
        width: 32%;
        position: relative;
        z-index: 9;
    }

        .gm_end_score_button_block .score_btn_12 a span {
            letter-spacing: 1px;
        }

        .gm_end_score_button_block .score_btn_12 a strong {
            color: #31383f;
        }

        .gm_end_score_button_block .score_btn_12 a:hover strong {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            color: #ff9700;
        }

        .gm_end_score_button_block .score_btn_12 a img {
            width: 10px;
        }

        .gm_end_score_button_block .score_btn_12 a i {
            float: right;
            font-size: 16px;
            margin-top: -3px;
        }

.message_on_game_end {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
}

    .message_on_game_end .won_text {
        font-size: 18px;
        font-weight: 500;
        color: #7cc744;
        margin-bottom: 0px;
    }

    .message_on_game_end .lose_text {
        font-size: 18px;
        font-weight: 500;
        color: red;
        margin-bottom: 0px;
    }

    .message_on_game_end .hold_text {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        margin-bottom: 0px;
    }


.check_section {
}

    .check_section .simple_checkbox {
    }

    .check_section p {
    }

.simple_checkbox {
    float: left;
    padding-right: 10px;
}

    .simple_checkbox span {
        border: 1px solid #ff9700;
        border-radius: 5px;
        height: 18px;
        width: 18px;
        display: block;
        -webkit-transition: all 0.25s linear;
        cursor: pointer;
        position: relative;
    }

        .simple_checkbox span:hover {
            border: 1px solid #ff9700;
        }

    .simple_checkbox.checked span {
        border: 1px solid #ff9700;
    }

        .simple_checkbox.checked span:after {
            content: '';
            position: absolute;
            left: 3px;
            top: 7px;
            background: #ff9700;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 #ff9700, 4px 0 0 #ff9700, 4px -2px 0 #ff9700, 4px -4px 0 #ff9700, 4px -6px 0 #ff9700, 4px -8px 0 #ff9700;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.shareMailBlock {
    position: relative;
    width: 50%;
    margin: 50px auto;
}

.otherUserScore {
}

.pulsating {
    animation-name: stretch;
    animation-duration: 0.75s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(0.80);
    }

    100% {
        transform: scale(1);
    }
}

.connect_members_block {
}

    .connect_members_block p {
        margin-bottom: 10px;
    }


    .connect_members_block .connect_members_list {
        margin-bottom: 10px;
        margin-left: 30px;
    }

        .connect_members_block .connect_members_list strong {
            margin-bottom: 5px;
            display: block;
        }

    .connect_members_block ul {
        margin-bottom: 10px;
    }

        .connect_members_block ul li {
            margin-bottom: 10px;
        }

            .connect_members_block ul li input {
                height: 35px !important;
            }

                .connect_members_block ul li input.has-error {
                    border-color: #dc3545;
                }

    .connect_members_block .add_more_members {
        padding: 3px;
        border: 2px solid #768093;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: block;
        text-align: center;
        line-height: 10px;
        font-weight: 400;
        font-size: 19px;
        color: #768093;
    }

.Qcscore_left {
    float: left;
    width: calc(100% - 20px);
}

.caret_right {
    float: right;
    width: 20px;
}

    .caret_right a {
        display: block !important;
        text-align: right !important;
        width: auto !important;
        float: none !important;
        color: #768093;
    }

    .caret_right i {
        font-size: 14px;
    }

    .caret_right a:hover {
        color: #ff9700;
    }

.onlinePlayers {
    float: left;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 17px;
    margin-top: 1px;
    cursor: pointer;
}

    .onlinePlayers:hover {
        color: #ff9700;
        border: 1px solid #ff9700;
    }

    .onlinePlayers.greenborder {
        border: 1px solid #008000;
        color: #008000;
    }

        .onlinePlayers.greenborder:hover {
            color: #ff9700;
            border: 1px solid #ff9700;
        }

.QCuser_details_box .user_list li .user_description img {
    width: 10px;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}


.language_boxes {
    padding: 40px 0px;
}

    .language_boxes ul {
        margin-left: -50px;
        text-align: center;
    }

        .language_boxes ul li {
            float: left;
            margin-bottom: 10px;
            margin-left: 50px;
        }

            .language_boxes ul li.active {
            }

            .language_boxes ul li a {
                font-size: 11px;
                font-weight: 600;
                color: #768093;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            .language_boxes ul li.active a {
                color: #ff9700;
            }

            .language_boxes ul li a img {
                display: block;
                height: 35px;
                margin: 0px auto;
                background: #768093;
                padding: 1px;
            }

            .language_boxes ul li.active a img {
                background: #ff9700;
            }

.character_description_popup.BGIModal .modal-dialog {
    min-width: 500px;
}

.BGIModal .modal-content:after,
.BGIModal .modal-content:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

.BGIModal .modal-content::after {
    border: 100px solid #fff;
    border-top: 50px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 48px solid transparent;
    transform: translateZ(1px) rotate(-40deg);
    top: -67px;
    margin: 0 0 0 -53px;
}


.BGIModal .modal-content::before {
    border: 102px solid #f19b38;
    border-top: 52px solid transparent;
    border-right: 77px solid transparent;
    border-bottom: 50px solid transparent;
    transform: rotate(-40deg);
    top: -71px;
    margin: 0 0 0 -53px;
}

.BGIModal .modal-header .close {
    z-index: 9;
}

.character_description_popup.BGIModal .modal-dialog .modal-content .modal-body .left_form .character_content {
    width: 150px;
    margin: -45px auto 0px auto;
    background: #fff;
    height: 150px;
    border-radius: 50%;
    padding: 10px;
}

.desktop-Visible {
    display: none;
}

@media (min-width: 2200px) {
    .recruited_block .recruited_left {
        width: 30%;
    }

    .recruited_block .recruited_right {
        width: 70%;
    }
}

@media (min-width: 1700px) {
    .climate_barometeres {
        margin-right: 0px;
    }
}

@media (min-width: 1500px) {
    .recruited_block .recruited_left {
        width: 40%;
    }

    .recruited_block .recruited_right {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .ActeeBgChange .container {
        max-width: 100% !important;
        padding: 0px 50px;
        margin-bottom: 50px;
    }

    .modal .modal-body {
        max-height: 460px !important;
        /*height: calc(100vh - 200px);*/
    }
}

@media (max-width: 1400px) {
    header .main_header .header .menu ul li {
        margin-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    header .top_header_nav .top_header .left_nav ul li {
        margin-right: 15px;
    }

    header .main_header .header .logo a img {
        width: 140px;
    }

    header .main_header .header .menu ul li {
        margin-left: 5px;
        font-size: 13px;
    }

    .score-text {
        margin-left: 30px;
        float: left;
        margin-top: -6px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    header .top_header_nav .top_header .left_nav ul li {
        margin-right: 10px;
    }

    header .top_header_nav .top_header .logo a.hub_logo img {
        height: 13px;
    }

    .recruited_block .recruited_right {
        padding: 40px 20px;
    }

    .recruited_block .characteristics_person_block {
        margin: 40px 0px;
    }

    .modal-dialog.modal-md {
        max-width: 100%;
    }

    .modal-dialog.modal-lg {
        max-width: 100%;
    }

    .character_description_popup.BGIModal .modal-dialog {
        max-width: 80%;
        min-width: 80%;
    }

    .main_content .plan_left_content {
        padding-right: 320px;
    }

    .step_bar > ul > li {
        min-width: 100%;
    }

    #pieChart {
        float: none;
        width: 100%;
        height: 350px;
    }

    .chart_details {
        width: 100%;
        float: left;
        padding-left: 0;
    }

        .chart_details ul li.seperate {
            margin-bottom: 20px;
        }

    .score_board_block .score_borad_left {
        width: 85%;
    }

    .score_board_block .score_borad_right .box.negative {
        padding: 120px 0px;
    }

    .score_board_block .score_borad_right .box.resistance {
        padding: 140px 0px;
    }

    .left_sidebar {
        width: 300px;
    }

    .climate_barometeres {
        padding-left: 315px;
    }

    .user_box, .user_box .user_details_box {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .game_end_screen .left_sidebar {
        position: inherit;
        left: inherit;
        top: inherit;
        bottom: inherit;
        width: inherit;
        background: inherit;
        box-shadow: none;
        z-index: inherit;
    }

    .game_end_screen .chapter_main_block .climate_barometeres {
        padding-left: 15px;
        margin-left: 0px;
        float: none;
        height: inherit;
        display: block;
    }
}

@media (max-width: 767px) {
    .desktop-Visible {
        visibility: hidden !important;
        display: block;
    }

    .language_boxes {
        padding: 10px 0px;
    }

        .language_boxes ul {
            margin-left: 0px;
        }

            .language_boxes ul li {
                margin: 5px 10px;
            }

    .gm_end_score_button_block .score_btn_12 a {
        display: block;
        border: 0;
        text-align: left;
        padding: 4px;
        margin: 0;
        width: auto;
        position: relative;
        z-index: 9;
    }

    .hover_popup_text {
        margin-left: 0;
        position: absolute;
        left: 10px;
        right: 10px;
        width: auto;
        background: #92d36e;
        z-index: 9;
        padding: 3em 2em;
        text-align: center;
        border-radius: 5px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.66);
    }

        .hover_popup_text:after {
            position: absolute;
            content: '';
            border-left: 16px solid transparent;
            border-bottom: 16px solid #92d36e;
            border-right: 16px solid transparent;
            top: -10px;
            left: 0px;
            margin-left: 60px;
            margin-top: -6px;
        }

    .qc_score_button_block .score_btn_12 {
        position: relative;
        width: 100%;
    }

    .otherUserScore {
    }

    .message_on_game_end {
        position: relative;
        left: inherit;
        right: inherit;
        text-align: center;
        top: inherit;
        margin-top: 0;
        clear: both;
        display: block;
    }

    .QuitGameButton {
        bottom: 10px;
        position: fixed;
        /* right: 49%; */
        z-index: 9;
        width: 125px;
        margin: 0px auto;
        float: right;
        right: 0;
        left: 0;
    }

    .Help_Support_display {
        display: block;
    }

    .btn {
        font-size: 15px;
        padding: 12px 15px;
        letter-spacing: 1px;
        white-space: initial;
    }

    .mobile_Popup {
        display: none;
    }

    .mobileNextButton {
        display: block;
    }

    .mobileNextResult {
        display: block !important;
        position: fixed;
        bottom: 0px;
        z-index: 8;
        /*border-top: 1px solid #e2e6e7;*/
        width: 100%;
        text-align: right;
        /*background-color: #fff;*/
        background-color: transparent;
        padding-right: 20px;
        left: 0;
    }

    .mobileNexttoGame {
        display: none !important;
    }

    .replay_Ic {
        background-image: url(../images/Icon_Replay.svg);
        height: 50px;
        width: 50px;
        background-size: contain;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
    }

    .replay {
        float: left;
        position: fixed;
        left: 15px;
        bottom: 10px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        z-index: 99;
    }

    body {
        padding-top: 62px;
    }

    header {
        padding: 0;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 99;
        height: 50px;
        top: 0;
        box-shadow: none;
        background: #2c333a;
    }

        header .drop-menu {
            position: fixed;
            left: 0;
            right: 0;
            background: #383f47;
            z-index: 9;
            top: 50px;
            bottom: 0;
            overflow: hidden;
            overflow-y: auto;
            display: none;
        }

    .recruited_block {
        margin-top: 0;
    }

    .mobile_content_header {
        display: block;
    }

    .module_box .module_block .module_box {
        width: auto;
        float: none;
    }

    .step_bar > ul > li {
        min-width: 100%;
    }

    .module_box .module_block .module_box .dates .date_block {
        padding-bottom: 20px;
    }

        .module_box .module_block .module_box .dates .date_block .form-control {
            display: inline-block;
            margin-left: 10px;
        }

        .module_box .module_block .module_box .dates .date_block span {
            display: inline-block;
            margin-left: 10px;
        }

    .module_box .module_content_header ul li {
        float: none;
        width: auto;
        padding-bottom: 10px
    }

    .module_box .modules ul li {
        display: block;
        margin-right: 0px;
    }

    .add_more {
        float: none;
        padding: 20px 0px;
        clear: both;
        text-align: right;
    }

    .creation_box .created_users {
        float: none;
        width: auto;
    }

    .creation_box .create_users {
        float: none;
        width: auto;
        border-left: none;
        border-top: 1px solid #ddd;
    }

    header .main_header .header .mobile_sidebar_icon {
        display: block;
        margin-left: 10px;
    }

    .container {
        padding: 0px 18px;
    }

    header .main_header .header .logo a span {
        padding-left: 20px;
        font-size: 18px;
        margin-left: 10px;
        padding-top: 4px;
    }

    .meter_box {
        width: auto;
    }

        .meter_box:after {
            display: none;
        }

    .changemeter_table tbody tr td .checkbox_footer {
        white-space: nowrap;
    }

    .changemeter_table thead tr th {
        white-space: nowrap;
    }

    .meter_listings {
        height: auto;
    }

    header .main_header .header .menu {
        float: none;
        display: none;
        clear: both;
        padding-top: 15px;
    }

    .toolbox_sidebar {
        display: none;
    }

    .toolbox_pro_listing {
        padding-left: 0px;
    }

    .modal-open .modal {
        padding: 0px !important;
        margin: 0px auto;
        max-width: 500px;
    }

    .modal-dialog {
        max-width: 500px;
    }

        .modal-dialog.modal-md {
            max-width: 100%;
        }

    .character_description_popup.BGIModal .modal-dialog {
        max-width: 80%;
        min-width: 80%;
    }

    .modal-dialog.modal-lg {
        max-width: 100%;
        margin: 15px 0px;
    }

    .main_content .plan_left_content {
        padding-right: 0px;
        height: auto;
    }

    .sidebar {
        display: none;
        width: 300px;
        position: absolute;
        top: 0px;
        z-index: 99;
    }

    header .main_header .header .logo a img {
        /*width: 200px;
        margin-top: -18px;
        left: 15px;
        height: 70px;*/
    }

    .main_content .plan_left_content .circle_planbox {
        padding-bottom: 50px;
    }

    .file_root ul li a {
        padding: 10px;
    }

    .left_sidebar {
        position: relative;
        top: 32px;
        width: auto;
        height: auto;
        overflow: auto;
        box-shadow: none;
        height: calc(100vh - 106px);
        background: none;
    }

        .left_sidebar .sidebar_listing ul {
            height: auto;
            overflow: auto;
            margin-top: 0px;
        }

    .history-view .left_sidebar .sidebar_listing ul {
        height: calc(100vh - 115px);
    }

    .climate_barometeres {
        height: inherit;
        overflow: hidden;
        overflow-y: auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        float: none;
        width: auto;
        padding-top: 31px;
    }


    .recruited_block .recruited_left {
        width: auto;
        float: none;
        padding: 20px 20px;
    }

    .recruited_block .recruited_right {
        width: auto;
        float: left;
        padding: 20px;
    }

    .recruited_block .characteristics_person_block {
        margin: 0px 0px;
        padding: 20px 20px;
    }

    .recruited_block .recruited_right .top_block {
        padding-bottom: 20px;
    }

    .right_box {
        padding: 0px 0px;
    }

    #pieChart {
        float: none;
        width: 100%;
        height: 350px;
    }

    .chart_details {
        width: 100%;
        float: left;
        padding-left: 0;
    }

    .left_sidebar .sidebar_listing ul li.expand {
        background: #f9f9fa;
    }

    .left_sidebar .sidebar_listing ul li .sidebar_inner_box {
        font-size: 15px;
        line-height: 28px;
    }

    .left_sidebar .sidebar_listing {
        /*padding-bottom: 83px;*/
    }

        .left_sidebar .sidebar_listing.multiplayer {
            padding-bottom: 0px;
        }

        .left_sidebar .sidebar_listing ul li .float-right.d-inline-block {
            float: none !important;
            /*margin-left: 30px;*/
        }

    .left_sidebar .sidebar_footer {
        position: fixed !important;
        left: 0;
        right: 0;
        bottom: 0;
        /*background: #fff;*/
        background: transparent;
        width: 100% !important;
        z-index: 99;
        /*box-shadow: 0px -4px 8px rgba(221, 221, 221, 0.52);*/
    }

        .left_sidebar .sidebar_footer.footer_member_info {
            position: relative;
            left: inherit;
            right: inherit;
            bottom: inherit;
            background: #fff;
            margin-bottom: 83px;
        }

            .left_sidebar .sidebar_footer.footer_member_info .left_btn {
                float: none;
            }

            .left_sidebar .sidebar_footer.footer_member_info .group_players {
                float: none;
            }

                .left_sidebar .sidebar_footer.footer_member_info .group_players .total_player {
                    float: left;
                    margin-top: 20px;
                }

                .left_sidebar .sidebar_footer.footer_member_info .group_players .add_more_btn {
                    float: right;
                }

    header .top_header_nav {
        display: none;
    }

    header .main_header {
        background: #2c333a;
        padding: 12px 0px;
    }

        header .main_header .header .menu ul li {
            display: block;
            margin-left: 0px;
            padding: 10px 15px;
        }

    .main_header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }

        .main_header .container {
            padding: 0px;
        }

        .main_header .logo {
            padding-left: 15px;
        }

        .main_header .mobile_sidebar_icon {
            padding-right: 15px;
        }

    header .main_header .header .menu ul li a {
        padding: 10px 0px;
        font-weight: 300;
        font-size: 13px;
    }

    header .main_header .header .menu ul li.language_dropdown {
        padding: 0px !important;
        border-top: 1px solid #3d444c;
        border-bottom: 1px solid #3d444c;
    }

        header .main_header .header .menu ul li.language_dropdown > a {
            padding: 10px 15px !important;
            display: block;
            position: relative;
        }

            header .main_header .header .menu ul li.language_dropdown > a:after {
                position: absolute;
                content: '';
                right: 15px;
                top: 16px;
                background: url(../Images/icon_header_arrow_hover.svg);
                background-repeat: no-repeat;
                height: 10px;
                width: 12px;
                background-size: contain;
                transform: rotate(-90deg);
                opacity: 0.5;
                transition: 0.2s ease-in-out;
            }

        header .main_header .header .menu ul li.language_dropdown.show > a:after {
            transform: rotate(0deg);
            opacity: 1;
        }

        header .main_header .header .menu ul li.language_dropdown.show {
            background: #31383f;
        }

        header .main_header .header .menu ul li.language_dropdown .dropdown-menu {
            background: #31383f;
            position: relative;
            display: block;
            float: none;
            border: none;
            margin: 0px;
            padding: 0px;
        }

        header .main_header .header .menu ul li.language_dropdown ul li {
            border-bottom: 1px solid #3d444c;
        }

            header .main_header .header .menu ul li.language_dropdown ul li a {
                padding: 0px 15px;
            }

    .left_sidebar .sidebar_heading {
        background: #f9f9fa;
        position: fixed;
        left: 0px;
        right: 0px;
        z-index: 19;
    }

        .left_sidebar .sidebar_heading h2 {
            font-size: 16px;
            font-weight: 400;
            padding-bottom: 10px;
            float: none;
        }

        .left_sidebar .sidebar_heading .heading_menu {
            float: left;
        }

            .left_sidebar .sidebar_heading .heading_menu a {
                margin-left: 0;
            }

    .left_sidebar .sidebar_listing ul li .list .hour_btn {
        float: none !important;
        padding-left: 2px;
        margin-top: 2px;
        font-size: 14px;
    }

    .left_sidebar .sidebar_listing ul li .list a {
        float: none;
        display: block;
        font-size: 15px;
    }

    .left_sidebar .sidebar_listing ul li .list .hour_btn ~ .icon {
        top: 30px;
    }

    .sidebar_opresult_dropbox .option_details {
        width: auto;
        float: none;
    }

    .sidebar_opresult_dropbox .result_details {
        width: auto;
        float: none;
    }

    .chapter_main_block .left_sidebar {
        display: none;
    }

    .chapter_main_block .climate_barometeres {
        display: none;
    }

    .game_end_screen .chapter_main_block .climate_barometeres {
        display: block;
    }

    .chapter_main_block .left_sidebar.sm-show {
        display: block;
    }

    .chapter_main_block .climate_barometeres.sm-show {
        display: block;
        padding-top: 70px;
    }

    .history-view .left_sidebar {
        display: none;
    }

    .history-view .sidebar_heading, .result-view .sidebar_heading {
        /*display: none;*/
        display: block
    }

    .history-view .climate_barometeres {
        display: none;
    }

    .history-view .left_sidebar.sm-show {
        display: block;
    }

    .history-view .climate_barometeres.sm-show {
        display: block;
        margin: 0px !important;
    }

    /*added by sunil*/
    .modal .modal-body .left_form {
        padding: 40px 20px 20px 20px !important;
    }

    .six_style_modal .close_icon {
        right: 10px;
        top: 10px;
    }

    .buttons_inline a {
        min-width: 150px;
        margin: 10px;
    }

    .btn {
        font-size: 15px;
        padding: 12px 15px;
    }

    .page_content {
        padding: 10px 0px;
    }

        .page_content .content_box {
            box-shadow: none;
            padding: 15px 0px;
        }

            .page_content .content_box h3 {
                letter-spacing: 2px;
            }

    .chart_details ul li.seperate {
        margin-bottom: 20px;
    }

    .mobile_hide {
        display: none;
    }

    .mobile_show {
        display: block !important;
    }

    .score_board_block .score_borad_left {
        float: left;
        width: 76%;
        /* padding-right: 80px; */
        /* margin-right: -80px; */
    }

    .score_board_block .score_board_table_mobile {
        border: 1px solid #d8dcdc;
    }

        .score_board_block .score_board_table_mobile .score_table_heading {
        }

            .score_board_block .score_board_table_mobile .score_table_heading .score_table_row {
                display: -webkit-flex;
                display: flex;
                border-bottom: 1px solid #d8dcdc;
            }

                .score_board_block .score_board_table_mobile .score_table_heading .score_table_row .score-col {
                    -webkit-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    border-right: 1px solid #d8dcdc;
                    padding: 10px 10px;
                    background: #ff9700;
                }

                    .score_board_block .score_board_table_mobile .score_table_heading .score_table_row .score-col span {
                        display: block;
                        color: #fff;
                        font-size: 11px;
                        font-weight: 500;
                        letter-spacing: 0px;
                        text-transform: uppercase;
                        word-wrap: break-word;
                        word-break: break-all;
                    }

                    .score_board_block .score_board_table_mobile .score_table_heading .score_table_row .score-col:last-child {
                        border-right: none;
                    }

        .score_board_block .score_board_table_mobile .score_table_body {
        }

            .score_board_block .score_board_table_mobile .score_table_body .score_table_body_row {
                display: -webkit-flex;
                display: flex;
            }

                .score_board_block .score_board_table_mobile .score_table_body .score_table_body_row .score-body-col {
                    -webkit-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    border-right: 1px solid #d8dcdc;
                    padding: 10px 10px;
                    position: relative;
                }

                    .score_board_block .score_board_table_mobile .score_table_body .score_table_body_row .score-body-col:last-child {
                        border-right: none;
                    }

                    .score_board_block .score_board_table_mobile .score_table_body .score_table_body_row .score-body-col:last-child {
                        border-right: none;
                    }

                    .score_board_block .score_board_table_mobile .score_table_body .score_table_body_row .score-body-col span {
                        display: block;
                        font-size: 14px;
                        word-wrap: break-word;
                        word-break: break-all;
                    }


                .score_board_block .score_board_table_mobile .score_table_body .score_table_body_row:nth-child(odd) {
                    background: #FFF
                }

                .score_board_block .score_board_table_mobile .score_table_body .score_table_body_row:nth-child(even) {
                    background: #d8dcdc;
                }

    .score_board_block .table_block {
        margin-bottom: 30px;
    }

        .score_board_block .table_block .table_heading {
        }

            .score_board_block .table_block .table_heading h4 {
                font-size: 20px;
                color: #31383f;
            }

        .score_board_block .table_block .score_board_table_mobile {
        }

    .score_board_block .score_borad_right {
        width: 70px;
        float: right;
        margin-top: 40px;
    }

        .score_board_block .score_borad_right .box {
            border: 1px solid #ddd;
            border-bottom: none;
            text-align: center;
        }

            .score_board_block .score_borad_right .box span {
                display: block;
                font-size: 14px;
            }

                .score_board_block .score_borad_right .box span strong {
                    display: block;
                }

            .score_board_block .score_borad_right .box.add_icon {
                height: 74px;
                line-height: 74px;
                font-size: 32px;
            }

                .score_board_block .score_borad_right .box.add_icon span {
                }

                .score_board_block .score_borad_right .box.add_icon span {
                    font-size: 24px;
                    color: #31383f;
                }

            .score_board_block .score_borad_right .box.resistance {
                /* height: 300px; */
                text-align: center;
                padding: 225px 0px;
            }

            .score_board_block .score_borad_right .box.positive {
                /* height: 80px; */
                text-align: center;
                padding: 27px 0px;
            }


            .score_board_block .score_borad_right .box.negative {
                /* height: 198px; */
                padding: 225px 0px;
            }

            .score_board_block .score_borad_right .box.total {
                padding: 10px 0px;
                /* height: 200px; */
                border-bottom: 1px solid #ddd;
            }

    header .main_header .header .logo a img {
        width: 150px;
    }

    #nav-icon {
        display: block;
        margin-right: 15px;
        margin-top: 5px;
        cursor: pointer;
    }

    header .main_header .header .menu.drop-menu {
        display: block;
        padding-top: 0px;
    }

    header .main_header .header .menu ul {
        background: #383f47;
    }

    .history-view .left_sidebar .sidebar_footer_item {
        display: block;
    }

    .Help_Support_display {
        display: block;
    }

    .zoom-in-out-btn, .historyzoom-zoom-in-out-btn {
        display: block;
    }

    #gameBoard, #historyGameBoard, #gameBoardShowResultRound {
        /*height: 660px;*/
    }

    .barometeres_listing_n {
        margin: 0px -15px;
        overflow: hidden;
    }

    .barometeres_listing {
        overflow: hidden;
        min-width: 300px;
    }

    .mobile_Popup {
        position: fixed;
        top: 110px;
        left: 10px;
        right: 10px;
        z-index: 8;
        background: #fff;
        max-height: 70vh;
        min-height: 200px !important;
        overflow: auto;
    }

    .show_icon {
        display: block;
    }

    .text-center {
        text-align: center !important;
    }

    .text-right {
        text-align: center !important;
    }

    .chat_icon, #Support {
        display: none;
    }

    .left_sidebar .sidebar_footer .choice_btn {
        float: right !important;
        margin-left: 0;
    }

    .user_detail_button {
        z-index: 999;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .user_box {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: rgba(0, 0, 0, 0.6392156862745098);
        z-index: 999;
        width: 100% !important;
    }

        .user_box .user_details_box {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: calc(100vh - 200px);
            background: #fff;
            padding: 20px;
            width: 100% !important;
        }

    .score_button_block, history-view-close {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .visible-sm {
        display: block;
    }

    .hidden-sm {
        display: none;
    }

    .user_img_circle {
        margin-top: 10px;
        display: inline-block;
    }

    .user_info.active .choice_btn {
        /*position: fixed;
        bottom: 0px;
        right: 0px;
        left: 50px;*/
    }
    /*full popup classes*/
    .splash_full_popup {
        margin: 0px !important;
        padding: 0px;
        width: 100% !important;
        max-width: 100% !important;
    }

        .splash_full_popup .modal-content {
            border: 0 !important;
        }

        .splash_full_popup .modal-dialog {
            margin: 0;
            width: 100% !important;
            max-width: 100% !important;
        }

        .splash_full_popup .modal-body {
            overflow: hidden;
            overflow-y: auto;
            height: 100%;
        }

        .splash_full_popup .modal-dialog.modal-md {
            width: 100% !important;
            max-width: 100%;
        }

        .splash_full_popup .left_form {
            border: 0px !important;
            border-bottom: 0px !important;
        }

        .splash_full_popup .character_content {
            margin: 25px auto 0px auto !important;
        }

        .splash_full_popup .buttons_fix_margin {
            height: 40px;
            background: #fff;
        }


            .splash_full_popup .buttons_fix_margin.large {
                height: 120px;
            }

        .splash_full_popup .buttons_fix_splash {
            bottom: 0;
            position: fixed;
            right: 0;
            z-index: 9;
            width: 100%;
            text-align: center !important
        }
    /*End here*/
    .modal-backdrop {
        background-color: #ffffff;
        opacity: 1 !important;
    }

    .full_Height {
        height: auto;
    }

    .modal-open {
        height: auto;
    }

    .Historybuttons_fix {
        right: 10px !important;
    }
}

@media (max-width: 680px) {
    #gameBoard, #historyGameBoard, #gameBoardShowResultRound {
        /*height: 640px;*/
    }
}

@media (max-width: 660px) {
    #gameBoard, #historyGameBoard, #gameBoardShowResultRound {
        /*height: 580px;*/
    }



    .barometeres_listing_n {
        margin: 0px -15px;
        overflow: hidden;
    }

    .barometeres_listing {
        overflow: hidden;
        min-width: 300px;
    }
}

@media (max-width: 600px) {
    #gameBoard, #historyGameBoard, #gameBoardShowResultRound {
        /*height: 520px;*/
    }
}

@media (max-width: 575px) {
    .modal .modal-body .left_form {
        border-bottom: 1px solid #d8dcdc;
        border-right: none;
    }

    .modal .modal-body .right_form {
        padding: 20px;
    }

    .score_hour_btn a {
        margin-right: 0px;
    }
}

@media (max-width: 540px) {
    #gameBoard, #historyGameBoard, #gameBoardShowResultRound {
        /*height: 460px;*/
    }



    .barometeres_listing_n {
        margin: 0px -15px;
        overflow: hidden;
    }

    .barometeres_listing {
        overflow: hidden;
        min-width: 300px;
    }

    .buttons_fix, .splash_full_popup .buttons_fix_splash {
        bottom: 0;
        position: fixed;
        right: 0;
        z-index: 9;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .btn {
        font-size: 11px;
        padding: 12px 15px !important;
    }
}

@media (max-width: 480px) {
    #gameBoard, #historyGameBoard, #gameBoardShowResultRound {
        /*height: 420px;*/
    }

    header .main_header .header .menu ul li {
        margin-left: 0px;
    }
}

@media (max-width: 440px) {
    #gameBoard, #historyGameBoard, #gameBoardShowResultRound {
        /*height: 380px;*/
    }



    .barometeres_listing_n {
        margin: 0px -15px;
        overflow: hidden;
    }

    .barometeres_listing {
        min-height: 430px;
        overflow: hidden;
        min-width: 300px;
    }
}

@media (max-width: 400px) {
}

@media(max-width:374px) {
    .group_member_detail {
        margin-top: -5px;
    }

        .group_member_detail span {
            padding: 2px 5px;
            margin-bottom: 1px;
        }

    .qc_member span {
        display: inline-block !important;
    }
}

@media (max-width: 360px) {
    .QuitGameButton {
        bottom: 10px;
        position: fixed;
        /* right: 49%; */
        z-index: 9;
        width: 115px;
        margin: 0px auto;
        float: right;
        right: 0;
        left: 0;
    }

    #gameBoard, #historyGameBoard, #gameBoardShowResultRound {
        /*height: 300px;*/
    }

    .score_board_block .score_borad_right .box.resistance {
        padding: 233px 0px;
    }

    .score_board_block .score_borad_right .box.positive {
        padding: 35px 0px;
    }

    .score_board_block .score_borad_right .box.negative {
        padding: 235px 0px;
    }

    .btn {
        padding: 12px 20px;
    }

    .buttons_inline a {
        min-width: 120px;
    }

    .barometeres_listing_n {
        margin: 0px -15px;
        overflow: hidden;
    }

    .barometeres_listing {
        min-height: 389px;
        overflow: hidden;
        min-width: 300px;
    }
}

@media (max-width: 320px) {
    .score_board_block .score_borad_left {
        width: 74%;
    }

    .score_board_block .score_borad_right {
        width: 62px;
    }

        .score_board_block .score_borad_right .box.positive {
            padding: 32px 0px;
        }

        .score_board_block .score_borad_right .box.add_icon {
            height: 103px;
        }

        .score_board_block .score_borad_right .box.negative {
            padding: 355px 0px;
        }

        .score_board_block .score_borad_right .box.resistance {
            padding: 305px 0px;
        }
}

.acteelogo_hubtype_down {
    margin-right: 30px;
    font-size: 15px;
    color: white;
    text-align: right;
    text-transform: uppercase;
}

.acteelogo_hubtype_up {
    position: relative;
    font-size: 14px;
    color: white;
    text-align: right;
    text-transform: uppercase;
    margin-top: -30px;
    margin-right: -29px;
}

.acteelogo_hubtype_mobile {
    position: relative;
    font-size: 14px;
    color: white;
    text-align: right;
    text-transform: uppercase;
    margin-top: -24px;
    margin-right: -10px;
}

.not_for_commercial_use {
    position: fixed;
    font-size: 43px;
    font-weight: 400;
    text-align: center;
    bottom: 0px;
    z-index: 99;
    color: #bbbbbb;
    text-transform: uppercase;
    font-family: inherit;
    margin: 0px auto;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    line-height: 43px;
    opacity: 0.6;
}

@media (min-width: 768px) and (max-width: 979px) {
    .not_for_commercial_use {
        font-size: 43px;
        line-height: 43px;
    }
}

@media (max-width: 767px) {
    .not_for_commercial_use {
        font-size: 40px;
        line-height: 43px;
    }
}

@media(max-width:600px) {
    .not_for_commercial_use {
        font-size: 33px;
        line-height: 43px;
    }
}

@media (max-width: 480px) {
    .not_for_commercial_use {
        font-size: 26px;
        line-height: 43px;
    }
}

@media (max-width: 360px) {
    .not_for_commercial_use {
        font-size: 20px;
    }
}

/*New Design css start here*/
.modal-backdrop {
    background-color: rgba(255, 255, 255, .5) !important;
}

/*.modal-dialog.modal-md {
    max-width: 400px !important;
}*/

/*.modal-content {
    border-radius: 18px !important;
overflow: auto;
    max-height: 300px !important;
    overflow-x: hidden;
    overflow-y: auto;
}*/

/*.modal-content {
    border: 2px solid #ff9700 !important;
}*/

.modal .modal-body {   
    overflow-x: hidden;
    max-height: calc(100vh - 100px) !important;
    min-height: 400px;
    width: 100%;
    min-width: 700px;
}

    .modal .modal-body .left_form {
        border: none !important;
        padding: 10px !important;
    }

.buttons_inline a {
    min-width: 100px !important;
}

/*.btn {
    padding: 8px 16px !important;
}*/

/*.buttons_fix {
    bottom: 2px !important;
    right: 12px !important;
    width: 394px !important;
    background: #fff;
    border-radius: 0px 0px 15px 15px !important;
    left: 4px !important;
}*/

.SamplegameBoard {
    width: 100%;
    text-align: center;
    display: block;
    height: 100vh;
    fill: #fff;
    font-size: 9px;
    text-anchor: middle;
    font-weight: 400;
    cursor: pointer;
}

.actee_new_popUp {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start
}

/*.actee_new_popUp .modal-header {
        border: none !important;
        text-align: right !important;
        display: block !important;
        padding: 10px !important;
    }*/


#gameBoard svg, #gameBoardShowResultRound svg, #historyGameBoard svg {
    float: none;
}

/*.left_sidebar {
    display: none !important;
}*/

.climate_barometeres {
    overflow-y: auto;
    padding-left: 0 !important;
    margin-left: 0 !important;
    float: none !important;
    width: 100%;
    padding-right: 15px;
    text-align: center;
}
/*css by mahesh sir*/
.small-speech-bubble {
    max-width: 90px;
    cursor: pointer;
}

.small-speech-bubble-img {
    max-width: 90px;
    width: 100%;
}



.small-speech-bubble span.speech-img img {
    max-width: 40px;
}
/*new css by mahesh sir*/

.score-text {
    margin-left: 30px;
    float: left;
    margin-top: -6px;
}

    .score-text p {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        color: #979797;
        cursor: pointer;
    }

        .score-text p span {
            color: #fff;
        }

    .score-text .multiplayerscore p {
        float: left;
        padding-right: 20px;
    }

.ActeeGameSec {
}

    .ActeeGameSec .img-area {
        margin: 60px auto 0;
        display: block;
        text-align: center;
    }

        .ActeeGameSec .img-area img {
            max-width: 100%;
        }

.ActeeGameButton {
    padding: 0;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    /*width: 100%;*/
    z-index: 9;
}

    .ActeeGameButton.gameend {
        z-index: 9999;
    }

    .ActeeGameButton ul {
        text-align: center;
        padding: 0;
        list-style: none;
    }

        .ActeeGameButton ul li {
            display: inline-block;
            margin: 0 15px;
            top: 0px;
            position: relative;
        }

            .ActeeGameButton ul li img {
                max-width: 50px;
                width: 50px;
                box-shadow: 0 10px 20px rgba(0,0,0,0.1);
                border-radius: 50%;
            }


.ActeeModal .modal-header {
    border: none;
    padding: 30px 30px 20px;
    min-height: 65px;
}

    .ActeeModal .modal-header .close {
        position: absolute;
        right: 30px;
        top: 30px;
    }

        .ActeeModal .modal-header .close span img {
            width: 40px;
        }

.ActeeModal .modal-content {
    border-radius: 30px;
    border: 2px solid #f19b38;
    padding-right: 3px !important;
}

.ActeeModal .modal-body {
    padding: 25px;
}

/*.ActeeModal .modal-body p {
        font-size: 30px;
        line-height: 36px;
        color: #788091;
        margin: 0;
    }*/

.ActeeModal .modal-footer {
    border: none;
    text-align: center;
    padding: 0 7px 5px;
    background: transparent;
    min-height: 30px;
    margin-bottom: 15px;
}

    .ActeeModal .modal-footer.newminheight {
        padding: 0 !important;
        min-height: 15px !important;
        margin: 0px !important;
    }

    .ActeeModal .modal-footer > :not(:last-child) {
        margin-right: 2.5rem;
    }

.ActeeModal button.btn.btn-primary, .ActeeModal .btn.btn-primary {
    border-radius: 50px;
    /* font-size: 18px; */
    padding: 15px 30px !important;
    text-align: center;
    background: #f19b38;
    border: 1px solid transparent;
}

    .ActeeModal button.btn.btn-primary:hover, .ActeeModal .btn.btn-primary:hover {
        background: transparent;
        border: 1px solid #f19b38;
        color: #f19b38;
    }


.small-speech-bubble {
    max-width: 90px;
    cursor: pointer;
}

.small-speech-bubble-img {
    max-width: 90px;
    width: 100%;
}

.small-speech-bubble span.speech-img {
    position: static;
    top: 8px;
    left: 11px;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    margin: 9px 0 0 -50px;
}

    .small-speech-bubble span.speech-img img {
        max-width: 40px;
        border-radius: 50%;
    }



.BigSpeechBubble {
    background: url(../images/Icons/Speech_bubble.svg);
    background-repeat: no-repeat;
    max-width: 405px;
    background-size: 100% auto;
    min-height: 275px;
    padding: 10px 15px 25px 30px;
}

    .BigSpeechBubble .close-icon {
        text-align: right;
        padding: 0 10px 0 0;
    }

        .BigSpeechBubble .close-icon img {
            max-width: 25px;
        }

    .BigSpeechBubble .media-left {
        margin-right: 25px;
    }

        .BigSpeechBubble .media-left img.image {
            max-width: 70px;
        }

    .BigSpeechBubble .media-right {
        text-align: left;
    }

        .BigSpeechBubble .media-right h2 {
            color: #71cfd0;
            font-size: 20px;
            margin: 0 0 0px;
        }



        .BigSpeechBubble .media-right p {
            color: #3D4650;
            font-size: 15px;
            margin: 0 0 10px;
            line-height: 18px;
        }

        .BigSpeechBubble .media-right span {
            color: #F19B38;
            font-size: 15px;
            margin: 0 0 10px;
            display: block;
            font-weight: 400;
        }

        .BigSpeechBubble .media-right a {
            background: #f19b38;
            color: #fff;
            font-size: 13px;
            margin: 0;
            display: inline-block;
            text-transform: uppercase;
            padding: 5px 15px;
            border-radius: 30px;
            font-weight: 400;
        }

    .BigSpeechBubble .close-icon {
        text-align: right;
        padding: 0px 10px 0 0;
    }

        .BigSpeechBubble .close-icon img {
            max-width: 30px;
        }

    .BigSpeechBubble .media-left {
        margin-right: 25px;
    }

        .BigSpeechBubble .media-left img.image {
            max-width: 90px;
        }

    .BigSpeechBubble .media-right {
        text-align: left;
    }

        .BigSpeechBubble .media-right h2 {
            color: #71cfd0;
            font-size: 23px;
            margin: 0 0;
            width: 150px;
            overflow: hidden;
            display: inline-block;
            white-space: nowrap;
            text-overflow: ellipsis;
        }


        .BigSpeechBubble .media-right p {
            color: #3D4650;
            font-size: 15px;
            margin: 0 0 10px;
            line-height: 20px;
        }

        .BigSpeechBubble .media-right span {
            /*color: #F19B38;*/
            color: #3d4650;
            font-size: 15px;
            margin: 0 0 5px;
            display: block;
            font-weight: 400;
        }

.ActeeGameSec {
    padding-bottom: 125px;
}

.ActeeBgChange {
    background: #eaeaea;
    padding-top: 125px;
    padding-bottom: 125px;
    height: calc(100vh - 110px);
    overflow: auto;
}

    .ActeeBgChange .container {
        max-width: 1170px;
    }

    .ActeeBgChange #accordion .card {
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .ActeeBgChange #accordion .card-header {
        padding: 0px;
        margin-bottom: 0;
        background-color: #fff;
        border: none;
        border-radius: 10px;
        position: relative;
    }

        .ActeeBgChange #accordion .card-header .close {
            float: right;
            position: relative;
            z-index: 2;
            top: 10px;
            right: 10px;
            width: 25px;
            height: 25px;
            opacity: .80;
        }

            .ActeeBgChange #accordion .card-header .close:hover {
                opacity: 1;
            }

            .ActeeBgChange #accordion .card-header .close a.collapsed {
                display: none;
            }

            .ActeeBgChange #accordion .card-header .close a img {
                max-width: 25px;
                width: 100%;
            }

    .ActeeBgChange #accordion .card-body {
        padding: 0 30px 30px;
        overflow: hidden;
    }

        .ActeeBgChange #accordion .card-body p {
            margin: 0 0 25px;
            font-size: 16px;
        }

        .ActeeBgChange #accordion .card-body button.btn, .ActeeBgChange #accordion .card-body .btn {
            border-radius: 30px;
            font-size: 15px;
            padding: 12px 15px;
            margin: 0;
            float: right;
            line-height: normal;
            letter-spacing: 0;
            position: relative;
        }

    .ActeeBgChange #accordion .card-header h5 {
        text-transform: inherit;
        font-weight: normal;
        line-height: normal;
        position: relative;
        z-index: 2;
        padding: 40px 30px;
        cursor: pointer;
    }

        .ActeeBgChange #accordion .card-header h5 span {
            float: right;
            font-size: 16px;
            color: #ff9700;
            font-weight: 500;
        }

        .ActeeBgChange #accordion .card-header h5 button {
            line-height: normal;
            font-size: 17px;
            padding: 0 !important;
            margin: 0;
            text-transform: inherit;
            color: #768093;
            letter-spacing: 0;
            font-weight: 300 !important;
            text-align: left;
        }

            .ActeeBgChange #accordion .card-header h5 button:hover, .ActeeBgChange #accordion .card-header h5 button:focus {
                text-decoration: none;
            }

    .ActeeBgChange #accordion .card-body button.btn.disabled {
        background: grey;
        border-color: grey;
    }

.popup-text {
    max-width: 180px;
    height: auto;
    color: #fff;
    padding: 42px;
    background: #71cfd0;
    border-radius: 40px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    z-index: 1000;
    transition: ease-in-out 0.5s;
    cursor: pointer;
    max-height: 200px;
    min-height: 130px;
    display: flex;
    align-items: center;
}

    .popup-text:after {
        content: "";
        border: 70px solid #71cfd0;
        border-bottom: 0 solid transparent;
        border-left: 10px solid transparent;
        border-right: 30px solid transparent;
        position: absolute;
        right: -30px;
        bottom: -30px;
        transform: rotate(-60deg);
    }

    .popup-text p {
        margin: 0;
        font-size: 20px;
    }

    .popup-text.popup-animation {
        transform: translate(-58%, -50%);
    }

#popup-text {
    color: #fff;
    background: #71cfd0;
    border-radius: 40px;
    position: fixed;
    left: 0;
    transform: translate(-120%, -40%);
    max-height: 200px;
    top: 50%;
}

    #popup-text:after {
        content: "";
        border: 70px solid #71cfd0;
        border-bottom: 0 solid transparent;
        border-left: 10px solid transparent;
        border-right: 30px solid transparent;
        position: absolute;
        right: auto;
        left: -24px;
        transform: rotate(50deg);
        bottom: -40px;
    }

    #popup-text.popup-animation {
        transform: translate(50%, 0%) !important;
        max-height: initial;
    }

h2.headtitle {
    text-align: center;
    margin: 0 0 100px;
    font-weight: 300;
    font-size: 28px;
    color: #000;
}

a.closeIcon {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 11;
}

.closeIcon img {
    max-width: 50px;
    width: 100%;
    height: 50px;
}

.ContentBox {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
}

    .ContentBox h3 {
        font-weight: 300;
        font-size: 24px;
        margin: 20px 0 20px;
    }

    .ContentBox p {
        font-size: 18px;
        margin: 0 0 20px;
        font-weight: 100;
        word-wrap: break-word;
    }

    .ContentBox a img {
        max-width: 30px;
    }

.ActeeModal .modal-body .media {
    margin-bottom: 40px;
}

.ActeeModal .media .PG {
    border: 4px dashed #64adaf;
    border-radius: 50%;
    padding: 10px;
    font-size: 28px;
    width: 70px;
    height: 70px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
}

.ActeeModal .media .media-left {
    margin-right: 25px;
}

.ActeeModal .modal-body .media-right p {
    font-size: 26px;
    line-height: 35px;
}

    .ActeeModal .modal-body .media-right p span {
        color: #000
    }


div#popup-left.popup-left {
    right: auto;
    left: 120px;
    transform: translate(-125%, -50%);
    visibility: hidden;
    min-height: 50px;
}

.popup-left.popup-text:after {
    right: auto;
    left: -24px;
    transform: rotate(50deg);
    bottom: -40px;
}

.popup-left.popup-animation {
    transform: translate(-20%, -50%) !important;
    visibility: visible !important;
}




/****************** responsive css ***********************/

@media(max-width:1024px) {
    .chapterHours.multiplayerScreen {
        float: left;
        color: #ff9700;
        font-weight: 500;
        width: 100%;
        margin-bottom: 10px;
    }

    .ActeeGameButton ul li {
        margin: 0 10px;
    }

        .ActeeGameButton ul li img {
            max-width: 48px;
            width: 48px;
        }

    .score-text {
        margin-left: 30px;
        float: left;
        margin-top: 2px;
    }
}

@media(max-width:767px) {
    #ShowbigBubblePopup .PopUp_character_description_block {
        padding: 0px 20px;
    }

    .chapterHours.multiplayerScreen {
        float: left;
        color: #ff9700;
        font-weight: 500;
        width: 100%;
        margin-bottom: 10px;
    }

    .ActeeGameButton ul li {
        margin: 0 5px;
    }

        .ActeeGameButton ul li img {
            max-width: 40px;
            width: 40px;
        }

    .ActeeModal .modal-body {
        padding: 25px 30px;
    }

        .ActeeModal .modal-body p {
            font-size: 18px;
            line-height: 24px;
        }

    .ActeeModal button.btn.btn-primary {
        font-size: 14px;
        padding: 14px 20px !important;
    }

    .ActeeModal .modal-footer > :not(:last-child) {
        margin-right: 1rem;
    }

    .ActeeBgChange {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ActeeGameSec {
        padding-bottom: 150px;
    }

    .ActeeGameButton {
        left: 50%;
        right: auto;
        width: 270px;
    }

    .ActeeBgChange #accordion .card-header {
        padding: 0px;
        border-radius: 0;
    }

        .ActeeBgChange #accordion .card-header h5 {
            text-transform: inherit;
            font-weight: normal;
            line-height: normal;
            position: relative;
            z-index: 2;
            padding: 25px 15px;
        }

        .ActeeBgChange #accordion .card-header .close {
            top: 3px;
            right: 3px;
        }

        .ActeeBgChange #accordion .card-header h5 button {
            font-size: 13px;
        }

        .ActeeBgChange #accordion .card-header h5 span {
            font-size: 12px;
            margin: 3px 0 0;
            line-height: 18px;
        }

    .players_block .user_img_circle span {
        float: left !important;
        margin-right: 6px !important;
    }

    .ActeeBgChange #accordion .card-header .close a img {
        /*margin: -30px -10px 0 0;*/
    }

    h2.headtitle {
        margin: 20px 0 30px;
        font-size: 20px;
        text-align: left;
    }

    a.closeIcon {
        top: -10px;
    }

    .closeIcon img {
        max-width: 30px;
        width: 100%;
        height: 30px;
    }

    .score-text {
        float: none;
        margin: 0;
        position: absolute;
        width: 100%;
        top: 40px;
        background: #eaeaea;
        padding: 10px 15px;
    }

        .score-text p span {
            color: #000;
        }

    .popup-text {
        max-width: 240px;
        padding: 25px;
        min-height: 150px;
        max-height: 150px;
    }

        .popup-text p {
            font-size: 16px;
        }

    .BigSpeechBubble {
        padding: 20px 40px 50px 20px;
    }

        .BigSpeechBubble .close-icon img {
            max-width: 30px;
        }

        .BigSpeechBubble .media-right h2 {
            font-size: 23px;
        }

        .BigSpeechBubble .media-right p {
            font-size: 15px;
            margin: 0 0 10px;
            line-height: 20px;
        }

        .BigSpeechBubble .media-right span {
            font-size: 15px;
            margin: 0 0 5px;
        }

        .BigSpeechBubble .media-right a {
            font-size: 10px;
            padding: 5px 13px;
        }


    .ContentBox h3 {
        font-size: 14px;
    }
}


/************************** end **************************/
.OptionButton {
    position: relative;
    top: -75px !important;
    transition: ease-in-out 1s;
}



.left_sidebar {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    z-index: 0;
}

.newOptions {
    display: none;
}

    .newOptions.sm-show {
        display: block !important;
    }

.climate_barometeres {
    display: none;
}

    .climate_barometeres.sm-show {
        display: block !important;
    }

.option_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
    z-index: 1;
    border-radius: 8px;
}

.ActeeGameButton ul li .btn {
    padding: 0px !important;
}

.acteeHistory {
    position: absolute;
    width: 100%;
    top: 100px;
    z-index: 3;
}
/*.showResultPopup.show{
    display:block !important;
}*/
.showResultPopup .modal-body {
    margin-bottom: 15px;
}

.chapter_intro_content p {
    font-size: 17px !important;
    line-height: 24px !important;
}

.main_content {
    height: calc(100vh - 157px) !important;
    overflow: auto !important;
    position: relative;
    background: #eaeaea;
}

.climate_barometeres {
    height: calc(100vh - 110px) !important;
}

/*Big Bubble Css*/
.scrolldivSvg {
    max-height: 78px;
    overflow: hidden;
    margin-bottom: 7px;
    word-break: break-all;
}

.BigSpeechBubble.TopR {
    background: url(../images/Icons/Speech-bubble-top-right.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 30px 40px 10px 15px;
}

.BigSpeechBubble.TopL {
    background: url(../images/Icons/Speech-bubble-top-left.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 30px 20px 10px 35px;
}

.BigSpeechBubble.BottomR {
    background: url(../images/Icons/Speech-bubble-bottom-right.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 15px 50px 25px 15px;
}

.BigSpeechBubble.BottomL {
    background: url(../images/Icons/Speech-bubble-bottom-left.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 15px 15px 25px 40px;
}

.BigSpeechBubble .media-right a {
    background: #f19b38;
    color: #fff;
    font-size: 12px;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 30px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    min-width: 100px;
    overflow: hidden;
    text-align: center;
}

a.contentPlus {
    display: block;
    border-radius: 50%;
    background: #ff9700;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin-top: 25px;
}

.ContentBox a img {
    max-width: 20px;
}

.ContentBox ul.historyPopup {
    max-height: 115px;
    overflow: hidden;
    display: block;
    transition: max-height .75s ease-in-out;
}

.ContentBox ul.activeT {
    max-height: 750px;
}

.ContentBox .hist-intro {
    max-height: 300px;
    overflow: hidden;
    transition: max-height .75s ease-in-out;
}

    .ContentBox .hist-intro.activeT {
        max-height: 600px;
        overflow: auto;
    }

.display-block {
    display: block !important;
}

.display-none {
    display: none;
}

.shareScore .row.slim-scrollbar {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 25px;
}

.shareScore .modal-body {
    overflow: hidden;
    max-height: 400px !important;
}

.score_button_block .scoore_btn_end {
    display: block !important;
}

.modal-body.game_score_screen {
    padding-top: 50px !important;
    max-height: 100vh !important;
    overflow-x: inherit;
}

.modal-body.game_end_screen {
    padding-top: 50px !important;
    max-height: calc(100vh - 60px) !important;
    height: auto !important;
    overflow-x: inherit;
}

    .modal-body.game_end_screen .climate_barometeres {
        height: auto !important;
    }

        .modal-body.game_end_screen .climate_barometeres .right_character_details {
            position: fixed;
            z-index: 9999;
            left: 0;
            top: auto;
            margin-top: 15px;
            margin-left: 30px;
        }

.endgamePopup .modal-dialog {
    margin: 0px auto;
}

.endgamePopup .buttons_fix_margin {
    height: 0px !important;
}

.ActeeModal .modal-body .media {
    margin-bottom: 40px;
}

.ActeeModal .media .PG {
    border: 4px dashed #64adaf;
    border-radius: 50%;
    padding: 10px;
    font-size: 28px;
    width: 70px;
    height: 70px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
}

.ActeeModal .media .media-left {
    margin-right: 25px;
}

.ActeeModal .modal-body .media-right p {
    font-size: 26px;
    line-height: 35px;
}

    .ActeeModal .modal-body .media-right p span {
        color: #000
    }

.ActeeModal .media .media-left img {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    border: 1px solid #ddd;
    line-height: 54px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    font-size: 28px;
    font-weight: 400;
}

.totalPlayer_Count {
    width: 38px;
    height: 38px;
    position: relative;
    right: 0;
    top: 13px;
    left: 25px;
}

    .totalPlayer_Count .totalPlayer_CountImg {
        max-width: 100%;
        box-shadow: none;
        width: 38px;
        border-radius: inherit;
    }

    .totalPlayer_Count span {
        position: absolute;
        right: 0;
        left: 0;
        text-align: center;
        line-height: 36px;
        font-weight: 500;
        top: 0;
    }

    .totalPlayer_Count.crown {
        left: -11px;
        top: -12px;
        transform: rotate(-30deg);
        position: absolute;
    }

    .totalPlayer_Count.multiple {
        top: -23px;
        position: absolute;
    }

.bg_white {
    background: #fff !important;
}

.bg_gray {
    background: #eaeaea !important;
}



.mobile-score {
    display: none;
}

.character_description_popup {
    /*height: 100vh !important;*/
    width: 100% !important;
    margin: 0px !important;
    max-width: 100% !important;
    /*overflow: hidden !important;*/
}

    .character_description_popup .modal-dialog {
        /*margin:0px !important;*/
    }

        .character_description_popup .modal-dialog .modal-content {
        }

            .character_description_popup .modal-dialog .modal-content .modal-body {
                /*height: 100vh !important;
                max-height: 100vh !important;
                width: 100% !important;
                margin: 0 !important;
                overflow-x: inherit;*/
                padding: 25px 0;
                overflow: hidden;
                max-height: 450px !important
            }

                .character_description_popup .modal-dialog .modal-content .modal-body .left_form {
                }

                    .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_content {
                        width: 150px;
                        margin: 50px auto 0px auto;
                        background: #fff;
                        height: 150px;
                        border-radius: 50%;
                        padding: 10px;
                    }

                        .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_content a {
                        }

                            .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_content a img {
                                width: 100%;
                                max-width: 150px;
                                border-radius: 50%;
                            }

                    .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_description_block {
                    }

                        .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_description_block .character_heading {
                            text-align: center;
                            padding: 20px 0px 30px;
                        }

                            .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_description_block .character_heading h4 {
                                color: #48d2d2;
                                font-size: 20px;
                                font-weight: 400;
                                margin: 0px;
                            }

                            .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_description_block .character_heading span {
                                font-size: 13px;
                                font-weight: 500;
                                color: #3d4650;
                                letter-spacing: 1px;
                            }

                        .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_description_block span {
                        }

                    .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_description_content {
                        text-align: center;
                        padding-bottom: 20px;
                    }

                        .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_description_content p {
                            margin: 0px;
                            color: #768093;
                            line-height: 28px;
                            font-size: 14px;
                        }

    .character_description_popup.show {
        display: block;
    }

    .character_description_popup .close_icon {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 9;
    }

        .character_description_popup .close_icon .close {
        }

.PopUp_character_description_block {
    padding-top: 30px;
    max-height: 120px;
    overflow: auto;
}

    .PopUp_character_description_block h5 {
        color: #3d4650;
        font-size: 11px;
        letter-spacing: 2px;
        font-weight: 500;
        text-align: left;
        margin-bottom: 0;
        padding-left: 20px;
    }

    .PopUp_character_description_block .chapter_intro_desc {
        text-align: left;
        padding: 20px 0;
    }

        .PopUp_character_description_block .chapter_intro_desc p {
            margin-bottom: 0;
        }

.endgamePopup .barometeres_listing {
    margin-bottom: 30px;
}

.modal .modal-body.multiplayer_info_popup {
    max-height: 100vh !important;
    min-height: 100vh;
}

.modal .modal-body.exception_popup {
    max-height: 100vh !important;
    min-height: 100vh;
}

.modal-open .modal.exceptions_popup {
    overflow-y: hidden;
}

.multiPlayerList {
}

.waiting_popup .modal-body {
    margin-top: 20px;
}

.waiting_popupBtn {
    text-align: center;
    margin-bottom: 20px;
}

.multiplayer .ActeeBgChange #accordion .card-header h5 .player_btn {
    color: #768093;
    line-height: 40px;
    margin-right: 20px;
}

.players_block .user_img_circle span {
    float: left !important;
}

.groupMasterIcon {
    position: relative;
}

.btn.btn-primary.groupMasterIcon.disabled, .btn.btn-primary.groupMasterIcon:disabled {
    background-color: #768093;
    border-color: #768093;
}

.groupMasterOption {
    margin-right: 10px !important;
    padding-left: 30px !important;
}

    .groupMasterOption:after {
        content: '';
        position: absolute;
        background: url(../images/Icons/Icon-backarrow.svg);
        height: 15px;
        width: 15px;
        background-repeat: no-repeat;
        left: 10px;
        top: 15px;
    }

    .groupMasterOption:hover:after {
        background: url(../images/Icons/Icon-backarrowHover.svg);
        background-repeat: no-repeat;
    }

.groupMasterIcon:after {
    content: '';
    position: absolute;
    background: url(../images/Icons/crown.svg);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    left: -5px;
    top: -12px;
    transform: rotate(-30deg);
}

.groupMasterIcon.disabled:after, groupMasterIcon:disabled:after {
    background: url(../images/Icons/crownGray.svg);
    background-repeat: no-repeat;
}

.playerInGroup {
    font-size: 13px;
    font-weight: 300;
    padding: 0px;
}

.add_more_link {
    float: left;
    padding-left: 30px;
}

.chapterHours {
    float: left;
    color: #ff9700;
    font-weight: 500;
}

    .chapterHours .chapterText {
    }

    .chapterHours .hourText {
    }

.BGIModal {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#ShowbigBubblePopup .modal-dialog .modal-content .modal-header {
    height: 80px;
}

#ShowbigBubblePopup .modal-dialog .modal-content .modal-body {
    max-height: 350px !important;
}

#ShowbigBubblePopup .modal-dialog .modal-content .modal-body {
    max-height: 350px !important;
}

#ShowbigBubblePopup .PopUp_character_description_block {
    padding: 0px 50px;
    overflow: hidden;
    max-height: initial;
    background: #fff;
}

    #ShowbigBubblePopup .PopUp_character_description_block h5 {
        color: #3d4650;
        font-size: 11px;
        letter-spacing: 2px;
        font-weight: 500;
        text-align: left;
        margin-bottom: 0;
        padding-left: 0px;
    }

    #ShowbigBubblePopup .PopUp_character_description_block .chapter_intro_desc {
        text-align: left;
        padding: 20px 0;
    }

        #ShowbigBubblePopup .PopUp_character_description_block .chapter_intro_desc p {
            margin-bottom: 0;
        }

#ShowbigBubblePopup .modal-dialog .modal-content .modal-body {
    overflow-y: auto;
}

.ActeeModal .modal-header .close.backArrow {
    left: 20px;
}

    .ActeeModal .modal-header .close.backArrow span img {
        width: 30px;
    }

#ShowbigBubblePopup .modal-dialog .modal-content .modal-body.PopupSecondlayer {
    overflow: hidden auto;
    position: absolute;
    top: 70px;
    z-index: 9999;
    background: rgb(255, 255, 255);
    height: 100%;
    max-height: 350px !important;
}

.PopupFirstLayer {
    margin-bottom: 70px;
}

#ShowbigBubblePopup .modal-dialog .modal-content .modal-body .footer {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.hoursInPopup {
    padding-top: 10px;
    display: inline-block;
}

.qcheader {
    height: 60px;
}

.popup-Board {
    width: 150px;
    background: url(../images/Icons/button-poup.svg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 30px 35px 42px;
    position: fixed;
    left: 0;
    bottom: 150px;
    transform: translate(-100%, 0%);
    z-index: 1050;
    transition: ease-in-out 0.5s;
    cursor: pointer;
}

    .popup-Board.popup-animation {
        transform: translate(29%, -50%);
        width: 150px;
    }

.ButtonSEC {
    text-align: left;
}

    .ButtonSEC li {
        margin-bottom: 8px;
        max-height: 30px;
        overflow: hidden;
    }

        .ButtonSEC li span {
            color: #3d4650;
            font-size: 12px;
            font-weight: 300;
        }

        .ButtonSEC li img {
            max-width: 30px;
            margin-right: 13px;
            filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
        }

.RText {
    position: absolute;
    transform: translate(30%, -50%) rotate(-90deg);
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    top: 47%;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 200px;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    right: 0;
}

.popup-animation .RText {
    display: none;
}

.popup-text .RText {
    transform: translate(43%, -50%) rotate(-90deg);
    right: 0;
    top: 50%;
    width: 220px;
}

.forwardIcon, .backwardIcon {
    border: 2px solid #BFBFBF;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    padding: 2px;
}

    .forwardIcon .forward {
        transform: rotate(180deg);
        max-width: 30px;
    }

.ActeeModal .modal-header .close.backArrow {
    left: 15px;
    right: auto;
}

.ActeeModal .modal-header .close span.backwardIcon img {
    max-width: 30px;
}

.IconCenter {
    left: calc(50% - 15px) !important;
    right: auto !important;
}

.close[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.4;
}

.ActeeModal .modal-header .close span.backwardIcon img {
    max-width: 30px;
}

.ActeeBgChange #accordion .card-header .close.plusIco a.contentPlus {
    display: block;
    border-radius: 50%;
    background: #FFF;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #bfbfbf;
}

    .ActeeBgChange #accordion .card-header .close.plusIco a.contentPlus.CheckedOption {
        background: #e5e5e5;
    }

.ActeeBgChange #accordion .card-header .close.plusIco {
    float: right;
    position: absolute;
    z-index: 2;
    top: -15px;
    right: 11px;
    width: 25px;
    height: 25px;
    opacity: .80;
}

    .ActeeBgChange #accordion .card-header .close.plusIco a img {
        max-width: 11px;
        width: 100%;
    }

.ActeeBgChange .container {
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .ActeeBgChange .container {
        max-width: 100% !important;
        padding: 0px 50px;
        margin-bottom: 50px;
    }

    .modal .modal-body {
        /*max-height: 420px !important;*/
        /*height: calc(100vh - 200px);*/
    }

    .modal-dialog {
        /*max-width: 700px;*/
    }
}
@media(max-width:767px) {
    #popup-text {
        transform: translate(-93.5%, -40%);
        max-height: 150px;
    }

    #popup-text {
        top: 170px;
    }

    .popupOption-text {
        min-height: 170px;
    }

    .ActeeBgChange #accordion .card-header .close.plusIco {
        float: right;
        position: absolute;
        z-index: 2;
        top: -21px;
        right: 3px;
        width: 25px;
        height: 25px;
        opacity: .80;
    }

    .qcheader {
        height: 45px;
    }

    .modal-dialog {
        min-width: 350px;
        max-width: 500px;
    }

    .acteeHistory .row {
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }

    .modal-open .modal.multiplayer_Startinfo_popup, .modal-open .modal.exceptions_popup {
        width: 100% !important;
        max-width: 100% !important;
    }

    .endgamePopup .barometeres_listing {
        margin-bottom: 0px;
    }

    .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_description_content p {
        margin: 0px;
        color: #768093;
        line-height: 24px;
        font-size: 13px;
    }

    .PopUp_character_description_block .chapter_intro_desc {
        text-align: left;
        padding: 30px;
    }

    .PopUp_character_description_block h5 {
        padding-left: 30px;
    }

    .chapter_intro_content {
        padding: 0px 10px;
    }

    .desktop-score {
        display: block;
    }

    .mobile-score {
        display: block;
    }

    .score-text a.mobile-score {
        border: 0;
        text-align: left;
        margin: 0;
        width: 49%;
        display: inline-block;
        float: left;
        padding: 4px !important;
    }

        .score-text a.mobile-score.singleP {
            border: 0;
            text-align: left;
            margin: 0;
            width: 100%;
            display: inline-block;
            float: left;
            padding: 4px !important;
        }

    .score-text a.own_score {
        text-align: right;
    }

    .modal-body.game_score_screen {
        overflow-x: hidden;
    }

    .chapter_main_block .left_sidebar {
        display: block;
    }

    .score-text {
        display: none;
    }

    body {
        padding-top: 0;
        overflow: hidden;
    }

    .climate_barometeres {
        height: 100vh !important;
    }

    .left_sidebar {
        height: 100vh;
        overflow: hidden;
    }

    .main_content {
        height: 100vh !important;
        /*overflow: hidden !important;*/
        padding: 52px 0px;
        width: 100%;
    }

    .ActeeBgChange {
        height: 100vh;
        overflow: auto;
    }

    .ActeeGameSec.mobileOptions .container {
        padding: 0px
    }

    .acteeHistory {
        width: 100%;
        top: 0;
        z-index: 999;
        padding: 0;
        position: fixed;
    }

    h2.headtitle {
        margin: 20px 30px 70px;
        font-size: 20px;
        text-align: center;
    }

    a.closeIcon {
        top: 15px;
        right: 15px;
    }

    .ContentBox {
        margin: 0px 10px 20px;
    }

    .ContentBox {
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        background: #fff;
        border-radius: 20px;
        padding: 10px;
        margin-bottom: 40px;
    }

    .history-view-close {
        margin: 0px -10px;
    }

    a.contentPlus {
        display: block;
        border-radius: 50%;
        background: #ff9700;
        width: 30px;
        height: 30px;
        line-height: 27px;
        text-align: center;
    }

    .ContentBox a img {
        max-width: 20px;
    }

    .option_overlay {
        border-radius: 0px;
    }

    .modal .modal-body.game_end_screen {
        padding-top: 50px !important;
        max-height: 100vh !important;
        height: 100vh;
        overflow-x: inherit;
        padding: 20px;
        max-height: 900px !important;
    }

    .ShowScorePanel.modal .modal-body {
        max-height: 100vh !important;
    }

    .hover_popup_text {
        margin-left: 0;
        position: absolute;
        left: 50px;
        right: 10px;
        width: auto;
        max-width: 350px;
        z-index: 9;
        top: 0px;
        text-align: center;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.66);
        height: auto;
        padding: 40px;
        background: #ff9700;
        border-radius: 40px;
        transition: ease-in-out 0.5s;
    }

        .hover_popup_text a {
            position: absolute;
            right: 20px;
            top: 10px;
            cursor: pointer;
        }

        .hover_popup_text:after {
            content: "";
            position: absolute;
            left: -67px;
            top: -28px;
            transform: rotate(-32deg);
        }

        .hover_popup_text.yellow:after {
            border: 50px solid #f19637;
            border-top: 0 solid transparent;
            border-left: 10px solid transparent;
            border-right: 30px solid transparent;
        }

        .hover_popup_text.green:after {
            border: 50px solid #92d36e;
            border-top: 0 solid transparent;
            border-left: 10px solid transparent;
            border-right: 30px solid transparent;
        }

    .ActeeModal .modal-body {
        padding: 25px 15px;
    }

    .ActeeModal .media .media-left img {
        width: 50px;
        height: 50px;
    }

    .ActeeModal .media .media-left {
        margin-right: 15px;
    }

    .ActeeModal .modal-body .media-right p {
        font-size: 16px;
        line-height: 22px;
    }

    .ActeeModal .modal-header .close span img {
        width: 40px;
    }

    .ActeeModal .modal-header .close {
        position: absolute;
        right: 12px;
        top: 11px;
    }

    .ActeeModal .modal-header {
        border: none;
        padding: 20px 30px 20px;
    }

    .actee_new_popUp {
        align-items: initial;
    }

    .QCuser_box {
        max-width: 580px;
    }

        .QCuser_box .QCuser_details_box {
            max-width: 580px;
        }

    .QCuser_details_box .user_list li .user_thumb img {
        width: 48px;
        height: 48px;
    }

    .QCuser_details_box .user_list li .user_thumb {
        width: 56px;
    }

    .QCuser_details_box .user_list li .user_description {
        width: calc(100% - 56px);
        padding-left: 10px;
        font-size: 18px;
    }

    .QCuser_details_box .user_list li {
        padding: 6px 15px 35px;
    }

    .qcUser_scores {
        padding-left: 17px;
        font-size: 20px;
    }

    .QCuser_details_box .user_list li .user_description h5 > span {
        line-height: 30px;
        font-size: 20px;
    }

    .QCuser_details_box .user_list li .group_member_detail {
        padding-left: 84px;
    }

    .QCuser_details_box.multiPlayerList .user_list li .group_member_detail {
        padding-left: 66px;
    }

    .group_member_detail span {
        margin-top: 37px;
        font-size: 12px;
    }

    .QCuser_details_box .user_list li .user_thumb span {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 19px;
        font-weight: 400;
    }

    .hover_popup_text p {
        font-size: 18px;
    }

    .shareMailBlock {
        position: relative;
        width: 100%;
        padding: 0px 20px 40px;
        right: 0px;
        margin-bottom: 30px;
    }

    .QCuser_details_box.multiPlayerList .user_list li .group_member_detail span {
        margin-top: 45px;
    }

    .QCuser_details_box.multiPlayerList .user_list li .group_member_detail.qcusers span {
        margin-top: 45px;
    }

    .QCuser_details_box .user_list li .group_member_detail.qcusers {
        padding-left: 84px;
    }

    .QCuser_details_box.multiPlayerList .user_list li .group_member_detail.qcusers {
        padding-left: 66px;
    }

    .group_member_detail.qcusers span {
        margin-top: 44px;
        font-size: 15px;
    }

    .waiting_popup h4 {
        font-size: 16px;
        line-height: 1.5rem;
    }

    .modal .modal-body {
        max-height: 350px !important;
        min-height: 150px;
        min-width:inherit;
    }

    .character_description_popup .modal-dialog .modal-content .modal-body {
        max-height: 350px !important;
    }

        .character_description_popup .modal-dialog .modal-content .modal-body .left_form .character_description_block .character_heading {
            padding: 0px 0px 10px;
        }

    .character_description_popup .modal-dialog .modal-content .modal-body {
        padding: 25px 0 0;
        max-height: 350px !important;
        margin-bottom: 50px;
    }

    #ShowbigBubblePopup .modal-dialog .modal-content .modal-body.PopupSecondlayer {
        max-height: 310px !important;
    }

    #ShowbigBubblePopup .modal-dialog .modal-content .modal-body.PopupFirstLayer {
        margin-bottom: 50px;
        max-height: 350px !important;
    }

    .PopUp_character_description_block {
        padding: 20px 0px;
    }

    .shareScore .modal-body {
        overflow: hidden;
        max-height: 350px !important;
    }

    #ShowbigBubblePopup .PopUp_character_description_block {
        padding: 0px 20px;
    }

    .popup-text .RText {
        transform: translate(49.5%, -50%) rotate(-90deg);
        width: 150px;
    }

    .popup-Board {
        width: 200px;
        transform: translate(-99.5%, 0%);
    }



    .RText {
        transform: translate(46.5%, -50%) rotate(-90deg);
        width: 180px;
        font-size: 11px;
    }

    .ButtonSEC li img {
        max-width: 26px;
        margin-right: 10px;
    }

    .ActeeBgChange #accordion .card {
        width: 94%;
        margin: 0px auto 30px;
    }
}

@media (max-width: 575px) {
    .modal-dialog {
        margin: 30px auto;
    }

    .BGIModal .modal-content::before {
        border: 50px solid #f19b38;
        border-top: 22px solid transparent;
        border-right: 33px solid transparent;
        border-bottom: 30px solid transparent;
        transform: rotate(-40deg);
        top: -35px;
        margin: 0 0 0 -25px;
    }


    .BGIModal .modal-content::after {
        border: 49px solid #fff;
        border-top: 20px solid transparent;
        border-right: 31px solid transparent;
        border-bottom: 28px solid transparent;
        transform: translateZ(1px) rotate(-40deg);
        top: -31px;
        margin: 0 0 0 -26px;
    }
}

@media (max-width: 540px) {
    .scrolldivSvg {
        max-height: 80px;
        min-height: 40px;
        overflow: hidden;
    }

    .waiting_popup h4 {
        font-size: 14px;
    }

    .ActeeModal .modal-body .media-right p {
        font-size: 15px;
        line-height: 22px;
    }

    .QCuser_details_box .user_list li .user_thumb span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }

    .QCuser_details_box .user_list li .user_thumb img {
        width: 40px;
        height: 40px;
    }

    .actee_new_popUp {
        align-items: inherit;
        max-width: 400px;
    }

    .ActeeModal .media .media-left img {
        width: 40px;
        height: 40px;
    }

    .hover_popup_text p {
        font-size: 16px;
    }

    .qcUser_scores {
        font-size: 14px;
    }

    .QCuser_details_box .user_list li .user_description h5 > span {
        line-height: 30px;
        font-size: 14px;
    }

    .QCuser_details_box .user_list li .user_thumb {
        width: 40px;
    }

    .QCuser_details_box .user_list li .user_description {
        width: calc(100% - 50px);
        padding-left: 10px;
    }

    .QCuser_box {
        width: auto;
    }

        .QCuser_box .QCuser_details_box {
            width: auto;
        }

    .modal-open .modal {
        margin: 0px auto;
        max-width: 350px;
    }

    .modal-dialog {
        max-width: 350px;
    }

    .group_member_detail span {
        margin-top: 60px;
    }

    .QCuser_details_box .user_list li .group_member_detail {
        padding-left: 82px;
        padding-top: 6px;
    }

    .modal .modal-body.QcUser_modal {
        /*max-height: 200px !important;*/
    }

    .QCuser_details_box .user_list li:last-child {
        margin-bottom: 10px;
    }

    .QCuser_box .QCuser_details_box {
        /*max-height: 165px;*/
        margin-bottom: 25px;
    }

    .QCuser_details_box .user_list li .user_description {
        font-size: 12px;
    }

    .QCuser_details_box .user_list li {
        padding: 6px 10px 25px;
    }

    .QCuser_details_box.multiPlayerList .user_list li .group_member_detail {
        padding-left: 40px;
    }

        .QCuser_details_box.multiPlayerList .user_list li .group_member_detail span {
            margin-top: 37px;
            font-size: 10px;
        }

    .ActeeModal .modal-body p {
        font-size: 15px;
        line-height: 21px;
    }

    .modal-dialog {
        min-width: 290px;
        max-width: 350px;
    }

        .modal-dialog.modal-md {
            min-width: 290px;
            max-width: 350px;
        }

    .group_member_detail.qcusers span {
        margin-top: 37px;
        font-size: 12px;
    }

    .QCuser_details_box .user_list li .group_member_detail.qcusers {
        padding-left: 79px;
        padding-top: 6px;
    }

    .popup-Board.popup-animation {
        transform: translate(-4%, -50%);
    }

    .ButtonSEC li {
        margin-bottom: 8px;
        max-height: 30px;
    }

    .ActeeBgChange #accordion .card {
        width: 90%;
        margin: 0px auto 30px;
    }
}

@media (max-width: 440px) {
    .modal-open .modal {
        margin: 0px auto;
        max-width: 360px;
    }

    .modal-dialog {
        max-width: 360px;
    }

        .modal-dialog.modal-md {
            max-width: 360px;
        }

    .group_member_detail.qcusers span {
        margin-top: 40px;
    }

    .QCuser_details_box .user_list li .group_member_detail.qcusers {
        padding-left: 78px;
        padding-top: 6px;
    }
}

@media (max-width: 360px) {
    .chapterHours.multiplayerScreen {
        float: left;
        color: #ff9700;
        font-weight: 500;
        width: 100%;
        margin-bottom: 10px;
    }

    .modal-open .modal {
        margin: 0px auto;
        max-width: 300px;
    }

    .modal-dialog {
        min-width: 280px;
        max-width: 300px;
    }

        .modal-dialog.modal-md {
            min-width: 280px;
            max-width: 300px;
        }

    .group_member_detail.qcusers span {
        margin-top: 60px;
    }

    .QCuser_details_box .user_list li .group_member_detail.qcusers {
        padding-left: 78px;
        padding-top: 6px;
    }

    .ActeeBgChange #accordion .card {
        width: 88%;
        margin: 0px auto 30px;
    }
}

.popup-Board .isShow {
    visibility: hidden;
}

.popup-Board.popup-animation .isShow {
    visibility: visible;
}

.gameendp span {
    font-size: 23px;
    color: #40454a;
    padding: 10px 20px;
    margin: 0px;
    font-weight: 400;
}

.gameEndBackground {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: 100px;
}

    .gameEndBackground img {
        max-width: 100px;
    }

.left-analysis {
    left: 0;
    transform: rotate3d(0, 1, 0, 180deg);
}

.right-analysis {
    right: 0px;
    max-width: 300px !important;
    position: absolute;
    top: 54px;
}

.popup-Board-GameEnd {
    width: 285px;
    background: url(../images/Icons/button-poup_End.svg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 70px 52px 80px;
    position: fixed;
    left: 0;
    transform: translate(-81%, -50%);
    z-index: 1050;
    transition: ease-in-out 0.5s;
    cursor: pointer;
    height: 225px;
    top: 50%;
}

.RText-GameEnd {
    position: absolute;
    transform: translate(30%, -50%) rotate(90deg);
    margin: 0;
    font-size: 15px;
    letter-spacing: 1px;
    top: 47%;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    width: 200px;
    height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    right: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .gameendp span {
        font-size: 17px;
    }

    .gameEndBackground img {
        max-width: 70px;
    }

    .right-analysis {
        max-width: 200px !important;
    }

    .RText-GameEnd {
        font-size: 11px;
        top: 47%;
        display: block;
        width: 200px;
        height: 32px;
    }

    .popup-Board-GameEnd {
        width: 230px;
        transform: translate(-83%, 0%);
        height: 210px;
    }
}

.RText {
    cursor: pointer;
}

.popup-Board, .popup-text {
    cursor: default;
}

.closeSide {
    position: absolute;
    right: 55px;
    top: 18px;
    z-index: 999;
}

    .closeSide.questionScr {
        top: 38px;
    }

.popup-text.popup-animation .closeSide.Ques img {
    display: block;
}

.closeSide.Ques {
    right: 20px;
    top: 10px;
}

    .closeSide.Ques img {
        display: none;
    }

.popup-text.popup-animation .closeSide.Ques img {
    display: block;
}

.closeSide.Quesdual {
    right: 20px;
    top: 10px;
}

.closeSide img {
    max-width: 25px;
    width: 100%;
    opacity: .8;
    cursor: pointer;
    height: 25px;
}

    .closeSide img :hover {
        opacity: 1;
    }

.nav_green {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .closeSide {
        position: absolute;
        right: 54px;
        top: 40px;
    }
}

.help-popup .modal-dialog {
    max-width: 730px;
    margin: 30px auto;
}

.help-popup .modal-body {
    display: flex;
    background: url(../images/help-bg-img.png) no-repeat;
    background-size: 250px;
    background-position: center;
}

    .help-popup .modal-body .left h2 {
        color: #40464e;
        font-size: 28px;
        margin: 0 0 30px;
    }

    .help-popup .modal-body .left p {
        color: #40464e;
        font-size: 18px;
        margin: 0 0 30px;
        line-height: 25px;
    }

    .help-popup .modal-body .left h3 {
        font-weight: 300;
        margin: 0 0 10px;
        font-size: 22px;
    }

    .help-popup .modal-body .left .form-check-label {
        padding-left: 1.3rem;
        color: #40464e;
        font-size: 11px;
        display: inherit;
    }

.help-popup a.btn.btn-help {
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 30px !important;
    text-align: center;
    background: transparent;
    border: 1px solid #f19b38;
    color: #f19b38;
    min-width: 130px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.Help_Support_display .helpCheck {
    float: left;
}

.help-popup.show {
    display: block;
}
.modal .modal-body.QcUser_modal {
    overflow-x: hidden;
    max-height: 400px !important;
    min-height: 150px;
    width: 100%;
    max-width:500px;
    min-width:inherit;
}

.defaultBox.introPop {
    margin-bottom: 30px;
}

    .defaultBox.introPop .optImage {
        text-align: center;
        width: 100%;
    }

    .defaultBox.introPop .optImage img {
        max-height: 100px;
    }

    .defaultBox.introPop .optVideo {
        width: 500px;
        margin: 0px auto;
    }

    .defaultBox.introPop .optVideo video {
        width: 100%;
    }

    .defaultBox.introPop .optAudio {
        width: 100%;
        text-align: center;
        background: transparent;
    }

    .defaultBox.introPop .optAudio img {
        cursor: pointer;
    }

    .defaultBox.introPop .optAudio .imgPlay {
        width: 40px;
    }

    .defaultBox.introPop .optAudio .imgPause {
        width: 40px;
        margin-left: 30px;
    }

.defaultBox.introPop .optImage img {
    max-height: 100px;
}

.defaultBox.introPop .optVideo {
    width: 500px;
    margin: 0px auto;
}

    .defaultBox.introPop .optVideo video {
        width: 100%;
    }