@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --pri-dark: #110b2d;
    --pri-shade2: #23165e;
    --pri-shade3: #050311;
    --yellow: #dfb50a;
    --white: #fff;
    --black: #000;
    --field-height: 50px;
    --clr-primary: #644EC1;
    --clr-primary-light: #e7e7ff;
    --clr-secondary: #dfb50a;
    --clr-popup-bg: #f3f3fd;
    --bs-heading-color: #384551;
    --bs-body-color: #646e78;
}

:root.pja {
    --pri-dark: #470000;
    --pri-shade2: #910000;
    --pri-shade3: #470000;
    --yellow: #dfb50a;
    --white: #fff;
    --black: #000;
}

:root .wintoro {
    --pri-dark: #141414;
    --pri-shade2: #343335;
    --pri-shade3: #050311;
    --yellow: #950000;
    --white: #fff;
    --black: #000;
}

:root .mybetday {
    --pri-dark: #300328;
    --pri-shade2: #5f1653;
    --pri-shade3: #11030f;
    --yellow: #fe8c21;
    --white: #fff;
    --black: #000;
}

:root .bitcoinsportsbook {
    --pri-dark: #000000;
    --pri-shade2: #161616;
    --pri-shade3: #222222;
    --yellow: #ff8017;
    --white: #fff;
    --black: #000;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

html {
    width: 100%;
    float: left;
    height: 100%;
    --bs-body-font-family: "Public Sans", -apple-system, blinkmacsystemfont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

img {
    border: none;
    outline: none;
}

select::-ms-expand {
    display: none;
}

input:focus,
textarea:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

select:focus {
    outline: none;
}

.editing {
    display: none;
}

.editable {
    display: block;
}

a:focus,
button:focus {
    border: none;
    outline: none;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    margin-top: 0px;
    width: 100%;
    height: 100%;
}

.clr {
    clear: both;
}

.flt {
    float: left;
}

.flr {
    float: right;
}

a {
    text-decoration: none !important;
    color: #555555;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #376406;
}

ul {
    list-style: none;
}

ul li {
    float: left;
}

p {
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: var(--bs-body-font-family);
    font-weight: normal;
}

ul,
ol,
li {
    margin: 0px;
}

a {
    border: none;
}

a:hover {
    text-decoration: none !important;
}

button,
input[type="submit"],
a,
input[type="button"] {
    cursor: pointer;
}

body {
    width: 100%;
    font-size: 15px !important;
    font-family: var(--bs-body-font-family);
    background: #fff;
    line-height: 24px;
    position: relative;
    min-height: 100%;
    float: left;
    height: 100%;
}

.login-page {
    display: grid;
    grid-template-columns: 1fr 630px;
    height: 100%;
    --sidebar-width-collapsed: 0px;
}

.login-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-image.nodisplay {
    display: none;
}

.page-container.login-page-container {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 20px;
    overflow: auto;
    background: #fff !important;
    -webkit-box-align: center;
    min-height: 100%;
    align-items: flex-start;
}

.auth-main-content {
    width: 100%;
    max-width: 462px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100%;
    justify-content: center;
}

.auth-inner-wrapper .logo-img {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.login-inner-head {
    margin-bottom: 20px;
}

.login-inner-head h2 {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
}

.login-inner-head h2 span {
    color: var(--clr-primary);

}

.login-inner-head p {
    font-size: 16px;
    margin: 0;
    font-weight: 300;
}

.auth-inner-wrapper .field-set-wrapper {
    margin-bottom: 20px;
}

.auth-inner-wrapper .field-set-wrapper .form-control {
    --field-height: 50px;
}

.auth-inner-wrapper .masked-email {
    color: var(--clr-primary);
}

.password-field {
    position: relative;
}

.field-set-wrapper.password input.form-control {
    padding-right: 190px;
}

.password-field .cs-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    cursor: pointer;
    color: #636363;
}

.password-field .cs-icon.icon-eye {
    font-size: 15px;
}

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

.login-btn-main .btn-primary {
    font-size: 22px;
    width: 100%;
    height: 58px;
}

.forgot-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--clr-primary);
    padding: 5px 13px;
    border-radius: 50px;
}

