﻿.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: -10px;
    height: auto;
    -webkit-transition: height .4s ease-in;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.visible-xs {
    display: none;
}

.select-lotto-dropdown .lotto-cat-button {
    border: unset;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: left;
    min-width: 100%;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 6px 12px;
    color: #fff;
    cursor: pointer;
}

.select-lotto-dropdown.lotto-cat-wrap.dropdown .dropdown-menu {
    width: 100%;
}

.dropdown-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.dropdown-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #e5e5e5;
    background-color: #8c0108;
    background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(.5,#e5e5e5),color-stop(.5,#e5e5e5),to(#e5e5e5));
}

.select-lotto-dropdown .lotto-cat-text {
    width: 100%;
}

.select-lotto-dropdown .lotto-cat-button::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    color: #c8000a;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.select-lotto-dropdown .dropdown-menu.dropdown-menu-lotto-cat .dropdown-item {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10.5px 20px;
    font-size: 16px;
    border-bottom: unset;
    cursor: pointer;
    list-style: none !important;
    transition: all 0.25s;
}

.dropdown-menu.dropdown-menu-lotto-cat .dropdown-item.select {
    background-color: #c8000a;
    color: #fff;
}

.select-lotto-dropdown .dropdown-menu.dropdown-menu-lotto-cat .dropdown-item:hover,
.select-lotto-dropdown .dropdown-menu.dropdown-menu-lotto-cat .dropdown-item:focus {
    background-color: #c8000a;
    color: #fff;
}

.select-lotto-dropdown .dropdown-menu.dropdown-menu-lotto-cat {
    margin-top: 0;
    border: 1px solid rgba(120,130,140,.21);
}

@media screen and (max-width: 1690px) {
    .text-body .text-date i {
        font-size: 12px;
    }

    .text-date {
        font-size: 12px;
    }

    .text-view {
        font-size: 12px;
    }

    .iconround-muted {
        height: 15px;
        width: 15px;
    }

    .text-body .text-view i {
        font-size: 8px;
    }

    .text-share {
        font-size: 12px;
    }

    .text-body .text-share i {
        font-size: 12px;
    }

    .iconround-muted.facebook {
        width: 20px;
        height: 20px;
        top: -2px;
    }

    .iconround-muted.twitter {
        width: 20px;
        height: 20px;
        top: -2px;
    }
}

