<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************** GLOBAL ***********************/
@font-face {
    font-family: 'Balboa Plus';
    src: url('../../fonts/BalboaPlus-Fill.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Balboa Plus', cursive;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #000000;
    /*    background-image: url(/Content/images/bg-shape-1.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #1DA9D8;
}

html,
body {
    height: 100%;
}


section,
header,
footer {
    position: relative;
}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffd800;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #c2c2c2;
    }

/*********************** TYPOGRAPHY ***********************/

a {
    font-family: 'Baloo Chettan', cursive;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #000;
        text-decoration: none;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Baloo Chettan', cursive;
    font-weight: 500;
    margin: 0;
    color: #fff;
    z-index: 1;
    position: relative;
}

h1 {
    font-size: 30px;
    line-height: 36px
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 18px;
    line-height: 24px
}

p {
    font-family: 'Baloo Chettan', cursive;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    z-index: 1;
    margin: 0px;
    color: #fff;
    font-weight: 300;
}


/*********************** HELPER CLASS ***********************/
.cl:before,
.cl:after {
    display: table;
    content: " ";
}

.cl:after {
    clear: both;
}

.cl {
    clear: both;
}

hr {
    margin: 20px 0px;
    border: 0;
    border-top: 1px solid #eee;
}

.hide {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-upper {
    text-transform: uppercase;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8E92AF;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #8E92AF;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #8E92AF;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #8E92AF;
}

.no-pad {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}



.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}


.font100 {
    font-weight: 100;
}

.font300 {
    font-weight: 300;
}

.font400 {
    font-weight: 400;
}

.font500 {
    font-weight: 500;
}

.font700 {
    font-weight: 700;
}

.fontLuckiestGuy {
    font-family: 'Luckiest Guy', cursive;
}

.fontBalooChettan {
    font-family: 'Baloo Chettan', cursive;
}

#top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: lightgrey; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#top:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

/*********************** .container ***********************/
.container {
    width: 960px;
    position: relative;
}

.containter-commentator {
    margin-left: 90px !important;
}

.container-stats {
    width: auto;
    margin-left: 40px !important;
}
@media(max-width:992px) {
    .container {
        width: auto;
    }
}

/***************** Table ******************************/
.tableFixHead {
    overflow-y: auto;
    height: 350px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

/*********************** ALERTS ***********************/
.alert {
    position: relative;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 6px 12px;
    border-width: 4px;
    border-style: solid;
}

    .alert p {
        font-size: 18px;
        line-height: 18px;
    }

    .alert.alert-error {
        border-color: #ff5a00;
    }

        .alert.alert-error p {
            color: #ff5a00;
        }

    .alert.alert-success {
        border-color: #14c814;
    }

        .alert.alert-success p {
            color: #14c814;
        }


/*********************** INPUT FIELDS ***********************/
.form-group {
    position: relative;
    margin-bottom: 20px;
}

    .form-group .label {
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 5px;
        display: block;
        margin-left: 10px;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .form-group .checkbox-label {
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-left: 10px;
        vertical-align: middle;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    .form-group .checkbox {
        transform: scale(2);
        vertical-align: middle;
        margin-bottom: 5px;
    }

.form-control {
    font-family: 'Baloo Chettan', cursive;
    padding: 8px 12px;
    border: 0;
    border: 0;
    background-color: #fff;
    display: block;
    font-size: 22px;
    line-height: 34px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    outline: 0;
    color: #000;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .form-control:hover,
    .form-control:focus {
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

/*with text*/
.form-group .input-with-text {
    position: relative;
    display: block;
}

    .form-group .input-with-text .text {
        position: absolute;
        display: block;
        right: 15px;
        top: 0;
        font-size: 30px;
        line-height: 50px;
        z-index: 2;
        color: #000;
    }

.form-group.form-group-error label {
    color: #ff5a00;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.form-group.form-group-error .form-control {
    border-left: 5px solid #ff5a00;
    -webkit-box-shadow: 1px 2px 3px #ff5a00;
    -moz-box-shadow: 1px 2px 3px #ff5a00;
    -ms-box-shadow: 1px 2px 3px #ff5a00;
    -o-box-shadow: 1px 2px 3px #ff5a00;
    box-shadow: 1px 2px 3px #ff5a00;
}

.form-group.form-group-error .input-with-text .text {
    color: #ff5a00;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

/*Dropdown */
.dropdown-with-arrow {
    position: relative;
}

    .dropdown-with-arrow select {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .dropdown-with-arrow select::-ms-expand {
            display: none;
        }

    .dropdown-with-arrow .form-control.dd-form-control {
    }

    .dropdown-with-arrow .dd-arrow:after,
    .dropdown-with-arrow .dd-arrow:before {
        content: "";
        position: absolute;
        top: 16px;
        background-color: #000;
        height: 20px;
        width: 4px;
        display: block;
        border-radius: 6px;
    }

    .dropdown-with-arrow .dd-arrow:after {
        transform: rotate(42deg);
        right: 20px;
    }


    .dropdown-with-arrow .dd-arrow:before {
        transform: rotate(-42deg);
        right: 31px;
    }



@media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .form-group {
        margin-bottom: 10px;
    }

        .form-group .label {
            font-size: 16px;
            line-height: 16px;
            margin-bottom: 0px;
        }

    .form-control {
        height: 35px;
    }

    .form-group .input-with-text .text {
        font-size: 24px;
        line-height: 36px;
    }
}

#catches {
    font-family: Baloo Chettan;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    border: 0 solid #0765ad;
}

#catches td, #catches th {
    border-left: 1px solid #0765ad;
    padding: 8px;
    height: 50px;
}

#catches tr:nth-child(even) {
    background-color: #098BF6;
}

#catches tr:nth-child(odd) {
    background-color: #1D94FF;
}

#catches th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #0765ad;
    /*color: white;*/
}

#dinks {
    font-family: Baloo Chettan;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    border: 0 solid #0765ad;
}

    #dinks td, #dinks th {
        border-left: 1px solid #0765ad;
        padding: 8px;
        height: 50px;
    }

    #dinks th {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #0765ad;
        /*color: white;*/
    }

