/* _content/ShootAndWin/Components/Account/Pages/Login - Copy.razor.rz.scp.css */
.background[b-rh04z1fleh], .background-image-holder[b-rh04z1fleh] {
    background: linear-gradient(100deg, var(--white) 0%, var(--white) 45%, var(--teal) 58%, var(--teal) 75%, var(--teal) 92%, var(--teal) 100%);
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.outer[b-rh04z1fleh] {
    display: table;
    height: 100%;
    width: 100%;
}

.background > div[b-rh04z1fleh], .background-image[b-rh04z1fleh], .background-image-small[b-rh04z1fleh] {
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.background[b-rh04z1fleh], .background > div[b-rh04z1fleh], .background-image-holder[b-rh04z1fleh], .background-image[b-rh04z1fleh], .background-image-small[b-rh04z1fleh] {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.backgroundImage[b-rh04z1fleh], .background-image[b-rh04z1fleh] {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.template-section[b-rh04z1fleh] {
    display: table-row;
    height: 100%;
}

.middle[b-rh04z1fleh] {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px), (max-height: 366px) {
    .middle[b-rh04z1fleh] {
        vertical-align: top;
    }
}

.sign-in-box[b-rh04z1fleh] {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
    width: calc(100vw - 40px);
    padding: 44px;
    margin-bottom: 28px;
    background-color: #ffffff5e;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    min-width: 320px;
    min-height: 338px;
    overflow: hidden;
}

@media (max-width: 600px), (max-height: 366px) {
    .inner[b-rh04z1fleh], .sign-in-box[b-rh04z1fleh], .vertical-split-content[b-rh04z1fleh] {
        padding: 24px;
        margin-top: 0;
        margin-bottom: 88px;
        width: 100%;
        width: 100vw;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0;
        max-width: 100% !important;
    }
}

.fade-in-lightbox[b-rh04z1fleh] {
    animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    -moz-animation: fadeIn .3s ease-in;
    -ms-animation: fadeIn .3s ease-in;
    -o-animation: fadeIn .3s ease-in;
}

img[b-rh04z1fleh] {
    vertical-align: middle;
}

.l-wrapper[b-rh04z1fleh] {
    display: flex;
    margin-bottom: 20px;
}

.w-logo[b-rh04z1fleh] {
    width: 50%;
}

.w-operator[b-rh04z1fleh] {
    width: 50%;
    float: right;
    padding-top: 15px;
}

[operator="tt"]
.w-operator[b-rh04z1fleh] {
    width: 50%;
    float: right;
    padding-top: 15px;
}

[dir="rtl"]
.w-operator[b-rh04z1fleh] {
    float: left;
}

img.c-operator[b-rh04z1fleh] {
    width: 100px;
    float: right;
    margin-top: -5px;
}

[operator="tt"]
img.c-operator[b-rh04z1fleh] {
    width: 67px;
    float: right;
    margin-top: -17px;
}

a.btnBack[b-rh04z1fleh] {
    color: black !important;
    text-decoration: none !important;
}

[dir="rtl"]
img.c-operator[b-rh04z1fleh] {
    float: left;
}

.logo[b-rh04z1fleh] {
    max-width: 256px;
    height: 50px;
    float: left;
}

[dir="rtl"]
.logo[b-rh04z1fleh] {
    float: right;
}

.animate.slide-in-back[b-rh04z1fleh] {
    animation-name: show-from-right;
    -webkit-animation-name: show-from-right;
    -moz-animation-name: show-from-right;
    -ms-animation-name: show-from-right;
    -o-animation-name: show-from-right;
}

.animate[b-rh04z1fleh] {
    animation-duration: .25s;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-timing-function: cubic-bezier(.5,0,.5,1);
    -webkit-animation-timing-function: cubic-bezier(.5,0,.5,1);
    -moz-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -ms-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -o-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    transition-property: left;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.pagination-view[b-rh04z1fleh] {
    position: relative;
    min-height: 206px;
}

.title[b-rh04z1fleh] {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    line-height: 1.75rem;
    padding-bottom: 2.3632px;
    padding-top: 2.3632px;
    color: #1b1b1b;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 12px;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
}

.row[b-rh04z1fleh] {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
}
}
    .row[b-rh04z1fleh]:before, .row[b-rh04z1fleh]:after {
        content: " ";
        display: table
    }

    .row[b-rh04z1fleh]:after {
        clear: both
    }

.form-group[b-rh04z1fleh] {
    margin-bottom: 16px;
}

.form-group[b-rh04z1fleh] {
    margin-bottom: 12px;
}

.form-control[b-rh04z1fleh] {
    display: block;
    width: 100%;
    background-image: none;
}

.col-xs-24[b-rh04z1fleh], .col-xs-19[b-rh04z1fleh], .col-xs-5[b-rh04z1fleh] {
    float: left;
}

[dir="rtl"] .col-xs-24[b-rh04z1fleh],
[dir="rtl"] .col-xs-19[b-rh04z1fleh],
[dir="rtl"] .col-xs-5[b-rh04z1fleh] {
    float: right;
}

.col-xs-24[b-rh04z1fleh] {
    width: 100%;
}

.col-xs-5[b-rh04z1fleh] {
    width: 20.83333%;
}

.col-xs-19[b-rh04z1fleh] {
    width: 79.16667%;
}

.phoneCountryBox[b-rh04z1fleh] {
    display: inline-flex;
    background-color: #eee;
    border: 1px solid #eee;
    border-bottom-color: #0067b8;
    margin: -1px -1px 0 -1px;
}

.phoneCountryCode.hasFocus[b-rh04z1fleh] {
    border: 1px solid #eee;
}

.phoneCountryCode[b-rh04z1fleh] {
    width: 100%;
    right:unset;
    left: 0;
    padding: 6px 4px;
    height: 36px;
    border-bottom-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    border-bottom-style: solid;
}

[dir="rtl"]
.phoneCountryCode[b-rh04z1fleh] {
    left: unset;
    right: 0;
}

label[b-rh04z1fleh] {
    display: inline-block;
    max-width: 100%;
}

.downArrow[b-rh04z1fleh] {
    left: unset;
    right: -6px;
    padding: 6px 0;
    height: 36px;
}

[dir="rtl"]
.downArrow[b-rh04z1fleh] {
    left: -6px;
    right: unset;
}

.phoneCountry[b-rh04z1fleh] {
    left: 0;
    right: unset;
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[dir="rtl"]
.phoneCountry[b-rh04z1fleh] {
    left: unset;
    right: 0;
}

select[b-rh04z1fleh] {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding: 6px 0;
}

.text-input[b-rh04z1fleh], input[type="color"][b-rh04z1fleh], input[type="date"][b-rh04z1fleh], input[type="datetime"][b-rh04z1fleh], input[type="datetime-local"][b-rh04z1fleh], input[type="email"][b-rh04z1fleh], input[type="month"][b-rh04z1fleh], input[type="number"][b-rh04z1fleh], input[type="password"][b-rh04z1fleh], input[type="search"][b-rh04z1fleh], input[type="tel"][b-rh04z1fleh], input[type="text"][b-rh04z1fleh], input[type="time"][b-rh04z1fleh], input[type="url"][b-rh04z1fleh], input[type="week"][b-rh04z1fleh], textarea[b-rh04z1fleh], select[b-rh04z1fleh] {
    padding: 6px 10px;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
}


.phoneNumber[b-rh04z1fleh] {
    display: inline-block;
/*    padding-left: 16px;
    padding-right: unset;*/
}

/*[dir="rtl"]
.phoneNumber {
    padding-right: 16px;
    padding-left: unset;
}*/

.margin-top-20[b-rh04z1fleh] {
    margin-top: 20px;
}

.ltr_override[b-rh04z1fleh], .dirltr[b-rh04z1fleh] {
    direction: ltr;
    text-align: left;
}

[dir="rtl"]
.ltr_override[b-rh04z1fleh], .dirltr[b-rh04z1fleh] {
    direction: rtl;
    text-align: right;
}

.input.text-box[b-rh04z1fleh] {
    padding: 4px 8px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, .4);
    height: 32px;
    height: 2rem;
    padding: 6px 10px;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
}

.text-caption[b-rh04z1fleh] {
    margin: .5rem 0 .5rem 0;
    margin: 8px 0 8px 0;
}

.text-caption[b-rh04z1fleh], h5[b-rh04z1fleh] {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-size: .75rem;
    line-height: .875rem;
    padding-bottom: 1.1816px;
    padding-top: 1.1816px;
}

.button-container[b-rh04z1fleh] {
    left:unset;
    right: 0;
    text-align: right;
}

[dir="rtl"]
.button-container[b-rh04z1fleh] {
    left: 0;
    right: unset;
    text-align: left;
}

.no-padding-left-right[b-rh04z1fleh] {
    padding-left: 0;
    padding-right: 0;
}

.inline-block[b-rh04z1fleh] {
    display: inline-block;
}

.button.primary[b-rh04z1fleh] {
    background-color: #0067b83d;
    border: 0.04em solid #0067b83d;
    border-radius: 10px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 300px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

.ext-button[b-rh04z1fleh] {
    background-color: #0067b80f !important;
    border: 1px solid #0067b85c !important;
}

.btn[b-rh04z1fleh], button[b-rh04z1fleh], input[type='button'][b-rh04z1fleh], input[type='submit'][b-rh04z1fleh], input[type='reset'][b-rh04z1fleh] {
    margin-top: 0;
    margin-bottom: 0;
}

.btn[b-rh04z1fleh], button[b-rh04z1fleh], input[type='button'][b-rh04z1fleh], input[type='submit'][b-rh04z1fleh], input[type='reset'][b-rh04z1fleh] {
    min-height: 32px;
    border: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .2);
    min-width: 108px;
    line-height: normal;
}

.btn[b-rh04z1fleh], button[b-rh04z1fleh], input[type="button"][b-rh04z1fleh], input[type="submit"][b-rh04z1fleh], input[type="reset"][b-rh04z1fleh] {
    display: inline-block;
    min-width: 100px;
    padding: 4px 12px 4px 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    touch-action: manipulation;
    color: #000;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background-color: rgba(0, 0, 0, .2);
}
/* _content/ShootAndWin/Components/Account/Pages/Login.razor.rz.scp.css */
.background[b-468dpf7n6s], .background-image-holder[b-468dpf7n6s] {
    background: linear-gradient(100deg, var(--white) 0%, var(--white) 45%, var(--teal) 58%, var(--teal) 75%, var(--teal) 92%, var(--teal) 100%);
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.outer[b-468dpf7n6s] {
    display: table;
    height: 100%;
    width: 100%;
}

.background > div[b-468dpf7n6s], .background-image[b-468dpf7n6s], .background-image-small[b-468dpf7n6s] {
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.background[b-468dpf7n6s], .background > div[b-468dpf7n6s], .background-image-holder[b-468dpf7n6s], .background-image[b-468dpf7n6s], .background-image-small[b-468dpf7n6s] {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.backgroundImage[b-468dpf7n6s], .background-image[b-468dpf7n6s] {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.template-section[b-468dpf7n6s] {
    display: table-row;
    height: 100%;
}

.middle[b-468dpf7n6s] {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px), (max-height: 366px) {
    .middle[b-468dpf7n6s] {
        vertical-align: top;
    }
}

.sign-in-box[b-468dpf7n6s] {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
    width: calc(100vw - 40px);
    padding: 44px;
    margin-bottom: 28px;
    background-color: #ffffff5e;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    min-width: 320px;
    min-height: 338px;
    overflow: hidden;
}

@media (max-width: 600px), (max-height: 366px) {
    .inner[b-468dpf7n6s], .sign-in-box[b-468dpf7n6s], .vertical-split-content[b-468dpf7n6s] {
        padding: 24px;
        margin-top: 0;
        margin-bottom: 88px;
        width: 100%;
        width: 100vw;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0;
        max-width: 100% !important;
    }
}

.fade-in-lightbox[b-468dpf7n6s] {
    animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    -moz-animation: fadeIn .3s ease-in;
    -ms-animation: fadeIn .3s ease-in;
    -o-animation: fadeIn .3s ease-in;
}

img[b-468dpf7n6s] {
    vertical-align: middle;
}

.l-wrapper[b-468dpf7n6s] {
    display: flex;
    margin-bottom: 30px;
}

.w-logo[b-468dpf7n6s] {
    width: 50%;
}

.w-operator[b-468dpf7n6s] {
    width: 50%;
    float: right;
    padding-top: 15px;
}

[operator="tt"]
.w-operator[b-468dpf7n6s] {
    width: 50%;
    float: right;
    padding-top: 15px;
}

[dir="rtl"]
.w-operator[b-468dpf7n6s] {
    float: left;
}

img.c-operator[b-468dpf7n6s] {
    width: 100px;
    float: right;
    margin-top: -5px;
}

[operator="tt"]
img.c-operator[b-468dpf7n6s] {
    width: 67px;
    float: right;
    margin-top: -17px;
}

a.btnBack[b-468dpf7n6s] {
    color: black !important;
    text-decoration: none !important;
}

[dir="rtl"]
img.c-operator[b-468dpf7n6s] {
    float: left;
}

.logo[b-468dpf7n6s] {
    max-width: 256px;
    height: 50px;
    float: left;
}

[dir="rtl"]
.logo[b-468dpf7n6s] {
    float: right;
}

.animate.slide-in-back[b-468dpf7n6s] {
    animation-name: show-from-right;
    -webkit-animation-name: show-from-right;
    -moz-animation-name: show-from-right;
    -ms-animation-name: show-from-right;
    -o-animation-name: show-from-right;
}

.animate[b-468dpf7n6s] {
    animation-duration: .25s;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-timing-function: cubic-bezier(.5,0,.5,1);
    -webkit-animation-timing-function: cubic-bezier(.5,0,.5,1);
    -moz-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -ms-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -o-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    transition-property: left;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.pagination-view[b-468dpf7n6s] {
    position: relative;
    min-height: 206px;
}

.title[b-468dpf7n6s] {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    line-height: 1.75rem;
    padding-bottom: 2.3632px;
    padding-top: 2.3632px;
    color: #1b1b1b;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 12px;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
}

.row[b-468dpf7n6s] {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
    display: inline-grid;
}
}
    .row[b-468dpf7n6s]:before, .row[b-468dpf7n6s]:after {
        content: " ";
        display: table
    }

    .row[b-468dpf7n6s]:after {
        clear: both
    }

.form-group[b-468dpf7n6s] {
    margin-bottom: 16px;
}

.form-group[b-468dpf7n6s] {
    margin-bottom: 12px;
}

.win-button-pin-bottom[b-468dpf7n6s] {
    float: right;
}

[dir="rtl"] .win-button-pin-bottom[b-468dpf7n6s] {
    float: left;
}

.col-xs-24[b-468dpf7n6s], .col-xs-19[b-468dpf7n6s], .col-xs-5[b-468dpf7n6s] {
    float: left;
}

[dir="rtl"] .col-xs-24[b-468dpf7n6s],
[dir="rtl"] .col-xs-19[b-468dpf7n6s],
[dir="rtl"] .col-xs-5[b-468dpf7n6s] {
    float: right;
}

.col-xs-24[b-468dpf7n6s] {
    width: 100%;
}

.col-xs-5[b-468dpf7n6s] {
    width: 20.83333%;
}

.col-xs-19[b-468dpf7n6s] {
    width: 79.16667%;
}

.phoneCountryBox[b-468dpf7n6s] {
    display: inline-flex;
    background-color: #eee;
    border: 1px solid #eee;
    border-bottom-color: #0067b8;
    margin: 0;
}

.phoneCountryCode.hasFocus[b-468dpf7n6s] {
    border: 1px solid #eee;
}

.phoneCountryCode[b-468dpf7n6s] {
    width: 100%;
    right:unset;
    left: 0;
    padding: 6px 4px;
    height: 36px;
    border-bottom-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    border-bottom-style: solid;
}

[dir="rtl"]
.phoneCountryCode[b-468dpf7n6s] {
    left: unset;
    right: 0;
}

label[b-468dpf7n6s] {
    display: inline-block;
    max-width: 100%;
}

.downArrow[b-468dpf7n6s] {
    left: unset;
    right: -6px;
    padding: 6px 0;
    height: 36px;
}

[dir="rtl"]
.downArrow[b-468dpf7n6s] {
    left: -6px;
    right: unset;
}

.phoneCountry[b-468dpf7n6s] {
    left: 0;
    right: unset;
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[dir="rtl"]
.phoneCountry[b-468dpf7n6s] {
    left: unset;
    right: 0;
}

select[b-468dpf7n6s] {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding: 6px 0;
}

.text-input[b-468dpf7n6s], input[type="color"][b-468dpf7n6s], input[type="date"][b-468dpf7n6s], input[type="datetime"][b-468dpf7n6s], input[type="datetime-local"][b-468dpf7n6s], input[type="email"][b-468dpf7n6s], input[type="month"][b-468dpf7n6s], input[type="number"][b-468dpf7n6s], input[type="password"][b-468dpf7n6s], input[type="search"][b-468dpf7n6s], input[type="tel"][b-468dpf7n6s], input[type="text"][b-468dpf7n6s], input[type="time"][b-468dpf7n6s], input[type="url"][b-468dpf7n6s], input[type="week"][b-468dpf7n6s], textarea[b-468dpf7n6s], select[b-468dpf7n6s] {
    padding: 6px 10px;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
}


.phoneNumber[b-468dpf7n6s] {
    display: inline-block;
/*    padding-left: 16px;
    padding-right: unset;*/
}

/*[dir="rtl"]
.phoneNumber {
    padding-right: 16px;
    padding-left: unset;
}*/

.margin-top-20[b-468dpf7n6s] {
    margin-top: 20px;
}

.ltr_override[b-468dpf7n6s], .dirltr[b-468dpf7n6s] {
    direction: ltr;
    text-align: left;
}

[dir="rtl"]
.ltr_override[b-468dpf7n6s], .dirltr[b-468dpf7n6s] {
    direction: rtl;
    text-align: right;
}

.input.text-box[b-468dpf7n6s] {
    padding: 4px 8px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, .4);
    height: 32px;
    height: 2rem;
    padding: 6px 10px;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
}

.text-caption[b-468dpf7n6s] {
    margin: .5rem 0 .5rem 0;
    margin: 8px 0 8px 0;
}

.text-caption[b-468dpf7n6s], h5[b-468dpf7n6s] {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-size: .75rem;
    line-height: .875rem;
    padding-bottom: 1.1816px;
    padding-top: 20px;
}

.button-container[b-468dpf7n6s] {
    left:unset;
    right: 0;
    text-align: right;
}

[dir="rtl"]
.button-container[b-468dpf7n6s] {
    left: 0;
    right: unset;
    text-align: left;
}

.no-padding-left-right[b-468dpf7n6s] {
    padding-left: 0;
    padding-right: 0;
}

.inline-block[b-468dpf7n6s] {
    display: inline-block;
}

.button.primary[b-468dpf7n6s] {
    background-color: #0067b83d;
    border: 0.04em solid #0067b83d;
    border-radius: 10px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 300px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

.ext-button[b-468dpf7n6s] {
    background-color: #0067b80f !important;
    border: 1px solid #0067b85c !important;
}

.btn[b-468dpf7n6s], button[b-468dpf7n6s], input[type='button'][b-468dpf7n6s], input[type='submit'][b-468dpf7n6s], input[type='reset'][b-468dpf7n6s] {
    margin-top: 0;
    margin-bottom: 0;
}

.btn[b-468dpf7n6s], button[b-468dpf7n6s], input[type='button'][b-468dpf7n6s], input[type='submit'][b-468dpf7n6s], input[type='reset'][b-468dpf7n6s] {
    min-height: 32px;
    border: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .2);
    min-width: 108px;
    line-height: normal;
}

.btn[b-468dpf7n6s], button[b-468dpf7n6s], input[type="button"][b-468dpf7n6s], input[type="submit"][b-468dpf7n6s], input[type="reset"][b-468dpf7n6s] {
    display: inline-block;
    min-width: 100px;
    padding: 4px 12px 4px 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    touch-action: manipulation;
    color: #000;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background-color: rgba(0, 0, 0, .2);
}

@media (min-width: 641px) {
    .page[b-468dpf7n6s] {
        flex-direction: unset;
    }
}
/* _content/ShootAndWin/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-um1yupnk1y] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    background-image: url(/images/background/bg1-ltr-108.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 100%;
}

/*[dir="ltr"] .page {
    background-position: 40% 100%;
}
*/
[dir="rtl"] .page[b-um1yupnk1y] {
    background-image: url(/images/background/bg1-rtl-108.jfif);
    /*    background-image: url(/images/background/bg-rtl-107.jfif);*/
    background-position: 100% 0%;
}

main[b-um1yupnk1y] {
    flex: 1;
}

.sidebar[b-um1yupnk1y] {
/*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-um1yupnk1y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-um1yupnk1y]  a, .top-row[b-um1yupnk1y]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-um1yupnk1y]  a:hover, .top-row[b-um1yupnk1y]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-um1yupnk1y]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-um1yupnk1y] {
        justify-content: space-between;
    }

    .top-row[b-um1yupnk1y]  a, .top-row[b-um1yupnk1y]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-um1yupnk1y] {
        flex-direction: row;
    }

    .sidebar[b-um1yupnk1y] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-um1yupnk1y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-um1yupnk1y]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-um1yupnk1y], article[b-um1yupnk1y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-um1yupnk1y] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-um1yupnk1y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.play-style[b-um1yupnk1y] {
/*    background-image: linear-gradient(310deg, #21252900 0%, #21252900 45%, #ffffff96 50%, #6a6e7100 90%), url(/images/background/bg1-ltr-108.jfif);
    background-position: 0% 50%;*/
}

[dir="rtl"] .play-style[b-um1yupnk1y] {
 /*   background-image: linear-gradient(360deg, #212529c2 0%, #2125298c 45%, #21252996 50%, #6a6e7169 90%), url(/images/background/bg1-rtl-108.jfif) !important;*/
}

.gamerules-style[b-um1yupnk1y] {
    background-color: #7f7777;
    background-image: unset;
}

.white-style[b-um1yupnk1y] {
/*    background-color: white;
    background-image: unset;*/
}

.login-style[b-um1yupnk1y] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    background-image: url(/images/background/bg1-ltr-108.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 100%;
    justify-content: center;
}
/* _content/ShootAndWin/Components/Layout/NavMenu.razor.rz.scp.css */
[dir="rtl"] .nav-scrollable[b-lzvg2lemtg] {
    zoom: 0.85;
}

.display-none[b-lzvg2lemtg] {
    display: none;
}

.navbar-toggler[b-lzvg2lemtg] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    left: unset;
    right: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0.03rem;
}

[dir="rtl"]
.navbar-toggler[b-lzvg2lemtg] {
    left: 1rem;
    right: unset;
}

.navbar-toggler:checked[b-lzvg2lemtg] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lzvg2lemtg] {
    height: 3.5rem;
/*    background-color: rgba(0,0,0,0.4);*/
}

.navbar-brand[b-lzvg2lemtg] {
    font-size: 1.1rem;
    position: absolute;
    left: 4.5rem;
    right: unset;
    top: 0.65rem;
    margin-right: 0rem;
    cursor: pointer;
}

[dir="rtl"]
.navbar-brand[b-lzvg2lemtg] {
    left: unset;
    right: 4.5rem;
    top: 0.5rem;
}

.bi[b-lzvg2lemtg] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lzvg2lemtg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lzvg2lemtg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lzvg2lemtg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-lzvg2lemtg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-lzvg2lemtg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-lzvg2lemtg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-lzvg2lemtg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-lzvg2lemtg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

[dir="rtl"]
.bi-nav-text[b-lzvg2lemtg] {
    margin-right: 0.3rem;
}

.nav-item[b-lzvg2lemtg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

[dir="rtl"]
.nav-item[b-lzvg2lemtg] {
    font-size: 1rem;
}

    .nav-item:first-of-type[b-lzvg2lemtg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lzvg2lemtg] {
        padding-bottom: 1rem;
    }

.nav-item[b-lzvg2lemtg]  .nav-link {
    color: var(--black);
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    cursor: pointer;
}

.nav-item[b-lzvg2lemtg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lzvg2lemtg]  .nav-link:hover {
    background-color: rgb(67 67 67 / 10%);
    color: #000000;
}

.nav-scrollable[b-lzvg2lemtg] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lzvg2lemtg] {
    display: block;
}

.c-logo[b-lzvg2lemtg] {
    width: 100px;
}

.c-operator[b-lzvg2lemtg] {
    position: absolute;
    left: 1rem;
    right: unset;
    top: 1rem;
    width: 5rem;
}

[operator="tt"]
.c-operator[b-lzvg2lemtg] {
    top: 0.7rem;
    width: 3rem;
}

[dir="rtl"]
.c-operator[b-lzvg2lemtg] {
    left: unset;
    right: 1rem;
}

.c-invitations[b-lzvg2lemtg] {
    padding: 0.1rem 0.7rem 0.3rem 0.7rem;
    max-width: 8rem;
    background-color: #2e68b3;
    position: absolute;
    left: unset;
    right: 5rem;
    top: 1rem;
    font-size: small;
    border: 1px solid #ffffff73;
    border-radius: 2px;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

[dir="rtl"]
.c-invitations[b-lzvg2lemtg] {
    padding: 0.2rem 0.7rem 0.15rem 0.7rem;
    left: 5rem;
    right: unset;
    font-size: medium;
    top: 0.85rem;
}

.container[b-lzvg2lemtg], .container-fluid[b-lzvg2lemtg], .container-lg[b-lzvg2lemtg], .container-md[b-lzvg2lemtg], .container-sm[b-lzvg2lemtg], .container-xl[b-lzvg2lemtg], .container-xxl[b-lzvg2lemtg] {
    padding-left: unset;
}

@media (max-width: 320px) {
    .c-logo[b-lzvg2lemtg] {
        width: 100px;
    }

/*    .c-operator {
        display: none;
    }*/
}

@media (min-width: 641px) {
    .navbar-toggler[b-lzvg2lemtg] {
        display: none;
    }

    .c-invitations[b-lzvg2lemtg] {
        display: none;
    }

    .nav-scrollable[b-lzvg2lemtg] {
        /* Never collapse the sidebar for wide screens */
    display: block;
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

    .c-logo[b-lzvg2lemtg] {
        width: 100px;
    }


    .c-operator[b-lzvg2lemtg] {
/*        left: unset;
        right: 20px;*/
    }

    [dir="rtl"]
    .c-operator[b-lzvg2lemtg] {
/*        left: 20px;
        right: unset;*/
    }
}

select[b-lzvg2lemtg] {
/*    appearance: none;*/
    outline: 10px red;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    color: #fff;
    background-color: unset;
    background-image: none;
    cursor: pointer;
}
    select[b-lzvg2lemtg]::-ms-expand {
        display: none;
    }

option[b-lzvg2lemtg] {
    background-color: #536b7f57;
    color: #333;
}

/*switch container*/




label[b-lzvg2lemtg] {
    cursor: pointer;
}

/* /////for three state switch/////////////////////// */
.switch3[b-lzvg2lemtg] {
    position: relative;
    height: 50px;
    display: flex;
    justify-content: space-around;
    margin: -.5rem -1rem;
}

    .switch3 input[type="radio"][b-lzvg2lemtg], .switch3 input[type="checkbox"][b-lzvg2lemtg] {
        display: none;
        cursor: pointer;
    }

    .switch3 label[b-lzvg2lemtg] {
        padding: 0rem 1rem;
        z-index: 1;
        color: var(--black);
    }

    .switch3[b-lzvg2lemtg]::before {
        content: '';
        position: absolute;
        width: 34%;
        height: 100%;
        background: #00000052;
        border: 1px solid #0000004a;
        border-radius: 12px;
        opacity: .5;
    }

    [dir="rtl"]
    .switch3[b-lzvg2lemtg]::before {
        right: 0;
        transition: .5s right ease;
    }

    [dir="ltr"]
    .switch3[b-lzvg2lemtg]::before {
        left: 0;
        transition: .5s left ease;
    }

[dir="rtl"]
.switch3:has(#switch3-radio1:checked)[b-lzvg2lemtg]::before {
    right: 0%;
}

[dir="rtl"]
.switch3:has(#switch3-radio2:checked)[b-lzvg2lemtg]::before {
    right: 39%;
}

[dir="rtl"]
.switch3:has(#switch3-radio3:checked)[b-lzvg2lemtg]::before {
    right: 70%;
}

[dir="ltr"]
.switch3:has(#switch3-radio1:checked)[b-lzvg2lemtg]::before {
    left: 0%;
}

[dir="ltr"]
.switch3:has(#switch3-radio2:checked)[b-lzvg2lemtg]::before {
    left: 39%;
}

[dir="ltr"]
.switch3:has(#switch3-radio3:checked)[b-lzvg2lemtg]::before {
    left: 70%;
}
/* _content/ShootAndWin/Components/Pages/Attempts.razor.rz.scp.css */
.align-center[b-u4zibak6ma] {
    text-align: center;
}

.padding-top-40[b-u4zibak6ma] {
    padding-top: 40px;
}
/* _content/ShootAndWin/Components/Pages/Charging.razor.rz.scp.css */
.background[b-4zog5mcnht], .background-image-holder[b-4zog5mcnht] {
    background: linear-gradient(100deg, var(--white) 0%, var(--white) 45%, var(--teal) 58%, var(--teal) 75%, var(--teal) 92%, var(--teal) 100%);
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.outer[b-4zog5mcnht] {
    display: table;
    height: 100%;
    width: 100%;
}

.background > div[b-4zog5mcnht], .background-image[b-4zog5mcnht], .background-image-small[b-4zog5mcnht] {
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.background[b-4zog5mcnht], .background > div[b-4zog5mcnht], .background-image-holder[b-4zog5mcnht], .background-image[b-4zog5mcnht], .background-image-small[b-4zog5mcnht] {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.backgroundImage[b-4zog5mcnht], .background-image[b-4zog5mcnht] {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.template-section[b-4zog5mcnht] {
    display: table-row;
    height: 100%;
}

.middle[b-4zog5mcnht] {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px), (max-height: 366px) {
    .middle[b-4zog5mcnht] {
        vertical-align: top;
    }
}

.sign-in-box[b-4zog5mcnht] {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
    width: calc(100% - 40px);
    padding: 44px;
    margin-bottom: 28px;
    background-color: #ffffff5e;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    min-width: 320px;
    min-height: 338px;
    overflow: hidden;
}

@media (max-width: 600px), (max-height: 366px) {
    .inner[b-4zog5mcnht], .sign-in-box[b-4zog5mcnht], .vertical-split-content[b-4zog5mcnht] {
        padding: 24px;
        margin-top: 0;
        margin-bottom: 88px;
        width: 100%;
        width: 100vw;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0;
        max-width: 100% !important;
    }
}

.fade-in-lightbox[b-4zog5mcnht] {
    animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    -moz-animation: fadeIn .3s ease-in;
    -ms-animation: fadeIn .3s ease-in;
    -o-animation: fadeIn .3s ease-in;
}

img[b-4zog5mcnht] {
    vertical-align: middle;
}

.l-wrapper[b-4zog5mcnht] {
    display: flex;
    margin-bottom: 20px;
}

.w-logo[b-4zog5mcnht] {
    width: 50%;
}

.w-operator[b-4zog5mcnht] {
    width: 50%;
    float: right;
    padding-top: 15px;
}

[operator="tt"]
.w-operator[b-4zog5mcnht] {
    width: 50%;
    float: right;
    padding-top: 15px;
}

[dir="rtl"]
.w-operator[b-4zog5mcnht] {
    float: left;
}

img.c-operator[b-4zog5mcnht] {
    width: 100px;
    float: right;
    margin-top: -5px;
}

[operator="tt"]
img.c-operator[b-4zog5mcnht] {
    width: 67px;
    float: right;
    margin-top: -17px;
}

a.btnBack[b-4zog5mcnht] {
    color: black !important;
    text-decoration: none !important;
}

[dir="rtl"]
img.c-operator[b-4zog5mcnht] {
    float: left;
}

.logo[b-4zog5mcnht] {
    max-width: 256px;
    height: 50px;
    float: left;
}

[dir="rtl"]
.logo[b-4zog5mcnht] {
    float: right;
}

.animate.slide-in-back[b-4zog5mcnht] {
    animation-name: show-from-right;
    -webkit-animation-name: show-from-right;
    -moz-animation-name: show-from-right;
    -ms-animation-name: show-from-right;
    -o-animation-name: show-from-right;
}

.animate[b-4zog5mcnht] {
    animation-duration: .25s;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-timing-function: cubic-bezier(.5,0,.5,1);
    -webkit-animation-timing-function: cubic-bezier(.5,0,.5,1);
    -moz-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -ms-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -o-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    transition-property: left;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.pagination-view[b-4zog5mcnht] {
    position: relative;
    min-height: 206px;
}

.title[b-4zog5mcnht] {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    line-height: 1.75rem;
    padding-bottom: 2.3632px;
    padding-top: 2.3632px;
    color: #1b1b1b;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 12px;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
}

.row[b-4zog5mcnht] {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
}
}
    .row[b-4zog5mcnht]:before, .row[b-4zog5mcnht]:after {
        content: " ";
        display: table
    }

    .row[b-4zog5mcnht]:after {
        clear: both
    }

.form-group[b-4zog5mcnht] {
    margin-bottom: 16px;
}

.form-group[b-4zog5mcnht] {
    margin-bottom: 12px;
}

.form-control[b-4zog5mcnht] {
    display: block;
    width: 100%;
    background-image: none;
}

.col-xs-24[b-4zog5mcnht], .col-xs-19[b-4zog5mcnht], .col-xs-5[b-4zog5mcnht] {
    float: left;
}

[dir="rtl"] .col-xs-24[b-4zog5mcnht],
[dir="rtl"] .col-xs-19[b-4zog5mcnht],
[dir="rtl"] .col-xs-5[b-4zog5mcnht] {
    float: right;
}

.col-xs-24[b-4zog5mcnht] {
    width: 100%;
}

.col-xs-5[b-4zog5mcnht] {
    width: 20.83333%;
}

.col-xs-19[b-4zog5mcnht] {
    width: 79.16667%;
}

.phoneCountryBox[b-4zog5mcnht] {
    display: inline-flex;
    background-color: #eee;
    border: 1px solid #eee;
    border-bottom-color: #0067b8;
    margin: -1px -1px 0 -1px;
}

.phoneCountryCode.hasFocus[b-4zog5mcnht] {
    border: 1px solid #eee;
}

.phoneCountryCode[b-4zog5mcnht] {
    width: 100%;
    right:unset;
    left: 0;
    padding: 6px 4px;
    height: 36px;
    border-bottom-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    border-bottom-style: solid;
}

[dir="rtl"]
.phoneCountryCode[b-4zog5mcnht] {
    left: unset;
    right: 0;
}

label[b-4zog5mcnht] {
    display: inline-block;
    max-width: 100%;
}

.downArrow[b-4zog5mcnht] {
    left: unset;
    right: -6px;
    padding: 6px 0;
    height: 36px;
}

[dir="rtl"]
.downArrow[b-4zog5mcnht] {
    left: -6px;
    right: unset;
}

.phoneCountry[b-4zog5mcnht] {
    left: 0;
    right: unset;
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[dir="rtl"]
.phoneCountry[b-4zog5mcnht] {
    left: unset;
    right: 0;
}

select[b-4zog5mcnht] {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding: 6px 0;
}

.text-input[b-4zog5mcnht], input[type="color"][b-4zog5mcnht], input[type="date"][b-4zog5mcnht], input[type="datetime"][b-4zog5mcnht], input[type="datetime-local"][b-4zog5mcnht], input[type="email"][b-4zog5mcnht], input[type="month"][b-4zog5mcnht], input[type="number"][b-4zog5mcnht], input[type="password"][b-4zog5mcnht], input[type="search"][b-4zog5mcnht], input[type="tel"][b-4zog5mcnht], input[type="text"][b-4zog5mcnht], input[type="time"][b-4zog5mcnht], input[type="url"][b-4zog5mcnht], input[type="week"][b-4zog5mcnht], textarea[b-4zog5mcnht], select[b-4zog5mcnht] {
    padding: 6px 10px;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
}


.phoneNumber[b-4zog5mcnht] {
    display: inline-block;
/*    padding-left: 16px;
    padding-right: unset;*/
}

/*[dir="rtl"]
.phoneNumber {
    padding-right: 16px;
    padding-left: unset;
}*/

.margin-top-20[b-4zog5mcnht] {
    margin-top: 20px;
}

.margin-top-40[b-4zog5mcnht] {
    margin-top: 40px;
}

.separator-5[b-4zog5mcnht] {
    padding: 0 5px;
}

.ltr_override[b-4zog5mcnht], .dirltr[b-4zog5mcnht] {
    direction: ltr;
    text-align: left;
}

[dir="rtl"]
.ltr_override[b-4zog5mcnht], .dirltr[b-4zog5mcnht] {
    direction: rtl;
    text-align: right;
}

.input.text-box[b-4zog5mcnht] {
    padding: 4px 8px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, .4);
    height: 32px;
    height: 2rem;
    padding: 6px 10px;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
}

.text-caption[b-4zog5mcnht] {
    margin: .5rem 0 .5rem 0;
    margin: 8px 0 8px 0;
}

.text-caption[b-4zog5mcnht], h5[b-4zog5mcnht] {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-size: .75rem;
    line-height: .875rem;
    padding-bottom: 1.1816px;
    padding-top: 1.1816px;
}

.button-container[b-4zog5mcnht] {
    left:unset;
    right: 0;
    text-align: right;
}

[dir="rtl"]
.button-container[b-4zog5mcnht] {
    left: 0;
    right: unset;
    text-align: left;
}

.no-padding-left-right[b-4zog5mcnht] {
    padding-left: 0;
    padding-right: 0;
}

.inline-block[b-4zog5mcnht] {
    display: inline-block;
}
.inline-flex[b-4zog5mcnht] {
    display: inline-flex;
}

.button.primary[b-4zog5mcnht] {
    background-color: #0067b83d;
    border: 0.04em solid #0067b83d;
    border-radius: 10px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 300px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

.ext-button[b-4zog5mcnht] {
    background-color: #0067b80f !important;
    border: 1px solid #0067b85c !important;
}

.btn[b-4zog5mcnht], button[b-4zog5mcnht], input[type='button'][b-4zog5mcnht], input[type='submit'][b-4zog5mcnht], input[type='reset'][b-4zog5mcnht] {
    margin-top: 0;
    margin-bottom: 0;
}

.btn[b-4zog5mcnht], button[b-4zog5mcnht], input[type='button'][b-4zog5mcnht], input[type='submit'][b-4zog5mcnht], input[type='reset'][b-4zog5mcnht] {
    min-height: 32px;
    border: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .2);
    min-width: 108px;
    line-height: normal;
}

.btn[b-4zog5mcnht], button[b-4zog5mcnht], input[type="button"][b-4zog5mcnht], input[type="submit"][b-4zog5mcnht], input[type="reset"][b-4zog5mcnht] {
    display: inline-block;
    min-width: 100px;
    padding: 4px 12px 4px 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    touch-action: manipulation;
    color: #000;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background-color: rgba(0, 0, 0, .2);
}
/* _content/ShootAndWin/Components/Pages/Court.razor.rz.scp.css */
.cls-1[b-5a515npvmk], .cls-10[b-5a515npvmk], .cls-12[b-5a515npvmk], .cls-3[b-5a515npvmk], .cls-6[b-5a515npvmk], .cls-66[b-5a515npvmk], .cls-9[b-5a515npvmk] {
    fill: none;
}

.cls-2[b-5a515npvmk] {
    clip-path: url(#clip-path);
}

.cls-10[b-5a515npvmk], .cls-12[b-5a515npvmk], .cls-3[b-5a515npvmk], .cls-66[b-5a515npvmk], .cls-9[b-5a515npvmk] {
    stroke: #fff;
}

.cls-10[b-5a515npvmk], .cls-12[b-5a515npvmk], .cls-3[b-5a515npvmk], .cls-4[b-5a515npvmk], .cls-5[b-5a515npvmk], .cls-6[b-5a515npvmk], .cls-66[b-5a515npvmk] {
    stroke-miterlimit: 10;
}

.cls-4[b-5a515npvmk], .cls-5[b-5a515npvmk] {
    fill: #fff;
    stroke-width: 3px;
    opacity: 0.22;
}

.cls-4[b-5a515npvmk] {
    stroke: gray;
}

.cls-5[b-5a515npvmk], .cls-6[b-5a515npvmk] {
    stroke: #999;
}

.cls-7[b-5a515npvmk] {
    fill: #c7b299;
}

.cls-8[b-5a515npvmk] {
    fill: gray;
}

.cls-9[b-5a515npvmk] {
    stroke-linejoin: round;
}

.cls-10[b-5a515npvmk] {
    stroke-width: 0.75px;
}

.cls-11[b-5a515npvmk] {
    fill: red;
}

[operator="tt"] .cls-11[b-5a515npvmk] {
    fill: #0067ffb0;
}

.cls-12[b-5a515npvmk] {
    stroke-dasharray: 4;
}

.cls-13[b-5a515npvmk] {
    isolation: isolate;
}

.cls-14[b-5a515npvmk] {
    fill: #585d61;
}

.cls-15[b-5a515npvmk] {
    clip-path: url(#clip-path-2);
}

.cls-16[b-5a515npvmk] {
    fill: #404447;
}

.cls-17[b-5a515npvmk] {
    clip-path: url(#clip-path-3);
}

.cls-18[b-5a515npvmk] {
    fill: #43474a;
}

.cls-19[b-5a515npvmk] {
    fill: #45494d;
}

.cls-20[b-5a515npvmk] {
    fill: #484c4f;
}

.cls-21[b-5a515npvmk] {
    fill: #4a4f52;
}

.cls-22[b-5a515npvmk] {
    fill: #4d5155;
}

.cls-23[b-5a515npvmk] {
    fill: #4f5458;
}

.cls-24[b-5a515npvmk] {
    fill: #52565a;
}

.cls-25[b-5a515npvmk] {
    fill: #54595d;
}

.cls-26[b-5a515npvmk] {
    fill: #575c60;
}

.cls-27[b-5a515npvmk] {
    fill: #595e63;
}

.cls-28[b-5a515npvmk] {
    fill: #5c6165;
}

.cls-29[b-5a515npvmk] {
    fill: #5e6468;
}

.cls-30[b-5a515npvmk] {
    fill: #61666b;
}

.cls-31[b-5a515npvmk] {
    fill: #63696e;
}

.cls-32[b-5a515npvmk] {
    fill: #666b70;
}

.cls-33[b-5a515npvmk] {
    fill: #686e73;
}

.cls-34[b-5a515npvmk] {
    fill: #6b7176;
}

.cls-35[b-5a515npvmk] {
    clip-path: url(#clip-path-4);
}

.cls-36[b-5a515npvmk] {
    clip-path: url(#clip-path-5);
}

.cls-37[b-5a515npvmk] {
    clip-path: url(#clip-path-6);
}

.cls-38[b-5a515npvmk] {
    clip-path: url(#clip-path-7);
}

.cls-39[b-5a515npvmk] {
    fill: #6c6c6c;
}

.cls-40[b-5a515npvmk] {
    clip-path: url(#clip-path-8);
}

.cls-41[b-5a515npvmk] {
    fill: #505050;
}

.cls-42[b-5a515npvmk] {
    clip-path: url(#clip-path-9);
}

.cls-43[b-5a515npvmk] {
    fill: #535353;
}

.cls-44[b-5a515npvmk] {
    fill: #565656;
}

.cls-45[b-5a515npvmk] {
    fill: #595959;
}

.cls-46[b-5a515npvmk] {
    fill: #5c5c5c;
}

.cls-47[b-5a515npvmk] {
    fill: #5f5f5f;
}

.cls-48[b-5a515npvmk] {
    fill: #626262;
}

.cls-49[b-5a515npvmk] {
    fill: #656565;
}

.cls-50[b-5a515npvmk] {
    fill: #686868;
}

.cls-51[b-5a515npvmk] {
    fill: #6b6b6b;
}

.cls-52[b-5a515npvmk] {
    fill: #6e6e6e;
}

.cls-53[b-5a515npvmk] {
    fill: #717171;
}

.cls-54[b-5a515npvmk] {
    fill: #747474;
}

.cls-55[b-5a515npvmk] {
    fill: #777;
}

.cls-56[b-5a515npvmk] {
    fill: #7a7a7a;
}

.cls-57[b-5a515npvmk] {
    fill: #7d7d7d;
}

.cls-58[b-5a515npvmk] {
    fill: #818181;
}

.cls-59[b-5a515npvmk] {
    fill: #848484;
}

.cls-60[b-5a515npvmk] {
    clip-path: url(#clip-path-10);
}

.cls-61[b-5a515npvmk] {
    clip-path: url(#clip-path-11);
}

.cls-62[b-5a515npvmk] {
    clip-path: url(#clip-path-12);
}

.cls-63[b-5a515npvmk] {
    clip-path: url(#clip-path-13);
}

.cls-64[b-5a515npvmk] {
    fill: #bb884e;
}

.cls-65[b-5a515npvmk] {
    fill: #eeb483;
}

.cls-66[b-5a515npvmk] {
    stroke-width: 0.25px;
}

/* _content/ShootAndWin/Components/Pages/Home.razor.rz.scp.css */
main[b-cn8fvbjgkg] {
    flex: 1;
}

@media (min-width: 641px) {
    .sidebar[b-cn8fvbjgkg] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

.nav-scrollable[b-cn8fvbjgkg] {
    zoom: 0.85;
    margin-bottom: 30px;
}

.c-bg-0[b-cn8fvbjgkg] {
    margin-top: 10px;
    background-image: linear-gradient(105deg,var(--light) 0%,var(--light) 5%,var(--white) 52%,transparent 10%,transparent 92%,transparent 80%)
}

.c-bg-1[b-cn8fvbjgkg] {
    margin-top: 20px;
    background-image: linear-gradient(105deg,var(--light) 0%,var(--light) 5%,var(--white) 43%,transparent 10%,transparent 92%,transparent 80%)
}

.cls-score[b-cn8fvbjgkg] {
    margin-top: 5px
}

.c-radio[b-cn8fvbjgkg] {
    cursor: pointer
}

.c-svgt2[b-cn8fvbjgkg] {
    width: 185px;
    height: 30px;
    margin-top: -16px
}

.c-svg[b-cn8fvbjgkg] {
    display: inline-flex
}

.cls-0[b-cn8fvbjgkg], .s-svg2[b-cn8fvbjgkg], .s-svg3[b-cn8fvbjgkg] {
    width: 80px;
    height: 250px;
    zoom: 1
}

.s-svg3[b-cn8fvbjgkg] {
    margin-top: 20px;
    margin-left: 50px;
    margin-right: unset;
    width: 200px;
    zoom: .75;
}

[dir="rtl"] .s-svg3[b-cn8fvbjgkg] {
    margin-top: 20px;
    margin-left: unset;
    margin-right: 50px;
    width: 100px;
}

.cls-01[b-cn8fvbjgkg] {
    font-family: var(--font-family-sans-serif);
    font-size: 20px;
    fill: var(--black);
    stroke-width: 2;
    /*    letter-spacing: -.02em;*/
}

[operator="ooredoo"] .cls-01[b-cn8fvbjgkg], [operator="ooredoo"] .cls-5-0[b-cn8fvbjgkg],
[operator="ooredoo"] .cls-1[b-cn8fvbjgkg], [operator="ooredoo"] .cls-2[b-cn8fvbjgkg],
[operator="ooredoo"] .cls-3[b-cn8fvbjgkg], [operator="ooredoo"] .cls-7[b-cn8fvbjgkg] {
    font-family: var(--bs-body-font-family) !important;
}

[dir="rtl"]
.cls-01[b-cn8fvbjgkg] {
    font-size: 2.9rem;
    color: var(--black);
}

.cls-0[b-cn8fvbjgkg] {
    width: 300px;
    --m-stroke: #c8c8c8;
    --s-stroke: #3da08d;
    --center-x: 106;
    --center-y: 106;
    zoom: 0.7;
}

.cls-1[b-cn8fvbjgkg] {
    font-size: 59px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    /* stroke: var(--black); */
    fill: var(--black);
    stroke-width: 2;
    /*letter-spacing: -.02em;*/
    --x: 45;
    --y: 115;
    --textLength: 120;
    --lengthAdjust: spacingAndGlyphs;
}

[dir="rtl"] .cls-1[b-cn8fvbjgkg] {
    font-size: 63px;
}

.cls-2[b-cn8fvbjgkg] {
    font-size: 24px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 0;
    /*    letter-spacing: -.02em;*/
    /* stroke: var(--black); */
    fill: var(--black);
    --x: 65;
    --y: 155;
/*    dir =""; 
    --textLength: 80;*/
    --lengthAdjust: spacingAndGlyphs;
}

.cls-3[b-cn8fvbjgkg] {
    font-size: 31px;
    font-family: var(--font-family-sans-serif);
    font-weight: 700;
    stroke-width: 1;
    /*letter-spacing: -.02em;*/
    /*    stroke: var(--black);*/
    fill: var(--black);
    --x: 0;
    --y: 155;
    --textLength: 80;
    --lengthAdjust: spacingAndGlyphs
}

[dir="rtl"] .cls-3[b-cn8fvbjgkg] {
    font-size: 28px;
}

.cls-4[b-cn8fvbjgkg] {   
    stroke: #d33838 !important;
    stroke-width: 0.10rem;
    stroke-miterlimit: 10;
}

.cls-5[b-cn8fvbjgkg] {
    font-size: 21px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 0;
    /*letter-spacing: -.02em;*/
    stroke: var(--black);
    --textLength: 40;
    --lengthAdjust: spacingAndGlyphs
}

.cls-5-0[b-cn8fvbjgkg] {
    font-size: 24px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 1;
    /*letter-spacing: -.02em;*/
    fill: var(--black);
    --x: 137;
    --y: 67;
    --textLength: 25;
    --lengthAdjust: spacingAndGlyphs;
}

.cls-5-1[b-cn8fvbjgkg] {
    font-size: 20px;
    /* letter-spacing: -.03em;*/
    font-family: var(--font-family-sans-serif);
    transform: translateX(70%)
}

.cls-6[b-cn8fvbjgkg] {
    font-size: 28px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke: var(--black);
    stroke-width: 0;
    /* letter-spacing: -.02em;*/
    --x: 0;
    --y: 123;
    --textLength: 80;
    --lengthAdjust: spacingAndGlyphs
}

.cls-7[b-cn8fvbjgkg] {
    font-size: 16px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 0;
    /* letter-spacing: -.02em;*/
    /*    stroke: var(--black);*/
    fill: var(--black);
    --x: 42;
    --y: 97;
    --textLength: 35;
    --lengthAdjust: spacingAndGlyphs
}

.cls-8[b-cn8fvbjgkg] {
    font-size: 13px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 0;
    /* letter-spacing: -.02em;*/
    stroke: var(--black);
    --x: 0;
    --y: 20;
    --textLength: 185;
    --lengthAdjust: spacingAndGlyphs
}

.cls-9[b-cn8fvbjgkg] {
    font-family: var(--font-family-sans-serif);
    font-weight: 700;
    margin-bottom: 5px
}

.cls-91[b-cn8fvbjgkg] {
    font-family: var(--font-family-sans-serif);
    margin-top: -5px;
    font-size: 12px
}

.cls-92[b-cn8fvbjgkg] {
    font-weight: bold
}

.cls-10[b-cn8fvbjgkg] {
    display: flex;
    flex-direction: column
}

[direction="ltr"] .f-operator[b-cn8fvbjgkg] {
    float: right
}

[direction="rtl"] .f-operator[b-cn8fvbjgkg] {
    float: left
}

.padding-top-10[b-cn8fvbjgkg] {
    padding-top: 10px;
}

.padding-top-20[b-cn8fvbjgkg] {
    padding-top: 20px;
}

.padding-top-30[b-cn8fvbjgkg] {
    padding-top: 30px;
}

.padding-top-40[b-cn8fvbjgkg] {
    padding-top: 40px;
}

.padding-top-100[b-cn8fvbjgkg] {
    padding-top: 100px;
}

.btn-link[b-cn8fvbjgkg] {
    background-color: rgb(249 1 1);
    border: 1px solid #ffffff73;
    border-radius: 120px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 400px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

[operator="tt"]
.btn-link[b-cn8fvbjgkg] {
    background-color: #0067ffd4;
    border: 1px solid #0067ff;
    color: white;
}

.btn-link:focus[b-cn8fvbjgkg] {
    outline: none;
    border: none;
    box-shadow: inset 0 0px 0 0rem white, 0 0 0 0.1rem #ffffff;
}

[dir="rtl"] .btn-link[b-cn8fvbjgkg] {
    font-size: 1.5rem;
}

.btn-link-invert[b-cn8fvbjgkg] {
    background-color: #0067ff2e;
    border: 1px solid #0d6efd6b;
    border-radius: 120px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 350px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

[dir="rtl"] .btn-link-invert[b-cn8fvbjgkg] {
    font-size: 1.5rem;
}

.btn-link-2[b-cn8fvbjgkg] {
    background-color: #0067b852 !important;
    border: 1px solid #0067b857 !important;
}

.white-bg[b-cn8fvbjgkg] {
    background-color: #efefefa6 !important;
    border: 1px solid #8a8b8d !important;
    color: black !important;
}

.x-smaller[b-cn8fvbjgkg] {
    font-size: x-small;
}

.x-small[b-cn8fvbjgkg] {
    font-size: 1rem;
    margin-top: -1px;
    font-weight: 100;
}

.nav-title[b-cn8fvbjgkg] {
    font-weight: 600;
    color: #ffffff;
    font-size: large;
}

.cf-text-0[b-cn8fvbjgkg] {
    font-size: x-large;
    font-variant: unset;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
    color: var(--black);
}

[dir="rtl"] .cf-text-0[b-cn8fvbjgkg] {
    font-size: 1.5rem;
}

.cf-text-1[b-cn8fvbjgkg] {
    font-size: 0.95rem;
    font-variant: unset;
    margin: 0.01rem 1rem 1rem 1rem;
    color: var(--black);
    max-width: 30rem;
}

[dir="rtl"] .cf-text-1[b-cn8fvbjgkg] {
    font-size: 1.1rem;
}

.cf-text-2[b-cn8fvbjgkg] {
    font-size: 1rem;
    letter-spacing: -.03em;
    margin-top: -30px;
    margin-bottom: 10px;
    color: white;
}

.hide[b-cn8fvbjgkg] {
    display: none
}

.show[b-cn8fvbjgkg] {
    display: unset
}

.c-splash-p1[b-cn8fvbjgkg] {
    font-size: 1.1rem;
    margin-bottom: 0;
    color: red;
}

.c-splash-p2[b-cn8fvbjgkg] {
    font-size: large;
    color: red;
    line-height: 1.5rem;
}

a.x-start[b-cn8fvbjgkg], button.x-start[b-cn8fvbjgkg] {
    margin-top: 10px !important;
    max-width: 500px !important;
    text-align: left;
}

[dir="rtl"]
a.x-start[b-cn8fvbjgkg], button.x-start[b-cn8fvbjgkg] {
    text-align: right;
}

.c-scale-80[b-cn8fvbjgkg] {
    zoom: 0.8
}


.play-style[b-cn8fvbjgkg] {
    /*    background-color: #4b555f;
    background-image: unset;*/
    /* background-image: linear-gradient(360deg, #21252900 0%, #2125298c 45%, #21252996 50%, #6a6e7169 90%), url(/images/background/bg-ltr-108.jfif);*/
    background-image: linear-gradient(310deg, #21252900 0%, #21252900 45%, #ffffff96 50%, #6a6e7100 90%), url(/images/background/bg1-ltr-108.jfif);
}

[dir="rtl"]
.play-style[b-cn8fvbjgkg] {
/*    background-image: linear-gradient(360deg, #212529cc 0%, #2125298c 45%, #21252996 50%, #6a6e7169 90%), url(/images/background/bg1-rtl-108.jfif);
    background-position: 100% 0%;*/
}

.gamerules-style[b-cn8fvbjgkg] {
    background-color: #7f7777;
    background-image: unset;
}

.white-style[b-cn8fvbjgkg] {
/*    background-color: white;
    background-image: unset;*/
}
/* _content/ShootAndWin/Components/Pages/Invitations.razor.rz.scp.css */
.c-sponsor-label[b-tz2byvtocn] {
    font-size: 15px;
}

.c-sponsor-value[b-tz2byvtocn] {
    font-size: 15px;
    font-weight: 600;
}

.backgroung-gray[b-tz2byvtocn] {
    background-color: #dee2e6 !important;
    color: black !important;
}

.trigger__container[b-tz2byvtocn] {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.sponsor-picker .sponsor-picker-trigger .trigger .trigger__arrow[b-tz2byvtocn] {
    right: 6px;
    top: 0;
    fill: #fff;
}

.trigger__arrow[b-tz2byvtocn] {
    height: 100%;
    transition: transform .3s;
}


.status_table[b-tz2byvtocn] {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
    float: left;
    padding: 0 var(--global-padding) 20px var(--global-padding)
}

[dir="rtl"]
.status_table[b-tz2byvtocn] {
    float: right;
    padding: 0 var(--global-padding) 20px var(--global-padding)
}

@media screen and (max-width: 700px) {
    .status_table[b-tz2byvtocn] {
        padding: 0 12px 20px 12px
    }
}

.status_header[b-tz2byvtocn] {
    height: 30px;
    font-weight: normal;
    color: #fff;
    background-color: var(--operator)
}

.status_column[b-tz2byvtocn] {
    text-align: left
}

[dir="rtl"]
.status_column[b-tz2byvtocn] {
    text-align: right
}

.status_points[b-tz2byvtocn] {
    text-align: right
}

[dir="rtl"]
.status_points[b-tz2byvtocn] {
    text-align: left
}

.status_scores[b-tz2byvtocn] {
    text-align: right
}

[dir="rtl"]
.status_scores[b-tz2byvtocn] {
    text-align: left
}

.status_header_item[b-tz2byvtocn] {
    width: 20%;
    font-weight: normal
}

    .status_header_item:first-child[b-tz2byvtocn] {
        width: 200px
    }

.status_item[b-tz2byvtocn] {
    margin-left: 5px;
    margin-right: unset;
}

[dir="rtl"]
.status_item[b-tz2byvtocn] {
    margin-left: unset;
    margin-right: 5px;
}

.status_row[b-tz2byvtocn] {
    height: 30px
}

    .status_row:hover[b-tz2byvtocn] {
        background-color: #ebf5f5
    }

.c-tab-container[b-tz2byvtocn] {
    margin: 0px 20px;
}

.c-tab[b-tz2byvtocn] {
    flex-direction: row;
    display: flex;
    padding-left: 0;
    padding-right: unset;
    margin-bottom: 0;
    list-style: none;
    background-color: white;
    margin-top: 16px;
}

[dir="rtl"]
.c-tab[b-tz2byvtocn] {
    padding-left: unset;
    padding-right: 0;
}

.ctab-g[b-tz2byvtocn], .ctab-j[b-tz2byvtocn] {
    padding-left: unset;
    padding-right: 2rem;
}

[dir="rtl"]
.ctab-g[b-tz2byvtocn], .ctab-j[b-tz2byvtocn] {
    padding-left: 2rem;
    padding-right: unset;
}

.c-tab-text[b-tz2byvtocn], .c-tab-item[b-tz2byvtocn] {
    cursor: pointer;
}

.margin-0[b-tz2byvtocn] {
    /* margin-bottom: 0rem; */
    /* margin-top: 0.0rem; */
}

div > ul > li > h5[b-tz2byvtocn]:before,
div > ul > li > h5[b-tz2byvtocn]:before, #account > h5[b-tz2byvtocn]:before {
    bottom: 9px;
    background: transparent;
    background-color: transparent;
    content: "";
    display: block;
    height: 2px;
}

div > ul > li:hover > h5[b-tz2byvtocn]:before {
    background: currentColor;
    background-color: currentColor;
}

div > ul > li.selected > h5[b-tz2byvtocn]:before {
    background: currentColor;
    background-color: red;
}

.c-tab-container h1[b-tz2byvtocn] {
    font-size: 2.0rem;
}

[dir="rtl"]
.c-tab-container h1[b-tz2byvtocn] {
    font-size: 2.5rem;
}

hr[b-tz2byvtocn] {
    margin: 0.1rem 0;
}

.c-new[b-tz2byvtocn] {
    border: solid 1px;
    border-radius: 7px;
    margin-bottom: 6px;
    padding: 4px 12px 6px 12px;
    background-color: #fff94a26;
}

.background[b-tz2byvtocn], .background-image-holder[b-tz2byvtocn] {
    background: linear-gradient(100deg, var(--white) 0%, var(--white) 45%, var(--teal) 58%, var(--teal) 75%, var(--teal) 92%, var(--teal) 100%);
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.align-center[b-tz2byvtocn] {
    text-align: center;
}

.padding-top-20[b-tz2byvtocn] {
    padding-top: 20px;
}

.padding-top-30[b-tz2byvtocn] {
    padding-top: 30px;
}

.padding-top-40[b-tz2byvtocn] {
    padding-top: 40px;
}

[dir="rtl"]
.cl-sponsor[b-tz2byvtocn] {
    font-size: large;
    margin-top: -0.2rem;
}

/*joe*/

.cc-group[b-tz2byvtocn] {
    margin-bottom: 16px;
    padding-bottom: 10px;
    float: none;
    width: 100%;
}



.form-control[b-tz2byvtocn] {
    display: block;
    width: 100%;
    background-image: none;
}

    .form-control:focus[b-tz2byvtocn], .form-check-input:focus[b-tz2byvtocn] {
        box-shadow: 0 0 0 .1rem #ffffff00, 0 0 0 .25rem #258cfb00 !important;
    }

.phoneCountryBox[b-tz2byvtocn] {
    display: inline-flex;
    border: 1px solid #eee;
    /* border-bottom-color: #0067b8; */
    /* margin: -1px -1px 0 -1px;*/
}

.phoneCountryCode.hasFocus[b-tz2byvtocn] {
    border: none;
}

.phoneCountryCode[b-tz2byvtocn] {
    width: 20%;
    right: unset;
    left: 0;
    padding: 6px 4px;
    height: 36px;
    border-bottom-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    border-bottom-style: solid;
}

[dir="rtl"]
.phoneCountryCode[b-tz2byvtocn] {
    left: unset;
    right: 0;
}

label[b-tz2byvtocn] {
    display: inline-block;
    max-width: 100%;
}

.downArrow[b-tz2byvtocn] {
    left: unset;
    right: -6px;
    padding: 6px 0;
    height: 36px;
}

[dir="rtl"]
.downArrow[b-tz2byvtocn] {
    left: -6px;
    right: unset;
}

.phoneCountry[b-tz2byvtocn] {
    left: 0;
    right: unset;
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[dir="rtl"]
.phoneCountry[b-tz2byvtocn] {
    left: unset;
    right: 0;
}

select[b-tz2byvtocn] {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding: 6px 0;
}

.text-input[b-tz2byvtocn], input[type="color"][b-tz2byvtocn], input[type="date"][b-tz2byvtocn], input[type="datetime"][b-tz2byvtocn], input[type="datetime-local"][b-tz2byvtocn], input[type="email"][b-tz2byvtocn], input[type="month"][b-tz2byvtocn], input[type="number"][b-tz2byvtocn], input[type="password"][b-tz2byvtocn], input[type="search"][b-tz2byvtocn], input[type="tel"][b-tz2byvtocn], input[type="text"][b-tz2byvtocn], input[type="time"][b-tz2byvtocn], input[type="url"][b-tz2byvtocn], input[type="week"][b-tz2byvtocn], textarea[b-tz2byvtocn], select[b-tz2byvtocn] {
    padding: 6px 10px;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
}


.phoneNumber[b-tz2byvtocn] {
    display: inline-block;
    /*    padding-left: 16px;
    padding-right: unset;*/
}

.cc-btn[b-tz2byvtocn] {
    margin: 0;
    background-color: #0d6efdad;
/*    border-radius: 7px;*/
    color: white;
}
/*joe*/


.background > div[b-tz2byvtocn], .background-image[b-tz2byvtocn], .background-image-small[b-tz2byvtocn] {
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.background[b-tz2byvtocn], .background > div[b-tz2byvtocn], .background-image-holder[b-tz2byvtocn], .background-image[b-tz2byvtocn], .background-image-small[b-tz2byvtocn] {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.backgroundImage[b-tz2byvtocn], .background-image[b-tz2byvtocn] {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.template-section[b-tz2byvtocn] {
    display: table-row;
    height: 100%;
}

.middle[b-tz2byvtocn] {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px), (max-height: 366px) {
    .middle[b-tz2byvtocn] {
        vertical-align: top;
    }
}

.container-box[b-tz2byvtocn] {
    width: 100vw;
}

@media (min-width: 641px) {
    .container-box[b-tz2byvtocn] {
        width: calc(100vw - 280px);
    }
}

img[b-tz2byvtocn] {
    vertical-align: middle;
}

.l-wrapper[b-tz2byvtocn] {
    display: flex;
}

.w-logo[b-tz2byvtocn] {
    width: 50%;
}

.logo[b-tz2byvtocn] {
    max-width: 256px;
    height: 50px;
    float: left;
}

[dir="rtl"]
.logo[b-tz2byvtocn] {
    float: right;
}

.animate.slide-in-back[b-tz2byvtocn] {
    animation-name: show-from-right;
    -webkit-animation-name: show-from-right;
    -moz-animation-name: show-from-right;
    -ms-animation-name: show-from-right;
    -o-animation-name: show-from-right;
}

.animate[b-tz2byvtocn] {
    animation-duration: .25s;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-timing-function: cubic-bezier(.5,0,.5,1);
    -webkit-animation-timing-function: cubic-bezier(.5,0,.5,1);
    -moz-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -ms-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -o-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    transition-property: left;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.pagination-view[b-tz2byvtocn] {
    position: relative;
    min-height: 100px;
}

.title[b-tz2byvtocn] {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    line-height: 1.75rem;
    padding-bottom: 2.3632px;
    padding-top: 2.3632px;
    color: #1b1b1b;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 12px;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
}

.row[b-tz2byvtocn] {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
}
}
    .row[b-tz2byvtocn]:before, .row[b-tz2byvtocn]:after {
        content: " ";
        display: table
    }

    .row[b-tz2byvtocn]:after {
        clear: both
    }

.form-group[b-tz2byvtocn] {
    margin-bottom: 16px;
}

.form-group[b-tz2byvtocn] {
    margin-bottom: 12px;
}

.form-control[b-tz2byvtocn] {
    display: block;
    width: 100%;
    background-image: none;
}


.col-xs-24[b-tz2byvtocn], .col-xs-19[b-tz2byvtocn], .col-xs-5[b-tz2byvtocn] {
    float: left;
}

[dir="rtl"] .col-xs-24[b-tz2byvtocn], 
[dir="rtl"] .col-xs-19[b-tz2byvtocn], 
[dir="rtl"] .col-xs-5[b-tz2byvtocn] {
    float: right;
}

.col-xs-24[b-tz2byvtocn] {
    width: 100%;
}

.col-xs-5[b-tz2byvtocn] {
    width: 20.83333%;
}

.col-xs-19[b-tz2byvtocn] {
    width: 79.16667%;
}


label[b-tz2byvtocn] {
    display: inline-block;
    max-width: 100%;
}

.margin-top-20[b-tz2byvtocn] {
    margin-top: 20px;
}

.ltr_override[b-tz2byvtocn], .dirltr[b-tz2byvtocn] {
    direction: ltr;
    text-align: left;
}

[dir="rtl"]
.ltr_override[b-tz2byvtocn], .dirltr[b-tz2byvtocn] {
    direction: rtl;
    text-align: right;
}



[dir="rtl"]
.button-container[b-tz2byvtocn] {
    left: 0;
    right: unset;
    text-align: left;
}

.no-padding-left-right[b-tz2byvtocn] {
    padding-left: 0;
    padding-right: 0;
}

.inline-block[b-tz2byvtocn] {
    display: inline-block;
}

.button.primary[b-tz2byvtocn] {
    background-color: #0067b83d;
    border: 0.04em solid #0067b83d;
    border-radius: 10px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 300px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

.ext-button[b-tz2byvtocn] {
    background-color: #0067b80f !important;
    border: 1px solid #0067b85c !important;
}

.btn[b-tz2byvtocn], button[b-tz2byvtocn], input[type='button'][b-tz2byvtocn], input[type='submit'][b-tz2byvtocn], input[type='reset'][b-tz2byvtocn] {
    margin-top: 0;
    margin-bottom: 0;
}

.btn[b-tz2byvtocn], button[b-tz2byvtocn], input[type='button'][b-tz2byvtocn], input[type='submit'][b-tz2byvtocn], input[type='reset'][b-tz2byvtocn] {
    min-height: 32px;
    border: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .2);
    min-width: 108px;
    line-height: normal;
}

.btn[b-tz2byvtocn], button[b-tz2byvtocn], input[type="button"][b-tz2byvtocn], input[type="submit"][b-tz2byvtocn], input[type="reset"][b-tz2byvtocn] {
    display: inline-block;
    min-width: 100px;
    padding: 4px 12px 4px 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    touch-action: manipulation;
    color: #000;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background-color: rgba(0, 0, 0, .2);
}

/*

*/
.mectrl_accountInfo[b-tz2byvtocn] {
    width: 100%;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mectrl_currentAccount_picture[b-tz2byvtocn] {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 88px;
    height: 88px;
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: -10px 10px 20px 10px;
}

.mectrl_body a[b-tz2byvtocn] {
    color: #333;
}

.mectrl_resetStyle[b-tz2byvtocn], a.mectrl_resetStyle[b-tz2byvtocn], button.mectrl_resetStyle[b-tz2byvtocn] {
    height: auto;
    min-width: auto;
    min-height: auto;
    border-style: none;
    border-width: 0;
    padding: 0;
    margin: 0;
    outline-style: none !important;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

.mectrl_profilepic[b-tz2byvtocn] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.glyph_account_circle[b-tz2byvtocn] {
    background-image: url(/images/common/signedin.svg);
}

.mectrl_accountDetails[b-tz2byvtocn] {
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 0;
    padding-right: 12px;
    margin: -30px 10px 20px 10px;
}

.mectrl_name[b-tz2byvtocn] {
    font-size: 22px;
    font-weight: 700;
}

.c-btn-container[b-tz2byvtocn] {
    width: 100%;
}

.c-close[b-tz2byvtocn] {
    float: right;
    max-width: 150px;
}

[dir="rtl"]
.c-close[b-tz2byvtocn] {
    float: left;
}

.c-optout[b-tz2byvtocn] {
    float: right;
    padding: 10px;
    font-size: 13px;
    text-decoration: overline;
    text-decoration-color: #ff0018;
    text-decoration-thickness: 0.001rem;
    color: #000000;
}

[dir="rtl"]
.c-optout[b-tz2byvtocn] {
    float: left;
    font-family: var(--bs-body-font-family);
/*    font-weight: 500;*/
}

.c-logout[b-tz2byvtocn] {
    font-size: 13px;
}

.l-title[b-tz2byvtocn] {
    text-align: center;
    background-color: #dee2e6;
}

/* _content/ShootAndWin/Components/Pages/MainMenu.razor.rz.scp.css */
main[b-oohpp5628o] {
    flex: 1;
}

@media (min-width: 641px) {
    .sidebar[b-oohpp5628o] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

.c-bg-0[b-oohpp5628o] {
    margin-top: 10px;
    background-image: linear-gradient(105deg,var(--light) 0%,var(--light) 5%,var(--white) 52%,transparent 10%,transparent 92%,transparent 80%)
}

.c-bg-1[b-oohpp5628o] {
    margin-top: 20px;
    background-image: linear-gradient(105deg,var(--light) 0%,var(--light) 5%,var(--white) 43%,transparent 10%,transparent 92%,transparent 80%)
}

.cls-score[b-oohpp5628o] {
    margin-top: 5px
}

.c-radio[b-oohpp5628o] {
    cursor: pointer
}

.c-svgt2[b-oohpp5628o] {
    width: 185px;
    height: 30px;
    margin-top: -16px
}

.c-svg[b-oohpp5628o] {
    display: inline-flex
}

.cls-0[b-oohpp5628o], .s-svg2[b-oohpp5628o], .s-svg3[b-oohpp5628o] {
    width: 80px;
    height: 250px;
    zoom: 1
}

.cls-01[b-oohpp5628o] {
    font-family: var(--font-family-sans-serif);
    font-size: 20px;
    fill: var(--black);
    stroke-width: 2;
    /*    letter-spacing: -.02em;*/
}

[operator="ooredoo"] .cls-01[b-oohpp5628o], [operator="ooredoo"] .cls-5-0[b-oohpp5628o],
[operator="ooredoo"] .cls-1[b-oohpp5628o], [operator="ooredoo"] .cls-2[b-oohpp5628o],
[operator="ooredoo"] .cls-3[b-oohpp5628o], [operator="ooredoo"] .cls-7[b-oohpp5628o] {
    font-family: var(--bs-body-font-family) !important;
}

[dir="rtl"]
.cls-01[b-oohpp5628o] {
    font-size: 2.9rem;
    color: white;
}

.cls-0[b-oohpp5628o] {
    width: 300px;
    --m-stroke: #c8c8c8;
    --s-stroke: #3da08d;
    --center-x: 106;
    --center-y: 106;
    zoom: 0.7;
}

.cls-1[b-oohpp5628o] {
    font-size: 59px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    /* stroke: var(--black); */
    fill: var(--white);
    stroke-width: 2;
    /*letter-spacing: -.02em;*/
    --x: 45;
    --y: 115;
    --textLength: 120;
    --lengthAdjust: spacingAndGlyphs;
}

[dir="rtl"] .cls-1[b-oohpp5628o] {
    font-size: 63px;
}

.cls-2[b-oohpp5628o] {
    font-size: 24px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 0;
    /*    letter-spacing: -.02em;*/
    /* stroke: var(--black); */
    fill: white;
    --x: 65;
    --y: 155;
    dir ="" --textLength: 80;
    --lengthAdjust: spacingAndGlyphs;
}

.cls-3[b-oohpp5628o] {
    font-size: 31px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 1;
    /*letter-spacing: -.02em;*/
    /*    stroke: var(--black);*/
    fill: var(--white);
    --x: 0;
    --y: 155;
    --textLength: 80;
    --lengthAdjust: spacingAndGlyphs
}

[dir="rtl"] .cls-3[b-oohpp5628o] {
    font-size: 28px;
}

.cls-4[b-oohpp5628o] {
    stroke: #3da08d !important;
    stroke-width: 1px;
    stroke-miterlimit: 10
}

.cls-5[b-oohpp5628o] {
    font-size: 21px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 0;
    /*letter-spacing: -.02em;*/
    stroke: var(--black);
    --textLength: 40;
    --lengthAdjust: spacingAndGlyphs
}

.cls-5-0[b-oohpp5628o] {
    font-size: 24px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 1;
    /*letter-spacing: -.02em;*/
    fill: var(--white);
    --x: 137;
    --y: 67;
    --textLength: 25;
    --lengthAdjust: spacingAndGlyphs;
}

.cls-5-1[b-oohpp5628o] {
    font-size: 20px;
    /* letter-spacing: -.03em;*/
    font-family: var(--font-family-sans-serif);
    transform: translateX(70%)
}

.cls-6[b-oohpp5628o] {
    font-size: 28px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke: var(--black);
    stroke-width: 0;
    /* letter-spacing: -.02em;*/
    --x: 0;
    --y: 123;
    --textLength: 80;
    --lengthAdjust: spacingAndGlyphs
}

.cls-7[b-oohpp5628o] {
    font-size: 16px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 0;
    /* letter-spacing: -.02em;*/
    /*    stroke: var(--black);*/
    fill: var(--white);
    --x: 42;
    --y: 97;
    --textLength: 35;
    --lengthAdjust: spacingAndGlyphs
}

.cls-8[b-oohpp5628o] {
    font-size: 13px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 0;
    /* letter-spacing: -.02em;*/
    stroke: var(--black);
    --x: 0;
    --y: 20;
    --textLength: 185;
    --lengthAdjust: spacingAndGlyphs
}

.cls-9[b-oohpp5628o] {
    font-family: var(--font-family-sans-serif);
    font-weight: 700;
    margin-bottom: 5px
}

.cls-91[b-oohpp5628o] {
    font-family: var(--font-family-sans-serif);
    margin-top: -5px;
    font-size: 12px
}

.cls-92[b-oohpp5628o] {
    font-weight: bold
}

.cls-10[b-oohpp5628o] {
    display: flex;
    flex-direction: column
}

[direction="ltr"] .f-operator[b-oohpp5628o] {
    float: right
}

[direction="rtl"] .f-operator[b-oohpp5628o] {
    float: left
}

.padding-top-10[b-oohpp5628o] {
    padding-top: 10px;
}

.padding-top-20[b-oohpp5628o] {
    padding-top: 20px;
}

.padding-top-30[b-oohpp5628o] {
    padding-top: 30px;
}

.padding-top-40[b-oohpp5628o] {
    padding-top: 40px;
}

.padding-top-100[b-oohpp5628o] {
    padding-top: 100px;
}

.btn-link[b-oohpp5628o] {
    background-color: rgb(249 1 1);
    border: 1px solid #ffffff73;
    border-radius: 120px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 400px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

[operator="tt"]
.btn-link[b-oohpp5628o] {
    background-color: #0067ffd4;
    border: 1px solid #0067ff;
    color: white;
}

.btn-link:focus[b-oohpp5628o] {
    outline: none;
    border: none;
    box-shadow: inset 0 0px 0 0rem white, 0 0 0 0.1rem #ffffff;
}

[dir="rtl"] .btn-link[b-oohpp5628o] {
    font-size: 1.5rem;
}

.btn-link-invert[b-oohpp5628o] {
    background-color: #0067ff2e;
    border: 1px solid #0d6efd6b;
    border-radius: 120px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 350px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

[dir="rtl"] .btn-link-invert[b-oohpp5628o] {
    font-size: 1.5rem;
}

.btn-link-2[b-oohpp5628o] {
    background-color: #0067b852 !important;
    border: 1px solid #0067b857 !important;
}

.white-bg[b-oohpp5628o] {
    background-color: #efefefa6 !important;
    border: 1px solid #8a8b8d !important;
    color: black !important;
}

.x-smaller[b-oohpp5628o] {
    font-size: x-small;
}

.x-small[b-oohpp5628o] {
    font-size: 1rem;
    margin-top: -1px;
    font-weight: 100;
}

.nav-title[b-oohpp5628o] {
    font-weight: 600;
    color: #ffffff;
    font-size: large;
}

.cf-text-0[b-oohpp5628o] {
    font-size: x-large;
    font-variant: unset;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
    color: var(--black);
}

[dir="rtl"] .cf-text-0[b-oohpp5628o] {
    font-size: 1.5rem;
}

.cf-text-1[b-oohpp5628o] {
    font-size: 0.95rem;
    font-variant: unset;
    margin: 0.5rem 1rem 1rem 1rem;
    color: var(--black);
    max-width: 30rem;
}

[dir="rtl"] .cf-text-1[b-oohpp5628o] {
    font-size: 1.1rem;
}

.cf-text-2[b-oohpp5628o] {
    font-size: 1rem;
    letter-spacing: -.03em;
    margin-top: -30px;
    margin-bottom: 10px;
    color: white;
}

.hide[b-oohpp5628o] {
    display: none
}

.show[b-oohpp5628o] {
    display: unset
}

.c-splash-p1[b-oohpp5628o] {
    font-size: 1.1rem;
    margin-bottom: 0;
    color: black;
}

.c-splash-p2[b-oohpp5628o] {
    font-size: x-large;
    font-weight: 600;
    color: var(--operator)/*#85383d*/;
    line-height: 1.6rem;
}

a.x-start[b-oohpp5628o], button.x-start[b-oohpp5628o] {
    margin-top: 10px !important;
    max-width: 500px !important;
    text-align: left;
}

[dir="rtl"]
a.x-start[b-oohpp5628o], button.x-start[b-oohpp5628o] {
    text-align: right;
}

.c-scale-80[b-oohpp5628o] {
    zoom: 0.8
}

.play-style[b-oohpp5628o] {
    /*    background-color: #4b555f;
    background-image: unset;*/
    background-image: linear-gradient(360deg, #21252900 0%, #2125298c 45%, #21252996 50%, #6a6e7169 90%), url(/images/background/bg1-ltr-108.jfif);
}

[dir="rtl"]
.play-style[b-oohpp5628o] {
    background-image: linear-gradient(360deg, #21252900 0%, #2125294d 45%, #21252975 50%, #2125297d 90%), url(/images/background/bg1-rtl-108.jfif) !important;
    background-position: 100% 100%;
}

.gamerules-style[b-oohpp5628o] {
    background-color: #7f7777;
    background-image: unset;
}

.white-style[b-oohpp5628o] {
/*    background-color: white;
    background-image: unset;*/
}

.cw-12[b-oohpp5628o] {
    display: flex;
    width: 100%;
}

.cw-8[b-oohpp5628o] {
    width: 80%;
    align-self: center;
    padding: 0.1rem;
    text-align: left;
}

[dir="rtl"]
.cw-8[b-oohpp5628o] {
    text-align: right;
}

.cw-4[b-oohpp5628o] {
    width: 20%;
    text-align: right;
/*    font-size: large;*/
    padding: 0 1rem;
    align-self: center;
}

[dir="rtl"]
.cw-4[b-oohpp5628o] {
    text-align: left;
}

.c-parrain[b-oohpp5628o] {
    max-width: 350px;
}
/* _content/ShootAndWin/Components/Pages/Manage.razor.rz.scp.css */
.background[b-nx55olhdhu], .background-image-holder[b-nx55olhdhu] {
    background: linear-gradient(100deg, var(--white) 0%, var(--white) 45%, var(--teal) 58%, var(--teal) 75%, var(--teal) 92%, var(--teal) 100%);
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.align-center[b-nx55olhdhu] {
    text-align: center;
}

.padding-top-20[b-nx55olhdhu] {
    padding-top: 20px;
}

.background > div[b-nx55olhdhu], .background-image[b-nx55olhdhu], .background-image-small[b-nx55olhdhu] {
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.background[b-nx55olhdhu], .background > div[b-nx55olhdhu], .background-image-holder[b-nx55olhdhu], .background-image[b-nx55olhdhu], .background-image-small[b-nx55olhdhu] {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.backgroundImage[b-nx55olhdhu], .background-image[b-nx55olhdhu] {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.template-section[b-nx55olhdhu] {
    display: table-row;
    height: 100%;
}

.middle[b-nx55olhdhu] {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px), (max-height: 366px) {
    .middle[b-nx55olhdhu] {
        vertical-align: top;
    }
}

.container-box[b-nx55olhdhu] {
    width: 100vw;
}

@media (min-width: 641px) {
    .container-box[b-nx55olhdhu] {
        width: calc(100vw - 280px);
    }
}

img[b-nx55olhdhu] {
    vertical-align: middle;
}

.l-wrapper[b-nx55olhdhu] {
    display: flex;
}

.w-logo[b-nx55olhdhu] {
    width: 50%;
}

.logo[b-nx55olhdhu] {
    max-width: 256px;
    height: 50px;
    float: left;
}

[dir="rtl"]
.logo[b-nx55olhdhu] {
    float: right;
}

.animate.slide-in-back[b-nx55olhdhu] {
    animation-name: show-from-right;
    -webkit-animation-name: show-from-right;
    -moz-animation-name: show-from-right;
    -ms-animation-name: show-from-right;
    -o-animation-name: show-from-right;
}

.animate[b-nx55olhdhu] {
    animation-duration: .25s;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-timing-function: cubic-bezier(.5,0,.5,1);
    -webkit-animation-timing-function: cubic-bezier(.5,0,.5,1);
    -moz-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -ms-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -o-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    transition-property: left;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.pagination-view[b-nx55olhdhu] {
    position: relative;
    min-height: 100px;
}

.title[b-nx55olhdhu] {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    line-height: 1.75rem;
    padding-bottom: 2.3632px;
    padding-top: 2.3632px;
    color: #1b1b1b;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 12px;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
}

.row[b-nx55olhdhu] {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
}
}
    .row[b-nx55olhdhu]:before, .row[b-nx55olhdhu]:after {
        content: " ";
        display: table
    }

    .row[b-nx55olhdhu]:after {
        clear: both
    }

.form-group[b-nx55olhdhu] {
    margin-bottom: 16px;
}

.form-group[b-nx55olhdhu] {
    margin-bottom: 12px;
}

.form-control[b-nx55olhdhu] {
    display: block;
    width: 100%;
    background-image: none;
}

.col-xs-24[b-nx55olhdhu], .col-xs-19[b-nx55olhdhu], .col-xs-5[b-nx55olhdhu] {
    float: left;
}

[dir="rtl"]
.col-xs-24[b-nx55olhdhu], .col-xs-19[b-nx55olhdhu], .col-xs-5[b-nx55olhdhu] {
    float: right;
}

.col-xs-24[b-nx55olhdhu] {
    width: 100%;
}

.col-xs-5[b-nx55olhdhu] {
    width: 20.83333%;
}

.col-xs-19[b-nx55olhdhu] {
    width: 79.16667%;
}


label[b-nx55olhdhu] {
    display: inline-block;
    max-width: 100%;
}




.margin-top-20[b-nx55olhdhu] {
    margin-top: 20px;
}

.ltr_override[b-nx55olhdhu], .dirltr[b-nx55olhdhu] {
    direction: ltr;
    text-align: left;
}

[dir="rtl"]
.ltr_override[b-nx55olhdhu], .dirltr[b-nx55olhdhu] {
    direction: rtl;
    text-align: right;
}



[dir="rtl"]
.button-container[b-nx55olhdhu] {
    left: 0;
    right: unset;
    text-align: left;
}

.no-padding-left-right[b-nx55olhdhu] {
    padding-left: 0;
    padding-right: 0;
}

.inline-block[b-nx55olhdhu] {
    display: inline-block;
}

.button.primary[b-nx55olhdhu] {
    background-color: #0067b83d;
    border: 0.04em solid #0067b83d;
    border-radius: 10px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 300px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

.ext-button[b-nx55olhdhu] {
    background-color: #0067b80f !important;
    border: 1px solid #0067b85c !important;
}

.btn[b-nx55olhdhu], button[b-nx55olhdhu], input[type='button'][b-nx55olhdhu], input[type='submit'][b-nx55olhdhu], input[type='reset'][b-nx55olhdhu] {
    margin-top: 0;
    margin-bottom: 0;
}

.btn[b-nx55olhdhu], button[b-nx55olhdhu], input[type='button'][b-nx55olhdhu], input[type='submit'][b-nx55olhdhu], input[type='reset'][b-nx55olhdhu] {
    min-height: 32px;
    border: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .2);
    min-width: 108px;
    line-height: normal;
}

.btn[b-nx55olhdhu], button[b-nx55olhdhu], input[type="button"][b-nx55olhdhu], input[type="submit"][b-nx55olhdhu], input[type="reset"][b-nx55olhdhu] {
    display: inline-block;
    min-width: 100px;
    padding: 4px 12px 4px 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    touch-action: manipulation;
    color: #000;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background-color: rgba(0, 0, 0, .2);
}

/*

*/
.mectrl_accountInfo[b-nx55olhdhu] {
    width: 100%;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mectrl_currentAccount_picture[b-nx55olhdhu] {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 88px;
    height: 88px;
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: -10px 10px 20px 10px;
}

.mectrl_body a[b-nx55olhdhu] {
    color: #333;
}

.mectrl_resetStyle[b-nx55olhdhu], a.mectrl_resetStyle[b-nx55olhdhu], button.mectrl_resetStyle[b-nx55olhdhu] {
    height: auto;
    min-width: auto;
    min-height: auto;
    border-style: none;
    border-width: 0;
    padding: 0;
    margin: 0;
    outline-style: none !important;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

.mectrl_profilepic[b-nx55olhdhu] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.glyph_account_circle[b-nx55olhdhu] {
    background-image: url(/images/common/signedin.svg);
}

.mectrl_accountDetails[b-nx55olhdhu] {
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 0;
    padding-right: 12px;
    margin: -10px 10px 20px 10px;
}

.mectrl_name[b-nx55olhdhu] {
    font-size: 22px;
    font-weight: 700;
}

.c-btn-container[b-nx55olhdhu] {
    width: 100%;
}

.c-close[b-nx55olhdhu] {
    float: right;
    max-width: 150px;
}

[dir="rtl"]
.c-close[b-nx55olhdhu] {
    float: left;
}

.c-optout[b-nx55olhdhu] {
    float: right;
    padding: 10px;
    font-size: 13px;
    text-decoration: overline;
    text-decoration-color: #ff0018;
    text-decoration-thickness: 0.001rem;
    color: #000000;
    cursor: pointer;
}

[dir="rtl"] .c-optout[b-nx55olhdhu] {
    float: left;
    font-family: var(--bs-body-font-family);
/*    font-weight: 500;*/
}

.c-logout[b-nx55olhdhu] {
    font-size: 13px;
    margin-left: 10px;
    margin-right: unset;
}

[dir="rtl"] .c-logout[b-nx55olhdhu] {
    margin-left: unset;
    margin-right: 10px;
}

.c-sponsor-label[b-nx55olhdhu] {
    font-size: 15px;
}

.c-sponsor-value[b-nx55olhdhu] {
    font-size: 15px;
    font-weight: 600;
}

.l-title[b-nx55olhdhu] {
    text-align: center;
    background-color: #dee2e6;
}

.status_table[b-nx55olhdhu] {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    cursor: pointer;
    float: left;
    padding: 0 var(--global-padding) 20px var(--global-padding)
}

@media screen and (max-width: 700px) {
    .status_table[b-nx55olhdhu] {
        padding: 0 12px 20px 12px
    }
}

.status_header[b-nx55olhdhu] {
    height: 30px;
    font-weight: normal;
    color: #fff;
    background-color: var(--operator)
}

.status_column[b-nx55olhdhu] {
    text-align: left
}

[dir="rtl"] .status_column[b-nx55olhdhu] {
    text-align: right
}

.status_points[b-nx55olhdhu] {
    text-align: right
}

/*[dir="rtl"] .status_points {
    text-align: left
}*/

.status_scores[b-nx55olhdhu] {
    text-align: right
}

/*[dir="rtl"] .status_scores {
    text-align: left
}*/

.status_header_item[b-nx55olhdhu] {
    width: 20%;
    font-weight: normal
}

    .status_header_item:first-child[b-nx55olhdhu] {
        width: 200px
    }

.status_item[b-nx55olhdhu] {
    margin-left: 5px
}

[dir="rtl"] .status_item[b-nx55olhdhu] {
    margin-right: 5px
}

.status_score[b-nx55olhdhu] {
    margin-right: 5px
}

[dir="rtl"]
.status_score[b-nx55olhdhu] {
    margin-left: 5px
}

.status_row[b-nx55olhdhu] {
    height: 30px
}

    .status_row:hover[b-nx55olhdhu] {
        background-color: #ebf5f5
    }
/* _content/ShootAndWin/Components/Pages/Play.razor.rz.scp.css */
foreignObject[b-obwltr4kyq] {
    overflow: hidden;
}

.c-container-01[b-obwltr4kyq] {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: auto;
    overflow: hidden;
}

.c-container-02[b-obwltr4kyq] {
    width: 100%;
    padding-top: calc(791.81 / 691.2* 100%);
    position: relative;
}

.c-media[b-obwltr4kyq] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.c-svg-score[b-obwltr4kyq] {
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

#mediaElement[b-obwltr4kyq] {
    width: 100%;
    height: 100%;
    object-fit: contain; /* ou try 'cover' pour remplir */
}

.hide[b-obwltr4kyq] {
    display: none;
}

video[b-obwltr4kyq]::-webkit-media-controls {
    display: none !important;
}

.loader img[b-obwltr4kyq] {
    width: 100%;
    height: 100%;
    animation: zoomInOut-b-obwltr4kyq 2s infinite ease-in-out;
}

/* Keyframes for the zoom effect */
@keyframes zoomInOut-b-obwltr4kyq {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5); /* Zoom in */
    }
}

.background[b-obwltr4kyq], .background-image-holder[b-obwltr4kyq] {
    background: linear-gradient(100deg, var(--white) 0%, var(--white) 45%, var(--teal) 58%, var(--teal) 75%, var(--teal) 92%, var(--teal) 100%);
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.outer[b-obwltr4kyq] {
    display: table;
    height: 100%;
    width: 100%;
}

.template-section[b-obwltr4kyq] {
    display: table-row;
    height: 100%;
}

.middle[b-obwltr4kyq] {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px), (max-height: 366px) {
    .middle[b-obwltr4kyq] {
        vertical-align: top;
    }
}

.sign-in-box[b-obwltr4kyq] {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
    width: calc(100% - 40px);
    padding: 44px;
    margin-bottom: 28px;
    background-color: #ffffff5e;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    min-width: 320px;
    max-height: 90px;
    overflow: hidden;
}

@media (max-width: 600px), (max-height: 366px) {
    .inner[b-obwltr4kyq], .sign-in-box[b-obwltr4kyq], .vertical-split-content[b-obwltr4kyq] {
        padding: 24px;
        margin-top: 0;
        margin-bottom: 88px;
        width: 100%;
        width: 100vw;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0;
        max-width: 100% !important;
    }
}

@media (min-width: 601px) {
    .win-scroll[b-obwltr4kyq] {
        margin-top: -18px;
    }
}

    .fade-in-lightbox[b-obwltr4kyq] {
        animation: fadeIn .3s ease-in;
        -webkit-animation: fadeIn .3s ease-in;
        -moz-animation: fadeIn .3s ease-in;
        -ms-animation: fadeIn .3s ease-in;
        -o-animation: fadeIn .3s ease-in;
    }

    img[b-obwltr4kyq] {
        vertical-align: middle;
    }

    .l-wrapper[b-obwltr4kyq] {
        display: flex;
        margin-bottom: 20px;
    }

    .w-logo[b-obwltr4kyq] {
        width: 50%;
    }

    .w-operator[b-obwltr4kyq] {
        width: 50%;
        float: right;
        padding-top: 15px;
    }

    [operator="tt"] .w-operator[b-obwltr4kyq] {
        width: 150px;
        height: 60px;
        float: right;
        padding-top: 15px;
    }

    [dir="rtl"]
    .w-operator[b-obwltr4kyq] {
        float: left;
    }

    img.c-operator[b-obwltr4kyq] {
        width: 100px;
        float: right;
        margin-top: -5px;
    }

    [operator="tt"]
    img.c-operator[b-obwltr4kyq] {
        width: 67px;
        float: right;
        margin-top: -17px;
    }

    a.btnBack[b-obwltr4kyq] {
        color: black !important;
        text-decoration: none !important;
    }

    [dir="rtl"]
    img.c-operator[b-obwltr4kyq] {
        float: left;
    }

    .logo[b-obwltr4kyq] {
        max-width: 256px;
        height: 40px;
        float: left;
        margin-top: 5px;
    }

    [dir="rtl"]
    .logo[b-obwltr4kyq] {
        float: right;
    }

    .animate.slide-in-back[b-obwltr4kyq] {
        animation-name: show-from-right;
        -webkit-animation-name: show-from-right;
        -moz-animation-name: show-from-right;
        -ms-animation-name: show-from-right;
        -o-animation-name: show-from-right;
    }

    .animate[b-obwltr4kyq] {
        animation-duration: .25s;
        -webkit-animation-duration: .25s;
        -moz-animation-duration: .25s;
        -ms-animation-duration: .25s;
        -o-animation-duration: .25s;
        animation-timing-function: cubic-bezier(.5,0,.5,1);
        -webkit-animation-timing-function: cubic-bezier(.5,0,.5,1);
        -moz-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
        -ms-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
        -o-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        transition-property: left;
        -webkit-transition-property: left;
        -moz-transition-property: left;
        -ms-transition-property: left;
        -o-transition-property: left;
    }
    /*Waiting*/
    #main-svg[b-obwltr4kyq] {
        height: 90vh;
        width: 100%
    }

    @media (max-width: 1000px) {
        #main-svg[b-obwltr4kyq] {
            height: unset;
        }
    }

    .padding-top-10[b-obwltr4kyq] {
        padding-top: 10px;
    }

    .padding-top-20[b-obwltr4kyq] {
        padding-top: 20px;
    }

    .margin-top-30[b-obwltr4kyq] {
        margin-top: 30px;
    }

    .padding-top-40[b-obwltr4kyq] {
        padding-top: 40px;
    }

    .btn-container[b-obwltr4kyq] {
        margin-left: max(calc(50% - 371px), 10px);
        width: calc(100% - 20px);
        max-width: 744px;
        display: flex;
    }

    [dir="rtl"] .btn-container[b-obwltr4kyq] {
        margin-right: max(calc(50% - 371px), 10px);
    }

    @media (max-width: 400px) {
        .btn-container[b-obwltr4kyq] {
            zoom: 0.6 !important;
        }
    }

    @media (max-width: 345px) {
        .btn-container[b-obwltr4kyq] {
            zoom: 0.5 !important;
        }
    }

    @media (max-width: 290px) {
        .btn-container[b-obwltr4kyq] {
            zoom: 0.4 !important;
        }
    }

.btn-play[b-obwltr4kyq] {
    margin-top: 0;
}

@media (min-width: 701px) {
    .btn-play[b-obwltr4kyq] {
        margin-top: 20px;
    }
}

.btn-link[b-obwltr4kyq] {
    background-color: rgb(255 14 14 / 13%);
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1.2rem;
    width: 50%;
    text-align: left;
    margin-right: 10px;
    white-space: nowrap;
    cursor: pointer;
}

[operator="tt"] .btn-link[b-obwltr4kyq] {
    background-color: #0d6efdb8;
}

    .btn-link:focus[b-obwltr4kyq] {
        outline: none;
        border: none;
        box-shadow: inset 0 0px 0 0rem white, 0 0 0 0.1rem #ffffff;
    }

[dir="rtl"] 
.btn-link[b-obwltr4kyq] {
    text-align: right;
    margin-left: 10px;
}

.btn-link-invert[b-obwltr4kyq] {
    background-color: rgb(255 255 255 / 60%);
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #000000;
    font-size: 1.2rem;
    width: 45%;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}

        .btn-link-invert:focus[b-obwltr4kyq] {
            outline: none;
            border: none;
            box-shadow: inset 0 0px 0 0rem white, 0 0 0 0.1rem #ffffff;
        }

[dir="rtl"] .btn-link-invert[b-obwltr4kyq] {
    text-align: right;
}

    .btn-link:disabled[b-obwltr4kyq], .btn-link-invert:disabled[b-obwltr4kyq] {
        color: #6c757d !important;
        background-color: rgb(173 173 173 / 17%) !important;
        border: 1px solid #b5b5b5;
    }

    .c-shoot[b-obwltr4kyq] {
        margin-top: -2px;
        font-size: small;
        color: wheat;
    }

    button.btn-link:disabled > div.c-shoot[b-obwltr4kyq], button.btn-link-invert:disabled > div.c-shoot[b-obwltr4kyq] {
        color: #6c757d !important;
    }

    /**/
    .c-svg[b-obwltr4kyq] {
        display: inline-flex
    }

    [operator="ooredoo"] .cls-01[b-obwltr4kyq], [operator="ooredoo"] .cls-5-0[b-obwltr4kyq],
    [operator="ooredoo"] .cls-1[b-obwltr4kyq], [operator="ooredoo"] .cls-2[b-obwltr4kyq],
    [operator="ooredoo"] .cls-3[b-obwltr4kyq], [operator="ooredoo"] .cls-7[b-obwltr4kyq] {
        font-family: var(--bs-body-font-family) !important;
    }

    .cls-0[b-obwltr4kyq], .s-svg2[b-obwltr4kyq], .s-svg3[b-obwltr4kyq] {
        width: 80px;
        height: 200px;
        zoom: 0.75
    }

    .cls-01[b-obwltr4kyq] {
        font-family: var(--font-family-sans-serif);
        font-size: 20px;
        fill: var(--white);
        stroke-width: 2;
/*        letter-spacing: -.02em;*/
    }

    [dir="rtl"] .cls-01[b-obwltr4kyq] {
        font-size: 28px;
    }

    .cls-0[b-obwltr4kyq] {
        width: 300px;
        --m-stroke: #c8c8c8;
        --s-stroke: #3da08d;
        --center-x: 106;
        --center-y: 106
    }

    .cls-1[b-obwltr4kyq] {
        font-size: 59px;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        /* stroke: var(--black); */
        fill: #4b555f;
        stroke-width: 2;
/*        letter-spacing: -.02em;*/
        --x: 45;
        --y: 115;
        --textLength: 120;
        --lengthAdjust: spacingAndGlyphs;
    }

    [dir="rtl"] .cls-1[b-obwltr4kyq] {
        font-size: 62px;
    }

    .cls-2[b-obwltr4kyq] {
        font-size: 24px;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        stroke-width: 0;
/*        letter-spacing: -.02em;*/
        /* stroke: var(--black); */
        fill: #4b555f;
        --x: 65;
        --y: 155;
        --textLength: 80;
        --lengthAdjust: spacingAndGlyphs;
    }

    [dir="rtl"] .cls-2[b-obwltr4kyq] {
        font-size: xx-large;
    }

    .cls-3[b-obwltr4kyq] {
        font-size: 31px;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        stroke-width: 1;
/*        letter-spacing: -.02em;*/
        /*    stroke: var(--black);*/
        fill: var(--white);
        --x: 0;
        --y: 155;
        --textLength: 80;
        --lengthAdjust: spacingAndGlyphs
    }

    [dir="rtl"] .cls-3[b-obwltr4kyq] {
        font-size: 35px;
    }

    .cls-4[b-obwltr4kyq] {
        stroke: #3da08d !important;
        stroke-width: 1px;
        stroke-miterlimit: 10
    }

    .cls-5[b-obwltr4kyq] {
        font-size: 21px;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        stroke-width: 0;
/*        letter-spacing: -.02em;*/
        stroke: var(--black);
        --textLength: 40;
        --lengthAdjust: spacingAndGlyphs
    }

    .cls-5-0[b-obwltr4kyq] {
        font-size: 24px;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        stroke-width: 1;
/*        letter-spacing: -.02em;*/
        fill: #4b555f;
        --x: 137;
        --y: 67;
        --textLength: 25;
        --lengthAdjust: spacingAndGlyphs;
    }

    [dir="rtl"] .cls-5-0[b-obwltr4kyq] {
        font-size: xx-large;
    }

    .cls-5-1[b-obwltr4kyq] {
        font-size: 20px;
/*        letter-spacing: -.03em;*/
        font-family: var(--font-family-sans-serif);
        transform: translateX(70%)
    }

    .cls-6[b-obwltr4kyq] {
        font-size: 28px;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        stroke: var(--black);
        stroke-width: 0;
/*        letter-spacing: -.02em;*/
        --x: 0;
        --y: 123;
        --textLength: 80;
        --lengthAdjust: spacingAndGlyphs
    }

    .cls-7[b-obwltr4kyq] {
        font-size: 16px;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        stroke-width: 0;
/*        letter-spacing: -.02em;*/
        /*    stroke: var(--black);*/
        fill: var(--white);
        --x: 42;
        --y: 97;
        --textLength: 35;
        --lengthAdjust: spacingAndGlyphs
    }

    .cls-8[b-obwltr4kyq] {
        font-size: 13px;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        stroke-width: 0;
/*        letter-spacing: -.02em;*/
        stroke: var(--black);
        --x: 0;
        --y: 20;
        --textLength: 185;
        --lengthAdjust: spacingAndGlyphs
    }

    .cls-9[b-obwltr4kyq] {
        font-family: var(--font-family-sans-serif);
        font-weight: 700;
        margin-bottom: 5px
    }

    .cls-91[b-obwltr4kyq] {
        font-family: var(--font-family-sans-serif);
        margin-top: -5px;
        font-size: 12px
    }

    .cls-92[b-obwltr4kyq] {
        font-weight: bold
    }

    .cls-117[b-obwltr4kyq] {
        font-family: var(--font-family-sans-serif);
        font-size: 42px
    }

    .cls-10[b-obwltr4kyq] {
        display: flex;
        flex-direction: column
    }
    /**/

    .score-container[b-obwltr4kyq] {
        text-align: right;
        padding-right: 0;
    }

    [dir="rtl"]
    .score-container[b-obwltr4kyq] {
        padding-right: 20px;
    }

    .goal-container[b-obwltr4kyq] {
        text-align: right;
        padding: 10px 150px;
    }

    [dir="rtl"]
    .goal-container[b-obwltr4kyq] {
        padding: 10px 180px;
    }

    .cls-20[b-obwltr4kyq] {
        font-size: 32px;
        fill: #4b555f;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        stroke-width: 1;
/*        letter-spacing: -.02em;*/
        --x: 137;
        --y: 67;
        --textLength: 25;
        --lengthAdjust: spacingAndGlyphs;
    }

    .cls-21[b-obwltr4kyq] {
        fill: #ff0000;
        font-size: 70px;
        stroke: #ff0000;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        stroke-width: 2;
/*        letter-spacing: -.02em;*/
        --x: 45;
        --y: 115;
        --textLength: 120;
        --lengthAdjust: spacingAndGlyphs;
    }

    .cw-12[b-obwltr4kyq] {
        display: flex;
        width: 100%;
    }

    .cw-8[b-obwltr4kyq] {
        width: 80%;
        align-self: center;
        padding: 0.1rem;
    }

    .cw-4[b-obwltr4kyq] {
        width: 20%;
        text-align: right;
        /*    font-size: xx-large;*/
        padding: 0 1rem;
        align-self: center;
    }

    /**/
    .cls-1000[b-obwltr4kyq] {
        fill: url(#radial-gradient-1000);
    }

    .cls-1001[b-obwltr4kyq] {
        stroke-dasharray: 5.54 5.54;
        stroke: red;
        stroke-width: 1.12px;
    }

    .cls-1002[b-obwltr4kyq] {
        fill: none;
        stroke: gray;
        stroke-width: 0.8px;
    }

    .cls-1013[b-obwltr4kyq] {
        fill: url(#radial-gradient-1002);
    }

    .cls-1075[b-obwltr4kyq] {
        fill: red;
    }

    .cls-1080[b-obwltr4kyq] {
        fill: #7e8a98;
    }

    .cls-1080[b-obwltr4kyq], .cls-1083[b-obwltr4kyq], .cls-1084[b-obwltr4kyq] {
        fill-rule: evenodd;
    }

    .cls-1081[b-obwltr4kyq] {
        fill: #4a5e6f;
    }

    .cls-1082[b-obwltr4kyq] {
        fill: #a6b6be;
    }

    .cls-1083[b-obwltr4kyq], .cls-1089[b-obwltr4kyq] {
        fill: #fff;
    }

    .cls-1083[b-obwltr4kyq], .cls-1084[b-obwltr4kyq], .cls-1094[b-obwltr4kyq] {
        stroke: #000;
    }

    .cls-1084[b-obwltr4kyq] {
        fill: white;
    }

    .cls-1083[b-obwltr4kyq] {
        opacity: 0.78;
    }

    .cls-1085[b-obwltr4kyq] {
        fill: #595d6c;
    }

    .cls-1086[b-obwltr4kyq] {
        fill: #ed1c24;
    }

    .cls-1087[b-obwltr4kyq] {
        fill: #c1272d;
    }

    .cls-1088[b-obwltr4kyq] {
        fill: #095da4;
    }

    .fill-red[b-obwltr4kyq] {
        fill: red;
    }

    .c-scale-70[b-obwltr4kyq] {
        zoom: 0.7
    }



/* _content/ShootAndWin/Components/Pages/Prizes.razor.rz.scp.css */
.align-center[b-7uqfhdtgwx] {
    text-align: center;
}

.padding-top-40[b-7uqfhdtgwx] {
    padding-top: 40px;
}

.prz-group[b-7uqfhdtgwx] {
    display: unset;
    float: unset
}

@media screen and (min-width: 701px) {
    .prz-items[b-7uqfhdtgwx] {
        padding: 0 var(--global-padding)
    }
}

.prz-item[b-7uqfhdtgwx] {
    float: left
}

.prz-winner[b-7uqfhdtgwx] {
    text-align: center;
    padding: 20px
}

.prz-t-0[b-7uqfhdtgwx] {
    font-size: 1rem;
    margin-bottom: 0;
}

.prz-t-1[b-7uqfhdtgwx] {
    font-size: 1.0rem;
    color: var(--operator);
    margin-bottom: 0;
}

.prz-t-2[b-7uqfhdtgwx] {
    font-size: 1.0rem;
    margin-bottom: 0;
}

.prz-t-3[b-7uqfhdtgwx] {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.prz-t-4[b-7uqfhdtgwx] {
    font-size: 0.8rem;
}
/* _content/ShootAndWin/Components/Pages/RAZ.razor.rz.scp.css */
.background[b-ggxqmr6iqv], .background-image-holder[b-ggxqmr6iqv] {
    background: linear-gradient(100deg, var(--white) 0%, var(--white) 45%, var(--teal) 58%, var(--teal) 75%, var(--teal) 92%, var(--teal) 100%);
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.outer[b-ggxqmr6iqv] {
    display: table;
    height: 100%;
    width: 100%;
}

.background > div[b-ggxqmr6iqv], .background-image[b-ggxqmr6iqv], .background-image-small[b-ggxqmr6iqv] {
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.background[b-ggxqmr6iqv], .background > div[b-ggxqmr6iqv], .background-image-holder[b-ggxqmr6iqv], .background-image[b-ggxqmr6iqv], .background-image-small[b-ggxqmr6iqv] {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.backgroundImage[b-ggxqmr6iqv], .background-image[b-ggxqmr6iqv] {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.template-section[b-ggxqmr6iqv] {
    display: table-row;
    height: 100%;
}

.middle[b-ggxqmr6iqv] {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px), (max-height: 366px) {
    .middle[b-ggxqmr6iqv] {
        vertical-align: top;
    }
}

.sign-in-box[b-ggxqmr6iqv] {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
    width: calc(100% - 40px);
    padding: 44px;
    margin-bottom: 28px;
    background-color: #ffffff5e;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    min-width: 320px;
    min-height: 338px;
    overflow: hidden;
}

@media (max-width: 600px), (max-height: 366px) {
    .inner[b-ggxqmr6iqv], .sign-in-box[b-ggxqmr6iqv], .vertical-split-content[b-ggxqmr6iqv] {
        padding: 24px;
        margin-top: 0;
        margin-bottom: 88px;
        width: 100%;
        width: 100vw;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0;
        max-width: 100% !important;
    }
}

.fade-in-lightbox[b-ggxqmr6iqv] {
    animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    -moz-animation: fadeIn .3s ease-in;
    -ms-animation: fadeIn .3s ease-in;
    -o-animation: fadeIn .3s ease-in;
}

img[b-ggxqmr6iqv] {
    vertical-align: middle;
}

.l-wrapper[b-ggxqmr6iqv] {
    display: flex;
    margin-bottom: 20px;
}

.w-logo[b-ggxqmr6iqv] {
    width: 50%;
}

.w-operator[b-ggxqmr6iqv] {
    width: 50%;
    float: right;
    padding-top: 15px;
}

[operator="tt"]
.w-operator[b-ggxqmr6iqv] {
    width: 50%;
    float: right;
    padding-top: 15px;
}

[dir="rtl"]
.w-operator[b-ggxqmr6iqv] {
    float: left;
}

img.c-operator[b-ggxqmr6iqv] {
    width: 100px;
    float: right;
    margin-top: -5px;
}

[operator="tt"]
img.c-operator[b-ggxqmr6iqv] {
    width: 67px;
    float: right;
    margin-top: -17px;
}

a.btnBack[b-ggxqmr6iqv] {
    color: black !important;
    text-decoration: none !important;
}

[dir="rtl"]
img.c-operator[b-ggxqmr6iqv] {
    float: left;
}

.logo[b-ggxqmr6iqv] {
    max-width: 256px;
    height: 50px;
    float: left;
}

[dir="rtl"]
.logo[b-ggxqmr6iqv] {
    float: right;
}

.animate.slide-in-back[b-ggxqmr6iqv] {
    animation-name: show-from-right;
    -webkit-animation-name: show-from-right;
    -moz-animation-name: show-from-right;
    -ms-animation-name: show-from-right;
    -o-animation-name: show-from-right;
}

.animate[b-ggxqmr6iqv] {
    animation-duration: .25s;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-timing-function: cubic-bezier(.5,0,.5,1);
    -webkit-animation-timing-function: cubic-bezier(.5,0,.5,1);
    -moz-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -ms-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -o-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    transition-property: left;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.pagination-view[b-ggxqmr6iqv] {
    position: relative;
    min-height: 206px;
}

.title[b-ggxqmr6iqv] {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    line-height: 1.75rem;
    padding-bottom: 2.3632px;
    padding-top: 2.3632px;
    color: #1b1b1b;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 12px;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
}

.row[b-ggxqmr6iqv] {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
}
}
    .row[b-ggxqmr6iqv]:before, .row[b-ggxqmr6iqv]:after {
        content: " ";
        display: table
    }

    .row[b-ggxqmr6iqv]:after {
        clear: both
    }

.form-group[b-ggxqmr6iqv] {
    margin-bottom: 16px;
}

.form-group[b-ggxqmr6iqv] {
    margin-bottom: 12px;
}

.form-control[b-ggxqmr6iqv] {
    display: block;
    width: 100%;
    background-image: none;
}

.col-xs-24[b-ggxqmr6iqv], .col-xs-19[b-ggxqmr6iqv], .col-xs-5[b-ggxqmr6iqv] {
    float: left;
}

[dir="rtl"] .col-xs-24[b-ggxqmr6iqv],
[dir="rtl"] .col-xs-19[b-ggxqmr6iqv],
[dir="rtl"] .col-xs-5[b-ggxqmr6iqv] {
    float: right;
}

.col-xs-24[b-ggxqmr6iqv] {
    width: 100%;
}

.col-xs-5[b-ggxqmr6iqv] {
    width: 20.83333%;
}

.col-xs-19[b-ggxqmr6iqv] {
    width: 79.16667%;
}

.phoneCountryBox[b-ggxqmr6iqv] {
    display: inline-flex;
    background-color: #eee;
    border: 1px solid #eee;
    border-bottom-color: #0067b8;
    margin: -1px -1px 0 -1px;
}

.phoneCountryCode.hasFocus[b-ggxqmr6iqv] {
    border: 1px solid #eee;
}

.phoneCountryCode[b-ggxqmr6iqv] {
    width: 100%;
    right:unset;
    left: 0;
    padding: 6px 4px;
    height: 36px;
    border-bottom-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    border-bottom-style: solid;
}

[dir="rtl"]
.phoneCountryCode[b-ggxqmr6iqv] {
    left: unset;
    right: 0;
}

label[b-ggxqmr6iqv] {
    display: inline-block;
    max-width: 100%;
}

.downArrow[b-ggxqmr6iqv] {
    left: unset;
    right: -6px;
    padding: 6px 0;
    height: 36px;
}

[dir="rtl"]
.downArrow[b-ggxqmr6iqv] {
    left: -6px;
    right: unset;
}

.phoneCountry[b-ggxqmr6iqv] {
    left: 0;
    right: unset;
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[dir="rtl"]
.phoneCountry[b-ggxqmr6iqv] {
    left: unset;
    right: 0;
}

select[b-ggxqmr6iqv] {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding: 6px 0;
}

.text-input[b-ggxqmr6iqv], input[type="color"][b-ggxqmr6iqv], input[type="date"][b-ggxqmr6iqv], input[type="datetime"][b-ggxqmr6iqv], input[type="datetime-local"][b-ggxqmr6iqv], input[type="email"][b-ggxqmr6iqv], input[type="month"][b-ggxqmr6iqv], input[type="number"][b-ggxqmr6iqv], input[type="password"][b-ggxqmr6iqv], input[type="search"][b-ggxqmr6iqv], input[type="tel"][b-ggxqmr6iqv], input[type="text"][b-ggxqmr6iqv], input[type="time"][b-ggxqmr6iqv], input[type="url"][b-ggxqmr6iqv], input[type="week"][b-ggxqmr6iqv], textarea[b-ggxqmr6iqv], select[b-ggxqmr6iqv] {
    padding: 6px 10px;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
}


.phoneNumber[b-ggxqmr6iqv] {
    display: inline-block;
/*    padding-left: 16px;
    padding-right: unset;*/
}

/*[dir="rtl"]
.phoneNumber {
    padding-right: 16px;
    padding-left: unset;
}*/

.margin-top-20[b-ggxqmr6iqv] {
    margin-top: 20px;
}

.margin-top-40[b-ggxqmr6iqv] {
    margin-top: 40px;
}

.separator-5[b-ggxqmr6iqv] {
    padding: 0 5px;
}

.ltr_override[b-ggxqmr6iqv], .dirltr[b-ggxqmr6iqv] {
    direction: ltr;
    text-align: left;
}

[dir="rtl"]
.ltr_override[b-ggxqmr6iqv], .dirltr[b-ggxqmr6iqv] {
    direction: rtl;
    text-align: right;
}

.input.text-box[b-ggxqmr6iqv] {
    padding: 4px 8px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, .4);
    height: 32px;
    height: 2rem;
    padding: 6px 10px;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
}

.text-caption[b-ggxqmr6iqv] {
    margin: .5rem 0 .5rem 0;
    margin: 8px 0 8px 0;
}

.text-caption[b-ggxqmr6iqv], h5[b-ggxqmr6iqv] {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-size: .75rem;
    line-height: .875rem;
    padding-bottom: 1.1816px;
    padding-top: 1.1816px;
}

.button-container[b-ggxqmr6iqv] {
    left:unset;
    right: 0;
    text-align: right;
}

[dir="rtl"]
.button-container[b-ggxqmr6iqv] {
    left: 0;
    right: unset;
    text-align: left;
}

.no-padding-left-right[b-ggxqmr6iqv] {
    padding-left: 0;
    padding-right: 0;
}

.inline-block[b-ggxqmr6iqv] {
    display: inline-block;
}
.inline-flex[b-ggxqmr6iqv] {
    display: inline-flex;
}

.button.primary[b-ggxqmr6iqv] {
    background-color: #0067b83d;
    border: 0.04em solid #0067b83d;
    border-radius: 10px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 300px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

.ext-button[b-ggxqmr6iqv] {
    background-color: #0067b80f !important;
    border: 1px solid #0067b85c !important;
}

.btn[b-ggxqmr6iqv], button[b-ggxqmr6iqv], input[type='button'][b-ggxqmr6iqv], input[type='submit'][b-ggxqmr6iqv], input[type='reset'][b-ggxqmr6iqv] {
    margin-top: 0;
    margin-bottom: 0;
}

.btn[b-ggxqmr6iqv], button[b-ggxqmr6iqv], input[type='button'][b-ggxqmr6iqv], input[type='submit'][b-ggxqmr6iqv], input[type='reset'][b-ggxqmr6iqv] {
    min-height: 32px;
    border: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .2);
    min-width: 108px;
    line-height: normal;
}

.btn[b-ggxqmr6iqv], button[b-ggxqmr6iqv], input[type="button"][b-ggxqmr6iqv], input[type="submit"][b-ggxqmr6iqv], input[type="reset"][b-ggxqmr6iqv] {
    display: inline-block;
    min-width: 100px;
    padding: 4px 12px 4px 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    touch-action: manipulation;
    color: #000;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background-color: rgba(0, 0, 0, .2);
}
/* _content/ShootAndWin/Components/Pages/Sponsor.razor.rz.scp.css */
.radio-section[b-oi4huq7r5b] {
    display: flex;
    flex-direction: column;
}

.radio-list[b-oi4huq7r5b] {
    padding: 5px;
}

.button-item[b-oi4huq7r5b] {
    margin-top: -1px;
    float: right;
    font-size: smaller;
    border: solid 1px #0d6efd;
    border-radius: 7px;
    /* font-size: small; */
    background-color: #0d6efd;
    color: white;
    min-height: auto;
}

[dir="rtl"] .button-item[b-oi4huq7r5b] {
    margin-top: -2px;
    float: left;
    padding: unset;
}


/*.button-item button {
    border: solid 1px #524eee;
    border-radius: 7px;
    font-size: small;
    background-color: #0400fd40;
}*/

.radio-item [type="radio"][b-oi4huq7r5b] {
    display: none;
}

.radio-item + .radio-item[b-oi4huq7r5b] {
    margin-top: 15px;
}

.radio-item[b-oi4huq7r5b] {
    margin-bottom: 15px;
}

.label[b-oi4huq7r5b] {
    display: flex;
    /* padding: 5px 20px 5px 50px; */
    background: #1d1d4224;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    min-width: 80px;
    white-space: nowrap;
    position: relative;
    transition: 0.4s ease-in-out 0s;
}

.radio-item label[b-oi4huq7r5b] {
    display: block;
    padding: 5px 20px 5px 50px;
    background: #1d1d4224;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    min-width: 80px;
    white-space: nowrap;
    position: relative;
    transition: 0.4s ease-in-out 0s;
}

[dir=rtl] .radio-item label[b-oi4huq7r5b] {
    padding: 5px 50px 0px 5px;
}

    .radio-item label[b-oi4huq7r5b]:after,
    .radio-item label[b-oi4huq7r5b]:before {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .radio-item label[b-oi4huq7r5b]:after {
        height: 19px;
        width: 19px;
        border: 2px solid #0d6efd;
        left: 19px;
        right: unset;
        top: calc(50% - 0.6rem);
    }

[dir="rtl"] .radio-item label[b-oi4huq7r5b]:after {
    left: unset;
    right: 19px;
}

    .radio-item label[b-oi4huq7r5b]:before {
        background: #0d6efd;
        height: 13px;
        width: 13px;
        left: 1.4rem;
        right: unset;
        top: 0.75rem;
        transform: scale(5);
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out 0s;
    }

[dir="rtl"] .radio-item label[b-oi4huq7r5b]:before {
    left: unset;
    right: 1.4rem;
    top: 0.6rem;
}

.radio-item [type="radio"]:checked ~ label[b-oi4huq7r5b] {
    border-color: #0d6efd;
}

    .radio-item [type="radio"]:checked ~ label[b-oi4huq7r5b]::before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }







.sponsor-picker[b-oi4huq7r5b] {
    align-items: center;
    display: flex;
    margin-bottom: var(--helio-space-S);
    flex-direction: row;
    margin-top: -0.8rem;
    border-radius: 7px;
}

.sponsor-selector[b-oi4huq7r5b] {
    align-items: center;
    display: flex;
    margin-bottom: var(--helio-space-S);
    flex-direction: row;
    margin-top: 0.95rem;
    border-radius: 7px;
    font-size: large;
    font-weight: 600;
}

[dir="rtl"]
.sponsor-selector[b-oi4huq7r5b] {
    margin-top: 1.5rem;
}

.sponsor-picker-trigger[b-oi4huq7r5b] {
    display: inline-block;
    cursor: pointer;
}

.sponsor-picker .sponsor-picker-trigger .trigger[b-oi4huq7r5b] {
    align-items: center;
    background-color: #0000002e;
    color: var(--helio-color-buttonText);
    display: flex;
    font-display: fallback;
    font-size: medium;
    font-weight: 400;
    height: 36px;
    justify-content: flex-start;
    text-transform: capitalize;
    width: 170px;
    padding: 5px;
    border-radius: 7px;
}

.trigger__container[b-oi4huq7r5b] {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.sponsor-picker .sponsor-picker-trigger .trigger .trigger__arrow[b-oi4huq7r5b] {
    /* position: absolute; */
    right: 6px;
    top: 0;
}

.trigger__arrow[b-oi4huq7r5b] {
    height: 100%;
    transition: transform .3s;
}

.c-tab-container h1[b-oi4huq7r5b] {
    font-size: 1.3rem;
    padding: 0px 10px;
}

[dir="rtl"]
.c-tab-container h1[b-oi4huq7r5b] {
    font-size: 2.0rem;
}

hr[b-oi4huq7r5b] {
    margin: 0.1rem 0;
}



.background[b-oi4huq7r5b], .background-image-holder[b-oi4huq7r5b] {
    background: linear-gradient(100deg, var(--white) 0%, var(--white) 45%, var(--teal) 58%, var(--teal) 75%, var(--teal) 92%, var(--teal) 100%);
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.align-center[b-oi4huq7r5b] {
    text-align: center;
}

.padding-top-20[b-oi4huq7r5b] {
    padding-top: 20px;
}

.padding-top-30[b-oi4huq7r5b] {
    padding-top: 30px;
}

.padding-top-40[b-oi4huq7r5b] {
    padding-top: 40px;
}

[dir="rtl"]
.cl-sponsor[b-oi4huq7r5b] {
    font-size: large;
    margin-top: -0.2rem;
}

.background > div[b-oi4huq7r5b], .background-image[b-oi4huq7r5b], .background-image-small[b-oi4huq7r5b] {
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.background[b-oi4huq7r5b], .background > div[b-oi4huq7r5b], .background-image-holder[b-oi4huq7r5b], .background-image[b-oi4huq7r5b], .background-image-small[b-oi4huq7r5b] {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.backgroundImage[b-oi4huq7r5b], .background-image[b-oi4huq7r5b] {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.template-section[b-oi4huq7r5b] {
    display: table-row;
    height: 100%;
}

.middle[b-oi4huq7r5b] {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px), (max-height: 366px) {
    .middle[b-oi4huq7r5b] {
        vertical-align: top;
    }
}

.container-box[b-oi4huq7r5b] {
    width: 100vw;
}

@media (min-width: 641px) {
    .container-box[b-oi4huq7r5b] {
        width: calc(100vw - 280px);
    }
}

img[b-oi4huq7r5b] {
    vertical-align: middle;
}

.l-wrapper[b-oi4huq7r5b] {
    display: flex;
}

.w-logo[b-oi4huq7r5b] {
    width: 50%;
}

.logo[b-oi4huq7r5b] {
    max-width: 256px;
    height: 50px;
    float: left;
}

[dir="rtl"]
.logo[b-oi4huq7r5b] {
    float: right;
}

.animate.slide-in-back[b-oi4huq7r5b] {
    animation-name: show-from-right;
    -webkit-animation-name: show-from-right;
    -moz-animation-name: show-from-right;
    -ms-animation-name: show-from-right;
    -o-animation-name: show-from-right;
}

.animate[b-oi4huq7r5b] {
    animation-duration: .25s;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-timing-function: cubic-bezier(.5,0,.5,1);
    -webkit-animation-timing-function: cubic-bezier(.5,0,.5,1);
    -moz-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -ms-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -o-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    transition-property: left;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.pagination-view[b-oi4huq7r5b] {
    position: relative;
    min-height: 100px;
}

.title[b-oi4huq7r5b] {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    line-height: 1.75rem;
    padding-bottom: 2.3632px;
    padding-top: 2.3632px;
    color: #1b1b1b;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 12px;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
}

.row[b-oi4huq7r5b] {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
}
}
    .row[b-oi4huq7r5b]:before, .row[b-oi4huq7r5b]:after {
        content: " ";
        display: table
    }

    .row[b-oi4huq7r5b]:after {
        clear: both
    }

.form-group[b-oi4huq7r5b] {
    margin-bottom: 16px;
}

.form-group[b-oi4huq7r5b] {
    margin-bottom: 12px;
}

.form-control[b-oi4huq7r5b] {
    display: block;
    width: 100%;
    background-image: none;
}

.col-xs-24[b-oi4huq7r5b], .col-xs-19[b-oi4huq7r5b], .col-xs-5[b-oi4huq7r5b] {
    float: left;
}

[dir="rtl"]
.col-xs-24[b-oi4huq7r5b], .col-xs-19[b-oi4huq7r5b], .col-xs-5[b-oi4huq7r5b] {
    float: right;
}

.col-xs-24[b-oi4huq7r5b] {
    width: 100%;
}

.col-xs-5[b-oi4huq7r5b] {
    width: 20.83333%;
}

.col-xs-19[b-oi4huq7r5b] {
    width: 79.16667%;
}


label[b-oi4huq7r5b] {
    display: inline-block;
    max-width: 100%;
}




.margin-top-20[b-oi4huq7r5b] {
    margin-top: 20px;
}

.ltr_override[b-oi4huq7r5b], .dirltr[b-oi4huq7r5b] {
    direction: ltr;
    text-align: left;
}

[dir="rtl"]
.ltr_override[b-oi4huq7r5b], .dirltr[b-oi4huq7r5b] {
    direction: rtl;
    text-align: right;
}



[dir="rtl"]
.button-container[b-oi4huq7r5b] {
    left: 0;
    right: unset;
    text-align: left;
}

.no-padding-left-right[b-oi4huq7r5b] {
    padding-left: 0;
    padding-right: 0;
}

.inline-block[b-oi4huq7r5b] {
    display: inline-block;
}

.button.primary[b-oi4huq7r5b] {
    background-color: #0067b83d;
    border: 0.04em solid #0067b83d;
    border-radius: 10px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 300px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

.ext-button[b-oi4huq7r5b] {
    background-color: #0067b80f !important;
    border: 1px solid #0067b85c !important;
}

.btn[b-oi4huq7r5b], button[b-oi4huq7r5b], input[type='button'][b-oi4huq7r5b], input[type='submit'][b-oi4huq7r5b], input[type='reset'][b-oi4huq7r5b] {
    margin-top: 0;
    margin-bottom: 0;
}

.btn[b-oi4huq7r5b], button[b-oi4huq7r5b], input[type='button'][b-oi4huq7r5b], input[type='submit'][b-oi4huq7r5b], input[type='reset'][b-oi4huq7r5b] {
    min-height: 32px;
    border: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .2);
    min-width: 108px;
    line-height: normal;
}

.btn[b-oi4huq7r5b], button[b-oi4huq7r5b], input[type="button"][b-oi4huq7r5b], input[type="submit"][b-oi4huq7r5b], input[type="reset"][b-oi4huq7r5b] {
    display: inline-block;
    min-width: 100px;
    padding: 4px 12px 4px 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    touch-action: manipulation;
    color: #000;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background-color: rgba(0, 0, 0, .2);
}

/*

*/
.mectrl_accountInfo[b-oi4huq7r5b] {
    width: 100%;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mectrl_currentAccount_picture[b-oi4huq7r5b] {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 88px;
    height: 88px;
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: -10px 10px 20px 10px;
}

.mectrl_body a[b-oi4huq7r5b] {
    color: #333;
}

.mectrl_resetStyle[b-oi4huq7r5b], a.mectrl_resetStyle[b-oi4huq7r5b], button.mectrl_resetStyle[b-oi4huq7r5b] {
    height: auto;
    min-width: auto;
    min-height: auto;
    border-style: none;
    border-width: 0;
    padding: 0;
    margin: 0;
    outline-style: none !important;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

.mectrl_profilepic[b-oi4huq7r5b] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.glyph_account_circle[b-oi4huq7r5b] {
    background-image: url(/images/common/signedin.svg);
}

.mectrl_accountDetails[b-oi4huq7r5b] {
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 0;
    padding-right: 12px;
    margin: -30px 10px 20px 10px;
}

.mectrl_name[b-oi4huq7r5b] {
    font-size: 22px;
    font-weight: 700;
}

.c-btn-container[b-oi4huq7r5b] {
    width: 100%;
}

.c-close[b-oi4huq7r5b] {
    float: right;
    max-width: 150px;
}

[dir="rtl"]
.c-close[b-oi4huq7r5b] {
    float: left;
}

.c-optout[b-oi4huq7r5b] {
    float: right;
    padding: 10px;
    font-size: 13px;
    text-decoration: overline;
    text-decoration-color: #ff0018;
    text-decoration-thickness: 0.001rem;
    color: #000000;
}

[dir="rtl"]
.c-optout[b-oi4huq7r5b] {
    float: left;
    font-family: var(--bs-body-font-family);
/*    font-weight: 500;*/
}

.c-logout[b-oi4huq7r5b] {
    font-size: 13px;
}

.l-title[b-oi4huq7r5b] {
    text-align: center;
    background-color: #dee2e6;
}
/* _content/ShootAndWin/Components/Pages/Unsubscription.razor.rz.scp.css */
.background[b-lqjwql1tl0], .background-image-holder[b-lqjwql1tl0] {
    background: linear-gradient(100deg, var(--white) 0%, var(--white) 45%, var(--teal) 58%, var(--teal) 75%, var(--teal) 92%, var(--teal) 100%);
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.outer[b-lqjwql1tl0] {
    display: table;
    height: 100%;
    width: 100%;
}

.background > div[b-lqjwql1tl0], .background-image[b-lqjwql1tl0], .background-image-small[b-lqjwql1tl0] {
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.background[b-lqjwql1tl0], .background > div[b-lqjwql1tl0], .background-image-holder[b-lqjwql1tl0], .background-image[b-lqjwql1tl0], .background-image-small[b-lqjwql1tl0] {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.backgroundImage[b-lqjwql1tl0], .background-image[b-lqjwql1tl0] {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.template-section[b-lqjwql1tl0] {
    display: table-row;
    height: 100%;
}

.middle[b-lqjwql1tl0] {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px), (max-height: 366px) {
    .middle[b-lqjwql1tl0] {
        vertical-align: top;
    }
}

.sign-in-box[b-lqjwql1tl0] {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
    width: calc(100% - 40px);
    padding: 44px;
    margin-bottom: 28px;
    background-color: #ffffff5e;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    min-width: 320px;
    min-height: 338px;
    overflow: hidden;
}

@media (max-width: 600px), (max-height: 366px) {
    .inner[b-lqjwql1tl0], .sign-in-box[b-lqjwql1tl0], .vertical-split-content[b-lqjwql1tl0] {
        padding: 24px;
        margin-top: 0;
        margin-bottom: 88px;
        width: 100%;
        width: 100vw;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
        border: 1px;
        max-width: 100% !important;
    }
}

.fade-in-lightbox[b-lqjwql1tl0] {
    animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    -moz-animation: fadeIn .3s ease-in;
    -ms-animation: fadeIn .3s ease-in;
    -o-animation: fadeIn .3s ease-in;
}

img[b-lqjwql1tl0] {
    vertical-align: middle;
}

.l-wrapper[b-lqjwql1tl0] {
    display: flex;
    margin-bottom: 20px;
}

.w-logo[b-lqjwql1tl0] {
    width: 50%;
}

.w-operator[b-lqjwql1tl0] {
    width: 50%;
    float: right;
    padding-top: 15px;
}

[operator="tt"]
.w-operator[b-lqjwql1tl0] {
    width: 50%;
    float: right;
    padding-top: 15px;
}

[dir="rtl"]
.w-operator[b-lqjwql1tl0] {
    float: left;
}

img.c-operator[b-lqjwql1tl0] {
    width: 100px;
    float: right;
    margin-top: -5px;
}

[operator="tt"]
img.c-operator[b-lqjwql1tl0] {
    width: 67px;
    float: right;
    margin-top: -17px;
}

a.btnBack[b-lqjwql1tl0] {
    color: black !important;
    text-decoration: none !important;
}

[dir="rtl"]
img.c-operator[b-lqjwql1tl0] {
    float: left;
}

.logo[b-lqjwql1tl0] {
    max-width: 256px;
    height: 50px;
    float: left;
}

[dir="rtl"]
.logo[b-lqjwql1tl0] {
    float: right;
}

.animate.slide-in-back[b-lqjwql1tl0] {
    animation-name: show-from-right;
    -webkit-animation-name: show-from-right;
    -moz-animation-name: show-from-right;
    -ms-animation-name: show-from-right;
    -o-animation-name: show-from-right;
}

.animate[b-lqjwql1tl0] {
    animation-duration: .25s;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-timing-function: cubic-bezier(.5,0,.5,1);
    -webkit-animation-timing-function: cubic-bezier(.5,0,.5,1);
    -moz-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -ms-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    -o-animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    transition-property: left;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.pagination-view[b-lqjwql1tl0] {
    position: relative;
    min-height: 206px;
}

.title[b-lqjwql1tl0] {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    line-height: 1.75rem;
    padding-bottom: 2.3632px;
    padding-top: 2.3632px;
    color: #1b1b1b;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 12px;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
}

.row[b-lqjwql1tl0] {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
}
}
    .row[b-lqjwql1tl0]:before, .row[b-lqjwql1tl0]:after {
        content: " ";
        display: table
    }

    .row[b-lqjwql1tl0]:after {
        clear: both
    }

.form-group[b-lqjwql1tl0] {
    margin-bottom: 16px;
}

.form-group[b-lqjwql1tl0] {
    margin-bottom: 12px;
}

.form-control[b-lqjwql1tl0] {
    display: block;
    width: 100%;
    background-image: none;
}

.col-xs-24[b-lqjwql1tl0], .col-xs-19[b-lqjwql1tl0], .col-xs-5[b-lqjwql1tl0] {
    float: left;
}

[dir="rtl"] .col-xs-24[b-lqjwql1tl0],
[dir="rtl"] .col-xs-19[b-lqjwql1tl0],
[dir="rtl"] .col-xs-5[b-lqjwql1tl0] {
    float: right;
}

.col-xs-24[b-lqjwql1tl0] {
    width: 100%;
}

.col-xs-5[b-lqjwql1tl0] {
    width: 20.83333%;
}

.col-xs-19[b-lqjwql1tl0] {
    width: 79.16667%;
}

.phoneCountryBox[b-lqjwql1tl0] {
    display: inline-flex;
    background-color: #eee;
    border: 1px solid #eee;
    border-bottom-color: #0067b8;
    margin: -1px -1px 0 -1px;
}

.phoneCountryCode.hasFocus[b-lqjwql1tl0] {
    border: 1px solid #eee;
}

.phoneCountryCode[b-lqjwql1tl0] {
    width: 100%;
    right:unset;
    left: 0;
    padding: 6px 4px;
    height: 36px;
    border-bottom-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    border-bottom-style: solid;
}

[dir="rtl"]
.phoneCountryCode[b-lqjwql1tl0] {
    left: unset;
    right: 0;
}

label[b-lqjwql1tl0] {
    display: inline-block;
    max-width: 100%;
}

.downArrow[b-lqjwql1tl0] {
    left: unset;
    right: -6px;
    padding: 6px 0;
    height: 36px;
}

[dir="rtl"]
.downArrow[b-lqjwql1tl0] {
    left: -6px;
    right: unset;
}

.phoneCountry[b-lqjwql1tl0] {
    left: 0;
    right: unset;
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[dir="rtl"]
.phoneCountry[b-lqjwql1tl0] {
    left: unset;
    right: 0;
}

select[b-lqjwql1tl0] {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding: 6px 0;
}

.text-input[b-lqjwql1tl0], input[type="color"][b-lqjwql1tl0], input[type="date"][b-lqjwql1tl0], input[type="datetime"][b-lqjwql1tl0], input[type="datetime-local"][b-lqjwql1tl0], input[type="email"][b-lqjwql1tl0], input[type="month"][b-lqjwql1tl0], input[type="number"][b-lqjwql1tl0], input[type="password"][b-lqjwql1tl0], input[type="search"][b-lqjwql1tl0], input[type="tel"][b-lqjwql1tl0], input[type="text"][b-lqjwql1tl0], input[type="time"][b-lqjwql1tl0], input[type="url"][b-lqjwql1tl0], input[type="week"][b-lqjwql1tl0], textarea[b-lqjwql1tl0], select[b-lqjwql1tl0] {
    padding: 6px 10px;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
}


.phoneNumber[b-lqjwql1tl0] {
    display: inline-block;
/*    padding-left: 16px;
    padding-right: unset;*/
}

/*[dir="rtl"]
.phoneNumber {
    padding-right: 16px;
    padding-left: unset;
}*/

.margin-top-20[b-lqjwql1tl0] {
    margin-top: 20px;
}

.margin-top-40[b-lqjwql1tl0] {
    margin-top: 40px;
}

.separator-5[b-lqjwql1tl0] {
    padding: 0 5px;
}

.ltr_override[b-lqjwql1tl0], .dirltr[b-lqjwql1tl0] {
    direction: ltr;
    text-align: left;
}

[dir="rtl"]
.ltr_override[b-lqjwql1tl0], .dirltr[b-lqjwql1tl0] {
    direction: rtl;
    text-align: right;
}

.input.text-box[b-lqjwql1tl0] {
    padding: 4px 8px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, .4);
    height: 32px;
    height: 2rem;
    padding: 6px 10px;
    border-width: 1px;
    border-color: #666;
    border-color: rgba(0, 0, 0, .6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
}

.text-caption[b-lqjwql1tl0] {
    margin: .5rem 0 .5rem 0;
    margin: 8px 0 8px 0;
}

.text-caption[b-lqjwql1tl0], h5[b-lqjwql1tl0] {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-size: .75rem;
    line-height: .875rem;
    padding-bottom: 1.1816px;
    padding-top: 1.1816px;
}

.button-container[b-lqjwql1tl0] {
    left:unset;
    right: 0;
    text-align: right;
}

[dir="rtl"]
.button-container[b-lqjwql1tl0] {
    left: 0;
    right: unset;
    text-align: left;
}

.no-padding-left-right[b-lqjwql1tl0] {
    padding-left: 0;
    padding-right: 0;
}

.inline-block[b-lqjwql1tl0] {
    display: inline-block;
}
.inline-flex[b-lqjwql1tl0] {
    display: inline-flex;
}

.button.primary[b-lqjwql1tl0] {
    background-color: #0067b83d;
    border: 0.04em solid #0067b83d;
    border-radius: 10px;
    color: var(--black);
    font-size: larger;
    /* font-weight: bold; */
    max-width: 300px;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.8rem 1.5rem;
}

.ext-button[b-lqjwql1tl0] {
    background-color: #0067b80f !important;
    border: 1px solid #0067b85c !important;
}

.btn[b-lqjwql1tl0], button[b-lqjwql1tl0], input[type='button'][b-lqjwql1tl0], input[type='submit'][b-lqjwql1tl0], input[type='reset'][b-lqjwql1tl0] {
    margin-top: 0;
    margin-bottom: 0;
}

.btn[b-lqjwql1tl0], button[b-lqjwql1tl0], input[type='button'][b-lqjwql1tl0], input[type='submit'][b-lqjwql1tl0], input[type='reset'][b-lqjwql1tl0] {
    min-height: 32px;
    border: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .2);
    min-width: 108px;
    line-height: normal;
}

.btn[b-lqjwql1tl0], button[b-lqjwql1tl0], input[type="button"][b-lqjwql1tl0], input[type="submit"][b-lqjwql1tl0], input[type="reset"][b-lqjwql1tl0] {
    display: inline-block;
    min-width: 100px;
    padding: 4px 12px 4px 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    touch-action: manipulation;
    color: #000;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background-color: rgba(0, 0, 0, .2);
}