@media screen and (max-width: 991px) {
    .table.table-box thead .element-text {
        font-size: 12px;
        font-weight: 600;
    }

    .order-banner:nth-of-type(1) {
        order: 1;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .order-banner:nth-of-type(2) {
        order: 2;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-banner:nth-of-type(3) {
        order: 1;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .order-banner:nth-of-type(2) img {
        width: 100%;
    }

    .text-date i {
        display: none;
    }

    .text-view .iconround-muted {
        display: none;
    }

    .text-share span i {
        display: none;
    }


    .grid-img img {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .white-box {
        padding-left: 0;
        padding-right: 0;
    }

    .btn.btn-bank {
        border-radius: 3px;
        border: 1px solid #e5e5e5;
    }

    .bank-action {
        width: 50%;
    }

    .table-responsive.table-custom .table > thead > tr > th,
    .table-responsive.table-custom .table > tbody > tr > td {
        min-width: 120px;
        font-size: 12px;
    }

    .table-icon {
        font-size: 10px;
    }

    .nav.nav-tabs.nav-tabs-flex > li > a {
        font-size: 14px;
    }

    .text-title-sm {
        font-size: 16px;
    }
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-5 {
    margin-right: 5px;
}

.text-muted {
    color: #8d9ea7;
}

#datepickerlotto {
    text-align: left;
}

/* table danger */
/* == PLACEHOLDER == */
input.btn-select-type::-webkit-input-placeholder {
    color: #fff;
}

input.btn-select-type:-moz-placeholder {
    color: #fff;
}

input.btn-select-type::-moz-placeholder {
    color: #fff;
}

input.btn-select-type:-ms-input-placeholder {
    color: #fff;
}

input.btn-select-type:focus::-webkit-input-placeholder {
    color: white;
}

.table.table-box.table-danger {
    border-radius: 4px;
    border: 0;
}

    .table.table-box.table-danger .thead-light th {
        background-color: #e30a18;
    }

        .table.table-box.table-danger .thead-light th .element-text {
            color: #fff;
        }

    .table.table-box.table-danger tbody tr td {
        border-bottom: 1px solid #ea2734 !important;
    }

    .table.table-box.table-danger tbody tr:last-child td {
        border-bottom: 0 !important;
    }

    .table.table-box.table-danger > thead > tr > th,
    .table.table-box.table-danger > tbody > tr > th,
    .table.table-box.table-danger > tfoot > tr > th,
    .table.table-box.table-danger > thead > tr > td,
    .table.table-box.table-danger > tbody > tr > td,
    .table.table-box.table-danger > tfoot > tr > td,
    .table.table-box.table-danger > thead > tr > th,
    .table.table-box.table-danger.table-bordered {
        border-right: 1px solid #ec2a36;
        border-top: 1px solid #c8000a;
        background-color: #c8000a;
        padding: 11px 8px 10px 8px;
    }

    .table.table-box.table-danger .thead-light th:first-child {
        border: 1px solid #ea2734;
    }

    .table.table-box.table-danger > tbody > tr > td:last-child {
        border-top: 0 !important;
    }

    .table.table-box.table-danger > tbody > tr:last-child > td:last-child {
        border-radius: 0 0 4px 0;
    }

    .table.table-box.table-danger > tbody > tr > td:last-child {
        border-right: 1px solid #ad040a;
    }

.single.full-width {
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}

.section-result {
    background-color: #ad040c;
}

.btn-select-wrap .btn-group.bootstrap-select.btn-select-type .btn.dropdown-toggle.btn-danger .caret {
    color: #ad040b;
}

.btn.dropdown-toggle.btn-danger {
    background-color: #e30a18 !important;
}

.redbox {
    background-color: #e30a18;
    border: 1px solid #e30a18;
    color: #fff !important;
    height: 35px !important;
}

.single.semi {
    width: 50px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    display: none;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    display: none;
}

.perform-wrapper {
    background-image: url(../images/bg-13.jpg?v=1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 100px 0 0;
    background-color: #fff;
}

.desc-present-inner.padding-left {
    padding-left: 100px;
}

.desc-perform-inner {
    padding: 91px 0 91px 0;
}

    .desc-perform-inner.padding-left {
        padding-left: 120px;
    }

    .desc-perform-inner.padding-left {
        float: right;
        position: relative;
        right: 0;
        transform: translateX(100%);
    }

.btn-more-info {
    border-radius: 4px;
    background-color: #e30a18 !important;
    border-color: #e30a18 !important;
    color: #fff;
    width: 160px;
    font-size: 14px;
    height: 45px;
    padding: .675rem .75rem;
}

.text-info-title {
    font-size: 20px;
    font-weight: 600;
}

.desc-wrapper {
    background-image: url(../images/bg-12.jpg?v=1);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 50px 50px 50px 100px;
    background-color: #fff;
}

.desc-present-inner {
    padding-right: 50px;
    width: 100%;
    float: left;
}

.bootstrap-select.btn-select-type .btn:hover {
    color: #fff !important;
    border-color: #e30a18 !important;
}

.m-r-15 {
    margin-right: 15px;
}

.social.social-left {
    justify-content: left;
}

.box-selection {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.box-sumresult {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.datepicker.datepicker-dropdown {
    z-index: 6 !important;
}

.datepicker.datepicker-dropdown {
    width: 275px;
}

.demos-post-closed {
    background-color: #e30a18;
}

.box-bottom {
    background-color: #ad040c;
    border-bottom: 1px solid #ac080e;
}




.btn-method-group {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .btn-method-group .btn.btn-method {
        width: 100%;
        margin: 0 7.5px;
        padding: 0;
        height: 45px;
        display: block;
        align-items: center;
        justify-content: center;
        background-color: #b4100f;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        border-radius: 3px;
        cursor: pointer;
        outline: none;
        position: relative;
        border: 0;
        padding-left: 50px;
        line-height: 45px;
        overflow: hidden;
    }

.btn.btn-method.bg-warning {
    background-color: #e6a210 !important;
}

    .btn.btn-method.bg-warning .icon-method {
        background-color: #db8e0b;
    }

.btn.btn-method.bg-danger {
    background-color: #e30a18 !important;
}

    .btn.btn-method.bg-danger .icon-method {
        background-color: #d0070d
    }

.icon-method-rounded {
    width: 23px;
    height: 23px;
    background-color: #000;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 25px;
    border-radius: 50%;
    background-color: #fff;
}

.btn.btn-method.bg-warning .icon-method i {
    color: #db8e0b;
}

.btn.btn-method.bg-danger .icon-method i {
    color: #d0070b;
}

.btn-method-group .btn.btn-method:not(:first-child) {
    margin-right: 0;
}

.btn-method-group .btn.btn-method:not(:last-child) {
    margin-left: 0;
}

.btn-method-group .btn.btn-method {
    padding-left: 45px;
    position: relative;
    border: 0;
}

    .btn-method-group .btn.btn-method.bg-warning .icon-method {
        background-color: #db8e0b;
    }

    .btn-method-group .btn.btn-method.bg-danger .icon-method {
        background-color: #d0070d;
    }

.lotto-status-online .btn.btn-method.bg-warning {
    background-color: #c5c5c5 !important;
    cursor: default;
}

    .lotto-status-online .btn.btn-method.bg-warning .icon-method {
        background-color: #b7b7b7 !important;
    }

        .lotto-status-online .btn.btn-method.bg-warning .icon-method i {
            color: #b7b7b7;
        }

.btn-method-group .btn.btn-method {
    height: 45px;
    padding-left: 39px;
    line-height: 45px;
    font-size: 12px;
}

.icon-method {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    margin: 0 10px 0 0;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: -1px;
}




.navmenu-link {
    padding: 15px 12px;
}

/* bg */
.desc-wrapper {
    padding: 50px 25px 50px 25px;
}


/* cat slider */
.cat-slider {
    background-color: #e5e9ec;
    padding: 15px 7.5px 15px 7.5px;
    border-radius: 3px;
}

.panel.panel-default.panel-content {
    padding: 15px;
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
    width: 100%;
}

    .panel.panel-default.panel-content img {
        width: 100%;
    }

.btn-method-group {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .btn-method-group .btn.btn-method {
        width: 100%;
        margin: 0 7.5px;
        padding: 0;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #b4100f;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        border-radius: 3px;
        cursor: pointer;
        outline: none;
        padding-left: 15px;
    }

        .btn-method-group .btn.btn-method:not(:first-child) {
            margin-right: 0;
        }

        .btn-method-group .btn.btn-method:not(:last-child) {
            margin-left: 0;
        }

.m-t-15 {
    margin-top: 15px !important;
}

.icon-method {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    margin: 0 10px 0 0;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: -1px;
}

.cat-slider button {
    display: none !important;
}

.pro-slider button {
    display: none !important;
}

.news-slider button {
    display: none !important;
}

.news-slider {
    background-color: #e1e5e8;
    padding: 15px 7.5px 15px 7.5px;
    border-radius: 3px;
}

.iconround-muted {
    height: 18px;
    width: 18px;
    float: left;
    background-color: #c7cacf;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

.text-body {
    font-size: 14px;
    width: 100%;
    float: left;
    position: relative;
    height: 60px;
    padding: 25px 0;
    border-top: 1px solid #e1e5e8;
}

    .text-body i {
        color: #c7cacf;
    }

.text-date {
    float: left;
}

.text-body .text-date i {
    font-size: 16px;
    position: relative;
    top: 1px;
}

.text-view {
    float: left;
}

.text-body .text-view i {
    color: #fff;
    font-size: 8px;
}

.text-share {
    float: left;
}

.text-body .text-share i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.pull-left {
    float: left;
}

.iconround-muted.facebook {
    background-color: #395899;
    width: 30px;
    height: 30px;
    position: relative;
    top: -5px;
    text-align: center;
    outline: none;
}

    .iconround-muted.facebook i {
        color: #fff;
        font-size: 12px;
        margin: 0;
    }

.iconround-muted.twitter {
    background-color: #55b2ed;
    width: 30px;
    height: 30px;
    position: relative;
    top: -5px;
    outline: none;
}

    .iconround-muted.twitter i {
        color: #fff;
        font-size: 12px;
        margin: 0;
    }

.text-date {
    width: 30%;
}

.text-view {
    width: 30%;
}

.text-share {
    width: 40%;
}




.padding-15 {
    padding: 15px;
}

.row .back-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.back-link {
    margin: .75%;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #000;
}

.link-show {
    margin: auto;
}

.div-click-link {
    margin: auto;
    padding: 5px;
}

.image-body {
    height: 170px;
    overflow: hidden;
    position: relative;
}

    .image-body .image-with-text {
        position: absolute;
        bottom: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 3.5px 15px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        line-height: 32px;
        font-size: 16px;
        font-weight: 600;
        height: 38px;
    }

.cat-slider button {
    display: block !important;
}

.cat-slider button {
    display: block !important;
}

    .cat-slider button.slick-prev {
        left: -30px;
        z-index: 1;
    }

        .cat-slider button.slick-prev:before {
            font-size: 30px;
            color: #282828;
        }

    .cat-slider button.slick-next {
        right: -21px;
        z-index: 1;
    }

        .cat-slider button.slick-next:before {
            font-size: 30px;
            color: #282828;
        }

.cat-slider .slick-prev.slick-arrow::before {
    background-image: url(../images/icons/arrow-left.png?v=1);
}

.cat-slider .slick-next.slick-arrow::before {
    background-image: url(../images/icons/arrow-right.png?v=1);
}

.cat-slider .slick-next.slick-arrow::before,
.cat-slider .slick-prev.slick-arrow::before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.cat-slider .slick-prev.slick-arrow {
    left: -35px;
}

.cat-slider .slick-next.slick-arrow {
    right: -45px;
}

/* news slider */
.news-slider button {
    display: block !important;
}

.news-slider .slick-prev.slick-arrow::before {
    background-image: url(../images/2020/arrow/arrow-left.png?v=1);
}

.news-slider .slick-next.slick-arrow::before {
    background-image: url(../images/2020/arrow/arrow-right.png?v=1);
}

.news-slider .slick-next.slick-arrow::before,
.news-slider .slick-prev.slick-arrow::before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.news-slider .slick-prev.slick-arrow {
    left: -35px;
}

.news-slider .slick-next.slick-arrow {
    right: -45px;
}

.news-slider .slick-prev.slick-arrow,
.news-slider .slick-next.slick-arrow {
    background-color: transparent;
    border: 0;
}

    .news-slider .slick-prev.slick-arrow:hover,
    .news-slider .slick-next.slick-arrow:hover {
        background-color: transparent !important;
        border: 0 !important;
    }


.news-slider button {
    display: block !important;
}

.news-slider {
    background-color: #e1e5e8;
    padding: 15px 7.5px 15px 7.5px;
    border-radius: 3px;
}

.iconround-muted {
    height: 18px;
    width: 18px;
    float: left;
    background-color: #c7cacf;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

.text-body {
    font-size: 14px;
    width: 100%;
    float: left;
    position: relative;
    height: 60px;
    padding: 25px 0;
    border-top: 1px solid #e1e5e8;
}

    .text-body i {
        color: #c7cacf;
    }

.text-date {
    float: left;
}

.text-body .text-date i {
    font-size: 16px;
    position: relative;
    top: 1px;
}

.text-view {
    float: left;
}

.text-body .text-view i {
    color: #fff;
    font-size: 8px;
}

.text-share {
    float: left;
}

.text-body .text-share i {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.pull-left {
    float: left;
}

.iconround-muted.facebook {
    background-color: #395899;
    width: 25px;
    height: 25px;
    position: relative;
    top: -4px;
    text-align: center;
    outline: none;
}

    .iconround-muted.facebook i {
        color: #fff;
        font-size: 12px;
        margin: 0;
    }

.iconround-muted.twitter {
    background-color: #55b2ed;
    width: 25px;
    height: 25px;
    position: relative;
    top: -4px;
    outline: none;
}

    .iconround-muted.twitter i {
        color: #fff;
        font-size: 12px;
        margin: 0;
    }

.text-date {
    width: 30%;
}

.text-view {
    width: 30%;
}

.text-share {
    width: 40%;
    padding-top: 2px;
}

.text-view {
    line-height: 22px;
}

.padding-15 {
    padding: 15px;
}

.row .back-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.back-link {
    margin: .75%;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #000;
}

.link-show {
    margin: auto;
}

.div-click-link {
    margin: auto;
    padding: 5px;
}

.image-body {
    height: 170px;
    overflow: hidden;
    position: relative;
}

    .image-body .image-with-text {
        position: absolute;
        bottom: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 3.5px 15px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        line-height: 32px;
        font-size: 16px;
        font-weight: 600;
        height: 38px;
    }

/* section result */
.section-result {
    background-color: #ad040c;
}

.form-control.btn-select-type {
    height: 50px;
    border-radius: 4px !important;
    overflow: hidden;
    background-color: #e30a18;
    border-color: #e30a18;
    color: #fff;
}

    .form-control.btn-select-type:focus {
        background-color: #e30a18;
        border-color: #e30a18;
    }

.btn-group.bootstrap-select.btn-select-type {
    height: 50px;
}

.icon-squre-in {
    width: 50px;
    height: 50px;
    float: left;
    background-color: #fb000f;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 4px 0 0 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-select-wrap .form-control.btn-select-type {
    border-radius: 0 4px 4px 0 !important;
}

.btn-select-wrap .icon-squre-in .icon-method-rounded {
    top: 0;
    transform: translateY(0);
}

    .btn-select-wrap .icon-squre-in .icon-method-rounded i {
        color: #fb000f;
        font-size: 14px;
    }

.btn-select-wrap {
    width: 100%;
    height: 50px;
    position: relative;
    padding: 0 0 0 50px;
    background-color: #e30a18;
    border-radius: 4px;
}

    .btn-select-wrap .btn-group.bootstrap-select.btn-select-type .btn.dropdown-toggle.btn-danger {
        border-color: #e30a18 !important;
        border-radius: 0 4px 4px 0;
    }

.btn-group.bootstrap-select.btn-select-type .btn.dropdown-toggle.btn-danger {
    height: 50px;
    border-radius: 4px;
}

.btn.dropdown-toggle.btn-danger.btn-custom-md {
    background-color: #e30a18 !important;
    border-color: #e30a18 !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.btn.dropdown-toggle.btn-danger.btn-custom-md {
    padding: 9.5px 12px;
    border-radius: 4px;
    height: 50px;
}

.bootstrap-select > .dropdown-toggle:after {
    color: #8e0207;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10.5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    background-color: #ffffff;
    outline: none !important;
    font-size: 14px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: unset !important;
}

.form-control:focus {
    outline: unset;
    box-shadow: unset;
}

.loading-text {
    padding: 11px 0;
    color: #555 !important;
}

.btn.dropdown-toggle.btn-danger.btn-custom-md:hover,
.btn.dropdown-toggle.btn-danger.btn-custom-md:focus {
    color: #fff !important;
}

.btn.dropdown-toggle.btn-danger.btn-custom-md .caret {
    color: #ae030e;
    right: 18px;
}

.btn-group.bootstrap-select.btn-select-type .dropdown-menu.inner li a:hover {
    background-color: #eeeeee !important;
}

.footer-widgets {
    background-color: #930006;
}

.box-bottom.red {
    background-color: #c8000a !important;
    border-bottom: 1px solid #c8000a !important;
}

.widgets-icon > .icon {
    background-color: #c8000a;
    border: 1px solid #c60008;
}

footer .social-link {
    background-color: #c60009;
    border: 1px solid #c60008;
}

.social-list.youtube:hover .social-link {
    background-color: #460406;
    border: 1px solid #460406;
}

.widgets-icon > .icon > img {
    height: 20px;
}

.social.social-square .social-link {
    border-radius: 4px;
}

.social.social-square.social-danger .social-link {
    background-color: #c8000a;
}

.social.social-square.social-danger .social-list.facebook {
    background-color: #c8000a;
}

.social.social-square.social-danger .social-list.twitter {
    background-color: #c8000a;
}

.user-toggle {
    margin: 0 30px 0 0;
}

.btn-user {
    width: 100px;
}

.table.table-box .single.small {
    width: 27px;
}

.video-outer {
    padding: 17px;
    background-color: #eeeff3;
    border-radius: 3px;
}

.image-body {
    width: 100%;
    display: block;
}

.btn-method-group .btn.btn-method {
    padding-left: 45px;
}

.dropdown.bootstrap-select.btn-select-type .dropdown-item.active,
.dropdown.bootstrap-select.btn-select-type .dropdown-item:active,
.dropdown.bootstrap-select.btn-select-type .dropdown-item.active:hover,
.dropdown.bootstrap-select.btn-select-type .dropdown-item:hover {
    background-color: #c8000a;
    border-radius: 0;
    color: #fff;
}

.dropdown.bootstrap-select.btn-select-type .dropdown-menu.show {
    padding-top: 0;
    padding-bottom: 0
}

.table.table-box.table-danger tbody tr td .element-number {
    height: 35px;
    line-height: 40px;
}

.table.table-box.table-danger > thead > tr > th,
.table.table-box.table-danger > tbody > tr > th,
.table.table-box.table-danger > tfoot > tr > th,
.table.table-box.table-danger > thead > tr > td,
.table.table-box.table-danger > tbody > tr > td,
.table.table-box.table-danger > tfoot > tr > td,
.table.table-box.table-danger > thead > tr > th,
.table.table-box.table-danger.table-bordered {
    padding: 9px 8px 6px 8px;
}

.dropdown.bootstrap-select.btn-select-type .btn.dropdown-toggle.btn-danger.btn-custom-md {
    height: 50px;
}

.example-text {
    line-height: 50px;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
}

.lotto-info-heading {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background-color: #fb000f;
    border-radius: 6px 6px 0 0;
    height: 45px;
}

    .lotto-info-heading .img {
        width: 64px;
        height: 26px;
        margin: 0 5px 0 0;
    }

        .lotto-info-heading .img img {
            width: 100%;
        }

    .lotto-info-heading .text {
        float: left;
    }

        .lotto-info-heading .text .underline {
            float: left;
            margin: 0 5px 0 5px;
            text-decoration: underline;
        }

        .lotto-info-heading .text span {
            float: left;
            margin: 0 0 0 0;
        }

.table.table-box.table-danger {
    border-radius: 0 0 6px 6px;
}

    .table.table-box.table-danger > thead > tr > td,
    .table.table-box.table-danger > tbody > tr > td,
    .table.table-box.table-danger > tfoot > tr > td {
        padding: 18px 8px 11px 8px;
    }

.box-selection-item .form-group {
    margin-bottom: 9.5px;
}

.box-selection-item .icon-squre-in {
    height: 48px;
}

.form-control.btn-select-type {
    height: 48px;
}

.box-selection-item .btn-select-wrap {
    height: 48px;
}

.box-selection-item .example-text {
    height: 48px;
}

.btn-select-wrap .dropdown.bootstrap-select.btn-select-type .btn.dropdown-toggle.btn-danger.btn-custom-md {
    height: 48px;
    border-radius: 0 4px 4px 0;
}

.btn-select-wrap .bootstrap-select > .dropdown-toggle:after {
    position: relative;
    top: 2px !important;
}

.table.table-box.table-danger .single.small {
    width: 36px;
    margin: 0.15rem;
}

.table.table-box.table-danger .single.semi {
    width: 55px;
}

.table.table-box.table-danger .thead-light th {
    background-color: #e7000d
}

#datepickerlotto {
    cursor: pointer;
}

/* resize */
@media screen and (max-width:1720px) {
    .container {
        max-width: 1560px;
    }
}


@media screen and (max-width:1440px) {
    .cat-slider .slick-prev.slick-arrow,
    .cat-slider .slick-next.slick-arrow {
        display: none !important;
    }

    .news-slider .slick-prev.slick-arrow,
    .news-slider .slick-next.slick-arrow {
        display: none !important;
    }
}



@media screen and (max-width:1170px) {
    .box-selection {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-sumresult {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .table.table-box .single {
        width: 50px;
    }

    .desc-wrapper {
        background-position: center center;
    }

    .desc-present-wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .video-display {
        width: 100%;
    }

    .desc-video-wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .text-body .text-date i {
        font-size: 12px;
    }

    .text-date {
        font-size: 10px;
    }

    .text-share {
        font-size: 10px;
        line-height: 18px;
        padding-top: 0;
        position: relative;
        top: -2px;
    }

    .text-view {
        font-size: 10px;
        line-height: 15px;
    }

    .text-body .text-share i {
        font-size: 10px;
    }

    .iconround-muted {
        background-color: transparent;
    }

    .text-view .iconround-muted i {
        color: #c7cacf !important;
        font-size: 12px;
        position: relative;
        top: -1px;
    }

    .navbar-wrap .container {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .text-body {
        padding: 25px 0 20px 0;
        height: 50px;
    }

    .icon-method {
        height: 40px;
        width: 40px;
    }

    .btn-method-group .btn.btn-method {
        height: 40px;
        padding-left: 39px;
        line-height: 40px;
        font-size: 12px;
    }
}

@media screen and (max-width:991px) {
    .desc-perform-inner.padding-left {
        padding-left: 0;
    }

    .perform-wrapper-inner {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .desc-perform-inner.padding-left {
        transform: translateX(0);
    }

    .perform-wrapper {
        padding-left: 25px;
        padding-right: 25px;
        background-position: center right;
    }
}


@media screen and (max-width:768px) {
    .desc-perform-inner.padding-left {
        padding-left: 0;
    }

    .desc-present-inner {
        padding-right: 0;
    }

    .desc-video-wrap {
        margin-top: 35px;
    }

    .date-wrapper.date.date-lotto.date-lotto-small .input-group.date.input-date-outline {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*Edit*/
.box-selection-item .icon-squre-in .img {
    width: 28px;
}

.table.table-box.table-danger > thead > tr > td,
.table.table-box.table-danger > tbody > tr > td,
.table.table-box.table-danger > tfoot > tr > td {
    border-right: 1px solid #fff !important;
    border-top: 0 !important;
    background-color: #fff;
}

.table.table-box.table-danger > thead > tr > th:nth-child(even) {
    border-right: 1px solid #d9000b !important;
    background-color: #d9000b;
}

.table.table-box.table-danger > tbody > tr > td:nth-child(even) {
    border-right: 1px solid #f6f4f5 !important;
    background-color: #f6f4f5;
}

.table.table-box.table-danger tbody tr td {
    border-bottom: 1px solid #f1f1f1 !important;
}

.table-danger .redbox {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    color: #555 !important;
    height: 35px !important;
    font-family: var(--fontWeightBold);
    font-weight: 700 !important;
}

.datepicker.datepicker-dropdown {
    width: 300px !important;
}

.form-control.btn-select-type {
    font-family: var(--fontWeightBold);
    font-size: 16px;
}

.btn-select-wrap .dropdown.bootstrap-select.btn-select-type .btn.dropdown-toggle.btn-danger.btn-custom-md {
    font-family: var(--fontWeightBold);
    font-size: 16px;
}

.lotto-info-heading .img {
    height: 23px;
}

    .lotto-info-heading .img img {
        width: 99.56%;
    }

.table-danger .element-number .text-white {
    color: #555 !important;
    font-family: var(--fontWeightBold);
}

.table.table-box.table-danger .thead-light th .element-text {
    font-family: var(--fontWeightBold);
}

.lotto-info-heading .text {
    font-family: var(--fontWeightBold);
}

@media screen and (max-width:1170px) {
    .box-selection-item {
        width: 50%;
        float: left;
        padding: 0 5px;
    }

        .box-selection-item:first-child {
            padding-left: 0;
        }

        .box-selection-item:last-child {
            padding-right: 0;
        }
}

/*  */
.desc-wrapper {
    padding: 50px 0 !important;
}

.perform-wrapper {
    padding: 0 !important;
}

/*---------------*/
.desc-wrapper {
    padding: 50px 0 !important;
}

.perform-wrapper {
    padding: 0 !important;
}

.news-slider .slick-prev.slick-arrow::before {
    background-image: url(../images/icons/arrow-left.png?v=1);
}

.news-slider .slick-next.slick-arrow::before {
    background-image: url(../images/icons/arrow-right.png?v=1);
}


@media screen and (max-width:991px) {
    .desc-wrapper {
        background: none;
    }

    .perform-wrapper {
        background: none;
    }
}

.input-group.date.input-date-outline {
    border-radius: 6px;
}


.social-list {
    margin: 0 0 0 3.5px;
}

.navmenu-link {
    padding-left: 0;
    padding-right: 0;
}

.notify {
    right: 10px;
    top: -5px;
}