﻿.bonus-request_tags {
    font-size: 18px;
    background-color: #ffffff;
    padding: 5px 13px;
    border-radius: 15px;
    color: #ee9a1b;
    cursor: pointer;
}

.bonus-request_success-modal {
    padding:10px
}

.bonus-request_tags-search .page-cashRaceTag-list {
    margin: 10px;
    display: flex;
    gap: 12px;
    position: relative;
    overflow-x: hidden;
}

    .bonus-request_tags-search .page-cashRaceTag-list:active {
        cursor: grab;
    }

.bonus-request_tags-highlightt {
    background-color: #ee9a1b;
    color: black;
}

.bonus-request_tags:active {
    cursor: grab;
}

/*.search-games__container {
    width: 270px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    background-color: #333546;
    border-radius: 25px;
    padding: 4.5px;
}*/

.bonus-request_tags-search {
    display: flex;
    gap: 2%;
    align-items: center;
    height: 70px;
    width: 100%;
    position: relative;
}

.search-icon {
    padding:5px;
}

/*table styles start*/
.bonusRequestsTable {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.bonus-request_headerTR {
    background:#0e0e10;
}

.BonusReq_header {
    background-image: url(/Content/img/tournament_header-img.webp);
    height: 200px;
    background-repeat: round;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



table {
    position: relative;
    width: 100%;
    background-color: #1b1f24;
}

th {
    font-weight: bold;
    text-transform: uppercase;
    color: #eee54c;
    text-align: left;
}

.bunusRequestDenied {
    background-color: #e93323;
}

/*table {
    border: 1px solid #ffffff;
    border-collapse: collapse;
}*/

.tableFooter_bonusReq {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    gap: 7px;
    width: 100%;
    margin-top: 5px;
    background: #0e0e10;
    padding: 5px 20px;
}

#bonusReqTableSelect {
    padding: 8px;
    border-radius: 10px;
    border-color: #895d1b;
}

/*    .select select {
        color: black;
        background-color: #ffffff;
        border-radius: 0px;
        padding: 0;
    }*/
.bonus-request_pages ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    gap: 2px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

.bonus-request_pages li,
.bonus-request_pages span {
    cursor: pointer;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:bold;
}

.bonus-request_pages {
    color: #ffffff;
    border: 1px solid #895d1b;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0px 10px;
    color: #ffffff;
}

.hide {
    display: none;
}

.tableContainer_bonusReq {
    margin-bottom: 30px;
}

.darkArrow {
    color: rgb(133, 131, 127);
    cursor: default;
}

.brightArrow {
    color: #ffffff;
}

.bunusRequestApproved {
    background-color: #388022;
}

.caseDiv {
    display: flex;
    justify-content: flex-end;
    min-width: 200px;
}

.bonus-request_right-dots, .bonus-request_left-dots {
    display: none;
}

#bonusResModalBody {
    position: relative !important;
    top: 20px;
}

@media screen and (min-width: 650px) {
    /*    .PCCase {
        display: flex;
    }

    .mobileCase {
        display: none;
    }*/

    .caseAnswer {
        width: 300px;
    }

    tbody tr {
        margin-bottom:3px;
    }

    th,
    td {
        padding: 10px 20px;
        color: #ffffff;
    }


    th {
        color: #ee9a1b;
    }



    .bonus-request_search-icon {
        display: none;
    }

    /*.caseState {
        padding: 10px 20px;*/
    /*background-color: green;*/
    /*border-radius: 10px;
        color: #ffffff;
        font-weight: bold;
    }*/
}

/*table styles end*/

