﻿
.chosen-select {
    width: 100%;
}

.chosen-select-deselect {
    width: 100%;
}

.chosen-container {
    position: relative;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9000px;
        z-index: 1060;
        margin-top: -1px;
        background: #ffffff;
        border: 1px solid #999999;
        border-top-color: #d9d9d9;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        right: 0;
        left: 0;
    }

    .chosen-container .chosen-results {
        position: relative;
        max-height: 240px;
        padding: 0 0 0 4px;
        margin: 0 4px 4px 0;
        overflow-x: hidden;
        overflow-y: auto;
        color: #555555;
        -webkit-overflow-scrolling: touch;
    }

        .chosen-container .chosen-results li {
            display: none;
            padding: 5px 6px;
            margin: 0;
            line-height: 1.428571429;
            list-style: none;
        }

            .chosen-container .chosen-results li em {
                font-style: normal;
                background: #feffde;
            }

            .chosen-container .chosen-results li.group-result {
                display: list-item;
                font-weight: bold;
                color: #999;
                cursor: default;
            }

            .chosen-container .chosen-results li.group-option {
                padding-left: 15px;
            }

            .chosen-container .chosen-results li.active-result {
                display: list-item;
                cursor: pointer;
            }

            .chosen-container .chosen-results li.highlighted {
                color: white;
                background-color: #428bca;
            }

                .chosen-container .chosen-results li.highlighted em {
                    background: transparent;
                }

            .chosen-container .chosen-results li.disabled-result {
                display: list-item;
                color: #999999;
            }

        .chosen-container .chosen-results .no-results {
            display: list-item;
            background: #eeeeee;
        }

    .chosen-container .chosen-results-scroll {
        position: absolute;
        z-index: 1;
        width: 321px;
        margin: 0 4px;
        text-align: center;
        background: white;
    }

        .chosen-container .chosen-results-scroll span {
            display: inline-block;
            width: 9px;
            height: 1.428571429;
            text-indent: -5000px;
        }

    .chosen-container .chosen-results-scroll-down {
        bottom: 0;
    }

        .chosen-container .chosen-results-scroll-down span {
            background: url("chosen-sprite.png") no-repeat -4px -3px;
        }

    .chosen-container .chosen-results-scroll-up span {
        background: url("chosen-sprite.png") no-repeat -22px -3px;
    }

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    height: 34px;
    padding: 0 0 0 8px;
    overflow: hidden;
    line-height: 34px;
    color: #555555;
    text-decoration: none;
    white-space: nowrap;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .chosen-container-single .chosen-single span {
        display: block;
        margin-right: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .chosen-container-single .chosen-single abbr {
        position: absolute;
        top: 12px;
        right: 26px;
        display: block;
        width: 12px;
        height: 10px;
        font-size: 1px;
        background: url("chosen-sprite.png") right top no-repeat;
    }

        .chosen-container-single .chosen-single abbr:hover {
            background-position: right -11px;
        }

    .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
        background-position: right 2px;
    }

    .chosen-container-single .chosen-single div {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 18px;
        height: 100%;
    }

        .chosen-container-single .chosen-single div b {
            display: block;
            width: 100%;
            height: 100%;
            background: url("chosen-sprite.png") no-repeat 0 7px;
        }

.chosen-container-single .chosen-default {
    color: #999999;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1000;
    padding: 3px 4px;
    margin: 0;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input {
        width: 100%;
        padding: 4px 20px 4px 4px;
        margin: 1px 0;
        background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
        border: 1px solid #cccccc;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input {
    position: absolute;
    left: -9000px;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    height: auto !important;
    height: 1%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: text;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

    .chosen-container-multi .chosen-choices .search-field {
        padding: 0;
        margin: 0;
        white-space: nowrap;
    }

        .chosen-container-multi .chosen-choices .search-field input {
            height: 32px;
            padding: 4px;
            margin: 0;
            color: #555555;
            background: transparent !important;
            border: 0 !important;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .chosen-container-multi .chosen-choices .search-field .default {
            color: #999;
        }

    .chosen-container-multi .chosen-choices .search-choice {
        position: relative;
        padding: 3px 20px 3px 5px;
        margin: 6px 0 3px 5px;
        line-height: 13px;
        color: #333333;
        cursor: default;
        background-color: #eeeeee;
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
        background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
        background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }

        .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
            position: absolute;
            top: 5px;
            right: 4px;
            display: block;
            width: 12px;
            height: 10px;
            font-size: 1px;
            background: url("chosen-sprite.png") right top no-repeat;
        }

            .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
                background-position: right -11px;
            }

    .chosen-container-multi .chosen-choices .search-choice-focus {
        background: #d4d4d4;
    }

        .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
            background-position: right -11px;
        }

