.stb_imageZoom {
            background-image: url("playgame_images/<%= strGameImage %>");
            /*background-position: center;*/
            background-size: 100% 100%;
        }

        .stb_ball {
            width: 100px;
            height: 100px;
            background-size: cover;
            background-image: url('playgame_images/<%= strBallImage %>');
            position: absolute;
            opacity: 0;
            /*display:none;*/
        }

        .std_ball_ghost {
            width: 100px;
            height: 100px;
            background-size: cover;
            background-image: url('../playgame_images/<%= strGhostBallImage %>');
            position: absolute;
            opacity: 0;
            /*display:none;*/
        }

        .icon_bar i {
            color: #989898 !important;
            margin-bottom: 5px;
            border: 1px solid #989898;
            padding: 6px;
            border-radius: 15px;
        }

        #divColor button {
            border: 0;
            background: 0;
        }

            #divColor button img {
                width: 50%;
            }

        .col-md-9 {
            padding-left: 0 !important;
        }

        .table-striped > tbody > tr:nth-of-type(odd) {
            background-color: #f9f9f9;
        }

        #colorcontent button {
            border: 0;
            background: 0;
        }

            #colorcontent button img {
                width: 50%;
            }

        .col-md-8 {
            padding-left: 0 !important;
        }

        .text_hightlighter {
            border: 1px solid #FC0;
            border-radius: 5px;
            padding: 5px;
        }

        .select_any_one {
            margin-bottom: 2%;
        }

        .select_any_one img {
            width: 100px;
            border: 2px solid #999;
            margin-right: 2%;
        }

        .aiLoading, .aiLoading-right {
            position: initial;
        }
  


        .select_play_panel h1, h2, h3, h4, h5, h6 {
            font-weight: 200;
        }

        .select_play_panel h1 {
            text-align: center;
            padding-bottom: 10px;
            max-width: 40%;
            margin: 20px auto;
        }
        /* CONTAINERS */

        .select_play_panel .four {
            width: 23%;
            max-width: 23%;
        }
        /* COLUMNS */

        .select_play_panel .col {
            display: block;
            float: left;
            margin: 1% 0 1% 1.6%;
        }

            .select_play_panel .col:first-of-type {
                margin-left: 0;
            }
        /* CLEARFIX */

        .select_play_panel .cf:before, .cf:after {
            content: " ";
            display: table;
        }

        .select_play_panel .cf:after {
            clear: both;
        }

        .select_play_panel .cf {
            *zoom: 1;
        }
        /* FORM */

        .select_play_panel .form .plan input, .form .payment-plan input, .form .payment-type input {
            display: none;
        }

        .select_play_panel .form label {
            position: relative;
            color: #fff;
            background: url(playgame_images/home.jpg);
            font-size: 26px;
            text-align: center;
            height: 99px;
            line-height: 92px;
            display: block;
            cursor: pointer;
            border: 3px solid transparent;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .select_play_panel .form .plan input:checked + label, .form .payment-plan input:checked + label, .form .payment-type input:checked + label {
            border: 3px solid #2fcc71;
            background-color: #2fcc71;
        }

            .select_play_panel .form .plan input:checked + label:after, form .payment-plan input:checked + label:after, .form .payment-type input:checked + label:after {
                content: "\2713";
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 100%;
                border: 2px solid #333;
                background-color: #2fcc71;
                z-index: 999;
                position: absolute;
                top: -10px;
                right: -10px;
            }

        .select_play_panel .submit {
            padding: 15px 60px;
            display: inline-block;
            border: none;
            margin: 20px 0;
            background-color: #2fcc71;
            color: #fff;
            border: 2px solid #333;
            font-size: 18px;
            -webkit-transition: transform 0.3s ease-in-out;
            -o-transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
        }

            .select_play_panel .submit:hover {
                cursor: pointer;
                transform: rotateX(360deg);
            }

        .select_title {
            font-size: 35px;
            font-weight: 900;
        }
        @media (max-width:375px) {
            .cwntbtn {
                /*display: inherit !important;*/
                padding-top: 30px;
            }
            .start_practice{
                font-size: 20px !important;
            }
            .btnstart{
               width: 230px !important;
            }
            .undobox{
                clear: both;
                margin-top: 10px;
            }
            .kode_contact_office_list {
    margin-bottom: 25px;
}
        }
        .remain {
    margin-top: 33px;
}
        .counttimer{

        }
        .btnProceed{
            display: inline-block !important;
        }