body {
    background: #fff;
    font-size: 14px;
}

h4 {
    font-size: 24px;
}

h2 {
    margin-top: 0;
}

.logo-bar {
    border: 1px solid #261832;
    border-radius: 10px;
    background: #20152d;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.sec-1 {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

    .sec-1 h2 {
        font-size: 18px;
        color: #1f120a;
    }

    .sec-1 h1 {
        margin-top: 0;
        background: -webkit-linear-gradient(#8900ff, #261832);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .sec-1 h5 {
        color: #261832 !important;
        text-shadow: 1px 1px 2px #fff;
        font-size: 14px;
    }

.sec-2 {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    overflow: hidden;
}

.banner {
    background: #20152d;
    padding: 10px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    /* border: 2px solid #ffcb01; */
    /* border-radius: 0.75em; */
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0,0,.58,1), background 150ms cubic-bezier(0,0,.58,1);
    /* background: linear-gradient(to top, #624b06, #BA8B02); */
}


.btn_chart {
    color: #fff;
    padding: 5px 7px;
    border-radius: 8px;
    font-size: 12px;
    margin: 2px -5px -1px;
    display: block;
    transition: all .3s;
    text-shadow: 1px 1px 2px #222;
    margin-top: 5px;
    border: 1px solid #e6e6e6;
    background: #009688;
    /* background: linear-gradient(to top, #624b06, #BA8B02); */
}

.result-list > div {
    border-bottom: 2px solid #25075a;
}

.result-list h4 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
}

.result-list h5 {
    margin: 0;
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    line-height: 1;
    background: -webkit-linear-gradient(#ff5722,#670009);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.result-list h6 {
    font-size: 15px;
    padding: 2px 0;
    margin-bottom: 0;
    color: #000;
    text-shadow: 1px 1px 2px #ffd9d9;
}

.sec-3 {
    border: 1px solid #c5c5c5;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    padding-top: 4px;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

    .sec-3 p {
        font-size: 22px;
        color: #ed143d;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 12px;
    }

    .sec-3 a {
        background: #1f120a;
        color: #fff;
        padding: 5px 8px 2px;
        border-radius: 80px;
        display: inline-block;
        box-shadow: 0 0 10px -3px #000;
        border: 1px solid #1f120a;
        font-size: 18px;
    }

.banner1 {
    background: #1f120a;
    text-align: center;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff !important;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #1f120a;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0,0,.58,1), background 150ms cubic-bezier(0,0,.58,1);
}

    .banner1:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffb002;
        border-radius: inherit;
        transform: translate3d(0,0.75em,-1em);
        transition: transform 150ms cubic-bezier(0,0,.58,1), box-shadow 150ms cubic-bezier(0,0,.58,1);
    }

.my-table table {
    border-collapse: collapse;
    width: 100%;
}

table {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    margin: 5px 0;
}

.my-table thead {
    background-color: #fff;
    font-size: 16px;
}

.my-table th {
    color: #e91e63;
    text-align: center;
}

.my-table td, .my-table th {
    text-align: center;
    padding: 2px 0;
    font-size: 15px;
    text-shadow: 1px 1px 2px #fff;
}

.my-table td, .my-table th {
    border: 1px solid #ff0016;
}

.my-table tr td:nth-child(2), .my-table tr td:nth-child(4) {
    color: #0808b2;
}

.d-reseult-box {
    background: #fff;
    border: 1px solid #1f120a;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.fg-p2 {
    background: linear-gradient(#00d309,#004503);
    font-size: 22px !important;
    margin-bottom: 5px;
    padding: 7px 0 7px;
    border-radius: 10px;
    clip-path: polygon(0 0,97% 0,100% 48%,100% 80%,100% 100%,3% 100%,0 46%,0 20%);
    color: #fff;
    text-shadow: 1px 1px 2px red;
}

.d-reseult-box {
    border-bottom: 2px solid #ff0000;
}

.result-list h4 {
    font-size: 22px;
    color: #4c079e;
    text-shadow: 1px 1px 2px #fff;
}

.d-reseult-box h5 {
    margin: 0;
    font-size: 22px;
    line-height: 1;
    background: -webkit-linear-gradient(#4500bf,#670009);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.d-reseult-box h6 {
    font-size: 15px;
    padding: 2px 0;
    margin-bottom: 0;
    color: #000;
    text-shadow: 1px 1px 2px #ffd9d9;
}

.no-padding {
    padding: 0;
}

.ishighlight {
    background: #fff800;
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .container-fluid {
        overflow: hidden;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    h2 {
        font-size: 20px;
    }

    .sec-3 {
        display: block;
    }

    .sec-1 h1 {
        margin: 0;
        font-size: 22px;
    }

    h4.banner {
        font-size: 14px;
    }

    .sec-3 a {
        display: block;
        margin-bottom: 10px;
    }

    .sec-3 p {
        margin: 0;
        font-size: 16px;
    }
}

.mp-btn {
    position: fixed;
    bottom: 9px;
    left: 0px;
    padding: 5px 8px;
    font-size: 15px;
    border: 1px solid #fff;
    text-decoration: none;
    background-color: #039;
    color: #fff;
    border-radius: 5px;
}

.sec-gh {
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

    .sec-gh p {
        margin-top: 10px;
        font-size: 18px;
        color: #1f120a;
    }

.btn-store {
    color: #d2d2d2;
    min-width: 215px;
    padding: 10px 15px !important;
    border-color: #dddddd !important;
    background: #e2110f;
    margin-top: 15px;
}

    .btn-store.btn-store-c2 {
        background: #44576b;
    }

    .btn-store:focus,
    .btn-store:hover {
        color: #ffffff !important;
        background-color: #171f27;
        border-color: #171f27 !important;
    }

    .btn-store img {
        width: 38px;
        margin-right: 10px;
    }

    .btn-store .fa {
        font-size: 40px;
        color: #fff;
        margin-right: 10px;
    }

    .btn-store .btn-label,
    .btn-store .btn-caption {
        display: block;
        text-align: left;
        line-height: 1;
        margin-top: 2px;
        font-size: 12px;
    }

    .btn-store .btn-caption {
        font-size: 24px;
    }
.refresh_btn{
    position: fixed;
    bottom: 0;
    right: 13px;
    border: 1px solid #e6e6e6;
    background: #673AB7;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    z-index: 999;
    font-size: 14px;
    margin: 2px 0 -1px;
    display: inline-block;
    transition: all .3s;
    margin-bottom: 3px;
    text-decoration: none;
}