.remember-me {
    font-size: 16px;
    font-weight: 400;
}

.checkbox-ui-block {
    cursor: pointer;
    margin: 0;
    font-size: 15px;
}

.checkbox-ui-block [type=checkbox] {
    appearance: none;
    print-color-adjust: exact;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    width: 22px;
    height: 22px;
    color: #DADADA;
    border-color: #DADADA;
    background-color: #fff;
    background-origin: border-box;
    padding: 0;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #DADADA;
    margin: 0 7px 0 0;
}

.checkbox-ui-block [type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: var(--clr-primary);
    background-position: center 6px;
    border-color: var(--clr-primary);
}

.forgot-block .forgot-link {
    color: var(--clr-primary);
    font-size: 12px;
    margin-left: auto;
    line-height: 1;
}

.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px !important;
    font-size: 13px;
    font-weight: 400;
    color: #384551;
    width: 100%;
    min-height: 14px;
}
.form-group {
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    height: var(--field-height);
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: var(--white);
    background-image: none;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    transition: all 0.2s ease;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:not([readonly]):focus {
    border-color: var(--clr-primary);
    box-shadow: 0 0 0 3px #e7e7ff3b;
}
.auth-body-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 500;
    min-height: var(--field-height);
    box-shadow: 0 4px 8px 0 rgb(128 128 128 / 40%);
    transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
    border: none;
    font-family: var(--bs-body-font-family);
}
.btn.btn-primary {
    background: var(--clr-primary);
    outline: none;
    color: #ffffff;
}

.btn.btn-primary-light {
    background: var(--clr-primary-light);
    color: var(--clr-primary);
    outline: none;
    box-shadow: 0 4px 8px 0 rgb(128 128 128 / 14%);
    border: 1px solid #0000000d;
}

.btn.btn-secondary-light {
    background: #605f68;
    color: #fff;
    outline: none;
}
.form-submit{
    padding-top: 10px;
}
.form-submit .btn {
    height: 56px;
    color: #ffffff;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

.form-group .invalid-feedback {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    color: #da143b;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}

.form-group:has(.invalid-feedback) .form-control {
    border-color: #da143b;
}






/**
 * 
 */

/*************admin password********/
.loginfixed {
    width: 100%;
    float: left;
    position: fixed;
    /*background: #f1f1f1; */
    background: var(--pri-shade3);
    background-size: cover;
    background-image: url('../images/backend/login-bg.jpg');
    left: 0;
    height: 100%;
}

.wintoro .loginfixed,
.bitcoinsportsbook .loginfixed {
    background-image: url('../images/backend/wintoro-login-bg.jpg');
}

.loginfixed-inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 685px;
    height: 100%;
    max-width: 90%;
}
.forbidden .loginfixed-inner {
    width: 500px;
}

.maintenance .loginfixed-inner {
    width: 570px;
}

.temp-avail .loginfixed-inner {
    width: 600px;
}

.loginfixed-tb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.loginfixed-cell {
    width: 100%;
    background: #17173be3;
    padding: 60px 20px;
    border-radius: 30px;
}

.logoblockMain {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-align: center;
}

.logoblockMain img {
    float: none;
    display: inline-block;
    max-width: 250px;
}

.login-block {
    padding: 30px 0px;
    width: 100%;
    float: right;
    border-radius: 5px;
    background: #fff;
    border-top: 3px solid var(--yellow);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.wintoro .login-block {
    background: #58585863;
}

.wintoro .login-form .input-block input {
    border: 2px solid #ccc6d7;
    background-color: #2e2e2e;
    color: #fff;
}

.wintoro .input-block input::placeholder {
    color: #fff;
    opacity: 0.6;
}

.wintoro .full-block.full-block-email .input-block:before,
.wintoro .full-block-password:before {
    filter: brightness(3);
}

.wintoro .login-form p,
.wintoro .login-form h2,
.wintoro .login-form .input-block button.login-btn {
    color: #fff;
}

.login-form {
    width: 100%;
    float: left;
    padding: 0px 39px;
}

.login-form h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #3f3f3f;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 30px;
}

.login-form p {
    width: 100%;
    float: left;
    text-align: center;
    color: #413c52;
    margin-bottom: 23px;
    font-size: 14px;
    margin-bottom: 13px;
}

.full-block {
    width: 100%;
    float: left;
    position: relative;
}

.input-block {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    position: relative;
}

.full-block:last-child .input-block {
    margin-bottom: 0px;
}

.login-form .input-block input {
    width: 100%;
    float: left;
    height: 50px;
    border: 2px solid #ccc6d7;
    border-radius: 30px;
    padding: 0px 10px 0px 57px;
    font-size: 14px;
    background-color: transparent;
}

.email-icon {
    /*
    background: #faf4fc url("../images/backend/email.png") no-repeat scroll 15px center;
*/
    background-color: rgb(250, 244, 252);
}

.login-form .input-block button.login-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f94d6d+0,d82143+100 */
    background: var(--yellow);
    /* Old browsers */
    border: none;
    padding: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: open_sansbold;
    color: #000000;
    border: none;
    height: 47px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 100%;
    border-radius: 100px;
}