@media only screen and (max-width: 650px) {
    .bonus-request_row {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .btn-secondary {
        font-size: 11px;
    }

    .bonus-request_tags {
        font-size: 11px;
    }

    .bonus-request_tags-search {
        display: flex !important;
        width: 100%;
        justify-content: space-between !important;
    }
    #bonus-request_search-bonuses {
        width: 100%;
        background-color: white;
        color: #ee9a1b;
        height: 35px;
        position: relative;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*top: -2px;*/
    }

    .cardButtonsContainer {
        display: grid !important;
        grid-template-columns: 50% 50%;
    }

    .card-buttons {
        font-size: 10px !important;
        padding: 5px !important;
    }

    .bonus-request_tags-search .page-cashRaceTag-list {
        margin: 10px;
        display: flex;
        gap: 8px;
        position: relative;
        overflow-x: auto;
    }

        .bonus-request_tags-search .page-cashRaceTag-list::-webkit-scrollbar {
            width: 0;
        }

    /*    .search-games__container {
        margin-bottom: 14.5px;
    }*/

    /*    .searchMarginWhenoverflowNot {
        margin-bottom: 0px !important;
    }

    .searchMarginWhenoverflowTags {
        margin-bottom: 14.5px;
    }*/
}

.bonus-request_bonus-table {
    overflow: auto;
}

.caseAnswer {
    padding: 5px;
    color: #ffffff;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    font-weight:600;
}

.request-bonus__footer_p {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.cardImage12 {
    width:100%;
}

.cardButtonsContainer {
    display: flex;
    justify-content: space-around;
}

.card-buttons {
    width: 100%;
}



@media only screen and (max-width: 650px) {

/*    .search-games__container {
        display: none;
    }*/


    .flexD {
        display: flex;
    }

    /*    .PCCase {
        display:none;
    }*/
    /*
    .mobileCase {
        display: flex;
        justify-content: flex-end;
    }*/

    table {
        font-size: 10px;
    }

    .tableFooter_bonusReq {
        font-size: 11px;
        display: flex;
        align-items: center;
    }

    .bonus-request_row {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .btn-secondary {
        font-size: 11px;
    }

    .bonus-request_tags {
        font-size: 13px;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }

    /*    .bonus-request_search-iconDiv {
        background-color:#ffffff;
        border-radius:50%;
        width:30px;
        height:30px;
    }*/

    .bonus-request_search-icon {
        position: relative;
        top: 4px;
        width: 50px;
    }

    .bonus-request_tags-search {
        height: 35px;
        margin-bottom: 20px;
        align-items: flex-start;
        position:relative;
    }

    #bonus-request_bonus-description p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tags-large-search {
        grid-template-columns: 60% 40%;
    }

    .search-icon {
        /*top: 8px;*/
        /*        position:relative;
        left:-8px;*/
    }

    .search-games__input {
        padding: px 20px;
    }

    .cardButtonsContainer {
        display: grid !important;
        gap: 2%;
        grid-template-columns: 49% 49%;
    }

    .card-buttons {
        font-size: 10px !important;
        padding: 5px !important;
    }

    .bonus-request_tags-search .page-cashRaceTag-list {
        margin: 0px;
        display: flex;
        gap: 8px;
        position: relative;
        overflow-x: auto;
        height: 35px;
        scrollbar-width: none;
    }

        .bonus-request_tags-search .page-cashRaceTag-list::-webkit-scrollbar {
            width: 0;
        }

    /*    .search-games__container {
        margin-bottom: 14.5px;
    }*/


    /*table form mobile*/

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }


    /*    .requestAnswer {
        padding: 6px 8px;
        border-radius: 6px;
    }*/

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    tbody {
        border: 1px solid #ffffff
    }

    table td {
        border-bottom: 1px solid #2b333d;
        display: block;
        font-size: 1.2em;
        padding: 10px;
    }

        table td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff13f;
            display:none;
        }

        table td:last-child {
            border-bottom: 0;
        }

    .bonusRequestTableRightLine {
        position: relative;
        width:100%;
        color: #ffffff;
        font-size:16px;
    }

    .search-games__container {
        padding: 1.5px;
    }

    .BonusMainTitle {
        font-weight:600;
    }

    .caseAnswer {
        width:100%;
        display:flex;
        align-items:center;
        height:28px;
    }

}


    .bonus-request_bonus-table table {
        background-color: #16181b;
    }

