body,html{
    height: 100%;
}
a{
    text-decoration: none;
}
.header-title {
    color: #fff;
    font-size: 1.640625rem
}

.header-subtitle {
    color: #fff;
    font-size: .9375rem
}
.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .3rem;
    color: #3e4676;
    cursor: pointer;
    display: inline-block;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.7;
    padding: .25rem .7rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #3e4676;
    text-decoration: none
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 125, 221, .25);
    outline: 0
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: .65;
    pointer-events: none
}

.btn-primary {
    background-color: var(--main-bg2);
    border-color: var(--main-bg2);
    color: var(--main-color2)
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--main-bg2-hover);
    border-color: var(--main-bg2-hover);
    color: #fff;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(50, 106, 188, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #6297e4;
    border-color: #4f8ae0;
    color: #000
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(50, 106, 188, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #3b7ddd;
    border-color: #3b7ddd;
    color: #000
}

.btn-secondary {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: #fff
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #5e38a4;
    border-color: #59359a;
    color: #fff
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(133, 94, 202, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #59359a;
    border-color: #533291;
    color: #fff
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(133, 94, 202, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: #fff
}

.btn-tertiary {
    background-color: #669ae5;
    border-color: #669ae5;
    color: #000
}

.btn-check:focus+.btn-tertiary,
.btn-tertiary:focus,
.btn-tertiary:hover {
    background-color: #7da9e9;
    border-color: #75a4e8;
    color: #000
}

.btn-check:focus+.btn-tertiary,
.btn-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgba(87, 131, 195, .5)
}

.btn-check:active+.btn-tertiary,
.btn-check:checked+.btn-tertiary,
.btn-tertiary.active,
.btn-tertiary:active,
.show>.btn-tertiary.dropdown-toggle {
    background-color: #85aeea;
    border-color: #75a4e8;
    color: #000
}

.btn-check:active+.btn-tertiary:focus,
.btn-check:checked+.btn-tertiary:focus,
.btn-tertiary.active:focus,
.btn-tertiary:active:focus,
.show>.btn-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(87, 131, 195, .5)
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
    background-color: #669ae5;
    border-color: #669ae5;
    color: #000
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #48b461;
    border-color: #3eb058;
    color: #fff
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(34, 142, 59, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    background-color: #53b96a;
    border-color: #3eb058;
    color: #000
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(34, 142, 59, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
    color: #000
}

.btn-info {
    background-color: #20c997;
    border-color: #20c997;
    color: #fff
}

.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
    background-color: #41d1a7;
    border-color: #36cea1;
    color: #fff
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(27, 171, 128, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    background-color: #4dd4ac;
    border-color: #36cea1;
    color: #000
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(27, 171, 128, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #20c997;
    border-color: #20c997;
    color: #000
}

.btn-warning {
    background-color: #fd7e14;
    border-color: #fd7e14;
    color: #000
}

.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #fd9137;
    border-color: #fd8b2c;
    color: #000
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(215, 107, 17, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    background-color: #fd9843;
    border-color: #fd8b2c;
    color: #000
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(215, 107, 17, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #fd7e14;
    border-color: #fd7e14;
    color: #000
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
    color: #fff
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    background-color: #b02a37;
    border-color: #a52834;
    color: #fff
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-light {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #000
}

.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
    background-color: #eceff1;
    border-color: #ebeef1;
    color: #000
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(204, 5%, 79%, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    background-color: #edf0f2;
    border-color: #ebeef1;
    color: #000
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(204, 5%, 79%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #000
}

.btn-dark {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #444;
    border-color: #444;
    color: #fff
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(56, 90, 139, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    background-color: #11315f;
    border-color: #102e59;
    color: #fff
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(56, 90, 139, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #153d77;
    border-color: #153d77;
    color: #fff
}

.btn-outline-primary {
    border-color: #3b7ddd;
    color: #3b7ddd
}

.btn-outline-primary:hover {
    background-color: #3b7ddd;
    border-color: #3b7ddd;
    color: #000
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 125, 221, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #3b7ddd;
    border-color: #3b7ddd;
    color: #fff
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 125, 221, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #3b7ddd
}

.btn-outline-secondary {
    border-color: #6f42c1;
    color: #6f42c1
}

.btn-outline-secondary:hover {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: #fff
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: #fff
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6f42c1
}

.btn-outline-tertiary {
    border-color: #669ae5;
    color: #669ae5
}

.btn-outline-tertiary:hover {
    background-color: #669ae5;
    border-color: #669ae5;
    color: #000
}

.btn-check:focus+.btn-outline-tertiary,
.btn-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgba(102, 154, 229, .5)
}

.btn-check:active+.btn-outline-tertiary,
.btn-check:checked+.btn-outline-tertiary,
.btn-outline-tertiary.active,
.btn-outline-tertiary.dropdown-toggle.show,
.btn-outline-tertiary:active {
    background-color: #669ae5;
    border-color: #669ae5;
    color: #000
}

.btn-check:active+.btn-outline-tertiary:focus,
.btn-check:checked+.btn-outline-tertiary:focus,
.btn-outline-tertiary.active:focus,
.btn-outline-tertiary.dropdown-toggle.show:focus,
.btn-outline-tertiary:active:focus {
    box-shadow: 0 0 0 .2rem rgba(102, 154, 229, .5)
}

.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
    background-color: transparent;
    color: #669ae5
}

.btn-outline-success {
    border-color: #28a745;
    color: #28a745
}

.btn-outline-success:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #000
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    background-color: #28a745;
    border-color: #28a745;
    color: #000
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #28a745
}

.btn-outline-info {
    border-color: #20c997;
    color: #20c997
}

.btn-outline-info:hover {
    background-color: #20c997;
    border-color: #20c997;
    color: #000
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 201, 151, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    background-color: #20c997;
    border-color: #20c997;
    color: #000
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 201, 151, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #20c997
}

.btn-outline-warning {
    border-color: #fd7e14;
    color: #fd7e14
}

.btn-outline-warning:hover {
    background-color: #fd7e14;
    border-color: #fd7e14;
    color: #000
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(253, 126, 20, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    background-color: #fd7e14;
    border-color: #fd7e14;
    color: #000
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .2rem rgba(253, 126, 20, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #fd7e14
}

.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}

.btn-outline-light {
    border-color: #e9ecef;
    color: #e9ecef
}

.btn-outline-light:hover {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #000
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #000
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #e9ecef
}

.btn-outline-dark {
    border-color: #153d77;
    color: #153d77
}

.btn-outline-dark:hover {
    background-color: #153d77;
    border-color: #153d77;
    color: #fff
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(21, 61, 119, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    background-color: #153d77;
    border-color: #153d77;
    color: #fff
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .2rem rgba(21, 61, 119, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #153d77
}

.btn-link {
    color: #3b7ddd;
    font-weight: 400;
    text-decoration: none
}

.btn-link:hover {
    color: #2f64b1
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: .3rem;
    font-size: 1.125rem;
    padding: .35rem 1rem
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: .15rem;
    font-size: .75rem;
    padding: .15rem .5rem
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}
:root{
    --overlay-color-1: #ff0000;
    --overlay-color-2: #0000ff;
    --anim-duration: 3s;
}
.help-block{
    font-size: 0.9rem;
    color: #999;
    padding-top: 5px;
}

#gradient {
    opacity: 0.8;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #1e2f5d;
}

#gradient:after,
#gradient:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

#gradient:before {
/*     background: linear-gradient(135deg, var(--overlay-color-2) 0%, var(--overlay-color-1) 100%); */
/*     animation: OpacityAnim var(--anim-duration) ease-in-out 0s infinite alternate; */
}

#gradient:after {
/*     background: linear-gradient(135deg, var(--overlay-color-1) 0%, var(--overlay-color-2) 100%); */
/*     animation: OpacityAnim var(--anim-duration) ease-in-out calc(-1 * var(--anim-duration)) infinite alternate; */
}

@keyframes OpacityAnim {
    0%{opacity: 1.0}
    100%{opacity: 0.0}
}
.lotolists{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.lotolists > li {
    min-width: calc(25% - 12px);
    max-width: calc(25% - 12px);
    border-radius: 4px;
    display: flex;
}
.lotolists > li:last-child{
    margin-bottom: 0;
}
.lotolists .info{
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 1);
    padding: 15px 15px;
    text-decoration: none;
    color: #000;
    min-width: 100%;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.lotolists .info:hover{
    background: rgb(37,227,111);
    background: linear-gradient(90deg, rgba(37,227,111,1) 0%, rgba(35,184,34,1) 100%);
}
.lotolists .lotto_logo{
    display: flex;
    gap: 15px;
}
.lotolists .lotto_box .fn_define_number{
    margin-bottom: 0px;
}
.lotolists .lotto_box .fn_define_number:last-child{
    margin-bottom: 0;
}
.lotolists .lotto_logo > .img{ 
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
}
.lotolists .lotto_logo > .name{ 
    flex-grow: 1;
}
.lotolists .lotto_logo > .img img{ 
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.lotolists .info > .desc{
    flex-grow: 1;
    font-size: 1rem;
    margin-top: 5px;
}
.lotolists .info > .desc > div{
    gap: 15px;
}
.lotolists .info .name{
    font-size: 20px;
    font-weight: 500;
    padding-top: 12px;
}
.lotolists .info .status{
    font-size: 1.3rem;
}
.lotolists .table{
    border-color: #000;
}
.lotolists .table thead{
    background: #eee;
}
.lotolists .table input{
    text-align: center;
}
.lotolists .lotto_box .table{
    margin-bottom: 10px;
}
.lotolists .lotto_box .table th{
    vertical-align: middle;
}
.lotolists .lotto_box .tools{
    margin-bottom: 15px;
}
.lotto-header .card-title{
    font-size: 1.5rem;
    color: #000;
}
.new_lotto_box{
    display: flex;
    min-width: 100%;
}
.new_lotto_box .lotto_listsbox,
.new_lotto_box .fn_lotto{
    background: rgb(255 255 255 / 80%);
    padding: 20px;
    max-width: 100%;
    min-width: 100%;
}
.new_lotto_box .fn_lotto hr{
    border-color: #ccc;
    opacity:1;
}
.new_lotto_box .lotto_listsbox{
    min-width: 600px;
    max-width: 600px;

}
.new_lotto_box .lotto_listsbox{
    min-width: calc(100% - 615px);
    max-width: calc(100% - 615px);
    margin-left: 15px;
}
.new_lotto_box .h_sec{
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
    color: #000;
}
.new_lotto_box #int_num{
    width: 235px;
    text-align: center;
}
.new_lotto_box .fn_typelists .btn-check:not(:checked)+.btn-outline-primary{
    background: #BDBDBD;
    border-color: #BDBDBD;
    color: #fff;
}
.new_lotto_box .fn_subbtn .btn-check:not(:checked)+.btn-outline-success{
    background: #BDBDBD;
    border-color: #BDBDBD;
    color: #fff;
}
.new_lotto_box .fn_subbtn .btn-check:checked+.btn-outline-success{
    color: #fff;
}
.lotto_header{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.lotto_header .img{
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
}
.lotto_header .img img{
    width: 100%;
}
.lotto_header h1{
    margin-bottom: 0;
    padding-left: 15px;
    flex-grow: 1;
    font-size: 24px;
}
.lotto_header .market_status{
    text-align: right;
    padding-right: 0px;
    font-size: 16px;
}
.lotto_header .time{
}
.lotto_header .countdown{
    font-size: 16px;
}
.fn_typelists .btn{
    color: #fff;
}
.fn_numlists{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap:wrap;
    min-height: 20px;
    margin-bottom: -10px;

}
.fn_numlists > li{
    background: #4F4F4F;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.new_lotto_box .fn_sum{
    font-size: 16px;
}
.lotto_listsbox h4{
    background: #333;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
}
.lotto_listsbox .fn_sum{
    font-size: 22px;
    margin : 0;
}
#popup_payment,
#popup_lotto{
    padding: 15px;
}
.popup_body .poppup_save {
    position: sticky;
    z-index: 2;
    background: #fff;
    padding: 15px 0;
    padding-bottom: 0;
}
ul.define_lists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
ul.define_lists > li{
    min-width: calc(33.33% - 7px);
    max-width: calc(33.33% - 7px);
}
ul.resaults_lists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
ul.resaults_lists > li{
    min-width: calc(33.33% - 7px);
    max-width: calc(33.33% - 7px);
}
#popup_lotto .headLotto{
    justify-content: center;
}
/* #popup_lotto .table tbody,
#popup_lotto .table td,
#popup_lotto .table tfoot,
#popup_lotto .table th,
#popup_lotto .table thead,
#popup_lotto .table tr{
    border-color: #ccc;
} */
ul.lotto_resault{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
ul.lotto_resault > li{
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}
ul.lotto_resault > li .name{
    background: #000;
    color: #fff;
    padding: 2px 5px;
}
ul.lotto_resault > li .num{
    background: #dadada;
    padding: 2px 0;
    margin-bottom: 2px;
}
.fnGenNumber .intNum{
    width: 120px;
}
#logs_table_box{
    max-height: 500px;
    box-shadow: 0 0 25px hsl(0deg 0% 0% / 20%) inset;
    padding: 10px 10px;
}
#logs_table_box .fn_sum{
    position: sticky;
    bottom: 0;
    background: #ddd;
    padding: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    margin: 0;
}
#logs_table_box table{
    margin-bottom: 0;
}
#logs_table_box thead{
    position: sticky;
    top: 0;
    background: #333;
    color: #fff;
}
#logs_table_box .table>:not(caption)>*>*{
    padding: 0.3rem 0.75rem;
}
#logs_table_box .table td{
    font-size: 0.9rem;
}
ul.lotto_prices{
    list-style: none;
    padding: 0;
    margin: 0;
}
.resault_header{
    font-size: 20px;
    padding-top: 15px;
    position: sticky;
    top: 0px;
    z-index: 1;
    background: #fff;
    margin-bottom: 0;
    height: 45px;
    left: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.resault_header > span{
    float: right;
}
ul.define_lists#fnRecive{
    margin-top: 15px;
}
ul.define_lists#fnRecive > li{
    min-width: 100%;
    max-width: 100%;
}
ul.define_lists .typename{
    background: var(--main-bg3);
    color: var(--main-color2);
    padding: 15px;
    font-size: 20px;
    text-align: center;
}
ul.define_lists#fnRecive > li input[type='number']{
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    min-width: 100px;
    border-radius: 0;
}
ul.define_lists#fnRecive #btnAddPrice{
    border-radius: 0;
}
.define_lists .fn_price{
    display: flex;
    white-space: nowrap;
    gap: 0px;
    padding: 15px 0;
}
.home_lottobox{
    color: #000;
}
.home_lottobox .card-header,
.row_lottos .card-header {
    padding-top: 1rem;
    padding-bottom: 0;
    background: rgb(0,102,0);
    background: linear-gradient(90deg, rgba(0,102,0,1) 0%, rgba(0,255,0,1) 50%, rgba(0,102,0,1) 100%);
    color: #000;
    padding-bottom: 1rem;
    border-bottom: none;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}