.key-icon {
    /*
    background: url(../images/backend/key-icon.png) no-repeat 15px center rgba(0,0,0,0);
*/
    background-color: rgba(0, 0, 0, 0);
}

footer {
    position: absolute;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 13px;
    bottom: 0;
    text-align: center;
}

.footertxt {
    width: 100%;
    padding: 10px;
}

span.invalid-feedback {
    position: absolute;
    left: 0;
    bottom: -21px;
    color: #da143b;
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
}

header {
    width: 100%;
    float: left;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    text-align: right;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

a.logout img {
    width: 25px;
}

.body-outer {
    width: 100%;
    float: left;
    padding: 20px;
}

span.invalid-feedback.login-common-err {
    width: 100%;
    float: left;
    padding: 10px 20px;
    border: 1px solid #ff00006e;
    background: #ff000014;
    /* margin-bottom: 10px; */
    border-radius: 5px;
    position: relative;
    bottom: 0;
    font-size: 15px;
}

.login-common-err img {
    position: absolute;
    right: 20px;
    width: 9px;
    top: 17px;
    cursor: pointer;
}

.error-page-block {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.error-page-block p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.error-page-block h1 {
    font-size: 208px;
    display: inline-block;
    height: auto;
    line-height: 236px;
    color: #fff;
    text-shadow: 8px 8px 0 rgb(123 63 80);
    font-weight: 800;
}

.error-page-block .btn-block {
    padding-top: 18px;
}

.error-page-block .primary-btn {
    display: inline-block;
    padding: 0 60px;
    height: 50px;
    background: var(--yellow);
    line-height: 50px;
    border-radius: 4px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.error-page-block .primary-btn:hover {
    background-color: var(--yellow);
}

.error-page-block .primary-btn img {
    transform: rotate(180deg) translate(11px, -2px);
}

/*13 march*/

.login-form input {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px transparent inset !important;
}

.full-block.full-block-email .input-block:before {
    content: "";
    display: block;
    width: 68px;
    height: 100%;
    background-image: url(../images/backend/email.png);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.full-block-password:before {
    content: "";
    display: block;
    width: 68px;
    height: 100%;
    background-image: url(../images/backend/key-icon.png);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.access-denied-block {
    width: 425px;
    text-align: center;
}

.access-denied-block h1 {
    font-size: 58px;
}

/*13 march*/
.wintoro .input-block input:-webkit-autofill,
.wintoro .input-block input:-webkit-autofill:first-line,
.wintoro .input-block input:-webkit-autofill:hover,
.wintoro .input-block input:-webkit-autofill:focus,
.wintoro .input-block input:-webkit-autofill:active {
    box-shadow: 0 0 0 100px #2e2e2e inset !important;
    -webkit-text-fill-color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 575px) {
    .error-page-block h1 {
        font-size: 128px;
        line-height: 168px;
    }
    .error-page-block p {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .loginfixed-inner {
        width: 290px;
    }

    .login-form {
        padding: 0px 20px;
    }

    .error-page-block h1 {
        font-size: 148px;
        line-height: 186px;
    }
}

/**************end*****************/