#bonusReqDivInfo {
    position: relative;
    width: 310px;
    height: 290px;
    background-image: url('/Content/img/bonusRequests/fullBonus.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
}

.bonusesContainer {
    gap:10px;
    justify-content:center;
}

#bonus-request_bonus-img-div {
    width: 310px;
    height: 100px;
    position: absolute;
    top: 58px;
    left: 0px;
    height: 185px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#bonus-request_bonus-description {
    position: absolute;
    width: 310px;
    top: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    font-weight: 700;
    font-size: 19px;
}

#bonusReqButtonsCont {
    position: absolute;
    width: 310px;
    height: 39px;
    bottom: 8px;
    left: 0px;
    display:flex;
}

.bonus-request_bonus-req-div {
    background-color:transparent;
}

.bonus-request_bonus-req-text {
    position: relative;
    top: 2px;
    left: -10px;
    font-weight: 500;
    text-transform:uppercase;
}

    .bonus-request_bonus-req-text:hover {
       color:antiquewhite;
    }

@media only screen and (max-width: 770px) {
    #bonus-request_bonus-img-div {
        width: 260px;
        position: absolute;
        top: 45px;
        left: 0px;
        height: 160px;
    }

    #bonusReqDivInfo {
        width: 260px;
        height: 240px;
    }

    #bonus-request_bonus-description {
        position: absolute;
        width: 260px;
        top: 14px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        font-weight: 600;
        font-size: 13px;
    }

    #bonusReqButtonsCont {
        position: absolute;
        width: 260px;
        height: 30px;
        bottom: 8px;
        left: 0px;
        display: flex;
    }

    .bonus-request_bonus-req-div {
        position: relative;
        left: -5px;
    }
}

@media only screen and (max-width: 650px) {
    .search-games__container {
        width:130px !important;
    }

    table tr {
        border-bottom: none;
    }

    tbody {
        border: none;
    }

    .bonusesCont {
        padding: 0;
    }

    .bonusesContainer {
        padding: 15px;
        display:flex;
        width:100%;
    }

    #bonus-request_bonus-img-div {
        width: 209px;
        position: absolute;
        top: 35px;
        left: 0px;
        height: 127px;
    }

    #bonusReqDivInfo {
        width: 209px;
        height: 190px;
    }

    #bonus-request_bonus-description {
        position: absolute;
        width: 209px;
        top: 8px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        font-weight: 600;
        font-size: 12px;
    }

    #bonusReqButtonsCont {
        position: absolute;
        width: 209px;
        height: 24px;
        bottom: 5px;
        left: 0px;
        display: flex;
    }

    #bonus-request_search-bonuses, #searchIconBonuses12 {
        height: 35px !important;
    }

    .pagesSelect {
        height:33px;
    }

    #bonusReqTableSelect {
        padding: 0;
        height: 100%;
        padding: 0px 5px;
        background: #0e0e10;
    }

    .bonus-request_pages {
        height:33px;
    }
}

@media only screen and (max-width: 435px) {
    #bonus-request_bonus-img-div {
        width: 170px;
        position: absolute;
        top: 31px;
        left: 0px;
        height: 102px;
    }

    #bonusReqDivInfo {
        width: 170px;
        height: 160px;
    }

    #bonus-request_bonus-description {
        position: absolute;
        width: 170px;
        top: 9px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        font-weight: 600;
        font-size: 10.5px;
    }

    #bonusReqButtonsCont {
        position: absolute;
        width: 170px;
        height: 24px;
        bottom: 5px;
        left: 0px;
        display: flex;
    }
}

.bonus-request_search-icon {
    display:none;
}

