:root {
    --color1: #FFEAA6;
    --color2: #990000;
    --color3: linear-gradient(133deg, #0C233F 0%, #1B7890 100%) !important;;
    --color4: #DFF0D8;
    --color5: #D9D9D9;
    --bs-border-radius: 5px;
}
html * {
    outline: 0 !important;
}
body {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    background-color: rgb(245 245 245);
    color: #443535;
}
@media (min-width: 1200px)
{
    .container {
        width: 1170px;
    }
}

*{
    margin: 0;
    padding: 0;
}
img,
table,
iframe,
figure {
    max-width: 100%;
    height: auto;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td,
.datepicker th {
    width: 20px;
    height: 20px;
    text-align: center;
color: #555555 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
  
    line-height: 22px;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
    background-color: #fbf069\9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
    background-color: #efe24b\9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
    background-color: grey
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
    background-color: #666\9
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #04c
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
    background-color: #039\9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: #039\9
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.site-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.header-bottom-nav {
    background: linear-gradient(133deg, #0C233F 0%, #1B7890 100%) !important;
    border-radius: 5px;
}

.nav-switch {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.nav-switch li:before {
    content: " / ";
    padding: 0 7px;
    display: inline-block;
}

.nav-switch li:first-child:before {
    display: none;
}

.header-bottom-nav ul>li>a {
    font-size: 16px;
    color: #d9d9d9;
    padding: 10px 15px;
    line-height: 20px;
}

.header-bottom-nav .nav-link:focus {
    color: #fff;
}

.header-bottom-nav ul>li.active,
.header-bottom-nav ul>li:hover,
.dropdown-item.active,
.dropdown-item:active,
.header-bottom-nav .dropdown-menu li a:hover {
    background-color: var(--color2);
    color: #fff !important;
}

.header-bottom-nav .dropdown-menu {
    padding: 0;
    border: 0;
}

.header-bottom-nav .dropdown-menu li a {
    color: #333;
    font-size: 14px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--color1);
}

.site-footer {
    background: #31363E;
    color: #fff;
}

.footer-1 {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.ft-link li,
.q-link li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.q-link li {
    margin-bottom: 1rem;
}

.ft-link li a {
    color: #ffff;
    line-height: 2;
    text-decoration: none;
}

.ft-link,
.q-link {
    margin: 0;
    padding: 0;
}

.q-link {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ft-link li:before,
.q-link li:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    position: relative;
    font-weight: 600;
    margin-right: 10px;

}

.table-logan th {

    white-space: nowrap;
}

.ft-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.sidebar-title {
    border-radius: 5px 5px 0 0;
    background: var(--color3);
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

.sidebar-wr {
    border: 1px solid var(--color5);
    border-radius: 5px;
    border-top: 0;
    background: #fff;
}

.sidebar-wr .list-group-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    border-bottom: 1px solid var(--color5);
    font-size: 14px;
}

.datepicker-inline {
    width: 100%;
}

.datepicker table {
    width: 100%;
}

#datepicker {
    border-radius: 5px;
    border: 1px solid;
    border-color: var(--color5);
}

.sidebar-wr .sidebar-title:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
}

.sidebar-wr .list-post {
    list-style: none;
    margin: 0;
    padding: 15px;
}

.sidebar-wr .list-post {
    counter-reset: vh;
}

.sidebar-wr .list-post a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.sidebar-wr .list-post li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.sidebar-wr .list-post li:before {
    counter-increment: vh;
    content: counter(vh);
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    background: var(--color3);
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
}

.sidebar-wr .btn-more {
    line-height: 30px;
    padding: 3px 15px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 1px solid var(--color5);
    border-radius: 5px;
}

.sidebar-wr .btn-more {
    line-height: 30px;
    padding: 3px 15px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    background: var(--color5);
    color: #000;
    text-decoration: none;
}

.rd-5 {
    border-radius: 5px;
    overflow: hidden;
}

.btn-outline {
    border-color: var(--color2);
    display: block;
}

.sidebar-wr .list-group-item.active,
.sidebar-wr .list-group-item:hover {
    border-left: 2px solid var(--color2);
}

@-webkit-keyframes bounce {

    0%,
    100% {
        opacity: 1;
    }

    60% {
        opacity: .0;

    }
}

.icon-loading:after,
.icon-loading:before {
    content: "";
    width: 10px;
    height: 10px;
    left: -15px;
    position: absolute;
    border-radius: 99px;
}

.icon-loading:after {
    left: unset;
    right: -15px;

}

.icon-loading {
    width: 10px;
    height: 10px;
    background: var(--color2);
    border-radius: 99px;
    -webkit-animation: bounce 1s infinite;
    -webkit-animation-delay: .1s;
    background: #009DC6;
    position: relative;
    margin-right: 15px;

}

.icon-loading:before {
    -webkit-animation: bounce 1s infinite;
    -webkit-animation-delay: .3s;
    background: #e8b440;
}

.icon-loading:after {
    -webkit-animation: bounce 1s infinite ease;
    -webkit-animation-delay: .5s;
    background: #b62327;
}

.sidebar-list {
    transition: all .5s ease-in-out;
    user-select: none;
}

.hide-list .sidebar-list {
    transition: all .5s ease-in-out;
    visibility: hidden;
    display: none;
}

.hide-list .sidebar-title:after {
    content: "\f077";
    transition: all .5s ease-in-out;

}

#weektab {
    border: 1px solid var(--color5);
    border-radius: 5px;
}

#weektab .nav-tabs li a:last-child,
.list-global a:last-child {
    border-right: 0;
    border-top: 0;
}

.list-global a:last-child,
#weektab .tab-pane .list-group a:nth-child(3n) {
    border-right: 0 !important;
}

.list-global a {
    background-color: #FFC70020;
}

.bg-green {
    background-color: #00ce3a !important;
}

#weektab .list-group-item {
    line-height: 22px;
}