.home_lottobox .card,
.row_lottos .card{
    background: rgb(255 255 255 / 90%);
}
.home_lottobox .table{
    background: rgb(255 255 255 / 60%);
    white-space: nowrap;
    font-size: 1rem;
}
.box_lotto_btn{

}
.new_lotto_box .form-select-lg, 
.new_lotto_box .form-control-lg, 
.new_lotto_box .btn-lg{
    font-size: 1rem;
    white-space: nowrap;
}
.table>:not(:first-child) {
    border-top: 2px solid currentColor;
}
.btnSumPay{
    cursor: pointer;
}
.btnSumPay.isResault{
    background-color: var(--bs-primary)!important;
}
.btnSumPay.active{
    background-color: var(--bs-danger)!important;
}
.fnData{
    display: none;
}
.predict_box table{
    white-space: nowrap;
}
.dayselect{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 15px;
}
.dayselect input[type="date"]{
    max-width: 200px;
}
.popup_body .headpage {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    font-size: 26px;
    padding: 12px 20px;
    color: #fff;
    text-align: center;
    background: var(--main-bg2);
    margin-bottom: 15px;
}
.paginationbox p,
.paginationbox .pagination{
    margin-bottom: 0;
}
#popup_payment .searchbox{
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}
#table_logs .error1{
    text-decoration: line-through;
    color: #d70000;
}

