﻿#set {
    text-align: right;
    margin-right: -37px;
}
#game {
    text-align: right;
    margin-left: 57px;
}
#point {
    text-align: right;
    margin-left: 7px;
}
page {
    font-family: "Nunito", sans-serif;
}

.main-page {
    padding-top: 100px;
    padding-bottom: 70px;
    font-weight: 400;
    line-height: 28px;
    color: #5e6e7d;
}
/*GameList Card Section*/
.Game-Names-txt {
    margin: 10px;
    padding: 10px;
    color: #FFFFFF;
    transition: 0.3s;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    /*background-color: #0ca7d5;*/
    background-image: linear-gradient(0deg, #0ca7d5 0%, #223A9E 100%);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08)
    /*color: #0ca7d5;*/
    /*cursor: pointer;*/
    /*background: #FFFFFF;*/
}

/*.Game-Names-txt:hover {
        color: #FFFFFF;
        transform: scale(1.05);
        background-color: #0ca7d5;
        /*background-image: linear-gradient(135deg, #0ca7d5 0%, #223A9E 100%);
}
*/

/*RESULT SECTION*/
.result {
    display: block;
    padding: 10px;
    background: #F7FAFD;
    /*background: #fff*/
}
/*/*Game Icon
        .Game-icon {
            width: 50px;
            height: 50px;
            line-height: 71px;
            margin: auto;
            position: relative;
            margin-bottom: 30px;
            background: #F7FAFD;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }*/
.game-div {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

/* Livescore header*/
.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}


/*LIVESCORE BADMINTON */
.menu-icon {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
}

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 30px;
}

.live-score-txt {
    text-align: center;
}
.wrapper-flag {
    grid-template-columns: 1fr 25px 152px;
}
.current-tour-name {
    font-size: 17px;
    font-weight: bolder;
    color: #223A9E;
}

.scoreboard {
    height: 100%;
    display: flex;
    margin-top: 1rem;
    border-radius: 12px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    /*width: max-content; for smalldevices*/
    /* background: linear-gradient(-60deg, white 8%, rgb(178, 191, 196) 53%);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25); */
}

/*Court section start*/

.court {
    /* min-height: 21vh; */
    /* height: 41vh; */
    width: 40px;
    background-color: #072242;
    letter-spacing: 2px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    color: white;
    display: flex;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    justify-content: center;
    align-items: center;
    font-size: 12pt;
    font-weight: bold;
    flex-direction: column;
}
/* tournamnt name */
.tour-name {
    color: #0982AB;
    /*font-size: medium;*/
    font-weight: 600;
    background: #d1e1ef;
    border-radius: 25px;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    font-family: Rockwell;
    /*font-family: "Nunito", sans-serif;*/
}
/* durartion */
.duration {
    color: white;
    margin-right: 1rem;
    /*font-size: 13px;
    font-weight: 400;*/
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    font-family: Rockwell;
    /*font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;*/
}


.grid-container {
    display: grid;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /*background-image: linear-gradient(298deg, #0ca7d5 0%, #223A9E 100%)*/
    background-image: linear-gradient(0deg, #0ca7d5 0%, #223A9E 100%);
}

.top-row {
    grid-row: 1;
    padding-left: 10px;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: center;
}

.wrapper {
    display: grid;
    grid-template-columns: 18% 1fr 25px 152px;
    grid-template-rows: 57px;
}

/* palayer names */
.player-name-txt {
    color: #2E3D62;
    /*font-size: 13px;
    font-weight: 600;*/
    font-size: 17px;
    font-weight: 800;
    margin-top: 12px;
    letter-spacing: 0.7px;
    line-height: 20px;
}

#div-game { /*Anu 12-06-2024*/
    text-align: right;
    margin-right: 3px;
}

#div-point {
    text-align: left;
    margin-left: 7px;
}

.flag { /*Anu 09-04-2024*/
    color: #2E3D62;
    font-size: 11px;
    font-weight: 800;
    margin-top: 12px;
    letter-spacing: 0.7px;
    line-height: 20px;
}

.imgfluid1 {
    width: 48%;
    height: 43%;
    border-radius: 50%;
}

/*SCORES SECTION*/
.scorebox {
    /*padding: 5px;*/
    gap: 2px;
    display: flex;
    margin-left: 10px;
    font-size: 11pt;
    color: black;
    font-weight: bold;
   
}