.chosen-container-multi .chosen-results {
    padding: 0;
    margin: 0 0 0 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none;
}

.chosen-container-active .chosen-single {
    border: 1px solid rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #eeeeee;
    border: 1px solid rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        background: transparent;
        border-left: none;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 7px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid rgba(82, 168, 236, 0.8);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    .chosen-container-active .chosen-choices .search-field input {
        color: #111 !important;
    }

.chosen-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

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

    .chosen-rtl .chosen-single {
        padding: 0 8px 0 0;
        overflow: visible;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

        .chosen-rtl .chosen-single div {
            right: auto;
            left: 7px;
        }

        .chosen-rtl .chosen-single abbr {
            right: auto;
            left: 26px;
        }

    .chosen-rtl .chosen-choices .search-field input {
        direction: rtl;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

    .chosen-rtl .chosen-choices .search-choice {
        padding: 3px 5px 3px 19px;
        margin: 6px 5px 3px 0;
    }

        .chosen-rtl .chosen-choices .search-choice .search-choice-close {
            right: auto;
            left: 4px;
            background-position: right top;
        }

    .chosen-rtl.chosen-container-single .chosen-results {
        padding: 0 4px 0 0;
        margin: 0 0 4px 4px;
    }

    .chosen-rtl .chosen-results .group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input {
        padding: 4px 5px 4px 20px;
        background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
        direction: rtl;
    }
/* custom style code - Jignesh */


body .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #003466 !important;
    --bs-btn-border-color: #003466 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #003466;
    --bs-btn-hover-border-color: #003466;
    --bs-btn-focus-shadow-rgb: 31,70,151;
    --bs-btn-active-color: #fff;
    /*--bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;*/
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    /*  --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;*/
}

header {
    background-color: #fff;
    box-shadow: 0 0 7px #003760;
}

html {
    height: 100vh;
    width: 100%;
}

html, body {
    background-color: #f8f9fa;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

footer.copyright {
    width: 100%;
    text-align: center;
    margin: 0 !important;
    /* color: #a8daec; */
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d6eef0;
    padding-top: 0;
}
html body .fade:not(.show) {
    opacity: 1;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #8A8C8E !important;
}

.container-fluid.body-content .table-responsive {
 /*   height: calc(100vh - 200px);
    overflow: auto;
*/    
 background: #F5F5F5;
}


.table__head {
    color: #FFF;
    font-weight: 700;
    background: #9b4085;
    background: -moz-linear-gradient(-45deg, #9b4085 0%, #608590 100%);
    background: -webkit-linear-gradient(-45deg, #9b4085 0%,#608590 100%);
    background: linear-gradient(135deg, #9b4085 0%,#608590 100%);
    white-space: nowrap;
}

.table-bordered td, .table-bordered th {
    border: 0px solid #FFF;
}

.coin {
    width: 8%;
    margin-left: 5px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.winner__table {
    white-space: nowrap;
}

body .btn:hover {
    border-color: #5bc0de !important;
    background-color: #5bc0de !important;
}

.copyright b {
    font-weight: 500;
    color: #0f3b8f;
}

    .copyright b a {
        text-decoration: none;
        color: #0f3b8f;
    }

        .copyright b a:hover {
            color: #5bc0de;
        }

footer.copyright p b, footer.copyright p b a {
    color: #fff;
}

.links a.signup {
    float: right;
    text-decoration: none;
}

    .links a.signup:hover {
        text-decoration: underline;
    }

.SignUp .tab-content > .tab-pane {
    display: block;
}
a#navbarDropdownMenuLink {
    font-weight: 600;
    text-decoration: none !important;
}


.card-body.row .form-control-lg {
    font-size: 1rem;
}

a#navbarDropdownMenuLink:hover {
    color: #000;
}

/* Loading style Start */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0,0,0,0.13)
}

.loaderABC {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 99999;
    top: 48%;
    left: 50%;
    text-align: center;
    margin-top: -50px;
    margin-left: -50px
}

.loaderABC__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #003466;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0,0,0,0.2)
}

    .loaderABC__bar:nth-child(1) {
        left: 0;
        -webkit-transform: scale(1,0.2);
        transform: scale(1,0.2);
        -webkit-animation: barUp1 4s infinite;
        animation: barUp1 4s infinite
    }

    .loaderABC__bar:nth-child(2) {
        left: 15px;
        -webkit-transform: scale(1,0.4);
        transform: scale(1,0.4);
        -webkit-animation: barUp2 4s infinite;
        animation: barUp2 4s infinite
    }

    .loaderABC__bar:nth-child(3) {
        left: 30px;
        -webkit-transform: scale(1,0.6);
        transform: scale(1,0.6);
        -webkit-animation: barUp3 4s infinite;
        animation: barUp3 4s infinite
    }

    .loaderABC__bar:nth-child(4) {
        left: 45px;
        -webkit-transform: scale(1,0.8);
        transform: scale(1,0.8);
        -webkit-animation: barUp4 4s infinite;
        animation: barUp4 4s infinite
    }

    .loaderABC__bar:nth-child(5) {
        left: 60px;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-animation: barUp5 4s infinite;
        animation: barUp5 4s infinite
    }

.loaderABC__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #dc3545;
    border-radius: 50%;
    -webkit-animation: ball 4s infinite;
    animation: ball 4s infinite
}
.display-inline{display:inline-block;}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    5% {
        -webkit-transform: translate(8px,-14px);
        transform: translate(8px,-14px)
    }

    10% {
        -webkit-transform: translate(15px,-10px);
        transform: translate(15px,-10px)
    }

    17% {
        -webkit-transform: translate(23px,-24px);
        transform: translate(23px,-24px)
    }

    20% {
        -webkit-transform: translate(30px,-20px);
        transform: translate(30px,-20px)
    }

    27% {
        -webkit-transform: translate(38px,-34px);
        transform: translate(38px,-34px)
    }

    30% {
        -webkit-transform: translate(45px,-30px);
        transform: translate(45px,-30px)
    }

    37% {
        -webkit-transform: translate(53px,-44px);
        transform: translate(53px,-44px)
    }

    40% {
        -webkit-transform: translate(60px,-40px);
        transform: translate(60px,-40px)
    }

    50% {
        -webkit-transform: translate(60px,0);
        transform: translate(60px,0)
    }

    57% {
        -webkit-transform: translate(53px,-14px);
        transform: translate(53px,-14px)
    }

    60% {
        -webkit-transform: translate(45px,-10px);
        transform: translate(45px,-10px)
    }

    67% {
        -webkit-transform: translate(37px,-24px);
        transform: translate(37px,-24px)
    }

    70% {
        -webkit-transform: translate(30px,-20px);
        transform: translate(30px,-20px)
    }

    77% {
        -webkit-transform: translate(22px,-34px);
        transform: translate(22px,-34px)
    }

    80% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    87% {
        -webkit-transform: translate(7px,-44px);
        transform: translate(7px,-44px)
    }

    90% {
        -webkit-transform: translate(0,-40px);
        transform: translate(0,-40px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    5% {
        -webkit-transform: translate(8px,-14px);
        transform: translate(8px,-14px)
    }

    10% {
        -webkit-transform: translate(15px,-10px);
        transform: translate(15px,-10px)
    }

    17% {
        -webkit-transform: translate(23px,-24px);
        transform: translate(23px,-24px)
    }

    20% {
        -webkit-transform: translate(30px,-20px);
        transform: translate(30px,-20px)
    }

    27% {
        -webkit-transform: translate(38px,-34px);
        transform: translate(38px,-34px)
    }

    30% {
        -webkit-transform: translate(45px,-30px);
        transform: translate(45px,-30px)
    }

    37% {
        -webkit-transform: translate(53px,-44px);
        transform: translate(53px,-44px)
    }

    40% {
        -webkit-transform: translate(60px,-40px);
        transform: translate(60px,-40px)
    }

    50% {
        -webkit-transform: translate(60px,0);
        transform: translate(60px,0)
    }

    57% {
        -webkit-transform: translate(53px,-14px);
        transform: translate(53px,-14px)
    }

    60% {
        -webkit-transform: translate(45px,-10px);
        transform: translate(45px,-10px)
    }

    67% {
        -webkit-transform: translate(37px,-24px);
        transform: translate(37px,-24px)
    }

    70% {
        -webkit-transform: translate(30px,-20px);
        transform: translate(30px,-20px)
    }

    77% {
        -webkit-transform: translate(22px,-34px);
        transform: translate(22px,-34px)
    }

    80% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    87% {
        -webkit-transform: translate(7px,-44px);
        transform: translate(7px,-44px)
    }

    90% {
        -webkit-transform: translate(0,-40px);
        transform: translate(0,-40px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes barUp1 {
    0% {
        -webkit-transform: scale(1,0.2);
        transform: scale(1,0.2)
    }

    40% {
        -webkit-transform: scale(1,0.2);
        transform: scale(1,0.2)
    }

    50% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    90% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    100% {
        -webkit-transform: scale(1,0.2);
        transform: scale(1,0.2)
    }
}

@keyframes barUp1 {
    0% {
        -webkit-transform: scale(1,0.2);
        transform: scale(1,0.2)
    }

    40% {
        -webkit-transform: scale(1,0.2);
        transform: scale(1,0.2)
    }

    50% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    90% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    100% {
        -webkit-transform: scale(1,0.2);
        transform: scale(1,0.2)
    }
}

@-webkit-keyframes barUp2 {
    0% {
        -webkit-transform: scale(1,0.4);
        transform: scale(1,0.4)
    }

    40% {
        -webkit-transform: scale(1,0.4);
        transform: scale(1,0.4)
    }

    50% {
        -webkit-transform: scale(1,0.8);
        transform: scale(1,0.8)
    }

    90% {
        -webkit-transform: scale(1,0.8);
        transform: scale(1,0.8)
    }

    100% {
        -webkit-transform: scale(1,0.4);
        transform: scale(1,0.4)
    }
}

@keyframes barUp2 {
    0% {
        -webkit-transform: scale(1,0.4);
        transform: scale(1,0.4)
    }

    40% {
        -webkit-transform: scale(1,0.4);
        transform: scale(1,0.4)
    }

    50% {
        -webkit-transform: scale(1,0.8);
        transform: scale(1,0.8)
    }

    90% {
        -webkit-transform: scale(1,0.8);
        transform: scale(1,0.8)
    }

    100% {
        -webkit-transform: scale(1,0.4);
        transform: scale(1,0.4)
    }
}

@-webkit-keyframes barUp3 {
    0% {
        -webkit-transform: scale(1,0.6);
        transform: scale(1,0.6)
    }

    100% {
        -webkit-transform: scale(1,0.6);
        transform: scale(1,0.6)
    }
}

@keyframes barUp3 {
    0% {
        -webkit-transform: scale(1,0.6);
        transform: scale(1,0.6)
    }

    100% {
        -webkit-transform: scale(1,0.6);
        transform: scale(1,0.6)
    }
}

@-webkit-keyframes barUp4 {
    0% {
        -webkit-transform: scale(1,0.8);
        transform: scale(1,0.8)
    }

    40% {
        -webkit-transform: scale(1,0.8);
        transform: scale(1,0.8)
    }

    50% {
        -webkit-transform: scale(1,0.4);
        transform: scale(1,0.4)
    }

    90% {
        -webkit-transform: scale(1,0.4);
        transform: scale(1,0.4)
    }

    100% {
        -webkit-transform: scale(1,0.8);
        transform: scale(1,0.8)
    }
}

@keyframes barUp4 {
    0% {
        -webkit-transform: scale(1,0.8);
        transform: scale(1,0.8)
    }

    40% {
        -webkit-transform: scale(1,0.8);
        transform: scale(1,0.8)
    }

    50% {
        -webkit-transform: scale(1,0.4);
        transform: scale(1,0.4)
    }

    90% {
        -webkit-transform: scale(1,0.4);
        transform: scale(1,0.4)
    }

    100% {
        -webkit-transform: scale(1,0.8);
        transform: scale(1,0.8)
    }
}

@-webkit-keyframes barUp5 {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    40% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    50% {
        -webkit-transform: scale(1,0.2);
        transform: scale(1,0.2)
    }

    90% {
        -webkit-transform: scale(1,0.2);
        transform: scale(1,0.2)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@keyframes barUp5 {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    40% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    50% {
        -webkit-transform: scale(1,0.2);
        transform: scale(1,0.2)
    }

    90% {
        -webkit-transform: scale(1,0.2);
        transform: scale(1,0.2)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}
/* Loading style End */






    @media screen and (max-width: 567px) {
        .winner__table {
        font-size: 12px;
    }

    .coin {
        width: 15%;
        margin-left: 2px;
    }

    body .content {
        margin-top: 0;
        top: 1%;
    }
}


/*@media (min-width: 576px) {
    #style-2 {
        overflow: auto;
        height: 100vh;
    }
}

@media (min-width: 768px) {
    #style-2{overflow:auto; height:80vh;}
}

@media (min-width: 992px) {
    #style-2 {
        overflow: auto;
        height: 96vh;
    }
}*/

@media (min-width: 1200px) {
    
}

@media (min-width: 1400px) {
    
}