.user_profile_detail {
    line-height: 1.5;
    margin-top: 0px;
    color: #fff;
    padding-top: 0px;
    display: inline-block;
}

.header-user-coins {
    font-family: "Open Sans", sans-serif !important;
    font-size: 10px;
    font-weight: bold;
}

.header-user-nm {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14.5px;
}

.marquee1 {
    width: calc(100% - 5px) !important;
    border: 0 solid #2b97beb5 !important;
    background: linear-gradient(180deg, #fff 0%, #efecec 100%) !important;
    padding: 0px 5px !important;
    margin: 5px auto !important;
    border-radius: 5px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    color: #40c3d2 !important;
    height: 25px !important;
}

ul.marquee1 li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: "open-sans-regular" !important;
}

.card1 {
    background-color: #3a61a2;
    border-radius: 50px;
    font-family: "Open Sans", sans-serif !important;
    height: 70px;
    margin: 1rem auto;
    position: relative;
    width: 230px;
    text-align: center;
    display: block;
    padding: 18px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: 2;
}

.card-color {
    background-color: #505050 !important;
    color: #fff !important;
}

.card-color:hover {
    background-color: white !important;
    color: var(--bs-blue) !important;
    box-shadow: 0px 2px 2px 1px gray;
}

.span-btn {
    height: 35px;
    width: auto;
    margin-left: 5px !important;
}

.pull-left {
    float: left !important;
}

.card1.card-color:hover .h-icons path {
    fill: var(--bs-blue) !important;
}