.list-group-item .badge {
    font-size: 13px;
    font-weight: normal;
    border-radius: 12px;
}

#weektab .tab-pane .list-group-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.table-lotto {
    table-layout: fixed;
    background: #fff;

}

.table-lotto td,
.table-lotto th {
    border: 1px solid var(--color5);
    border-collapse: collapse;
    height: 40px;
    /* padding: 6px; */
    vertical-align: middle;
}

.table-logan td,
.table-logan th {
    border: 1px solid var(--color5);
    border-collapse: collapse;
    height: 40px;
    padding: 6px;
    vertical-align: middle;
}

.txt-title {
    font-size: 20px;
    color: #bb2e28;
}

.txt-special-prize {
    color: var(--color3);
    font-size: 25px !important;
    font-weight: 700;
    line-height: 1;
}

.bg-color-lotto-background td,
.bg-color-lotto-background th {
    background-color: #f9f9f9;
}

.txt-normal-prize {
    color: #212529;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

img.bd-kqsx {
    border: 2px solid #EA3603;
    border-radius: 5px;
}
.im-nav{
    margin-top: -0.3rem;
    margin-right: 0.2rem;
    width: 20px;
    height: auto;
}

.fw-b {
    font-size: 16px;
    font-weight: 700;
}

td.fw-medium {
    font-size: 16px;
    color: #f00;
}

.g7 td:not(:first-child) {
    color: #0A0A0A;
    text-align: center;
    font-size: 24px;
}

.header-tbl .print,
.header-tbl .mute {
    position: absolute;
    left: 20px;
    font-size: 20px;
    top: 20px;
    cursor: pointer;
}

.header-tbl .mute {
    left: unset;
    right: 20px;
}

.header-tbl {
    position: relative;
}

.kqsx .ky-tu-dac-biet,
.header-tbl a {
    color: #1F9AD6;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.digital-num .form-check {
    color: #555;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6;
}

.digital-num .form-check label {
    cursor: pointer;
}

.radio-button-container {
    color: rgba(0, 0, 0, 0.75);
    display: block;
    position: relative;
    padding-left: 22px;
    line-height: 1;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
}

/* Hide the browser's default radio button */
.radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input~.checkmark {
    border-color: rgba(0, 0, 0, 0.5);
}

/* When the radio button is checked */
.radio-button-container input:checked~.checkmark {
    background-color: rgba(0, 0, 0, 0);
    border-color: teal;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: teal;
    text-align: center;
}

.sokq span {
    background: #1F9AD6;
}

.sokq span,
.sokq a {
    color: #fff;
    font-size: 16px;
}

.sokq a {
    width: calc(100% / 5 - 100px);
    flex: 1;
    background: #51C2F5;
}

.sokq span,
.sokq a {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
}

.sokq a:hover {
    background: #1F9AD6;
}

.bang-lotto {
    background: #fff;
    border-radius: 5px;
    font-weight: 700;
}

.bang-lotto td {
    border: 1px solid var(--color5);
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

.bang-lotto thead {
    background: var(--color5);
    font-weight: bold;
}

.bang-lotto .lt-title {
    padding: 8px;
    display: block;

}

.color-highlight {
    font-weight: bold;
    color: #f00;
}

.color-dosam {
    color: #990000;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: none !important;
}
.loto-inner {
    border: 1px solid #C4C4C4;
    overflow: hidden;
}

.btn-outline {
    border-color: var(--color3);
}

.btn-outline:hover {
    background: var(--color2);
    color: #fff;
}

.w170 {
    width: 170px;
}

.heading-group {
    background: var(--color3);
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 7px 15px;
    margin: 15px 0;
}

.heading-group h2 {
    font-size: 18px;
    margin: 0;
}

.heading-group a {
    color: #fff;
}

.bg-loto {
    background: #D9EDF7;
}

.font-20 {
    font-size: 20px;
}

.loto-title {
    color: var(--color3);
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#loto-tabs {
    border-bottom: 2px solid var(--color5);
}

#loto-tabs .nav-link {
    border: none;
    color: #939393;
    text-align: left;
    padding: 5px 15px !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
}

#loto-tabs .nav-link.active {
    color: #555;
    font-weight: bold;
    border-bottom: 3px solid #1F9AD6;
}