/*********************** BUTTONS ***********************/

.btn-blue {
    font-family: 'Roboto Condensed';
    outline: 0;
    cursor: pointer;
    display: block;
    border-radius: 10px;
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    text-align: center;
    background-color: #1DA9D8;
    text-transform: uppercase;
    width: 150px;
    height: 50px;
    margin: auto;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.btn-yellow {
    font-family: 'Baloo Chettan', cursive;
    outline: 0;
    cursor: pointer;
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
    font-size: 24px;
    line-height: 44px;
    background-color: transparent;
    border: 0;
    text-align: center;
    background-image: url(/Content/images/bg-btn-yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    text-transform: lowercase;
    width: 249px;
    height: 50px;
    background-size: 249px 50px;
    margin: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.btn-edit-yellow {
    font-family: 'Baloo Chettan', cursive;
    outline: 0;
    cursor: pointer;
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
    font-size: 20px;
    line-height: 34px;
    background-color: transparent;
    border: 0;
    text-align: center;
    background-color: #ffd800;
    /*background-image: url(/Content/images/bg-btn-yellow.png);*/
    background-repeat: no-repeat;
    background-position: center;
    text-transform: lowercase;
    width: auto;
    height: 40px;
    /*background-size: 249px 50px;*/
    margin: auto;
    border-radius: 10px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.btn-disable {
    opacity: 0.2;
    cursor: not-allowed;
    filter: blur(1px);
}


@media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .btn-yellow {
        font-size: 20px;
        line-height: 36px;
        height: 40px;
        background-size: 249px 40px;
    }
}


/*********************** RADIO BUTTONS ***********************/
.radio-btn {
    font-family: 'Baloo Chettan', cursive;
    position: relative;
    padding-left: 60px;
    margin: 10px 15px;
    min-height: 50px;
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}

    .radio-btn:first-child {
        margin-top: 25px;
    }

    .radio-btn:last-child {
        margin-bottom: 25px;
    }

    .radio-btn input {
        position: absolute;
        opacity: 0;
        width: 40px;
        height: 40px;
        top: 0px;
        left: 0;
        right: 0;
        padding: 0px;
        margin: 0;
    }


    .radio-btn .checkmark {
        position: absolute;
        top: 0px;
        width: 40px;
        height: 40px;
        left: 0px;
        margin: auto;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
    }

    .radio-btn:hover .checkmark {
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
    }

    .radio-btn input:checked + .checkmark:after {
        display: block;
    }

    .radio-btn input + .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        background-image: url(/Content/images/icons/icn-checkmark.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 55px 44px;
        left: 2px;
        top: -8px;
        margin: auto;
        width: 55px;
        height: 44px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .radio-btn:first-child {
        margin-top: 15px;
    }

    .radio-btn:last-child {
        margin-bottom: 15px;
    }

    .radio-btn {
        min-height: 30px;
        font-size: 18px;
        line-height: 22px;
        padding-left: 40px;
    }

        .radio-btn input {
            width: 30px;
            height: 30px;
        }

        .radio-btn .checkmark {
            width: 30px;
            height: 30px;
        }

        .radio-btn input + .checkmark:after {
            background-size: 35px 30px;
            width: 35px;
            height: 30px;
        }
}




/*********************** HEADER .header ***********************/
.header {
    text-align: center;
    height: 100px;
}

body.popup-open .header {
    opacity: 0.4;
    filter: blur(2px);
}

.header .logo {
    background-image: url(/Content/images/logo-new.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 56px;
    height: 58px;
    background-size: 56px 58px;
    display: block;
    position: absolute;
    left: 10px;
    /*top: 20px;*/
    top: 50px;
    z-index: 1;
}

.header .day {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 26px;
    position: relative;
    margin-top: 20px;
}

    .header .day.day-finished {
        width: 26px;
        height: 26px;
        display: block;
        margin: 10px auto;
    }

        .header .day.day-finished:after {
            content: "";
            position: absolute;
            left: 6px;
            top: 0;
            width: 14px;
            height: 24px;
            border-style: solid;
            border-color: #ffd800;
            border-width: 0 6px 6px 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }


.header .timer {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 22px;
    color: #ffd800;
    position: relative;
}

.header .logout {
    background-color: #fff;
    display: block;
    position: absolute;
    right: 10px;
    /*top: 20px;*/
    top: 50px;
    z-index: 2;
    width: 58px;
    height: 58px;
    background-image: url(/Content/images/icons/icn-logout.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


@media only screen and (max-device-width: 767px) and (orientation: landscape) {

    .header {
        height: 70px;
    }

        .header .day {
            font-size: 32px;
            line-height: 26px;
        }
}


@media(max-width:380px) {
    .header {
        height: 70px;
    }

        .header .day {
            font-size: 26px;
        }

            .header .day.day-finished {
                width: 20px;
                height: 20px;
            }

                .header .day.day-finished:after {
                    width: 10px;
                    height: 18px;
                    border-width: 0 4px 4px 0;
                }

        .header .timer {
            font-size: 22px;
            line-height: 16px;
        }

        .header .logout {
            top: 15px;
            width: 48px;
            height: 48px;
        }

        .header .logo {
            left: 10px;
            top: 10px;
        }
}

@media(max-width:320px) {
    .header .day {
        font-size: 22px;
    }
}



/*********************** SECTION .home-page ***********************/
.home-page {
    /*margin-top: 20px;*/
    margin-top: 50px;
}

body.popup-open .home-page {
    opacity: 0.4;
    filter: blur(2px);
}

/*Score Board*/
.home-page .score-board {
    position: relative;
    display: block;
}

    .home-page .score-board .table-top {
        border-radius: 10px 10px 0 0;
        border-left: 2px solid #0765ad;
        border-right: 2px solid #0765ad;
        border-top: 2px solid #0765ad;
        border-bottom: 2px solid #0765ad;
    }

    .home-page .score-board .table-bottom {
        border-radius: 0 0 10px 10px;
        border-left: 3px solid #0765ad;
        border-right: 3px solid #0765ad;
        border-bottom: 3px solid #0765ad;
    }

    .home-page .score-board .result {
        display: block;
        /*margin-bottom: 10px;*/
        position: relative;
        line-height: 40px;
    }

        .home-page .score-board .result .no {
            text-transform: uppercase;
            font-size: 36px;
            line-height: 30px;
        }

        .home-page .score-board .result .lbs {
            font-size: 20px;
            line-height: 16px;
            margin-left: 6px;
        }

    .home-page .score-board .full-name {
        /*background-size: 120px 45px;*/
        width: 141px;
        height: 55px;
        display: inline-block;
        margin: auto;
        padding: 20px 10px;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

.location {
    margin-top: -120px !important;
    font-size: 18px !important;
}

.home-page .score-board .vs {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    /*top: 180px; fix with .no-image setting in the future*/
    top: 80px;
    margin: auto;
    text-align: center;
    color: #ffd800;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.home-page .score-board .avg-result-title {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 130px;
    /*top: 230px; fix with .no-image setting in the future*/
    margin: auto;
    text-align: center;
    width: 60px;
    text-transform: lowercase;
    font-size: 12px;
    line-height: 14px;
}

.home-page .score-board .largest-result-title {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    /*top: 255px; fix with .no-image setting in the future */
    top: 155px;
    margin: auto;
    text-align: center;
    width: 60px;
    text-transform: lowercase;
    font-size: 12px;
    line-height: 14px;
}

.home-page .score-board .total-result-title {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    /*top: 280px; fix with .no-image setting in the future */
    top: 180px;
    margin: auto;
    text-align: center;
    width: 60px;
    text-transform: lowercase;
    font-size: 12px;
    line-height: 14px;
}

.home-page .score-board .largest-dink-title {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    /*top: 280px; fix with .no-image setting in the future */
    top: 205px;
    margin: auto;
    text-align: center;
    width: 70px;
    text-transform: lowercase;
    font-size: 12px;
    line-height: 14px;
}

.home-page .score-board .first-catch-time-title {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    /*top: 280px; fix with .no-image setting in the future */
    top: 230px;
    margin: auto;
    text-align: center;
    width: 85px;
    text-transform: lowercase;
    font-size: 12px;
    line-height: 14px;
}


.game-player-selected {
    border-color: #14c814 !important;
}

.gp-penalty-active {
    background-color: #f11f1f !important;
}

.home-page .score-board .game-player {
    position: relative;
    display: block;
    text-align: center;
}

.home-page .score-board .game-player .result {
        display: block;
        /*margin-bottom: 25px;*/
        position: relative;
    }

        .home-page .score-board .game-player .result .no {
            text-transform: uppercase;
            font-size: 36px;
            line-height: 30px;
        }

        .home-page .score-board .game-player .result .lbs {
            font-size: 20px;
            line-height: 16px;
            margin-left: 6px;
        }


    .home-page .score-board .game-player .avg-result-container {
        position: absolute;
        /*top: 220px;  fix with .no-image settings in the future*/
        top: 120px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100px;
        border-top: 1px solid #ffd800;
        padding-top: 5px;
    }

    .home-page .score-board .game-player .avg-result {
        margin-bottom: 5px;
    }





        .home-page .score-board .game-player .avg-result .no {
            color: #ffd800;
            font-size: 20px;
        }

        .home-page .score-board .game-player .avg-result .lbs {
            color: #ffd800;
            font-size: 12px;
            margin-left: 4px;
        }

    .home-page .score-board .game-player .profile-image {
        /*background-color: #fff;*/
        display: block;
        width: 120px;
        /*height: 120px;    Fix with .no-profile-image settings in the future */  
        height: 20px;
        margin: auto;
        position: relative;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

    .home-page .score-board .game-player.game-player-win .profile-image:after {
        content: "";
        position: absolute;
        left: -16px;
        top: -8px;
        background-image: url(/Content/images/bg-shape-player-win.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 150px 131px;
        width: 150px;
        height: 131px;
        display: block;
        z-index: 3;
    }

    .home-page .score-board .game-player.game-player-win .profile-image:before {
        content: "";
        position: absolute;
        left: 25px;
        bottom: 5px;
        background-image: url(/Content/images/icons/icn-checkmark.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 34px 31px;
        width: 34px;
        height: 31px;
        display: block;
        z-index: 7;
    }


    .home-page .score-board .game-player .profile-image img {
        width: 80%;
        height: auto;
        z-index: 6;
        position: relative;
        display: block;
        margin: auto;
        padding-top: 20px;
    }


    .home-page .score-board .game-player .profile-image span {
        width: 128px;
        height: 128px;
        display: block;
        position: absolute;
        border-width: 8px;
        border-style: solid;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

        .home-page .score-board .game-player .profile-image span.circle1 {
            border-color: #ffd800;
            top: -4px;
            left: -4px;
            z-index: 5;
        }

        .home-page .score-board .game-player .profile-image span.circle2 {
            border-color: #ffb700;
            top: 0px;
            left: 0px;
            z-index: 0;
        }

        .home-page .score-board .game-player .profile-image span.circle3 {
            border-color: #0080fb;
            top: 8px;
            left: 2px;
            z-index: -1;
        }



    .home-page .score-board .game-player .full-name {
        background-image: url(/Content/images/bg-full-name.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 141px 55px;
        width: 141px;
        height: 55px;
        display: block;
        margin: auto;
        padding: 20px 10px;
        font-size: 18px;
        line-height: 24px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
        z-index: 6;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-page .score-board .game-player .difference-result {
        background-color: #fff;
        display: block;
        width: 100px;
        height: 30px;
        position: absolute;
        bottom: -55px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 20px;
        line-height: 20px;
        padding-top: 8px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }

        .home-page .score-board .game-player .difference-result.df-red {
            color: #ff5a00
        }

        .home-page .score-board .game-player .difference-result.df-green {
            color: #14c814
        }

        .home-page .score-board .game-player .difference-result .dr-no {
            display: inline-block;
        }

            .home-page .score-board .game-player .difference-result .dr-no .lbs {
                font-size: 12px;
                line-height: 12px;
                margin-left: 2px;
            }

            .home-page .score-board .game-player .difference-result .dr-no .oz {
                font-size: 12px;
                line-height: 12px;
                margin-left: 2px;
            }

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .home-page {
        margin-top: 10px;
    }
}

@media(max-width:380px) {
    .home-page {
        margin-top: 10px;
    }

        .home-page .score-board .game-player .result .no {
            font-size: 28px;
            line-height: 22px;
        }

        .home-page .score-board .game-player .result .lbs {
            font-size: 16px;
            line-height: 10px;
        }
}

@media(max-width:380px) {
    .home-page .score-board .game-player .avg-result-container {
        top: 235px;
    }
}

@media(max-width:340px) {
    .home-page .score-board .game-player .profile-image {
        width: 100px;
        height: 100px;
    }

        .home-page .score-board .game-player .profile-image span {
            width: 108px;
            height: 108px;
        }

    .home-page .score-board .game-player.game-player-win .profile-image:after {
        left: -24px;
    }

    .home-page .score-board .game-player.game-player-win .profile-image:before {
        left: 10px;
    }


    .home-page .score-board .game-player .full-name {
        background-size: 120px 45px;
        width: 120px;
        height: 45px;
        padding: 10px 5px;
        font-size: 16px;
    }

    .home-page .score-board .vs {
        top: 140px;
    }

    .home-page .score-board .game-player .avg-result-container {
        top: 215px;
    }

    .home-page .score-board .game-player .avg-result {
        margin-bottom: 0px;
    }



    .home-page .score-board .avg-result-title {
        top: 230px;
    }

    .home-page .score-board .largest-result-title {
        top: 255px;
    }

    .home-page .score-board .total-result-title {
        top: 280px;
    }
}

/*********************** SECTION .btn-action ***********************/

.btn-dink {
    width: 30px;
    height: 30px;
    background-color: #ffd800;
    font-size: 24px;
    font-weight: bold;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    border-radius: 5%;
}

.btn-action {
    margin-top: 200px;
    padding-bottom: 60px;
    display: block;
}

    .btn-action .btn-leaderboard,
    .btn-action .btn-create,
    .btn-action .btn-edit,
    .btn-action .btn-penality {
        font-family: 'Baloo Chettan', cursive;
        outline: 0;
        cursor: pointer;
        display: block;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        color: #000;
        font-size: 18px;
        line-height: 39px;
        text-transform: lowercase;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        .btn-action .btn-create span,
        .btn-action .btn-edit span {
            display: block;
            position: absolute;
            z-index: 2;
            width: 58px;
            height: 58px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 50px 48px;
            -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
            -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
            -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
        }

        .btn-action .btn-leaderboard:focus
        .btn-action .btn-create:hover,
        .btn-action .btn-edit:focus,
        .btn-action .btn-penality:focus {
            -webkit-transition: all 200ms ease-in-out;
            -moz-transition: all 200ms ease-in-out;
            -ms-transition: all 200ms ease-in-out;
            -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
        }

    /*Btn Create*/
    .btn-action .btn-create {
        /*background-image: url(/Content/images/bg-btn-create.png);*/
        background-color: #ffffff;
        background-size: 194px 39px;
        width: 194px;
        height: 39px;
        margin: auto;
        text-align: center;
        /*padding-right: 16px;*/
    }

        .btn-action .btn-create span {
            background-color: #ffd800;
            left: -30px;
            top: -8px;
            background-image: url(/Content/images/icons/icn-plus.png);
        }

    /*Btn Edit*/
    .btn-action .btn-edit {
        /*background-image: url(/Content/images/bg-btn-edit.png);*/
        background-color: #1DA9D8;
        background-size: 194px 39px;
        width: 194px;
        height: 39px;
        margin: auto;
        margin-top: 20px;
        text-align: center;
        /*padding-left: 26px;*/
    }

        .btn-action .btn-edit span {
            background-color: #fff;
            right: -20px;
            top: -8px;
            background-image: url(/Content/images/icons/icn-pencil.png);
        }


    /*Btn Penality*/
    .btn-action .btn-penality {
        /*background-image: url(/Content/images/bg-btn-penality.png);*/
        background-color: red;
        background-size: 194px 39px;
        width: 194px;
        height: 39px;
        margin: auto;
        margin-top: 20px;
        text-align: center;
        /*padding-left: 26px;*/
        color: #fff;
    }

/*        .btn-action .btn-penality span {
            background-color: #fff;
            right: -20px;
            top: -8px;
            background-image: url(/Content/images/icons/icn-penality.png);
        }*/

    /*Btn Leaderboard*/
    .btn-action .btn-leaderboard {
        background-image: url(/Content/images/bg-btn-create.png);
        background-size: 194px 39px;
        width: 194px;
        height: 39px;
        margin: auto;
        margin-top: 20px;
        text-align: left;
        padding-left: 26px;
    }

@media(max-width:340px) {
    .btn-action {
        margin-top: 155px;
    }
}

.btn-action-commentator {
    margin-top: -269px !important;
    margin-left: 782px !important;
}
/*********************** SECTION .new-catch ***********************/
.new-catch {
    position: fixed;
    display: block;
    bottom: -860px;
    width: 100%;
    min-height: 420px;
    height: auto;
    z-index: 20;
    background-color: #0765ad;
    padding: 0px 25px 25px 25px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .new-catch.new-catch-show {
        bottom: 0;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .new-catch .bg-shape-catch {
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
        height: 60px;
        width: 100%;
        background-image: url(/Content/images/bg-shape-new-catch.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        display: block;
        z-index: -1;
    }


    .new-catch .close-catch {
        display: block;
        position: absolute;
        z-index: 2;
        width: 58px;
        height: 58px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50px 48px;
        background-color: #fff;
        right: 20px;
        top: -50px;
        background-image: url(/Content/images/icons/icn-close.png);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }


    .new-catch .title {
        font-size: 36px;
        line-height: 30px;
        text-transform: uppercase;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    }

        .new-catch .title span {
            color: #ffd800;
            display: block;
        }

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .new-catch {
        bottom: -400px;
        min-height: 260px;
        padding: 0px 15px 15px 15px;
    }

        .new-catch .title {
            font-size: 28px;
            line-height: 22px;
        }

            .new-catch .title span {
                display: inline-block;
            }
}




/*********************** SECTION .penality-popup ***********************/
.penality-popup {
    position: fixed;
    display: block;
    bottom: -600px;
    width: 100%;
    height: 0;
    z-index: 20;
    background-color: #ff5a00;
    padding: 0px 25px 25px 25px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .penality-popup.penality-popup-show {
        bottom: 0;
        height: 100%;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .penality-popup .close-penality {
        display: block;
        position: absolute;
        z-index: 2;
        width: 58px;
        height: 58px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50px 48px;
        background-color: #fff;
        right: 20px;
        top: -50px;
        background-image: url(/Content/images/icons/icn-close.png);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }


    .penality-popup .title {
        font-size: 36px;
        line-height: 30px;
        text-transform: uppercase;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
        margin-top: 40px;
    }

        .penality-popup .title span {
            color: #ffd800;
            display: block;
        }

    .penality-popup .penality-timer {
        font-size: 66px;
        line-height: 60px;
        text-transform: uppercase;
        display: none;
        margin-top: 10px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    }

        .penality-popup .penality-timer span {
            font-size: 20px;
            line-height: 16px;
            text-transform: lowercase;
            display: block;
            text-shadow: none;
        }



    .penality-popup .buttons-penalty {
        text-align: center;
        margin-top: 30px;
    }

        .penality-popup .buttons-penalty &gt; li {
            display: inline-block;
            position: relative;
            margin: 0px 20px;
        }

            .penality-popup .buttons-penalty &gt; li:first-child {
                margin-left: 0px;
            }

            .penality-popup .buttons-penalty &gt; li:last-child {
                margin-right: 0px;
            }


            .penality-popup .buttons-penalty &gt; li &gt; a {
                display: block;
                position: relative;
                font-size: 40px;
                line-height: 40px;
                padding: 10px 0px;
                width: 120px;
                color: #000;
            }

                .penality-popup .buttons-penalty &gt; li &gt; a.btn-yes {
                    background-color: #ffd800;
                    -webkit-border-top-left-radius: 16px;
                    -moz-border-top-left-radius: 16px;
                    -ms-border-top-left-radius: 16px;
                    -o-border-top-left-radius: 16px;
                    border-top-left-radius: 16px;
                }

                .penality-popup .buttons-penalty &gt; li &gt; a.btn-no {
                    background-color: rgba(255,255,255,0.6);
                    color: #000;
                    -webkit-border-bottom-right-radius: 16px;
                    -moz-border-bottom-right-radius: 16px;
                    -ms-border-bottom-right-radius: 16px;
                    -o-border-bottom-right-radius: 16px;
                    border-bottom-right-radius: 16px;
                }

                .penality-popup .buttons-penalty &gt; li &gt; a:hover {
                }

                .penality-popup .buttons-penalty &gt; li &gt; a:after {
                    content: "";
                    position: absolute;
                    right: -22px;
                    top: 18px;
                    height: 20px;
                    width: 3px;
                    display: block;
                    background-color: #fff;
                    -webkit-transform: rotate(10deg);
                    -moz-transform: rotate(10deg);
                    -ms-transform: rotate(10deg);
                    -o-transform: rotate(10deg);
                    transform: rotate(10deg);
                    -webkit-border-radius: 16px;
                    -moz-border-radius: 16px;
                    -ms-border-radius: 16px;
                    -o-border-radius: 16px;
                    border-radius: 16px;
                }

            .penality-popup .buttons-penalty &gt; li:last-child &gt; a:after {
                content: none;
            }


/*********************** SECTION .leaderboard-popup ***********************/
.leaderboard-popup {
    position: fixed;
    display: block;
    bottom: -600px;
    width: 100%;
    height: 0;
    z-index: 20;
    background-color: #0765ad;
    padding: 0px 0px 0px 0px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .leaderboard-popup.leaderboard-popup-show {
        bottom: 0;
        height: 90%;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .leaderboard-popup .close-leaderboard {
        display: block;
        position: absolute;
        z-index: 2;
        width: 58px;
        height: 58px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50px 48px;
        background-color: #fff;
        right: 20px;
        top: -50px;
        background-image: url(/Content/images/icons/icn-close.png);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }


@media only screen and (max-device-width: 767px) and (orientation: landscape) {
}

@media(max-width:340px) {

    .penality-popup {
        bottom: -460px;
        min-height: 240px;
    }

        .penality-popup .buttons-penalty &gt; li &gt; a {
            font-size: 30px;
            line-height: 30px;
            width: 80px;
        }

        .penality-popup .title {
            font-size: 28px;
            line-height: 28px;
        }
}

/*********************** SECTION .login-page ***********************/
.login-page {
}

    .login-page .logo {
        background-image: url(/Content/images/logo-new.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 56px;
        height: 58px;
        background-size: 56px 58px;
        display: block;
        position: relative;
        z-index: 1;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

/*********************** .overlay ***********************/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0);
    z-index: 2;
    display: none;
}


.commentator-ddl {
    display: flex;
    width: 900px;
    margin-left: 140px;
    margin-top: 10px;
}

.commentator-ddl-2 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px
}

.view-all-results {
    font-size: 20px;
    text-align: center;
    display: block;
    margin-top: 10px;
}</pre></body></html>