.background-div {
    background-image: url(../images/home_bg.webp);
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.login-button {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.l-button {
    border: 2px solid white;
    border-radius: 0px;
    width: 180px;
    height: 50px;
    display: block;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-button:hover {
    background-color: white;
    color: black !important;
}

.txt_divider {
    margin: 25px auto 40px;
    width: 100px;
    height: 2px;
    background: #4fbfa8;
}

@media (max-width: 769px) {
    .containerLogin {
        background: #276aa5;
        background: linear-gradient(180deg, #fff -16.89%, #3f368e);
        background-size: cover;

        min-height: 100vh;
    }
}

@media (min-width: 769px) {
    .containerLogin {
        background: linear-gradient(180deg, #fff -16.89%, #3f368e);

        min-height: 100vh;
    }
}

.login_inputField {
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 0 0 0 8px;
    color: black;
    width: 100%;
    height: 36px !important;
    transition: 0.2s;
    box-shadow: inset 0 1px 1px transparent;
    font-size: 14px;
    line-height: 1.42857143;
}

::placeholder {
    color: #999999 !important;
    font-size: 13px;
    font-weight: 600;
}

.preAdd_iconBox {
    max-height: 64px;
    min-width: 40px;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0.25rem 0.25rem 0;
    font-size: 24px;
    color: #333;
}

.login_submitBtn {
    background: #3f368e;
    font-size: 14px;
    height: 40px;
    padding: 16px 20px;
    border: 0 solid #d4d3e8;
    position: relative;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    transition: 0.2s;
    outline: none;
    border-radius: 0.25rem;
    justify-content: space-between;
}

.login_submitBtn:active,
.login_submitBtn:focus,
.login_submitBtn:hover {
    background-color: #265b9c !important;
    border-color: #265b9c !important;
    color: #fff !important;
}

.login_logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.6em;
}

.login_logo p {
    font-size: 22px;
    font-weight: 600;
    color: #3f368e;
}

.captcha_box {
    height: 36px !important;
    width: 129px;
    background: #fff;
    border: 1px solid #d9d9d9;
    margin: 0 auto 5px;
    display: grid;
    justify-content: center;
    align-items: center;
}

.floating_input_box input.captcha_input {
    text-align: center;
    height: 36px;
    padding: 10px 10px 10px 15px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    transition: 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    border: 1px solid #d3d3d3;
    font-weight: 700;
    width: 100%;
    outline: none;
    border-radius: 0;
}

.floating_input_box input.captcha_input {
    font-size: 18px;
    letter-spacing: 14px;
}

.captcha_input::placeholder {
    font-weight: 600 !important;
    color: #2b2b2b !important;
    letter-spacing: 0;
}

.rules-main-container {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
    background-color: #fff !important;
    border-radius: 2px !important;

    position: inherit !important;
    padding-top: 5px;
}

.note-text {
    font-size: 15px;
    width: 90% !important;
    margin: 20px 5% 0 !important;
    padding: 0 !important;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.16), 0 1px 10px rgba(0, 0, 0, 0.23) !important;
    padding: 15px !important;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: #945100;
}

.lang-rules-btn {
    text-align: right;
}

@media (max-width: 769px) {
    .lang-rules-btn {
        text-align: center;
    }
}

.rules-main-container ol.rules-list li {
    margin: 10px;

    border-bottom: 2px solid #c4c4c4;
    padding: 10px 20px;
    color: var(--bs-blue);
    font-size: 15px;
}

.cus-btn {
    border-radius: 20px !important;
    background-color: var(--bs-blue);
    font-size: 12px;
    padding: 5px 15px;
    letter-spacing: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.Frm_inputs {
    width: 100%;
    padding: 6px;
    border: 1px solid #ced4da;
    background: #fff;
    border-radius: 3px;
    min-height: 36px;
}

.Frm_container {
    background: #e0e6e6;
    border: 1px solid #c8ced3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 19px 15px 2px;
}

.acc_statementTable {
    overflow: auto;
    background: #fff;
}

.thead-dark {
    background-color: var(--bs-blue);
    font-size: 14px;
}

.thead-dark th {
    font-weight: 600;
    color: var(--bs-white) !important;
}

.table {
    margin-bottom: 0;
}

.table th,
.table td {
    font-size: 14px !important;
    white-space: nowrap;
    overflow: hidden;
}

.ledg-table th,
.ledg-table td {
    border: 5px solid #fff !important;
}

.ledg-table td {
    background-color: #9a93e0 !important;
    color: #fff !important;
    font-weight: 600;
}

.pagination1 {
    display: inline-block;
    margin-top: 10px;
}

.pagination1 a {
    color: black;
    font-size: 14px !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 1px solid #ddd;
    background-color: white;
}

.pagination1 a.active {
    background-color: #4caf50;
    color: white;

    border: 1px solid #4caf50;
}

.pagination1 a:hover:not(.active) {
    background-color: #ddd;
}

.cricket-button {
    background-color: #a7a6a6;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px 30px;
    box-shadow: 0px 2px 2px 1px gray;
    padding: 10px !important;
    min-width: 170px;
    border-style: solid;
    outline: none;
    border-color: #fff;
    border: 0px solid;
    border-radius: 7px;
    font-weight: bold;
    font-size: 13px;
    font-family: "Open Sans", sans-serif !important;
    margin-right: 15px;
    line-height: 25px;
    text-transform: uppercase !important;
}

.game-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 769px) {
    .cricket-button {
        min-width: 115px;
        font-size: 11px;
    }

    .game-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        justify-content: start;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.blink {
    animation: blink 3s linear infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.active-svg {
    width: auto;
    height: 25px;
}

.cricket-button svg path {
    fill: var(--bs-white) !important;
}

.btn-active {
    background-color: #fff !important;
    color: var(--bs-blue) !important;
}

.btn-active svg path {
    fill: var(--bs-blue) !important;
}

.btn-active svg {
    color: var(--bs-blue) !important;
}

.active-svg {
    color: var(--bs-blue) !important;
}

.section-2 {
    background-color: var(--bs-blue);
    border-radius: 0px 10px 10px 0px;
}

.section-1 {
    padding: 8px 0px 0px 15px;
}

@media (max-width: 767px) {
    .section-1 {
        order: 2;
    }

    .section-2 {
        position: relative;
        z-index: 1;
        border-radius: 10px 10px 0px 0px;
    }
}

.match-time-dtl p {
    color: #fff !important;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 2px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .match-time-dtl {
        margin: 10px 0px 10px;
    }

    .match-time-dtl p {
        display: inline;
        font-size: 12px;
    }
}

.match-time-dtl {
    color: #fff;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 10px;
}

.match-time-dtl-date {
    color: #fff;
}

.match-time-dtl-mounth {
    color: #fff;
}

.match-detail-container .match-title p.team-name-font-color {
    color: var(--body-color-primary) !important;
    font-weight: 900;
    letter-spacing: 1px;
    /* font-family: 'open-sans-regular' !important; */
    font-family: "Open Sans", sans-serif !important;
    text-transform: uppercase !important;
}

.team-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--bs-blue) !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 12px;
    font-size: 14px;
    text-transform: uppercase !important;
}

.match-info p {
    color: #676767;
    font-family: "open-sans-light" !important;
    font-size: 13px;
    line-height: 13px;
}

.animate-inplay {
    animation: inplay 2s ease-in infinite;
    line-height: 13px;
}

@keyframes inplay {
    0% {
        color: red;
    }

    20% {
        color: green;
    }

    40% {
        color: blue;
    }

    60% {
        color: yellow;
    }

    80% {
        color: Orange;
    }
}

.match-summary-text {
    font-size: 17px !important;
    margin-bottom: 20px;

    white-space: nowrap;
    min-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.match_bet {
    display: flex;
}

.match-title {
    margin: 10px 10px;
}

.table.anvSesstion_table th:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #45bccb;
}

.table.table-bordered th.run-pos-rate-amt-run-mod-color {
    background: #ececec !important;
    border: 1px solid #ffffff !important;
}

.table > thead > tr > th {
    vertical-align: bottom;
}

.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
}

.bet-place-tbl-th {
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    text-align: center;
    background-color: var(--bs-blue) !important;
    border: 2px var(--bs-blue) !important;
    color: #ffffff !important;
    border-radius: 5px !important;
}

.table.table-bordered th.run-pos-rate-amt-run-mod-color {
    background: #ececec !important;
    border: 1px solid #ffffff !important;
}

#run-pos-rate-amt-run-mod-color {
    background: #ececec !important;
    border: 1px solid #ffffff !important;
}