.nav-link-bcr a,
.nav-link-bcr {
    color: #1F9AD6;
}

.bg-mega645,
.bg-power655,
.bg-max3d,
.bg-max3dpro {
    background: var(--color3);
    color: #fff;
    font-size: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    padding: 10px 15px;
}

.power655-ball {
    align-items: center;
    border: 1px solid #dd5454;
    border-radius: 50%;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 4px;
    min-width: 44px;
    text-align: center;
    width: 44px;
}

.bg-ball-1 {
    background-image: linear-gradient(180deg, #29bbe6, #0069bd)
}

.bg-ball-2 {
    background-image: linear-gradient(180deg, #a9bf6d, #149527)
}

.bg-ball-3 {
    background-image: linear-gradient(180deg, #dcd109, #d89002)
}

.bg-ball-4 {
    background-image: linear-gradient(180deg, #efa15a, #ee3900)
}

.bg-ball-5 {
    background-image: linear-gradient(180deg, #f15847, #9b0a0b)
}

.bg-ball-6 {
    background-image: linear-gradient(180deg, #e255c1, #9a1b89)
}

.power655-ball {
    align-items: center;
    border: 1px solid #dd5454;
    border-radius: 50%;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 4px;
    min-width: 44px;
    text-align: center;
    width: 44px
}

.bg-ball-7 {
    background-image: linear-gradient(180deg, #ffeccb, #f2a465)
}

.bg-ball-8 {
    background-image: linear-gradient(180deg, #faa433, #c44822)
}

.line-power {
    background-color: #e37553;
    height: 32px;
    margin: 0 2px;
    min-width: 2px;
    width: 2px
}

.mega645-ball {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 4px;
    min-width: 44px;
    text-align: center;
    width: 44px;
}

.w-375 {
    width: 375px;
    max-width: 100%;
    text-align: center;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
    width: 16px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -8px;
    transform: rotate(-45deg);
}

.navbar-toggle .icon-bar {
    height: 2px;
    width: 25px;
    background: var(--color3);
    display: block;
    margin-bottom: 5px;
}

.navbar-toggle {
    outline: 0;
    border: 0;
    background: none;
}


.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: "Fontawesome";
    font-size: 12px;
}

.breadcrumb-item,
.breadcrumb-item+.breadcrumb-item {
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #1F9AD6;
}

.btn-list .btn-group {
    border-radius: 20px;
    border: 1px solid var(--color2);
    overflow: hidden;
}

.btn-list .btn-group a:focus {
    outline: 0;
}

.btn-list .btn-group a {
    border-radius: 20px !important;
    overflow: hidden;
    border: none;
    color: #555;
}

.btn-list .btn-group a.active,
.btn-list .btn-group a:hover {
    background-color: var(--color2);
    color: #fff;
}

.form-dbt select,
.form-dbt input {
    display: block;
    width: 100%;
    border: 1px solid var(--color5);
    border-radius: 5px;
    height: 40px;
    box-shadow: none;
    padding: 5px 15px;
}

.form-dbt .btn {
    display: block;
    width: 100%;
}

.btn-primary {
    background: var(--color3);
    border: 0;
}

.c-panel {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
}

.c-panel .c-panel-body {
    padding: 10px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    
}

.c-panel .c-panel-heading {
    background: var(--color3);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;

}

.c-panel .c-panel-heading h2 {
    font-size: 16px;
    margin: 0;
}
.c-panel .c-panel-heading h1 {
    font-size: 16px;
    margin: 0;
}

.input-group-addon {
    position: relative;
}

.input-group-addon i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #555;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid var(--color3);
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    bottom: 4px;
    background-color: var(--color2);
    -webkit-transition: .4s;
    transition: .4s;
    top: 0;
}

input:checked+.slider {
    background-color: var(--color3);
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.txt-color {
    color: #DC3545;
}

.table-normal td,
.table-normal th {
    border: 1px solid var(--color5);
    border-collapse: collapse;
    height: 37px;
    padding: 6px;
    vertical-align: middle;
}

.bg-d {
    background: #900;
    color: #fff;
}

#tbl_dbt td:hover {
    background: #FFEAA6;
}

.bg-highlight-row {
    background: #DFF0D8;
}

#tbl_dbt .txt-sub-content.lh-1 {
    font-size: 14px;
}

#tbl_dbt td.active {
    background: #FFBF00;
}

#tbl_dbt .txt-sub-title {
    font-size: 18px;
}

.txt-fill span {
    display: block;
    font-size: 18px;
    display: none;
}

.bg-loto1 {
    background: rgba(166, 166, 166, 0.15);
}

.txt-fill span.total {
    color: #007AFF;
}

.txt-fill span.end,
.txt-fill span.head {
    color: #0A0A0A;

}

.text-info {
    color: #007AFF !important;
}

table {
    border-radius: 5px;
    /*overflow: hidden*/
}


thead th:first-child,
table tr:first-child {
    border-top-left-radius: 5px !important;
}

thead th:last-child,
table tr:first-child {
    border-top-right-radius: 5px;
}

tbody tr:last-child :first-child {
    border-bottom-left-radius: 5px;
}

tbody tr:last-child :last-child {
    border-bottom-right-radius: 5px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.bg-highlight {
    background: #FFEAA6;
}

.bg-hover {
    background: #DFF0D8;
}

.tbl-more table tr:nth-child(n + 9) {
    display: none;
}

.btn-more:after {
    content: "\f078";
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.btn-more.expanded:after {
    content: "\f077";

}

.c-panel-heading a {
    color: yellow;
}



.blog-news a {
    color: #555;
    font-size: 16px;
    text-decoration: none;
}

.post-title-large {
    font-size: 18px;
}

.blog-news .post-title {
    font-size: 16px;
}

.btn-group-week {
    border-radius: 20px;
    border: 1px solid var(--color2);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.btn-group-week a,
.btn-group-week span {
    border-radius: 25px;
    margin: 1px;
    white-space: nowrap;
}

.btn-group-week a.active,
.btn-group-week a:hover,
.btn-group-week span {
    background: var(--color2) !important;
    color: #fff !important;
}

@media (max-width: 767px) {

#number_selector > tbody > tr td.info > button{
    padding: .2em;
}
#number_selector > tbody > tr.info > td button{
    padding: .3em;
}
    .chuky table th,
    .chuky table td {
        height: 35px;
        font-size: 15px;
    }

    .chuky table td {

        white-space: nowrap;
    }

    .row-kqsx {
        --bs-gutter-x: 5px;
    }

    .btn-list .btn-group a:before,
    .btn-group-week a:before {
        content: attr(data-name);
        display: inline-block;
        position: relative;
        font-size: 14px;
        white-space: nowrap;
    }

    .btn-list .btn-group a,
    .btn-group-week a {
        font-size: 0;
    }

    .group-tk td span {
        display: block;
    }

    .w-content {
        -webkit-order: -1;
        order: -1;
    }

    .heading-group h2,
    .txt-title {
        font-size: 16px;
    }

    .heading-group a {
        font-size: 12px;
    }

    .heading-group h2 {
        font-size: 15px;
        margin: 0;
    }

    .bg-mega645,
    .bg-power655,
    .bg-max3d,
    .bg-max3dpro {
        font-size: 16px;
    }

    .group-tk th,
    .nav-link-bcr a,
    .nav-link-bcr {
        font-size: 14px;
    }

    .sokq span,
    .sokq a {
        font-size: 14px;

    }

    .header-tbl .print {
        left: 15px;

    }

    .header-tbl .mute {
        right: 15px;
    }

    .table-lotto i {
        font-size: 13px;
    }

    .txt-sub-content {
        font-size: 14px;
    }

    .mega-div td.fw-medium {
        font-size: 14px;
    }

    .group-tk .table-lotto td {
        font-size: 14px;
    }

    div#bdNavbar {
        background: #fff !important;
    }

    .header-bottom-nav ul>li>a {
        color: #555;
    }

    .bd-navbar-nav {
        display: block;
    }

    .header-bottom-nav ul>li.active,
    .header-bottom-nav ul>li:hover,
    .dropdown-item.active,
    .dropdown-item:active,
    .header-bottom-nav .dropdown-menu li a:hover {
        background-color: transparent;
    }

    .bd-navbar-nav .dropdown-toggle::after {
        content: "\f107";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        border: 0;
        z-index: 1;
        cursor: pointer;
        width: 40px;
        height: 40px;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .header-bottom-nav .nav-link:focus {
        color: var(--color2);
    }

    .bd-navbar-nav .dropdown-toggle.show::after {
        content: "\f106";
    }

    .header-bottom-nav .dropdown-menu {
        position: relative !important;
        border-radius: 0;
        margin-left: 15px !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .header-bottom-nav ul>li {
        border-top: 1px solid var(--color4);
    }

    .header-bottom-nav .site-logo img {
        max-width: 150px;
    }

    .btn-group-week span {
        display: none;
    }
}

/* tao phoi */
.main-phoi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tb-taophoi {
    width: 23.5%;
    /*margin: 0 6px 12px 7px;*/
}

.tb-taophoi .table-result {
    margin-bottom: 10px !important;
}

.tb-taophoi .kqmb .v-madb {
    color: var(--text-default, #555);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}



@media screen and (max-width:1440px) {
    .tb-taophoi {
        width: 23.5%;
    }
}

@media screen and (max-width:1024px) {
    .tb-taophoi {
        width: 31%;
    }
}

@media screen and (max-width: 900px) {
    .tb-taophoi {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .tb-taophoi {
        width: 100%;
    }
    .header-main{
        padding-bottom: 1em;
        background-color: #fff;
    }
}

.special-prize {
    float: left;
    width: 100%;
    height: 33px;
    line-height: 40px;
    font-size: 34px;
    font-weight: bold;
    color: #ed1c25;
}
.special-prize .cau-xs{
    color: var(--warning, #F00);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

/*.cau-xs {*/
    /*color: var(--text-new, #0A0A0A);*/
    /*font-family: Roboto;*/
    /*font-size: 16px;*/
    /*font-style: normal;*/
    /*font-weight: 500;*/
    /*line-height: 180%;*/
    /*cursor: pointer;*/
/*}*/

.prize1 {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}

.prize2 {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}

.prize3 {
    float: left;
    width: 33.3%;
    height: 30px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}

.prize4 {
    float: left;
    width: 25%;
    height: 30px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}

.prize5 {
    float: left;
    width: 33.3%;
    height: 30px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}

.prize6 {
    float: left;
    width: 33.3%;
    height: 30px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}

.prize7 {
    float: left;
    width: 25%;
    height: 30px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    color: #ed1c25;
}

.cau-loto_table td div:not(:first-child, :nth-child(4)),
.prize7:nth-child(4),
.prize4:nth-child(4) {
    border-left: 1px solid #ccc;
}

.prize3:nth-child(1),
.prize3:nth-child(2),
.prize3:nth-child(3),
.prize5:nth-child(1),
.prize5:nth-child(2),
.prize5:nth-child(3) {
    border-bottom: 1px solid #ccc;
}
.table-result {
    text-align: center;
    font-family: arial;
    border: 3px solid var(--line, #C4C4C4);
    background: var(--background, #D9EDF7);
    margin: 5% 0;
    transition: 0.5s;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    border-collapse: separate !important;
    overflow: hidden;
}
.colgiai {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-result td {
    color: var(--text-default, #555);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}


.table-result h3{
    width: 100%;
   
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: var(--text-default, #555);
    background: var(--background, #D9EDF7);
    padding-bottom: .9em;
    margin: 0;
    
}
.txt-special-prize{
    color: #FF0000 !important;
}
.kqmb ,.kqsx-tinh,.kqsx-mt,.kqbang {
    border: 2px solid #DC3545;
    border-radius: 5px;
    background: #fff;
}
.kqmb tr:nth-child(even) {
    background: #fff;
}
.kqmb td.v-giai span.v-g3-0, .kqmb td.v-giai span.v-g3-1, .kqmb td.v-giai span.v-g3-2, .kqmb td.v-giai, .kqmb td.v-giai span.v-g5-0, .kqmb td.v-giai span.v-g5-1, .kqmb td.v-giai span.v-g5-2 {
    border-bottom: 1px solid #e1e4e9;
}

.kqmb tr td {
    border: 1px solid #e1e4e9;
}
.table-result td, .table-lottery th {
    padding: 0;
}
.colgiai td {
    border: 1px solid #ddd;
}
.txt-giai {
    padding: 0 .6em 0 .6em !important;
}

.cau-selected {
    background: #00f;
    color: #fff !important;
    /* font-size: 28px; */
    border-radius: 4px;
    padding: 0 8px;
}
connection .line {
    z-index: 9999;
    position: absolute;
    height: 2px;
    background-color: black;
}
.ketquavnbagde-noti{
    display: flex;
    align-items: baseline;
    border-radius: 5px;
    background: var(--brand-icon, #88E0F6);
    color: var(--text-default, #555);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
   
    line-height: 140%;
}
.ketquavnbagde-noti > p {
    /* font-weight: 500; */
    margin: unset !important;
}
.ketquavnbagde-noti > p > span{
    font-weight: unset !important;
}
.scroll-tbl-soicau{
    border-radius: 5px;
    border: 3px solid var(--line, #C4C4C4);
    background: var(--white, #FFF);
    overflow: auto;
}
.tbl-soicau{
    margin: 0;
}
.tbl-soicau > tbody > tr:hover{
    background-color: var(--background, #D9EDF7);
}
.table>:not(caption)>*>*{
    background-color: unset;
}
.tbl-soicau td {
    width: 73px;
    border: 1px solid #C4C4C4;
}
.tbl-soicau td:empty {
    background: rgba(30, 30, 30, 0.12);
}
div.scroll-tbl-soicau > table > tbody > tr > td > span.num{
    color: var(--text-color-new, #900);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
div.scroll-tbl-soicau > table > tbody > tr > td.bt-f{
    color: var(--text-default, #555);
    font-weight: 500;
}
div.scroll-tbl-soicau > table > tbody > tr > td > span.l{
    color: var(--text-default, #555);
    /* Desktop/Body/Italic */
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
}

.list-statistic {
    margin-bottom: 1em;
}

.cauxs {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #C4C4C4;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
}
.gap {
    gap: 10px;
}
.madb-title{
    padding: .5em !important;
}
.cau-loto_table {
    margin: 0;
}
.cau-loto_table .special-prize,.cau-loto_table .prize1,.cau-loto_table .prize2,.cau-loto_table .prize3,.cau-loto_table .prize4,.cau-loto_table .prize5,.cau-loto_table .prize6,.cau-loto_table .prize7{
    height: 43px !important; 
    
}
.cau-loto_table div .cau-xs{
    font-size: 24px;
}
.cau-loto_table .special-prize .cau-xs{
    font-size: 30px;
    line-height: 150%;
}
.special-prize:hover, .prize7:hover, .prize6:hover, .prize5:hover, .prize4:hover, .prize3:hover, .prize2:hover, .prize1:hover {
    background-color: #FCB016;
}
.cau-loto {
    color: #F00;
    font-weight: 700;
}
.cau-result {
    background: #FF5C00;
    font-size: 28px;
    border-radius: 4px;
    padding: 0 2px;
    color: #fff;
}
.cauxs.active {
    background: #FF5C00;
    border-color: #FF5C00;
    color: #fff;
}

.position-relative {
    position: relative!important;
}
.btnCount {
    position: absolute;
    left: 20px;
    bottom: 1em;
    color: #fff;
    background-color: red;
    border-color: red;
    font-weight: bold;
    border-radius: 3px;
    background: var(--ketquavn, #DC3545);
}
.btnCopy {
    position: absolute;
    right: 20px;
    bottom: 1em;
    color: #fff;
    background-color: red;
    border-color: red;
    font-weight: bold;
    border-radius: 3px;
    background: var(--ketquavn, #DC3545);

}
.btn-taodande{
    border-radius: 5px;
background: var(--background, #D9EDF7);
}
.tms_total_nu {
    border-radius: 5px;
border: 1px solid var(--line, #C4C4C4);
background: var(--white, #FFF);
}
.taodan-inp input{
    height: 62px;
}

.group-btn3d{
    padding: .3em;
}
.group-btn3d input{
    margin: .3em;
    padding: .2em;
    width: 10%;
}
.btn-lay-db {
    width: 59px;
}
.btn3d {
    margin: 1px 1px 1px 0;
    line-height: 28px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #868489;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    background-color: #428bca;
}
.btn-dau{
    background: #FF4500;
    /* border: tr; */
}
.btn-duoi{
    background-color: #800080;
}
.btn-tong{
    background-color: #B22222;
}
.btn-chan-le{
    background-color: #228B22;
}
.btn-lon-be{
    background-color: #FF1493;
}
.btn-con-giap{
    background-color: #5F686F;
}
.btn-hieu{
    background-color: #9400D3;
}
.btn-vt{
    background-color: #C71585;
}
.btn-kep{
    background-color: #D2691E;
}
.btn-du{
    background-color: #008B8B;
}
.btn-trong-ngoai{
    background-color: #000000;
}
.btn-danger-soft{
    background-color: #DC3545;
    color: #fff;
}
.tb-tklogan table th,.tb-tklogan table td{
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}
.btn-default{
    border-radius: 5px;
    border: 1px solid var(--line, #C4C4C4);
    background: var(--white, #FFF);
    color: var(--text-default, #555);
}
/* .active{
    border:1px solid  var(--color3) !important;
    color: var(--color3)  !important;
} */
.tb-tklogan .scroll{
    border: 1px solid #C4C4C4;
    border-radius: 4px;
}
.tb-tklogan .scroll table{
    margin: 0;
}
.tb-tklogan .scroll table .info,.bangts .info{
    background-color: #D9EDF7;
}
.tb-tklogan .scroll table input{
    accent-color: #e74c3c;
}
.bangts td{
    background-color: #555;
}
.kqbackground{
    background: #fff !important;
}
.c{
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.c3{
    color: red;
}

.bangts td {
    padding: 0;
    vertical-align: middle;
    height: 19px;
    width: 19px;
    line-height: 1;
}
.bangts td span {
    line-height: 19px;
    vertical-align: middle;
    height: 19px;
    font-weight: bold;
}
.tansuatrow td:not(:first-child) {
    min-width: 25px;
    max-width: 25px;
    max-height: 25px;
    min-height: 25px;
    line-height: 1.3;
    padding: 5px;
}
table td, table th {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}
.scroll {
    overflow: auto;
}
.btn-default:hover,.active-btn {
    background: var(--color3);
    color: #fff;
}
.tansuatrow:hover {
    background: #FFEAA6 !important;
}
.tansuatrow td:not(:first-child) {
    width: 20px;
    height: 20px;
}
td.s.rate {
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
.bangts .s {
    background: #1d2332;
    color: #95c8ff;
    font-size: 12px;
    text-align: center;
    padding-bottom: 1px;
}
.bangts td span {
    line-height: 19px;
    vertical-align: middle;
    height: 19px;
    font-weight: bold;
}

span.hrate {
    background: #ed1c25;
    color: #fff;
    width: 100%;
    display: block;
}
#normtable td.s.rate, #normtable th:last-child {
    position: sticky;
    right: 0;
}
@media screen and (max-width : 800px) {
    .group-btn3d input {
        margin: .3em;
        padding: .2em;
        width: 21%;
    }

}
.tb-taophoi .cau-result{
    font-size: 18px !important;
    color: #fff !important;
}
.layout-fixed {
    table-layout: fixed;
}
.dangact > .kqbackground,.dangact > .info{
    background: #FFBF00 !important;
    border-right: 1px solid #FFBF00;
}
td.today{
    border-radius: 100px !important;
}
td.today.day, td.active.day{
    background: var(--color3) !important;
    width: 27px !important;
    height: 27px !important;
    border-radius: 100px;
    color: #fff !important;
}
.title-mini{
    color: rgba(12, 35, 63, 1);
    text-decoration: none;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 25px !important;
    justify-content:flex-start !important;
}
.title-mini:hover{
    border-left: none !important;
}
.title-mini i{
    margin-right: .2em;
}
.cauloto-item {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
.cauloto-item .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 8px;
    width: 56px;
    height: 36px;
    background: var(--color3);
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    justify-content: center;
}
.lmt table {
    border: none!important;
    border-radius: unset;
}
.lmt .LOTO_ngang {
    font-size: 14px !important;
    line-height: 24px;
}
 .lmt .LMT_1 {
    border: 1px solid #bfbfbf;
    color: #373531;
    font-size: 13px !important;
    padding: 3px 0 3px 3px;
    text-align: center;
    width: 25%;

}
 .lmt .LMT_2N {
    border: 1px solid #bfbfbf;
    color: #373531;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 19px;
    padding: 3px 0 3px 8px;
    text-align: left;
    width: 26.6%;

}
.lmt a {
    text-decoration: none;
    color: rgba(85, 85, 85, 1);
}
.title-xshn{
    background: var(--color3);
}
.title-xshn img{
    float: left;
    padding: .3em;
}
.title-xshn h2{
    color: #fff;
    font-size: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    padding: 10px 15px;
}
.tab-panels {
    padding: 1em;
    margin: 1em 0;
    background: 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 0;
}

.tab-panels li {
    flex: 1 1 20%;
    border-radius: 0;
    background: 0 0;
    margin-right: -1px;
    margin-bottom: -1px;
    list-style: none;
}
.tab-panels * {
    position: relative;
    word-spacing: normal;
}
.tab-panels li a {
    color: inherit;
    display: block;
    padding: 0.3em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}
a, a:hover, a:focus {
    color: rgba(31, 154, 214, 1);
    text-decoration: none;
    outline: 0;
}

.tab-panels li{
    border-bottom: 1px solid rgba(196, 196, 196, 1);
}
.tab-panels li.active{
    border-bottom: 3px solid rgba(234, 54, 3, 1);
    color: rgba(234, 54, 3, 1);
}
.tbl-tkdb {
    box-shadow: none;
    border: 1px solid;
    border-color: rgba(30, 30, 30, 0.12);
    width: 100%;
}
.background-purple {
    background: rgba(115, 103, 240, 0.12);
}

.purple-text {
    color: #226e87;
}
.tbl-tkdb th, .tbl-tkdb td {
    font-size: 16px;
    border: 1px solid rgba(30, 30, 30, 0.12);
    line-height: 1.4;
    padding: 5px 10px;
}
.tbl-tkdb span.blue-text{
    color: #226e87;
    font-weight: 500;
}
.tbl-tkdb p{
    float: left;
}
.red-text{
    color: Red;
}
.max-day .input-group {
    align-items: center;
    flex-wrap: nowrap;
}
.max-day .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.max-day .input-group-addon {
    padding: 11px 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.max-day .bootstrap-touchspin-up {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.max-day .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.max-day .bootstrap-touchspin-down {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    z-index: 0;
}
.keno-gr ul li:nth-child(1){
    border-bottom: 1px solid #C4C4C4;
}
.keno-gr ul:nth-child(1){
    margin-right: 1em;
}
.keno-gr ul li{
    list-style: none;
    line-height: 15px;
    padding: 1em;
}
.keno-gr ul{
    width: 80%;
    padding: 0;
}
.list-trunggiai{
    padding: 0;
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-trunggiai .btn{
    flex-basis: calc(20%);
    border: 1px solid #C4C4C4;
    margin: 5px;
    margin-bottom: 1em;
}
.list-trunggiai .active{
    background:var(--color3);
    color: #Fff;
}
.title-xshn{
    border-radius: 5px 5px 0 0 ;
}
.kqsx-today {
    border: 2px solid #EA5455;
    border-radius: 6px;
    overflow: hidden;
}
.df-title {
    font-size: 18px;
    color: #2d3483;
    font-weight: 700;
    text-align: center;
}
.site-link {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    text-decoration: underline;
}
.colgiai {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.kqmb .db .txt-giai {
    color: rgba(234, 84, 85, 1);
}

.kqmb tr td {
    border: 1px solid #e1e4e9;
}
.colgiai td {
    border: 1px solid #ddd;
}
.kqmb td {
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    color: #0A0A0A;
}
.txt-giai {
    width: 38px;
    padding: 4px 10px 4px 10px;
    font-weight: 700;
    
}
.kqmb td.v-giai span.v-g3-0, .kqmb td.v-giai span.v-g3-1, .kqmb td.v-giai span.v-g3-2, .kqmb td.v-giai, .kqmb td.v-giai span.v-g5-0, .kqmb td.v-giai span.v-g5-1, .kqmb td.v-giai span.v-g5-2 {
    border-bottom: 1px solid #e1e4e9;
}
.kqmb td.v-giai span.v-g2-1, .kqmb td.v-giai span.v-g3-1, .kqmb td.v-giai span.v-g3-2, .kqmb td.v-giai span.v-g3-4, .kqmb td.v-giai span.v-g3-5, .kqmb td.v-giai span.v-g4-1, .kqmb td.v-giai span.v-g4-3, .kqmb td.v-giai span.v-g4-2, .kqmb td.v-giai span.v-g5-1, .kqmb td.v-giai span.v-g5-2, .kqmb td.v-giai span.v-g5-4, .kqmb td.v-giai span.v-g5-5, .kqmb td.v-giai span.v-g6-1, .kqmb td.v-giai span.v-g6-2, .kqmb td.v-giai span.v-g7-1, .kqmb td.v-giai span.v-g7-2, .kqmb td.v-giai span.v-g7-3 {
    border-left: 1px solid #ccc;
}
.kqmb td.v-giai span[class^=v-g] {
    display: inline-block;
    width: 100%;
    min-width: 20px;
    padding: 6px 0;
    float: left;
}

span.v-gdb {
    font-weight: 700;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #e80000;
}
#table-xsmb > tbody > tr > td.v-giai.number {
    padding: 0;
}
.kqmb td.v-giai span[class^=v-g2-] {
    width: 50%;
}
.kqmb td.v-giai span[class^=v-g3-] {
    width: 33.33%;
}
.kqmb td.v-giai span[class^=v-g4-] {
    width: 25%;
}
.kqmb td.v-giai span[class^=v-g5-], .kqmb td.v-giai span[class^=v-g6-] {
    width: 33.33%;
}
.kqmb td.v-giai span[class^=v-g7-] {
    width: 25%;
    line-height: 21px;
}
.colgiai {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.kqmb tr td {
    border: 1px solid #e1e4e9;
}
.digits-form label {
    margin-left: 30px;
    cursor: pointer;
}
.output {
    background: #ed1c25;
    background: -webkit-linear-gradient(rgb(218, 116, 13), rgb(158, 19, 19));
    background: -o-linear-gradient(rgba(195, 9, 9, 1), rgba(73, 3, 3, 1));
    background: -moz-linear-gradient(rgba(195, 9, 9, 1), rgba(73, 3, 3, 1));
    background: linear-gradient(rgb(0, 71, 142), rgb(223, 0, 0));
    border-radius: 100%;
    font-size: 19px !important;
    line-height: 16px !important;
    color: #fff;
    padding: 0 5px;
    font-family: Arial, sans-serif !important;
    display: inline !important;
    letter-spacing: 0px !important;
}
.tbl-thongke td:first-child, .tbl-thongke th:first-child, .tbl-thongke .td-h {
    border-left: 0;
    width: 50px;
    padding: 0;
}
.tbl-thongke td, .tbl-thongke th {
    padding: 5px 5px;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid rgba(30, 30, 30, 0.12);
}
.bg-pr {
    background: rgba(196, 196, 196, 1);
}
/*.kqsx-mt tr td:first-child, .kqsx-mt tr th:first-child {*/
    /*width: 45px;*/
    /*font-size: 16px;*/
/*}*/
.bg-pr th {
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid rgb(241 223 223);
}
.kqsx-mt tr td span:last-child {
    border-bottom: 0;
}

.kqsx-mt tr td span {
    display: block;
    width: 100%;
    float: none;
    line-height: 35px;
    border-bottom: 1px solid #f0f0f2;
}
.kqmb tr td {
    border: 1px solid #e1e4e9;
}
.kqsx-mt tr td span:last-child {
    border-bottom: 0;
}
.kqsx-mt {
    table-layout: fixed;
    border-collapse: collapse;
}

.tbl-thongke tr.l td {
    font-size: 17px !important;
    height: 31px;
}

.tbl-thongke-tinh td:not(:first-child) {
    width: 150px;
}
@media only screen and (min-width: 600px)
{
    .devnul-tab-tuan li {
        flex: 1 1 10% !important;
    }
}
@media only screen and (max-width: 599px)
{
    .devnul-tab-tuan li {
        flex: 1 1 23% !important;
    }
}