﻿
@import url('../../../../Content/Skins/skin.betting.css');




body {
    font-family: "Open Sans", sans-serif;
    background-color: #000;
    font-size: 18px;
    font-weight: 300;
    color: #777;
    line-height: 1.7;
}
.arrow {
    width: 7px;
    height: 7px;
    float: right;
    content: "";
    cursor: pointer;
    margin-top: 10px;
    transition: opacity .2s;
    display: inline-block;
}
.arrow-down {
    border: solid #999;
    transform: rotate( 45deg) !important;
    -webkit-transform: rotate(45eg) !important;
    border-width: 0 2px 2px 0;
}

.jumbotron {
    background-color: #621875;
    color: #fff;
}

.container {
    text-align: center !important;
}

.card-header {
    background: #282828;
    padding: 5px !important;
    border-radius: 0 !important;
    border-bottom: 0px !important;
    box-shadow: 2px 4px 16px 0 #0a0b0d;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.card {
    border: 0px solid #191919;
    border-radius: 0px !important;
    background-color: #1a1a1a !important;
}

.btn {
    margin: auto !important;
}

.btn-dark-mode {
    color: #ccc !important;
}

.btn-light-mode {
    color: black !important;
}

.btn-link {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left !important;
    letter-spacing: 1px;
    line-height: 1.4;
    text-decoration: none !important;
}

    .btn-link:hover {
        text-decoration: none !important;
        color: #c335d9 !important;
    }

.btn-linkRed {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left !important;
    letter-spacing: 1px;
    line-height: 1.4;
    text-decoration: none !important;
}

    .btn-linkRed:hover {
        text-decoration: none !important;
        color: #d32029 !important;
    }

.btn-linkLightBlue {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left !important;
    letter-spacing: 1px;
    line-height: 1.4;
    text-decoration: none !important;
}

    .btn-linkLightBlue:hover {
        text-decoration: none !important;
        color: #047bff !important;
    }

.btn-linkBlue {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left !important;
    letter-spacing: 1px;
    line-height: 1.4;
    text-decoration: none !important;
}

    .btn-linkBlue:hover {
        text-decoration: none !important;
        color: #202ab4 !important;
    }

.btn-linkGreen {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left !important;
    letter-spacing: 1px;
    line-height: 1.4;
    text-decoration: none !important;
}

    .btn-linkGreen:hover {
        text-decoration: none !important;
        color: #22b4a0 !important;
    }

.btn-linkYellow {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left !important;
    letter-spacing: 1px;
    line-height: 1.4;
    text-decoration: none !important;
}

    .btn-linkYellow:hover {
        text-decoration: none !important;
        color: #ffbe0b !important;
    }

.prime {
    text-align: left !important;
}

.general {
    color: #080808 !important;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center !important;
    letter-spacing: 1px;
    line-height: 1.4;
    text-decoration: none !important;
}

b {
    color: #080808 !important;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center !important;
    letter-spacing: 1px;
    line-height: 1.4;
    text-decoration: none !important;
}

.navbar {
    background: #1a1a1a !important;
    text-align: center !important;
    color: #fff !important;
}

.top-text {
    color: #fff !important;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center !important;
    letter-spacing: 1px;
    line-height: 0;
    text-decoration: none !important;
}
/*.mb-0{text-align: center !important;}*/

.top-prime {
    color: #c335d9 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
}

.baseball-table {
    padding: 2px 5px;
}
.card-body {
    background-color: #282828 !important;
    font-family: sans-serif;
}
::marker {
    color: #c335d9;
}