<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* custom css for the cricket archive live score &amp; scorecard pages*/

/* GENERIC */

.CA_Active {
    display: inherit;
}

.CA_Hidden {
    display: none;
}

.CA_Active h2 {font-size: 1.4rem;line-height:2.4rem;text-transform: capitalize;}

/* LIVE SCORES*/

#caPanel_CA_LS {
    width: 100%;
    background-color: #abacad;
}

.CA_Header {
    color: white;
    text-transform: uppercase;
    border-bottom: solid 1px grey;
    margin-left: 0px !important;
    margin-right: 0px !important;
    min-height: 30px;
    line-height: 40px;
}

    .CA_Header a:link, .CA_Header a:active, .CA_Header a:visited {
        color: white;
    }

.CA_Competition {
    color: black;
    text-transform: uppercase;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
}

.CA_CompetitionContainerInner {
    max-height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
   text-transform: capitalize;
    font-weight: bold;
    padding:10px 0px 10px 0px;
}

.CA_ResultRow {
    color: grey;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-bottom: solid 1px grey;
    padding-bottom: 10px;
    padding-top: 5px;
}

    .CA_ResultRow:hover {
        background-color: #626364;
        color: white;
        cursor: pointer;
    }

    .CA_ResultRow p {
        line-height: 14px !important;
        margin-bottom: 0px !important;
        color: #444;
        font-size:14px;
    }

.CA_Vs {
    color: white;
    text-transform: uppercase;
    font-size: smaller;
    font-weight: bold;
}

.CA_TeamA, .CA_TeamB, .CA_TeamA_Score, .CA_TeamB_Score {
    font-size: smaller;
    line-height: 12px;
}

.CA_BorderRight {
    border-right: solid 1px grey;
}

.CA_ResultMessage {
    font-size: smaller;
    color: black;
margin-top:10px;
}


/* SCORECARDS */
/* Header */
.CA_ScoreCard_HeaderRow {
    background-image: url('https://admin.thecricketer.com/weblab/sites/96c8b790-b593-bfda-0ba4-ecd3a9fdefc2/resources/images/site/scorecard-background.webp');
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 170px;
    background-size: cover;
    color: white;
    padding: 60px 0px 30px 0px;
    line-height: 1.6em;
/*background-color: black;*/
}

    .CA_ScoreCard_HeaderRow .CA_SC_HDR_TeamName {
        font-size: x-large;
        line-height: 2.0em;
    }

    .CA_ScoreCard_HeaderRow .CA_HDR_Result {
        font-size: large;
        background-color: #be0013;
        padding: 5px 15px 5px 15px;
        line-height: 2.2em;
    }

/* Filters */
.CA_ScoreCard_DataContainer {
    margin-top: 30px;
    margin-bottom: 20px;
}




    .CA_ScoreCard_DataContainer a:link, .CA_ScoreCard_DataContainer a:visited {
        width: 100%;
        display: inline-block;
        background-color: white;
        margin: 1px;
        text-align: center;
        padding: 10px 0px 10px 0px;
        border: solid 1px #efefef;
        color: black;
    }



        .CA_ScoreCard_DataContainer a:link.CA_BTN_FilterActive, .CA_ScoreCard_DataContainer a:visited.CA_BTN_FilterActive {
            background-color: black;
            color: white;
            display: inline-block;
            width: 100%;
        }

div.CA_Carot_Active:after {
    content: "\f0d7";
    font: normal normal normal 30px/1 FontAwesome;
    color: black;
    margin-left: 49%;
    line-height: 1em;
    padding-top: 0px;
    margin-top: 0px;
    position: relative;
    top: -14px;
}

/* Tables */
table.CA_ScoreCardTable {
    width: 100% !important;
    box-sizing: initial !important;
}

    table.CA_ScoreCardTable thead, table.CA_ScoreCardTable tfoot {
        background-color: #efefef;
    }

        table.CA_ScoreCardTable th, table.CA_ScoreCardTable tfoot td {
            font-weight: bold;
            padding: 5px;
        }

    table.CA_ScoreCardTable tr {
        border-bottom: solid 1px #efefef !important;
    }

    table.CA_ScoreCardTable td {
        font-weight: normal;
        padding: 5px;
        font-size: smaller !important;
    }

/* Lists */
ul.CA_UL_TeamList {
    list-style-type: none;
    margin-top:10px;
}

    ul.CA_UL_TeamList li {
        /*! margin-left: -30px; */
        line-height: 1.7em;
        border-bottom: solid 1px #efefef;
        font-size: smaller !important;

    }

/* Results Panel */
ul.CA_ResultHeaderList {padding:0px !important;list-style:none;}
.CA_ResultHeaderList li {margin-bottom:10px;display: inline-block;background-color: #efefef;padding:10px;text-transform:capitalize;}
.CA_ResultHeaderList li a:link,.CA_ResultHeaderList li a:active, .CA_ResultHeaderList li a:visited {color: black;}
.CA_ResultHeaderList li a:hover {color: grey;cursor: pointer;}

.CA_ResultsPanel h2, .CA_FixturesPanel h2 {
    text-transform: capitalize;
}

.CA_ResultsTeamName {
    font-weight: bold;
}

.CA_ResultDateRow {
    background-color: #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
padding-left:5px;
}

.CA_ResultRowResult {
    font-size: smaller;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #efefef;
}

.CA_ResultRowResult:hover {
    cursor: :pointer;
        background-color: rgba(0,0,0,.1);
}</pre></body></html>