/* Style the input */
.on - page - search {
    width: 100 % ;
    font - size: 14 px;
    line - height: 26 px;
    color: #787d85;
    background-color: # fcfcfc;
    border: 1 px solid# e0e1e1;
    padding: 5 px 15 px;
}
/* Style the list */
.demo - links {
    border - bottom: none;
    padding: 5 px 5 px;
    line - height: 36 px;
}

/* Style the results */
.txt_results {
    background: #000!important;
    color: white!important;
    box-shadow: 0 0px 6px rgb(0 0 0 / 58%);
}
.txt_results: hover {
    background: #333;
    color: white;
}

.d-bg-success{
    background-color: #d4edda;
}
.d-bg-danger{
    background-color: #f8d7da;
}
.d-bg-warning{
    background-color: #fff3cd;
}
.d-bg-primary{
    background-color: #cce5ff;
}
.d-bg-info{
    background-color: #d1ecf1;
}
.d-bg-light{
    background-color: #fefefe;
}
.d-bg-dard{
    background-color: #d6d8d9;
}


@media (max-width: 1440px) {
    .home_lottobox > .col-4,
    .home_lottobox > .col-8{
        min-width: 50%;
        max-width: 50%;
    }
    .lotolists > li {
        min-width: calc(33.33% - 12px);
        max-width: calc(33.33% - 12px);
    }
    .home_lottobox .table{
        font-size: 0.9rem;
    }
}
@media (max-width: 1199px) {
    .lotolists > li {
        min-width: calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
    /* .card-body{
        padding: 15px;
    } */
    .home_lottobox > .col-4,
    .home_lottobox > .col-8{
        min-width: 100%;
        max-width: 100%;
    }
    .new_lotto_box .lotto_listsbox, .new_lotto_box .fn_lotto{
        min-width: 100%;
    }
}
@media (max-width: 991px) {
    ul.resaults_lists > li{
        min-width: calc(50% - 7px);
        max-width: calc(50% - 7px);
    }
    ul.define_lists > li {
        min-width: calc(50% - 7px);
        max-width: calc(50% - 7px);
    }
    .headLotto > .img{
        width: 50px;
        height: 50px;
    }
    .headLotto h1{
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .lotto_header .img{
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
    }
    .lotolists .lotto_logo > .img {
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px;
    }
    .lotolists .info .name{
        padding-top: 3px;
    }
    .popup_body .headpage{
        font-size: 20px;
    }
}
@media (max-width: 600px) {
    .lotolists > li {
        min-width: calc(100%);
        max-width: calc(100%);
    }
    .lotto_header{
        flex-wrap: wrap;
    }
    .lotto_header .market_status{
        min-width: 100%;
        text-align: left;
        padding-top: 0px;
        padding-left: 67px;
    }
    ul.define_lists > li ,
    ul.resaults_lists > li{
        min-width: calc(100%);
        max-width: calc(100%);
    }
    .fnGenNumber .btn-group{
        flex-wrap: wrap;
    }
    .fnGenNumber .intNum{
        width: 100%;
        margin-bottom: 5px;
    }
}
@media (max-width: 550px) {
    #bx_price > .col{
        min-width : 100%;
        margin-bottom : 10px;
    }
}