.search-games__container ::placeholder {
    color: #888888;
    text-align: center;
    text-align: left;
}

@media only screen and (max-width: 370px) {
    .search-games__container {
        width: 90px !important;
    }
}

.rowsTR:nth-child(even) {
    background-color: #1e2831;
}

.rowsTR:nth-child(odd) {
    background-color: #181d21;
}

@media only screen and (max-width: 390px) {
    .bonusesContainer {
        padding: 0;
        padding-left:10px;
    }
}



.available_bonuses_container {
    position:relative;
    width:100%;
}

.available_bonuses_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.bonus_info_cont {
    border-radius: 15px;
    border: 1px solid #ffffff;
    aspect-ratio: 7 / 4;
    display: grid;
    grid-template-rows: 17fr 5fr;
    position: relative;
    margin-bottom: 25px;
}


.bonus_req_buttons-container {
    display: flex;
    justify-content: center;
    gap: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: transparent;
    transform: translate(0, 50%);
    z-index: 100;
}

#bonus-request_bonus-img-div_new {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.BonusReq_request_btn {
    color: #ffffff;
    display: flex;
    gap: 5px;
    background: #792120;
    padding: 6px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.BonusReq_details_btn {
    display:flex;
    gap:5px;
    color: #ffffff;
    display: flex;
    gap: 5px;
    background: #ffac15;
    padding: 6px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.menu_bonusReq_button {
    color: #ffffff;
    display: flex;
    gap: 5px;
    background: #792120;
    padding: 6px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.BonusReq_details_btn, .BonusReq_request_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
}

.bonus_headere_part {
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

    .bonus_headere_part img {
        width: 100%; 
        height: auto; 
        object-fit: cover; 
        position: absolute;
        top: 50%; 
        left: 0;
        transform: translateY(-65%);
    }

.available_bonus_headers {
    position: absolute;
    top: 30%;
    left: 50%; 
    transform: translate(-50%, -50%);
    text-align: center; 
    color: #fff; 
    font-size: 18px; 
    font-weight: bold; 
    padding: 10px;
    z-index: 1;
    color: #ffac15;
    width:100%;
}

.BonusReq_request_btn, .BonusReq_details_btn {
    box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.4);
}

.StateAnswerMobile {
    display:none;
}

#bonus-request_search-bonuses::placeholder {
    text-transform: uppercase;
}

.BonusReqPageHeader {
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: normal;
}

.bonusReqHeaderState, .bonusReqHeaderHistory {
    text-align:center;
}

@media only screen and (min-width: 670px) {
    .DateBonusReq, .caseDiv {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bonus-request_bonus-table td {
        border-right: 1px solid #333333;
    }
    .StateAnswerPC {
        border-right:none !important;
    }
    .tableContainer_bonusReq{
        margin-bottom:0px;
    }
}

@media only screen and (max-width: 770px) {
    .BonusReqPageHeader {
        font-size: 24px;
    }

    .available_bonuses_container {
        grid-template-columns: 1fr;
    }

    .BonusReq_details_btn, .BonusReq_request_btn {
        border-radius: 20px;
        padding: 4px 15px;
    }

    .bonus_info_cont {
        grid-template-rows: 15fr 4fr;
    }

    .bonus_req_buttons-container div {
        padding: 2px 8px;
        font-size: 12px;
    }

    .available_bonus_headers {
        font-size: 16px;
    }

    .available_bonus_headers {
        padding: 0px 5px;
    }

    .StateAnswerPC {
        display: none;
    }

    .StateAnswerMobile {
        display: flex;
        width:110%;
    }

    .DateStylesMobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .DateBonusReq {
        display: flex;
        align-items: center;
    }

    .caseDiv {
        width:100%;
        display:flex;
        align-items:center;
    }

    .BonusMainTitle {
        font-size: 17px;
    }
}

#bonus-request_search-bonuses, .bonus-request_tags-search {
    font-weight: 600;
}