.score {
    width: 45px;
    padding: 5px;
    display: flex;
    border-radius: 2px;
    letter-spacing: 2px;
    font-family: Rockwell;
    background-color: white;
    justify-content: center;
    box-shadow: 0px 0px 2px #5b6d98;
}

.score-box-div {
    justify-content: flex-end;
    align-items: center;
}

.scores-div {
    margin-top: 10px;
}

/* court name */
.court-sec {
    color: black;
    font-size: medium;
    font-weight: 600;
    font-family: Oxygen, sans-serif;
}

.service-div {
    display: flex;
    align-items: center;
}

.badminton-icon {
    float: right;
    height: 22px;
    width: 25px;
}

.margin-right-zero {
    margin-right: 14px;
}

.top-header .live-score-txt {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
}

.user-name-div {
    line-height: 20px;
}

.padding10px {
    padding: 10px;
}

.small-padding {
    padding: 5px;
}

.imgfluid { /*Anu 12-04-2024*/
    width: 46%; /*Anu 04-05-2024 change width*/
    height: 50%;
    border-radius: 69%;
    margin-top: 10px;
}

.header-row {
    display: grid;
    grid-template-columns: 2% 1fr 4px 107px 72px 78px;
    color: #072242;
    font-weight: 700;
}

.header-name { /*pavithra 31-05-2024*/
    font-size: .8rem;
    text-align: center;
    font-family: Rockwell;
}

/*FOR LARGE DEVICE*/
@media only screen and (max-width: 1200px) {
}
/*FOR LAPTOP DEVICE*/
@media only screen and (max-width:992px) {
    .tour-name {
        font-weight: 600;
        font-size: smaller;
    }

    .court {
        padding: 1px;
    }

    .header-name { /*pavithra 31-05-2024*/
        font-weight: 600;
        font-size: 7px;
    }
    #set {
        text-align: right;
        margin-right: -94px;
    }
    #game {
        text-align: right;
        margin-left: 101px;
    }
    #point {
        text-align: right;
        margin-left: 7px;
    }
    .player-name-txt {
        color: #2e3d62;
        font-size: 13px;
        font-weight: 600;
        margin-top: 12px;
        letter-spacing: 0.7px;
        line-height: 18px;
    }

    .wrapper { /*Anu 10-06-2024 added to fix Bug_16_32*/
        display: grid;
        grid-template-columns: 34% 1fr 10px 84px; /*--Anu 12-06-2024 remove 10px --12% 1fr 10px 84px; --Anu 26-06-2024 change 12 to 34%*/
        grid-template-rows: 57px;
    }
    .wrapper-flag {
        grid-template-columns: 1fr 26px 75px;
    }

    #div-game { /*Anu 12-06-2024*/
        text-align: right;
        margin-right: -43px;
    }

    #div-point {
        text-align: left;
        margin-left: 47px;
    }
}

/*FOR TABLET DEVICE*/
@media only screen and (max-width:768px) {


    .current-tour-name {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .drop-button {
        /* float: none !important; */
        /* width: initial !important; */
        text-align: center !important;
        width: 100%;
    }
}

/*FOR MOBILE DEVICE*/
@media only screen and (max-width:600PX) {
    .top-header .live-score-txt {
        font-size: 15px;
    }

    .wrapper {
        display: grid;
        grid-template-columns: 14% 1fr 5px 77px;
        grid-template-rows: 57px;
    }
    .wrapper-flag {
        grid-template-columns: 1fr 26px 75px;
    }
    .score {
        width: 18px
    }
    .scorebox {
        /* padding: 5px; */
        gap: 6px;
        display: flex;
        margin-left: 9px;
        font-size: 8pt;
        color: black;
        font-weight: bold;
    }
}


.drop-button {
    border: 0;
    color: #223A9E;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    padding: 5px 30px;
    background: white;
    margin-bottom: 15px;
    border-radius: 15px;
    display: inline-block;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

    .drop-button:hover {
        color: #223A9E;
        outline: none;
        transform: translateY(3px);
        box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.17);
    }


    .drop-button option {
        color: #5e6e7d;
    }


.top-header-box {
    padding: 7px 0px;
    width: 100%;
    height: 3.5rem;
    text-align: center;
    font-size: xx-large;
    font-weight: 600;
    margin-bottom: revert;
    color: #FFFFFF;
    transition: 0.3s;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #0ca7d5 0%, #223A9E 100%);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08)
}
