.btn.btn-secondary, .btn.btn-small-blue {
    background: #282d93;
    border: solid 1px;
    font-size: 18px;
    font-weight: 600;
}

.viewprices{
    background: #282d93 !important;
}

.dark-blue-box, .dashboard-container .well-played-score, .dashboard-container .more-options ul li {
    background-image: #282d93;
    border: #ffffff solid 0px;
    min-height: 312px;
}

.left-menu {
    width: 85%;
    position: fixed;
    left: 0;
    height: 100vmax;
    background: #3c74f5;
    opacity: 1;
    z-index: 3;
    position: relative;
    overflow-y: auto;
    -webkit-transition: .6s;
    transition: .6s;
    background: #282d93;
}

.welcome-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #3c74f500;
    margin-top: 0px;
    padding: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-image: url(/assets/images/2/Sportpred.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 320px;
}

.lifeline-popup .popup-header .lifeline {
    background-image: url(/assets/images/new/Life_Lines.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: #4188ff !important;
    border: #b4c6fa solid 1px !important;
}

.popup {
    background: #3c74f5;
    -webkit-box-shadow: inset 0 3px 13px #3c74f5, 0 -1px 10px #3c74f5;
    box-shadow: inset 0 3px 13px #3c74f5, 0 -1px 10px #3c74f5;
    border: #3c74f5 solid 1px;
}

.lifeline-popup ul li .icon-50 {
    background: url(/assets/images/new/50_50.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lifeline-popup ul li .icon-audience-poll {
    background: url(/assets/images/new/Audience_poll.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lifeline-popup ul li .icon-freeze-timer {
    background: url(/assets/images/new/Freeze_Timer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lifeline-popup ul li .icon-flip-question {
    background: url(/assets/images/new/flip_Question.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box{
    background: #282d93 !important;
    border: solid 1px;
    border-radius: 6px;
    padding-top: 10px;
}

.points-to-know ul li::before {
    margin-top: 10px !important;
    margin-left: 10px !important;
}

.points-to-know ul li::after {
    margin-top: 10px !important;
    margin-left: 10px !important;
}

.points-to-know ul li {
    padding-left: 40px;
    padding-right: 10px;
    margin-top:10px;
}

.feedback{
    background-image: url(/assets/images/send-feedback.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 222px;
    background-color: transparent;
    border: none;
}