.table.table-bordered .active-lagai-bet-box-color {
    font-size: 20px !important;
    padding: 0 7px !important;
    font-weight: 700 !important;
    line-height: 1.8;
    padding-top: 5px !important;
}

.table td,
.table th {
    overflow: hidden;
}

.table.table-bordered th.bet-place-tbl-th,
.table.table-bordered td {
    background: #ffffff;
    border: 1px solid #ececec;
}

.ls-2 {
    letter-spacing: 2px;
}

.font-sans-serif {
    font-family: sans-serif !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bet-place-tbl-th {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.first-runner-bet-odds-yes-value {
    margin-bottom: 5px;
    text-align: center;
}

.text-danger {
    color: #ff1010;
}

.bet-val-cent {
    text-align: center;
}

.table.table-bordered th.bet-place-tbl-th span {
    background-color: #fff;
    padding: 1px 8px;
    margin: -1px 0;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.highlight-red {
    color: #ff0000 !important;
    font-weight: bold;
    font-size: 12px !important;
    margin: 0px !important;
}

.table.table-bordered th.yes-box-color,
.table.table-bordered td.yes-box-color,
#yes-value-box-color {
    background-color: #9dd7ff !important;
    color: #000000 !important;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.min-max-tab {
    color: #45bccb;
    letter-spacing: 1px;
}

.lagai-box-color {
    background: #9dd7ff !important;
    border: 1px solid #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.khai-box-color {
    background: #ffa5cb !important;
    border: 1px solid #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.position-box {
    background: #ececec !important;
    border: 1px solid #ffffff !important;
    font-weight: 600;
    font-size: 12px !important;
    color: #000000;
    text-align: center;
}

.f-20 {
    font-size: 20px !important;
    cursor: pointer;
}

.suspend {
    color: red !important;
    font-size: 20px !important;
    padding: 0 7px !important;
    font-weight: 700 !important;
    line-height: 1.8;
    padding-top: 5px !important;
    text-align: center;
    background: #ececec !important;
    border: 1px solid #ffffff !important;
}

@media (max-width: 768px) {
    .mob-w {
        max-width: 96px;
        font-size: 12px !important;
        word-break: break-word !important;
    }

    .font-sans-serif {
        font-size: 12px !important;
    }

    .suspend {
        font-size: 12px !important;
    }
}

@media (min-width: 1200px) {
    .main-table {
        width: 1170px;
    }
}

.table-bordered {
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    background-color: #fff !important;
    border-radius: 2px !important;
}

.ladder_img {
    transform: matrix(0.97, 0.24, 0.24, -0.97, 0, 0);
    width: 20px;
    cursor: pointer;
}

#session_book_button {
    display: none;
}

.session_rate {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    display: none;
}

@media (max-width: 768px) {
    #rate-row {
        display: none;
    }

    #session_book_button {
        display: flex;
    }

    .session_rate {
        margin: 0;
        font-weight: 500;
        font-size: 13px;
        display: block;
        color: #2c2828;
    }

    .button_div {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .button_img {
        width: 15px;
        cursor: pointer;
    }

    .table > thead > tr > th {
        padding: 5px;
        line-height: 1.42857143;
    }

    .sm-none {
        display: none !important;
    }

    .bet-status-text {
        font-size: 18px !important;
    }

    .min-max-tab {
        letter-spacing: 0px;
    }
}

button.book_button {
    border: none;
    background: var(--bs-blue);
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.score_widget {
    height: 135px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
    border-radius: 2px !important;
    background-color: var(--bs-blue) !important;
    border-right: inherit !important;
    overflow: auto;
    font-weight: 600;
    font-size: 13px;
    color: white;
    padding: 0;
    border-right: inherit !important;
}

.score-span {
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.17);
    padding: 3px 0;
    text-align: center;
}

.anvFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scoreBall_list ul {
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    gap: 5px;
    margin-bottom: 0px !important;
    margin-left: -40px;
}

.scoreList_ball {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.scoreList_ball span {
    border-bottom: 2px solid #ddd;
    width: 100%;
    padding-bottom: 0px;
    padding-left: 10px;
    display: inline-block;
}

.scoreList_ball ul {
    width: 100%;

    align-items: center;
}

.scoreBall_list ul li span {
    width: 20px;
    min-height: auto;
    height: 20px;
    background-color: #19828d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
}

.scoreBall_list {
    flex: 0 0 50%;
}

.LastBall {
    margin-right: 10px;
}

.anvBottom_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.anvBottom_arrow svg {
    height: 25px;
    margin-top: 10px !important;
    margin-bottom: 10px;
}

.tableHeadof_score th {
    background: #0abacd !important;
    color: #fff;
}

.tableData td {
    color: #fff;
}

.tableHeadof_score th:first {
    width: 10%;
}

tr.tableHeadof_score th:first-child {
    width: 30%;
}

.bet-text {
    width: 22.5% !important;
}

.bet-status-text {
    flex-direction: column;
    word-spacing: 999px;
    line-height: 30px !important;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 33px !important;
}

.refresh-btn {
    padding: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.tv-btn-outer {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3), 0 0px 8px rgba(0, 0, 0, 0.3) !important;
    position: fixed;
    right: 50px;
    bottom: 50px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--bs-blue);
}

.tv-btn svg {
    height: 25px;
    width: 25px;
    color: white !important;
}

.tv-btn {
    position: fixed;
    display: flex;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    animation: tv-btn 1s 2s 2 both;
}

@keyframes tv-btn {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@media (max-width: 767px) {
    .mob_view .video_modalNew {
        position: relative;
        bottom: 0;
        right: 0;
        background: #fff;
    }
}

.video_modalNew {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.closeicon {
    position: absolute;
    top: -1%;
    right: 13px;
    cursor: pointer;
    text-align: center;
}

.closeicon img {
    cursor: pointer;
    text-align: center;
    padding: 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.six {
    background-color: #ff69b4 !important;
}
.four {
    background-color: #87ceeb !important;
}
.wkt {
    background-color: red !important;
}

.matka-name {
    text-align: center;
    font-size: 26px;
    overflow: scroll;
    white-space: nowrap;
    font-weight: 600;
    color: #010318;
}

.stick_box {
    font-weight: 600;
    font-family: "Arial", "Helvetica", "Helvetica Neue";
    color: #2f2f2f;
    font-size: 28px;
    cursor: pointer;
}

.all_bazar_bx {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
}

.column_value_item input {
    width: 100px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    padding-left: 5px;
}

.bet_btn.submit {
    background-color: #1a6706 !important;
    position: relative;
}

.bet_btn {
    color: #fff !important;
    box-shadow: none !important;
    font-weight: 600;
    border-radius: 11px;
    justify-content: center;
    border: 0;
    height: 100%;
    padding: 12px;
    width: 100px;
}

.bet_btn.clear {
    background-color: #880808 !important;
}

@media (min-width: 1350px) and (max-width: 1920px) {
    .runner_value_item {
        font-size: 20px;
    }
}

.floating_input_box input {
    height: 64px;
    border-radius: 4px;
    padding: 26px 10px 10px 15px;
    background-color: #edeff4;
    border: 1px solid #808188;
    font-weight: 700;
    width: 100%;
    outline: none;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label:after {
    background-color: transparent !important;
}

.runner_value_box {
    display: flex;
    grid-row-gap: 2px;
    grid-column-gap: 18px;
    flex-wrap: wrap;
}

.runner_value_item {
    width: 95px;
}

@media (max-width: 767px) {
    .runner_value_item {
        width: 65px;
    }

    .bet_btn {
        padding: 10px;
        width: 60px;
    }
}

.tv-unit {
    justify-content: center;
    background-color: black;
    border-radius: 3px;
    position: fixed !important;
    width: 79.5%;
    /* margin-top: -32px;*/
}

@media (max-width: 767px) {
    .tv-unit {
        width: 93.5%;
    }

    .closeicon {
        right: 0px !important;
    }
}

.m-r-14 {
    margin-right: 14px;
}

@media (max-width: 767px) {
    .m-r-14 {
        margin-right: 4px;
    }
}
