:root {
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
*, *::before, *::after {
box-sizing: border-box;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
ol, ul, dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b, strong {
font-weight: 700;
}
a {
text-decoration: none;
background-color: transparent;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
[hidden] {
display: none !important;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
font-size: 80%;
font-weight: 400;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container, .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1140px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-sm-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-sm-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-md-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-md-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-lg-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-lg-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xl-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-xl-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropup, .dropright, .dropdown, .dropleft {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0;
}
.dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0;
}
.dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0;
}
.dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0;
}
.dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-toggle::after {
vertical-align: 0;
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropleft .dropdown-toggle::after {
display: none;
}
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropleft .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}
@media (max-width: 575.98px) {
.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.voucher-side {
margin: 0 0 0 30px !important;
}
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
padding-right: 0;
padding-left: 0;
}
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.pagination {
display: inline-block;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
width: auto;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.media-body {
-ms-flex: 1;
flex: 1;
}
.carousel {
position: relative;
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
display: block;
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
transition: none;
}
}
.carousel-control-prev, .carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev, .carousel-control-next {
transition: none;
}
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50% / 100% 100%;
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0);
}
.m-0 {
margin: 0 !important;
}
.mt-0, .my-0 {
margin-top: 0 !important;
}
.mr-0, .mx-0 {
margin-right: 0 !important;
}
.mb-0, .my-0 {
margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1, .my-1 {
margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2, .my-2 {
margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3, .my-3 {
margin-top: 1rem !important;
}
.mr-3, .mx-3 {
margin-right: 1rem !important;
}
.mb-3, .my-3 {
margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4, .my-4 {
margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5, .my-5 {
margin-top: 3rem !important;
}
.mr-5, .mx-5 {
margin-right: 3rem !important;
}
.mb-5, .my-5 {
margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0, .py-0 {
padding-top: 0 !important;
}
.pr-0, .px-0 {
padding-right: 0 !important;
}
.pb-0, .py-0 {
padding-bottom: 0 !important;
}
.pl-0, .px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1, .py-1 {
padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2, .py-2 {
padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3, .py-3 {
padding-top: 1rem !important;
}
.pr-3, .px-3 {
padding-right: 1rem !important;
}
.pb-3, .py-3 {
padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4, .py-4 {
padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5, .py-5 {
padding-top: 3rem !important;
}
.pr-5, .px-5 {
padding-right: 3rem !important;
}
.pb-5, .py-5 {
padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
padding-left: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3, .my-n3 {
margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5, .my-n5 {
margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
margin-left: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto, .my-auto {
margin-top: auto !important;
}
.mr-auto, .mx-auto {
margin-right: auto !important;
}
.mb-auto, .my-auto {
margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0, .my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0, .mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0, .my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0, .mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1, .my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1, .mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1, .my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1, .mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2, .my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2, .mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2, .my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2, .mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3, .my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3, .mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3, .my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3, .mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4, .my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4, .mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4, .my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4, .mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5, .my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5, .mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5, .my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5, .mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0, .py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0, .px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0, .py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0, .px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1, .py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1, .px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1, .py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1, .px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2, .py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2, .px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2, .py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2, .px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3, .py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3, .px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3, .py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3, .px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4, .py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4, .px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4, .py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4, .px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5, .py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5, .px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5, .py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5, .px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1, .my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1, .mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1, .my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1, .mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2, .my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2, .mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2, .my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2, .mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3, .my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3, .mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3, .my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3, .mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4, .my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4, .mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4, .my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4, .mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5, .my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5, .mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5, .my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5, .mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto, .my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto, .mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto, .my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto, .mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0, .my-md-0 {
margin-top: 0 !important;
}
.mr-md-0, .mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0, .my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0, .mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1, .my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1, .mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1, .my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1, .mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2, .my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2, .mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2, .my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2, .mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3, .my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3, .mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3, .my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3, .mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4, .my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4, .mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4, .my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4, .mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5, .my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5, .mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5, .my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5, .mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0, .py-md-0 {
padding-top: 0 !important;
}
.pr-md-0, .px-md-0 {
padding-right: 0 !important;
}
.pb-md-0, .py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0, .px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1, .py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1, .px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1, .py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1, .px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2, .py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2, .px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2, .py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2, .px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3, .py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3, .px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3, .py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3, .px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4, .py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4, .px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4, .py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4, .px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5, .py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5, .px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5, .py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5, .px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1, .my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1, .mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1, .my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1, .mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2, .my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2, .mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2, .my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2, .mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3, .my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3, .mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3, .my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3, .mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4, .my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4, .mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4, .my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4, .mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5, .my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5, .mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5, .my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5, .mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto, .my-md-auto {
margin-top: auto !important;
}
.mr-md-auto, .mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto, .my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto, .mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0, .my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0, .mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0, .my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0, .mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1, .my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1, .mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1, .my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1, .mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2, .my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2, .mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2, .my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2, .mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3, .my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3, .mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3, .my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3, .mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4, .my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4, .mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4, .my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4, .mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5, .my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5, .mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5, .my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5, .mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0, .py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0, .px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0, .py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0, .px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1, .py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1, .px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1, .py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1, .px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2, .py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2, .px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2, .py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2, .px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3, .py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3, .px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3, .py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3, .px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4, .py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4, .px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4, .py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4, .px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5, .py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5, .px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5, .py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5, .px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1, .my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1, .mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1, .my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1, .mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2, .my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2, .mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2, .my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2, .mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3, .my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3, .mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3, .my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3, .mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4, .my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4, .mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4, .my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4, .mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5, .my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5, .mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5, .my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5, .mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto, .my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto, .mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto, .my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto, .mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0, .my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0, .mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0, .my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0, .mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1, .my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1, .mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1, .my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1, .mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2, .my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2, .mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2, .my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2, .mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3, .my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3, .mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3, .my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3, .mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4, .my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4, .mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4, .my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4, .mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5, .my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5, .mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5, .my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5, .mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0, .py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0, .px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0, .py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0, .px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1, .py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1, .px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1, .py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1, .px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2, .py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2, .px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2, .py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2, .px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3, .py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3, .px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3, .py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3, .px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4, .py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4, .px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4, .py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4, .px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5, .py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5, .px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5, .py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5, .px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1, .my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1, .mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1, .my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1, .mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2, .my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2, .mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2, .my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2, .mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3, .my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3, .mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3, .my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3, .mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4, .my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4, .mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4, .my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4, .mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5, .my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5, .mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5, .my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5, .mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto, .my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto, .mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto, .my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto, .mx-xl-auto {
margin-left: auto !important;
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
text-align: justify !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-reset {
color: inherit !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
.partner-line .partner {
display: flex;
justify-content: flex-start;
}
.navbar-toggler {
display: none!important;
padding: 0 0 0 10px !important;
font-size: 1.75em;
float: left;
}
ul#menu-main #searchform {
margin-bottom: 10px;
}
.voucher-mobile-icon {
display: none;
visibility: hidden;
opacity: 0;
}
.show-more {
width: calc(100% - 31px);
margin-bottom: 20px;
background: #f6f6f6e8;
margin-top: -2em;
position: absolute;
}
.show-more a {
text-decoration: underline;
background: #f6f6f6;
}
.row {
margin-right: 0px;
margin-left: 0px;
}
.hp-title {
line-height: 26px;
padding: 0 0 0px 10px;
width: auto;
display: inline-block;
position: relative;
font-size: 28px;
border-left: 3px solid #2f415e;
}
.mg-blog-post-box a {
text-decoration: underline;
}
.hp-subtitle {
line-height: 24px;
padding: 0 0 0px 10px;
width: auto;
display: inline-block;
position: relative;
font-size: 20px;
border-left: 3px solid #2f415e;
margin-bottom: 25px;
color: #000;
}
.left-hr2 {
width: calc(100% - 200px);
float: right;
margin-top: 16px;
margin-bottom: -10px;
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
.bsf-rt-show-readtime-label {
min-width: 200px;
display: inline-block
}
.bsf-rt-display-label:after {
content: attr(prefix)
}
.bsf-rt-display-time:after {
content: attr(reading_time)
}
.bsf-rt-display-postfix:after {
content: attr(postfix)
}
@media only screen and (max-width: 991px) {
.navbar-nav li.dropdown.active a.has-submenu {
max-width: 190px;
border-bottom: none !important;
}
.custom-logo {
width: 120px !important;
}
.navbar-brand {
width: 120px !important;
margin-left: 9px !important;
}
.mg-nav-widget-area-back .inner {
padding: 11px 0 !important;
}
.mg-nav-widget-area-back {
height: 65px;
min-height: 65px !important;
border-bottom: none !important;
}
.navbar-nav li.dropdown.show {
box-shadow: none !important;
border-radius: 0 !important;
border-bottom: none !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
border-radius: 0 !important;
box-shadow: none !important;
margin-top: -8px !important;
}
.top-right-area {
padding: 0;
}
.mg-headwidget .navbar-wp {
background: none !important;
}
#exTab2 {
padding: 0 15px;
}
.partner-line {
padding: 1px 0 0 0 !important;
border-bottom: 1px solid #ddd;
}
.home .partner-line {
border-bottom: none !important;
margin-bottom: -12px;
}
.partner-line .partner {
display: flex;
justify-content: space-between;
width: 100%;
padding: 0px 15px;
padding-bottom: 15px;
margin-top: -7px;
font-size: 12px;
}
.navbar-toggler {
display: block!important;
}
.w100 {
padding-right: 0px !important;
}
.mg-blog-post-box .small.single {
padding-right: 0px;
}
.jetztbtn {
margin-right: 10px !important;
}
.mg-blog-post-box {
padding: 0 !important;
border-right: none !important;
}
.hotline {
display: none;
visibility: hidden;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
}
.mg-blog-post-box .small.single {
padding: 20px 10px 0px 0px !important;
}
}
.navbar-header .site-title {
margin-bottom: 0;
}
.navbar-header .site-description {
margin-bottom: 0;
font-weight: 400;
}
.navbar-header .headspacer {
margin-left: auto;
float: right;
}
.mg-headwidget.light .mg-head-detail {
border-width: 0 0 2px 0;
border-style: solid;
}
.site-home-icon a {
font-size: 24px;
}
button:focus {
outline: 0px auto !important;
}
.col-md-12 .jackpot_status {
background: transparent !important;
}
.mg-head-detail {
padding: 10px 0 0 0;
}
.mg-head-detail .info-left {
display: block;
float: left;
margin: 0;
padding: 0;
}
.mg-head-detail .info-left li {
display: inline-block;
margin-right: 15px;
padding: 0;
line-height: 35px;
}
.mg-head-detail .info-left li span.time {
margin-left: 5px;
padding: 2px 4px;
border-radius: 2px;
font-size: 14px;
font-weight: 600;
line-height: 35px;
}
.mg-head-detail .info-left li a {
font-size: 13px;
}
.mg-head-detail .info-left i {
font-size: 14px;
padding-right: 10px;
}
.info-right {
display: block;
float: right;
margin: 0;
padding: 0;
}
.info-right li {
display: inline-block;
margin-right: 15px;
padding: 0;
}
.mg-head-detail .info-right li a {
font-size: 13px;
}
.mg-head-detail .info-right i {
font-size: 14px;
padding-right: 10px;
}
.header-widget .mg-head-detail .info-left li a {
line-height: 38px;
}
.mg-nav-widget-area {
padding-bottom: 0px;
}
.mg-menu-full {
position: relative;
}
.mg-headwidget .navbar-wp {
position: inherit;
left: 0;
right: 0;
top: 0;
margin: 0;
z-index: 999;
transition: all 1s ease-out;
border-radius: 0;
}
.mg-headwidget .navbar-wp .navbar-nav > li> a {
padding: 10px 0px 8px 0px;
font-size: 16px;
font-family: 'Inter', sans-serif;
line-height: 38px;
}
.navbar-wp .navbar-nav > li> a.homebtn {
}
.navbar-wp .navbar-nav > li> a.homebtn span {
font-size: 20px;
line-height: 0.98;
}
.navbar-wp .navbar-nav > li> a i {
margin-left: 5px;
}
.mg-nav-widget-area-back {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: #fff;
border-bottom: solid 1px #e0e6ed;
min-height: 84px;
}
.mg-nav-widget-area-back .inner {
width: 100%;
padding: 21px 0;
}
.mg-headwidget .navbar-brand {
padding: 0;
}
.navbar-wp {
margin: 0;
padding: 0;
border: none;
border-radius: 0;
z-index: 1000;
}
.navbar-brand {
font-size: 26px;
height: auto;
line-height: 25px;
margin-right: 30px;
display: inline-block;
width: 140px;
margin-left: 15px;
}
.navbar-brand span.site-description {
font-size: 13px;
line-height: 0;
}
.navbar-wp .navbar-nav > li> a {
padding: 30px 16px;
margin-right: 0;
font-size: 16px;
letter-spacing: 0.5px;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
transition: all .25s ease-out;
margin-bottom: 0px;
font-weight: 600;
text-transform: capitalize;
display: block;
}
.navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:hover, .navbar-wp .navbar-nav > .active > a:focus {
background: none;
}
.navbar-wp .navbar-nav > li > ul > li > a i {
padding-right: 10px;
}
.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:hover, .navbar-wp .navbar-nav > .disabled > a:focus {
background-color: transparent;
}
.navbar-wp .navbar-nav > .open > a, .navbar-wp .navbar-nav > .open > a:hover, .navbar-wp .navbar-nav > .open > a:focus {
background: transparent;
}
.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
background: transparent;
}
.navbar-toggle {
border-radius: 0;
margin: 24px auto;
position: absolute;
right: 5%;
border: none;
box-shadow: none;
}
.navbar-wp .dropdown-menu {
min-width: 200px;
padding: 0;
border: none;
border-radius: 0;
z-index: 10;
right: auto;
left: 0;
min-width: 205px !important;
}
.navbar-wp .dropdown-menu > li, .navbar-wp .dropdown-menu > li:last-child {
border: 0
}
.navbar-wp .dropdown-menu > li > a {
padding: 12px 15px;
font-size: 14px;
font-family: 'Inter', sans-serif;
display: block;
transition: .3s;
font-weight: normal;
}
.navbar-wp .dropdown-menu > li > a:focus {
outline: 1px solid;
}
.navbar-wp .dropdown-menu > .dropdown-menu {
right: 0;
left: auto;
}
.navbar-nav > li:last-child > .dropdown-menu {
right: 0;
left: auto;
}
.dropdown-submenu {
position: relative
}
.dropdown-submenu > .dropdown-menu {
top: -1px;
left: 100%;
margin-top: 0;
margin-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.dropdown-submenu:hover > .dropdown-menu {
display: block;
padding: 0
}
.dropdown-submenu.pull-left {
float: none
}
.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px
}
.navbar-wp .navbar-brand {
font-size: 22px;
line-height: 20px;
padding: 15px 0;
transition: all 0.25s ease-out 0s;
}
.navbar-brand span.site-description {
font-size: 12px;
font-weight: normal;
line-height: 0;
}
.navbar-wp .dropdown-menu.searchinner {
left: inherit !important;
right: 0!important;
padding: 10px;
}
.navbar-wp .dropdown-menu.searchinner .btn {
border: medium none;
border-radius: 0 4px 4px 0;
height: 40px;
line-height: 25px;
padding: 5px 15px;
}
.mg-search-box .dropdown-toggle::after {
display: none;
}
.mobilehomebtn {
display: none;
width: 30px;
text-align: center;
line-height: 30px;
height: 30px;
}
body {
padding: 0;
margin: 0;
font-family: 'Inter', sans-serif;
font-size: 16px;
-webkit-font-smoothing: antialiased;
font-weight: 400;
line-height: 30px;
word-wrap: break-word;
background: #f6f6f6;
}
.sticky {
display: block;
}
.container-fluid {
max-width: 1170px
}
#content.home {
padding-top: 0;
padding-bottom: 30px;
}
a:hover {
text-decoration: none;
}
a:focus {
text-decoration: underline;
}
select {
background-clip: padding-box;
background-color: #fff;
border: 2px solid #ccc;
border-radius: 0;
color: #444;
display: block;
font-weight: 400;
overflow: hidden;
padding: 6px 12px;
position: relative;
text-decoration: none;
white-space: nowrap;
width: 100%;
}
.no-gutter > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
img.alignnone {
max-width: 100%;
height: auto;
}
img.size-large {
width: 100%;
height: auto;
}
.avatar {
border-radius: 50px !important;
}
#content {
padding-top: 10px;
padding-bottom: 0px;
}
embed, iframe, object {
max-width: 100%;
}
.back-img {
background-color: #333;
background-position: 50% 50%;
background-repeat: no-repeat;
position: relative;
background-size: cover;
overflow: hidden;
}
.link-div {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#ez-toc-container {
padding: 15px 15px 1px 15px;
margin-bottom: 15px;
border-left: 5px solid;
}
.ez-toc-title {
font-size: 16px;
font-weight: 700;
margin-bottom: 5px;
}
.ez-toc-list-level-1 {
padding-left: 25px;
margin-bottom: 15px;
}
.owl-carousel .owl-controls {
margin-top: -30px;
}
.owl-carousel .owl-controls .owl-buttons div {
width: 35px;
height: 35px;
display: block;
font-size: 24px;
line-height: 35px;
opacity: 0;
border-radius: 2px;
text-align: center;
border-width: 1px;
border-style: solid;
background: #fff;
color: #333;
border-color: #fff;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.owl-carousel .owl-controls .owl-buttons div i {
}
.owl-carousel:hover .owl-controls .owl-buttons div {
opacity: 1;
}
.owl-carousel .owl-controls .owl-buttons {
opacity: 1;
transition: all 0.3s ease 0s;
}
.owl-carousel:hover .owl-controls .owl-buttons {
opacity: 1;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
left: 35px;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-next {
right: 35px;
}
.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next {
position: absolute;
top: 55%;
z-index: 5;
margin: -30px 0 0;
transition: all 0.3s ease 0s;
}
.owl-controls .owl-buttons .owl-prev {
left: 8px;
}
.owl-controls .owl-buttons .owl-prev i {
margin-left: 0;
transition: all 0.3s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:hover i {
margin-left: 0;
}
.owl-controls .owl-buttons .owl-next {
right: 8px;
}
.owl-controls .owl-buttons .owl-next i {
margin-right: 0;
transition: all 0.3s ease 0s;
}
.owl-controls .owl-buttons .owl-next:hover i {
margin-right: 0;
}
.owl-controls .owl-page {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
}
.owl-controls .owl-page.active span {
height: 12px;
width: 12px;
}
.owl-controls .owl-page span {
display: block;
width: 8px;
height: 8px;
border-radius: 2%;
background: transparent;
border-width: 2px;
border-style: solid;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
background: #fff;
border-color: #fff;
}
.owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #fff;
padding: 2px 10px;
font-size: 12px;
border-radius: 4px;
}
.owl-pagination {
bottom: 15px;
left: 0;
position: relative;
right: 0;
text-align: center;
}
.mg-card-box {
padding-right: 35px;
border-right: 1px solid #E0E6ED;
}
.padding-20 {
padding: 20px;
}
.pd-r-10 {
padding-right: 0px;
}
.mr-bot20 {
margin-bottom: 20px;
}
.mr-bot30 {
margin-bottom: 30px;
}
.mr-bot60 {
margin-bottom: 60px;
}
h1, .h1 {
font-size: 34px;
line-height: 40px;
}
h2, .h2 {
font-size: 32px;
line-height: 35px;
}
h3, .h3 {
font-size: 28px;
line-height: 30px;
}
h4, .h4 {
font-size: 24px;
line-height: 25px;
}
h5, .h5 {
font-size: 20px;
line-height: 20px;
}
h6, .h6 {
font-size: 16px;
line-height: 20px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-weight: 700;
font-family: 'Inter', sans-serif;
line-height: 1.3;
}
.alignleft {
display: inline;
float: left;
margin-right: 24px;
}
.alignright {
display: inline;
float: right;
margin-left: 24px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 768px) {
.mg-featured-slider .row {
margin: 0 -15px !important;
}
.mg-blog-post .bottom h4 {
margin-bottom: 40px;
}
img.alignleft {
float: left;
}
img.alignright {
float: right;
}
#grid .col-md-4 {
padding-bottom: 30px;
padding-left: 15px !important;
padding-right: 15px !important;
}
}
.postgr {
margin-left: -15px;
margin-right: -15px;
}
blockquote {
width: 100%;
border-width: 0 0 0 5px;
border-style: solid;
padding: 20px;
}
blockquote p {
font-style: italic;
width: 94%;
display: table;
line-height: 1.5;
}
img {
height: auto;
max-width: 100%;
}
.mg-content ol, .single ol {
list-style: decimal;
}
.btn {
padding: 2px 26px;
line-height: 30px;
overflow: hidden;
position: relative;
border-radius: 4px;
font-weight: bold;
display: inline-block;
transition: all 0.2s ease 0s;
border-width: 2px;
border-style: solid;
}
.btn-theme:hover, .btn-theme:focus {
transition: all 0.3s ease 0s;
outline: none;
box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.more_btn, .more-link {
padding: 8px 10px;
line-height: 30px;
overflow: hidden;
border-radius: 4px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
border-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
margin: 0 6px 10px;
border-radius: 4px;
border : none;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
transition: all 0.3s ease 0s;
}
button.mfp-close:hover, button.mfp-close:focus {
background: inherit;
}
.no-padding {
padding: 0;
}
.mg-sidebar .mg-widget.widget_block, .mg-widget.widget_block {
padding: 0 20px 10px 20px;
}
.wp-block-search .wp-block-search__label, .mg-widget .wp-block-group h2 {
border-width: 0 0 2px 0;
border-style: solid;
margin: 0px -20px 20px -20px;
font-size: 18px;
line-height: 40px;
font-weight: 600;
padding: 0 8px 0 15px;
position: relative;
width: auto;
height: 40px;
display: inline-block;
}
.wp-block-search .wp-block-search__label::before, .mg-widget .wp-block-group h2::before {
width: 0;
position: absolute;
right: -30px;
top: 0px;
height: 0;
border-style: solid;
border-width: 40px 0 0px 30px;
content: "";
}
.mg-tpt-tag-area {
padding: 5px 0px;
margin: 0;
font-size: 14px;
border-bottom: 1px solid #eee;
}
.mg-tpt-txnlst strong {
margin-right: 10px;
}
. .mg-tpt-txnlst ul {
display: inline-block;
margin: 0;
padding: 0;
}
.mg-tpt-txnlst ul li {
display: inline-block;
margin-right: 10px;
}
.mg-tpt-txnlst ul li a {
padding: 2px 4px;
border-radius: 2px;
font-size: 12px;
font-weight: 600;
}
.mg-fea-area {
padding: 0;
margin: 0;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.mg-fea-area.over {
margin-bottom: 30px;
}
.mg-fea-area.over .overlay {
background: rgba(18,16,38,0.6);
}
.mg-fea-area .overlay {
padding: 15px 0 0 0;
margin: 0 0 -20px 0;
}
.mg-blog-post.lg {
max-width: 765px;
position: relative;
height: 516px;
overflow: hidden;
margin-left: 0;
margin-right: 1px;
background-color: #000;
border-radius: 5px;
}
.mg-blog-post.lg.video {
height: 270px;
}
.post-form {
border-radius: 4px;
border-width: 2px;
line-height: 20px;
padding: 6px;
position: absolute;
top: -20px;
}
.post-form i {
font-size: 22px;
line-height: 26px;
}
.mg-blog-post {
margin-left: 1px;
}
.mg-blog-post .mg-blog-img {
background: #000;
line-height: 0;
overflow: hidden;
width: 100%;
height: 100%;
}
.mg-blog-post .mg-blog-img img {
margin: 0 auto;
opacity: .9;
position: absolute;
left: -9999px;
right: -9999px;
width: 100%;
min-width: 840px;
}
.mg-blog-post .mg-blog-img iframe {
width: 100%;
height: 100%;
border: inherit;
}
.mg-blog-post.lg.video .bottom {
padding: 20px 5.050505050505% 20px;
}
.mg-blog-post.lg.video .bottom h1 {
font-size: 24px;
}
.mg-blog-post .bottom {
background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
padding: 40px 5.050505050505% 20px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.mg-blog-post .bottom h4 {
float: left;
font-size: 32px;
font-weight: 700;
line-height: 120%;
-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
-moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
-ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
-o-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
text-shadow: 1px 1px 1px rgba(0,0,0,.3);
width: 100%;
margin-top: 20px
}
#post-header {
display: table;
margin: 30px auto 30px;
max-width: 750px;
padding: 0 10%;
width: 80%;
}
#grid .mg-blog-post-box:nth-child(2n) {
clear: both;
}
#grid .mg-blog-post-box:nth-child(3n) {
clear: both;
}
.mg-blog-post-box {
padding: 0 35px 0 0;
overflow: hidden;
border-right: 1px solid #E0E6ED;
max-width: 770px;
}
.mg-blog-post-box > .img-fluid {
max-width: 100%;
}
#grid .mg-blog-post-box .mg-blog-category {
margin-top: -45px;
position: absolute;
margin-left: 20px;
}
.mg-blog-post-box > .col-md-6 {
width: 100%;
max-width: 100%;
padding: 0;
}
.mg-blog-post-box .small {
font-size: 16px;
line-height: 25px;
font-weight: 400;
padding: 20px;
}
.mg-blog-post-box .small.single {
line-height: 27px;
padding: 20px 0px 0px 0px;
font-size: 16px;
}
.mg-blog-post-box .small > p {
margin-bottom: 20px;
}
.mg-blog-post-box .small img, .mg-blog-post-box .small figure {
border-radius: 5px;
max-width: 100%;
height: auto;
}
.mg-blog-thumb {
position: relative;
width: 100%;
margin-bottom: 22px;
float: left;
transition: all .3s ease-out;
min-height: 45px;
}
.mg-blog-thumb img {
position: relative;
max-width: 100%;
float: left;
height: auto;
border-radius: 0;
}
.mg-post-thumb .mg-blog-category {
position: absolute;
top: 20px;
margin: 0 0 0 20px;
}
.mg-post-thumb .post-form, .mg-blog-thumb .post-form {
position: absolute;
top: inherit;
bottom: 30px;
left: 20px;
}
.mg-blog-date {
padding: 0;
font-size: 12px;
margin-right: 14px;
color: #8E8E8E;
margin-bottom: 20px;
}
.left-hr {
width: calc(100% - 10rem);
float: right;
margin-top: 12px;
margin-bottom: 30px;
}
}
.teilen-div {
margin-bottom: -20px;
}
.teilen-div p {
margin-bottom: 0;
}
.right-hr {
float: left;
width: calc(100% - 125px);
margin: 15px 10px 0px 0px;
}
.social-images {
float: left;
}
.mg-blog-date span {
font-size: 16px;
}
.mg-blog-date .h3 {
line-height: 28px;
}
.mg-blog-author {
font-size: 16px;
font-weight: 800;
width: 65px;
height: 65px;
left: 0;
right: 0;
padding: 2px;
position: absolute;
text-align: center;
bottom: 0;
margin: 0 auto -30px auto;
z-index: 999;
}
.mg-blog-author img {
max-width: 100%;
border-radius: 100%;
}
.mg-blog-post-box h4.title {
font-size: 20px;
line-height: 1.2;
position: relative;
font-weight: 700;
margin-bottom: 10px;
max-height: 2.5em;
overflow: hidden;
}
.mg-blog-post-box h1.title.single {
overflow: inherit;
display: inherit;
}
.mg-blog-category {
margin: 0px;
width: auto;
}
.mg-blog-category a {
display: inline-block;
font-size: 12px;
padding: 0px 10px;
line-height: 25px;
text-transform: uppercase;
font-weight: 700;
border-radius: 5px;
margin-right: 10px;
text-decoration: none;
margin-bottom: 4px;
}
.mg-blog-meta {
padding: 0;
margin-bottom: 8px;
min-height: 18px
}
.mg-blog-meta a {
display: inline;
font-weight: 500;
font-size: 12px;
padding: 0;
line-height: 16px;
text-transform: uppercase;
letter-spacing: 1px;
}
.mg-blog-meta a img {
width: 25px;
height: 25px;
border-radius: 50px;
margin-right: 5px;
}
.mg-blog-meta i {
padding-right: 4px;
}
.btn-more {
padding: 10px 20px;
border-radius: 30px;
border-width: 2px;
border-style: solid;
background: transparent;
font-size: 14px;
}
.btn-more:hover {
transition: all 0.3s ease 0s;
}
.mg-blog-post-box .mg-header {
}
.mg-blog-post-box .mg-header h1 {
font-weight: 700;
line-height: 40px;
}
.mg-blog-post-box .mg-header h4 {
font-size: 14px;
font-weight: 700;
border-bottom: 1px solid #ccc;
margin-bottom: 0;
}
.mg-blog-post-box .mg-header .mg-author-pic img {
width: 50px;
height: 50px;
}
.mg-blog-post-box .mg-header .mg-blog-date i, .mg-blog-post-box .mg-header .newsup-tags i {
padding-right: 4px;
}
.mg-blog-post-box .mg-header .mg-info-author-block {
border: none;
box-shadow: inherit;
margin: 0;
padding: 0 0 10px 0;
}
.mg-info-author-block {
}
.mg-info-author-block a {
font-size: 16px;
}
.mg-info-author-block .row {
margin: 0;
}
.mg-info-author-block h4 {
font-size: 14px;
font-weight: 700;
}
.mg-info-author-block h4 span {
font-size: 14px;
padding-right: 5px;
}
.mg-info-author-block h4 span i {
padding-right: 5px;
}
.mg-info-author-block .mg-author-pic img {
margin: 0 25px 15px 0;
float: left;
border-radius: 50%;
width: 60px;
height: 60px;
}
.mg-info-author-block .mg-info-author-social {
font-size: 24px;
padding: 0;
}
.mg-info-author-block .mg-info-author-social li {
text-align: center;
width: 35px;
height: 35px;
border-radius: 3px;
}
.mg-info-author-block .mg-info-author-social li a {
font-size: 16px;
line-height: 38px;
}
.post-edit-link i {
margin-left: 14px;
color: #fff;
}
.post-edit-link {
margin-left: 5px;
}
.post-edit-link a {
color: #fff;
}
.comment_section .comment-reply-link {
border-radius: 50%;
margin-left: 10px;
transition: all 0.3s ease 0s;
line-height: 20px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
width: 30px;
height: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
}
.mg-comments a.mg-reply {
padding: 2px 6px;
text-transform: uppercase;
background: #222;
color: #fff;
}
.mg-comments h4 {
font-size: 14px;
font-weight: 500;
margin-top: 0;
}
.mg-comments h4 span {
font-size: 12px;
padding-left: 7px;
}
.mg-comments .btn {
margin-left: 5px;
}
.mg-comments .media {
margin-top: 0;
}
.mg-comments .comment .media-body > p:last-child {
border-width: 0 0 1px 0;
border-style: solid;
margin-bottom: 30px;
margin-top: 0;
}
.mg-comments li .media-body > .small {
border-bottom: none!important;
padding: 0;
}
.mg-comments li .media-body > p {
border-width: 0 0 1px 0;
border-style: solid;
padding: 5px 0px 20px 5px;
margin-bottom: 20px;
}
.mg-comments li .media .media {
padding: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
.mg-comments li:last-child .media-body > p {
border-bottom: none;
padding: 0;
}
.mg-comments .media-left img {
height: 64px;
width: 64px;
border-radius: 50%;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mg-comments .comment-list li {
margin-bottom: 20px;
padding: 20px;
border-width: 0 0 0 1px;
border-style: solid;
}
.mg-blog-thumb > .responsive-video {
z-index: 9;
min-height: 300px;
}
.mg-blog-thumb > .responsive-video iframe {
width: 100%;
height: 100%;
min-height: 300px;
border: 0;
}
.mg-post-thumb.md {
height: 300px;
}
.back-img {
background-color: #333;
background-position: 50% 50%;
background-repeat: no-repeat;
position: relative;
background-size: cover;
overflow: hidden;
}
@media screen and (min-width: 240px) and (max-width: 767px) {
.contactWrapper .contactFlex {
display: block !important;
}
.pagicenter {
margin: 0 auto;
max-width: 500px;
}
.postgr {
margin-right: 0px !important;
margin-left: 0px !important;
}
.jackpot_status {
padding: 30px 15px 0px 15px !important;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #e0e6ed;
}
.jackpot_status_2 .lottowidget, .jackpot_status_2 .ejwidget, .jackpot_status_2 .gluckswidget, .jackpot_status_2 .lottosyswidget {
margin-left: auto !important;
max-width: 500px;
margin-right: auto !important;
}
.mg-head-detail .info-right, .mg-head-detail .info-left {
float: none;
text-align: center;
}
.navbar-brand {
margin-right: unset;
}
li.active.home {
display: none;
}
.mg-blog-post .bottom h1 {
font-size: 20px;
}
.mg-blog-post .bottom h1 {
max-height: 100px;
}
.mg-posts-modul-6 .mg-sec-top-post .title {
font-size: 16px;
line-height: 25px;
}
.mg-posts-modul-6 .mg-sec-top-post .title {
max-height: 100px;
}
.mg-footer-bottom-area .site-branding-text {
text-align: center;
}
}
.wp-block-calendar {
margin-bottom: 25px;
}
.wp-block-calendar {
margin-bottom: 25px;
}
.wp-block-calendar table {
margin-bottom: 7px;
}
.wp-block-calendar table caption {
padding-top: 0;
padding-bottom: 12px;
color: #01012f;
text-align: left;
caption-side: top;
font-weight: 700;
}
.wp-block-calendar table.wp-calendar-table td, .wp-block-calendar table.wp-calendar-table th {
text-align: center;
}
.mg-latest-news-sec {
padding: 0;
background: #fff;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}
.latest-top {
margin-top: 10px;
}
.mg-latest-news {
width: 100%;
height: 40px;
position: relative;
overflow: hidden;
margin: 0;
background-color: #fff;
}
.mg-latest-news .bn_title h2 {
display: inline-block;
margin: 0;
padding: 0 20px;
line-height: 39px;
font-size: 20px;
color: #FFF;
height: 40px;
box-sizing: border-box;
}
.mg-latest-news .bn_title span {
width: 0;
position: absolute;
right: -30px;
top: 0px;
height: 0;
border-style: solid;
border-width: 40px 0 0px 30px;
}
.mg-latest-news .bn_title {
width: auto;
height: 40px;
display: inline-block;
position: relative;
z-index: 100;
}
.mg-latest-news .mg-latest-news-slider a {
text-decoration: none;
font-weight: normal;
padding-left: 20px;
}
.mg-latest-news .mg-latest-news-slider {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
left: 200px;
top: 5px;
right: 40px;
height: 40px;
font-size: 16px;
overflow: hidden;
width: 100%;
margin: 0 auto;
white-space: nowrap;
box-sizing: border-box;
z-index: 50;
}
.top-right-area .mg-posts-sec {
padding: 0px 15px 20px 15px;
border-radius: 0 5px 5px;
border: 1px solid #dee2e6;
background: white;
}
.top-right-area .nav-tabs {
border-bottom: none;
}
.top-right-area .nav-tabs > li > a {
border-width: 1px;
border-style: solid;
border-radius: 5px 5px 0px 0px;
padding: 8px;
line-height: 1.42857143;
font-size: 16px;
font-weight: 400;
margin-right: 10px;
}
.top-right-area .nav-tabs > li > a i {
margin-right: 4px;
}
.top-right-area .nav-tabs > li {
text-align: center;
flex-grow: 1;
}
.top-right-area .mg-posts-sec-inner .small-list-post li {
margin-bottom: -1px;
}
.mg-featured-slider .mg-blog-inner {
position: absolute;
padding: 30px 20px 0px 20px !important;
margin-bottom: -20px !important;
width: 100%;
background: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
}
.mg-blog-inner {
position: absolute;
padding: 15px;
bottom: 0;
margin: 0;
width: 100%;
background: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
}
.mg-blog-inner h1 {
margin: 0;
padding: 8px 0 0 0;
font-weight: 700;
font-size: 24px;
line-height: 28px;
}
.mg-blog-post .tittle, .mg-blog-inner h4.title, .mg-blog-post-box h4.title, .small-list-post h5.title, .mg-blog-post .bottom h1, .title_small_post, .mg-posts-modul-6 .mg-sec-top-post .title, .mg-no-list-area .mg-blog-post h3 {
overflow-y: hidden;
}
.mg-blog-post-3 {
position: relative;
padding: 0;
}
.mg-blog-post-3 .mg-blog-img {
overflow: hidden;
max-height: 200px;
min-height: 160px;
}
.mg-posts-modul-1 .mg-blog-post-3 .mg-blog-img img {
max-height: 160px;
min-width: 100%;
}
.mg-posts-modul-1 .mg-blog-post-3 .mg-blog-inner h1 {
font-size: 18px;
line-height: 20px;
}
.mg-blog-post-3.minh {
height: 197px;
}
.mg-blog-post-3.minh h4 {
line-height: 25px;
margin-bottom: 0.5rem;
}
.mg-blog-post-3.smminh {
height: 160px;
}
.mg-blog-post-3.minhsec {
height: 178px;
margin: 0 15px 0 0;
border-radius: 5px;
}
.mg-blog-post.lg.minh {
height: 350px;
}
.mg-blog-post-3 .mg-blog-img.minh {
height: 197px;
background: #222;
}
.mg-blog-post-3 .mg-blog-img.minhsec {
height: 178px;
background: #222;
}
.mg-posts-modul-1 .mg-blog-post-3 .mg-blog-img.smminh img {
min-height: 160px;
}
.mg-posts-modul-4 .small-post.mg-post-1 .img-small-post, .mg-posts-modul-4 .small-post.mg-post-1 img {
height: auto;
width: 100%;
float: none;
}
.mg-sec-title {
font-weight: bold;
padding-bottom: 0;
margin-bottom: 20px;
position: relative;
}
.mg-sec-title h4 {
margin: 0px;
font-weight: 700;
line-height: 22px;
padding: 0 0 0px 10px;
width: auto;
display: inline-block;
position: relative;
font-size: 18px;
border-left: 3px solid #2f415e;
}
.featured-post-1 {
display: none;
}
.mg-posts-sec {
margin: 0px 0 30px 0 ;
background-color: transparent;
position: relative;
padding: 0;
}
.mg-posts-sec-inner img {
max-width: 100%;
height: auto;
border-radius: 5px;
}
.mg-posts-sec-post {
border: 1px solid #dddcdc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
float: none;
margin-bottom: 50px;
overflow: hidden;
}
.mg-posts-sec-inner img:hover, .widget_post_thumbnail img:hover, .featured_posts_slider img:hover {
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
-ms-opacity: 0.5;
-o-opacity: 0.5;
opacity: 0.5;
}
.mg-posts-sec-inner .img-small-post {
height: 88px;
width: 88px;
float: left;
margin-right: 15px;
}
.small-list-post ul {
padding-bottom: 12px;
background: #FFF;
border-radius: 0px 5px 5px;
overflow: hidden;
border: 1px solid #E0E6ED;
padding-inline-start: 0px;}
.mg-posts-sec-inner .small-list-post li {
list-style: none;
padding: 15px;
border-bottom: 2px solid #E0E6ED;
box-sizing: border-box;
background: #fff;
}
.mg-posts-sec-inner .small-list-post li:last-child {
border-bottom: none;
margin-bottom: 0px;
}
.mg-posts-sec-inner .small-list-post .mg-blog-category {
margin: 0 0 5px 0;
max-height: 1.8em;
overflow: hidden;
}
.mg-posts-sec-inner .small-list-post img {
height: 100%;
object-fit: cover;
}
.small-list-post h5 {
margin: 0px;
line-height: 25px;
font-weight: 400;
font-size: 15px;
padding-right: 5px;
max-height: 3em;
}
.mg-ads-area {
margin-bottom: 30px;
text-align: center;
}
.mg-ads-area img {
max-width: 100%;
}
.mg-posts-modul-4 .title_post h4 {
margin: 10px 0px;
}
.mg-posts-modul-4 .mg-blog-post-box {
margin-bottom: 0;
}
.mg-posts-modul-6 .mg-thum-list {
line-height: 0;
position: relative;
overflow: hidden;
clear: both;
padding: 0;
}
.mg-posts-sec-post {
padding: 20px 0;
margin-bottom: 20px;
box-shadow: 0 2px 4px rgba(0,0,0,.08);
}
.mg-posts-sec-post:last-child {
margin-bottom: 0px;
}
.mg-posts-modul-6 .mg-post-thumb.img {
position: relative;
}
.mg-posts-modul-6 .mg-post-thumb {
margin-right: -10px;
}
.mg-posts-modul-6 .list_content {
padding: 20px 0;
overflow: hidden;
}
.mg-posts-modul-6 .mg-sec-top-post {
display: inline-block;
width: 100%;
position: relative;
padding-top: 20px;
padding-bottom: 20px;
}
.mg-posts-sec-post-content {
padding: 0 0px 0px 20px;
}
.mg-posts-sec-post-content figure {
max-width: 100%;
}
.mg-posts-sec-post-content label {
clear: both;
width: 100%;
}
.mg-posts-sec-post-content p {
margin: 0px 0 15px 0;
font-size: 16px;
line-height: 27px;
word-break: break-word;
word-wrap: break-word;
}
.mg-posts-modul-6 .mg-sec-top-post .mg-blog-category {
margin: 6px 0 0 0;
}
.mg-posts-modul-6 .mg-sec-top-post .title {
margin-top: 10px;
font-size: 22px;
line-height: 32px;
position: relative;
margin-bottom: 6px;
}
.mg-posts-modul-6 .mg-sec-top-post .mg-blog-meta {
margin-bottom: 0px;
}
.missed-inner {
background: #fff;
padding: 15px;
margin-bottom: 30px;
}
.image-blog-bg {
background: #000;
}
.mg-blog-post-3.minh {
height: 197px;
border-radius: 5px;
}
.mg-blog-post-3 {
position: relative;
padding: 0;
}
.colmnthree {
margin-bottom: 60px;
}
.mg-post-box {
margin-bottom: 20px;
margin-left: 20px;
position: relative;
}
.mg-post-box:last-child {
margin-bottom: 0px;
}
.mg-post-box .mg-inner-txt {
position: absolute;
top: 0;
bottom: 0;
padding: 30px;
background: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
}
.mg-post-box .title {
margin-bottom: 16px;
font-weight: 600;
line-height: 1.2;
}
.mg-inner-txt h3 {
margin: 10px 0px;
}
.mg-post-box .latest-meta {
font-size: 13px;
margin: 10px 0 0 10px;
}
.mg-post-box .latest-meta span {
margin-right: 10px;
}
.mg-post-box .latest-meta .latest-date {
font-size: 13px;
font-weight: 600;
}
.mg-post-box .latest-content {
margin-top: 30px;
}
.mg-post-box .latest-img img {
vertical-align: middle;
width: 100%;
}
.mg-post-box .mg-inner-overlay {
height: 100%;
position: absolute;
width: 100%;
bottom: 0;
}
.mg-post-box .mg-inner-overlay:hover {
background-color: rgba(36, 36, 36, 0.5);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.container.mg-post-box {
margin: 0 -10px;
}
.mg-sidebar a {
transition: all 0.3s ease 0s;
}
.mg-widget .mg-ads {
padding: 0;
margin: -10px -20px;
}
.mg-widget.mg-ads img {
text-align: center;
padding: 0;
width: 100%;
}
.mg-sidebar .mg-widget .btn {
padding: 2px 12px;
border: none;
border-radius: 0;
height: 40px;
}
.mg-sidebar .mg-widget {
margin-bottom: 30px;
border-radius: 0;
border-width: 0px;
}
.mg-sidebar .mg-widget ul {
padding: 0;
list-style: none;
}
.mg-sidebar .mg-widget ul li:last-child {
border: none;
}
.mg-sidebar .mg-widget ul li {
display: block;
line-height: 22px;
margin: 0 0 -11px;
overflow: hidden;
padding: 0;
}
.mg-sidebar .mg-widget h6 {
line-height: 22px;
padding: 0 0 0px 10px;
width: auto;
display: inline-block;
position: relative;
font-size: 18px;
border-left: 3px solid #2f415e;
margin-bottom: 25px;
}
.mg-sidebar .mg-widget ul li {
padding: 15px;
position: relative;
transition: all 0.4s ease-in-out 0s;
}
.mg-sidebar .mg-widget ul.menu li .sub-menu {
margin-left: 15px;
}
.mg-sidebar .mg-widget ul.menu li .sub-menu li {
border-bottom: none;
padding: 10px 0 0;
}
.mg-sidebar .mg-widget.widget_search .btn {
border: medium none;
border-radius: 0 4px 4px 0;
height: 40px;
line-height: 25px;
padding: 5px 15px;
transition: all 0.3s ease 0s;
}
.mg-sidebar .mg-category-widget ul li {
padding: 10px 0;
position: relative;
transition: all 0.4s ease-in-out 0s;
border-width: 0 0 1px 0;
border-style: solid;
}
.mg-sidebar .mg-widget .mg-widget-tags, .mg-sidebar .mg-widget .tagcloud {
margin: 0 0 10px;
overflow: hidden;
padding: 0;
}
.mg-sidebar .mg-widget .mg-widget-tags a, .mg-sidebar .mg-widget .tagcloud a {
cursor: pointer;
display: inline-block;
font-size: 14px !important;
font-weight: 400;
line-height: 20px;
margin: 0 5px 9px 0;
padding: 3px 6px;
transition: all 0.4s ease-in-out 0s;
border-radius: 3px;
text-transform: capitalize;
border-width: 1px;
border-style: solid;
}
.mg-sidebar .mg-widget .calendar_wrap table {
width: 100%;
}
.mg-sidebar .mg-widget .calendar_wrap table caption {
border-radius: 2px;
font-size: 16px;
font-weight: 500;
line-height: 35px;
margin-bottom: 0;
padding: 5px 12px;
text-align: center;
border-width: 1px;
border-style: solid;
}
.mg-sidebar .calendar_wrap table thead th {
border-width: 1px;
border-style: solid;
}
.mg-sidebar .calendar_wrap table tbody td:hover, .mg-sidebar .calendar_wrap table tbody #today:hover {
transition: all 0.3s ease 0s;
}
.mg-sidebar .calendar_wrap table tfoot {
border-width: 1px;
border-style: solid;
}
.mg-sidebar .mg-widget .calendar_wrap table thead th {
text-align: center;
padding: 0;
}
.mg-sidebar .mg-widget .calendar_wrap table tbody td {
line-height: 2.5em;
transition: background 0.15s ease 0s;
text-align: center;
border-width: 1px;
border-style: solid;
padding: 0 8px;
}
.mg-sidebar .mg-widget .calendar_wrap table tfoot {
font-size: 11px;
}
.mg-sidebar .mg-widget .calendar_wrap table tfoot tr td#prev {
padding: 5px;
text-transform: uppercase;
}
.mg-sidebar .mg-widget .calendar_wrap table tfoot tr td#next {
padding: 5px;
text-align: right;
text-transform: uppercase;
}
.mg-sidebar .mg-widget.widget_product_search .btn {
padding: 2px 12px;
height: 40px;
border-radius: 0;
margin-left: -1px;
}
.mg-error-404 h1 {
font-size: 100px;
line-height: 80px;
}
.mg-error-404 h1 i {
padding: 5px;
text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
}
.mg-error-404 h4 {
line-height: 40px;
}
.mg-error-404 p {
line-height: 30px;
}
.bypostauthor {
}
.wp-caption {
margin-bottom: calc(1.5 * 1rem);
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption-text {
font-size: 13px;
font-style: italic;
line-height: 1.6;
margin: 0;
padding: 0.5rem !important;
text-align: center;
}
.wp-caption, .gallery-caption {
max-width: 100%;
}
@media (min-width: 1200px) {
.wiki-header .hideContent {
max-width: calc(100% - 31px);
}
.mg-blog-post .bottom h4 {
max-height: 75px;
overflow: hidden;
}
.mg-sidebar .mg-widget h6 {
margin-left: 30px !important;
}
.small-list-post h5.title, .title_small_post {
max-height: 50px;
}
.mg-posts-modul-6 .mg-sec-top-post .title {
max-height: 65px;
}
.mg-blog-post-3 {
margin: 0 15px 0 0 !important;
}
.mg-blog-inner h4, .mg-blog-inner h1.title, .mg-no-list-area .mg-blog-post h3 {
max-height: 51px;
}
.colmnthree .mg-blog-inner h4 {
max-height: 60px;
margin: 0;
}
.newsup_tabbed_posts_widget {
margin-left: 15px;
}
.jackpot_status_2 .lottowidget, .jackpot_status_2 .ejwidget, .jackpot_status_2 .gluckswidget, .jackpot_status_2 .lottosyswidget {
margin-left: 30px;
}
.breadcrumb {
padding: 15px 0px !important;
}
.jackpot_status_2 {
margin: 0 !important;
}
.partner {
padding-left: 0 !important;
}
.hotline {
padding-right: 0 !important;
}
.navbar-brand {
margin-left: 0 !important;
}
.w100 {
padding-right: 0px !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
padding-right: 0 !important;
padding-left: 0 !important;
}
#grid {
margin-left: -15px;
margin-right: -15px;
}
#searchform {
margin-right: 0px !important;
}
.pd-r-10 {
padding-right: 15px !important;
}
.top-right-area {
padding-left: 15px !important;
}
}
@media (min-width: 991px) {
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.jackpot_status_2 {
margin: 0 -15px;
}
}
.partner-line {
font-size: 14px;
padding: 13px 15px 27px 15px !important;
height: 35px;
}
@media screen and (max-width: 990px) {
.partner-line {
padding: 0 !important;
}
.navbar-expand-lg .navbar-nav {
padding-left: 0px;
margin-bottom: 30px;
}
}
@media screen and (max-width: 480px) {
h1 {
font-size: 28px;
line-height: 34px !important;
}
h2 {
font-size: 24px;
}
h3, h4, h5 {
font-size: 20px;
}
.mg-blog-post .bottom h4 {
font-size: 22px;
margin-top: 10px !important;
}
.mg-fea-area {
margin-bottom: -50px;
}
}
@media (min-width: 768px) and (max-width: 990px) {
.jackpot_status_2 {
margin: 0 -15px !important;
}
.navbar-header {
float: none;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
.mg-head-detail .info-left {
float: none;
text-align: center;
margin: 0;
float: none;
}
.mg-head-detail .info-right {
float: none;
text-align: center;
margin: 0;
float: none;
}
.navbar-default .navbar-brand {
margin: 0 auto;
text-align: center;
}
.navbar-wp .navbar-nav > li > a {
padding: 12px;
}
.navbar-wp .navbar-nav > li > a:hover, .navbar-wp .navbar-nav > li > a:focus {
z-index: 8;
}
.navbar-wp .mg-search-box {
float: left;
}
.mg-search {
margin: 0 auto;
}
}
@media screen and (min-width: 240px) and (max-width: 1024px) {
}
@media screen and (min-width: 240px) and (max-width: 1179px) {
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 990.98px) {
#menu-primary li.active.home {
display: none;
}
.m-header {
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.mobilehomebtn {
display: block;
}
}
@media screen and (min-width: 240px) and (max-width: 767px) {
.voucher-side {
margin: 0 15px !important;
}
.hideContent {
max-height: 9.5em !important;
}
.wikilist {
column-count: 1 !important;
}
.mg-wid-title {
margin: 0 15px;
}
#newsup_tab_posts-2 {
margin-left: 15px !important;
margin-right: 15px !important;
}
#grid .col-md-4 {
max-width: 500px;
margin-left: auto !important;
margin-right: auto !important;
}
.small-list-post {
padding: 0 !important;
}
.mg-posts-modul-6 .mg-post-thumb {
margin-right: 0;
}
.top-right-area .nav-tabs > li > a i {
display: inherit;
}
.navbar-wp .navbar-nav > li > a {
padding: 10px 16px;
}
.navbar-wp .navbar-nav>.active>a, .navbar-wp .navbar-nav>.active>a:hover, .navbar-wp .navbar-nav>.active>a:focus {
border-bottom: none;
}
.navbar-wp .navbar-nav > a, .navbar-wp .navbar-nav> a:hover, .navbar-wp .navbar-nav a:focus {
border-bottom: none;
}
.mg-headwidget .navbar-collapse.in {
margin-top: 50px;
}
.mg-headwidget .navbar-toggle {
margin: 10px auto;
}
.mg-headwidget .navbar-wp .navbar-nav > li> a {
padding: 12px 16px;
}
.mg-trhead.conte .navbar-wp .navbar-nav > li > a {
padding: 15px 16px;
}
#content.home {
padding: 0 15px;
}
.mg-sidebar {
margin: 20px 0 0 0;
}
.text-xs {
text-align: center !important;
}
.text-center-xs {
text-align: center;
}
.col-md-4 {
margin-bottom: 20px;
padding: 0;
}
.mg-latest-news .mg-latest-news-slider {
left: 0;
}
.mg-latest-news .bn_title h2, .mg-ppr-txnlst strong {
display: none;
}
.mg-blog-post.lg {
height: 300px;
}
#homemain.pd-r-10 {
padding-right: 0;
}
.mr-xs {
margin-bottom: 30px;
}
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
#content[tabindex="-1"]:focus {
outline: 0;
}
.no-js .some-element .screen-reader-text {
position: static;
-webkit-clip-path: none;
clip-path: none;
width: auto;
height: auto;
margin: 0;
}
.navigation.pagination .nav-links {
display: flex;
}
.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a {
cursor: pointer;
display: inline-block;
font-size: 18px;
line-height: 40px;
margin: 0 6px 10px;
border-radius: 4px;
padding: 0px 6px;
vertical-align: baseline;
white-space: nowrap;
width: auto;
min-width: 40px;
height: 40px;
box-shadow: 0 1px 3px rgba(0,0,0,0.15);
transition: all 0.3s ease 0s;
text-decoration: none;
position: relative;
float: left;
}
.navigation.pagination > li:first-child > a, .navigation.pagination > li:first-child > span {
border-radius: 30px;
}
.single-nav-links {
text-align: center;
margin-top: 30px;
}
.single-nav-links a, .single-nav-links span {
margin: 0 6px 10px;
border-radius: 4px;
height: 40px;
box-shadow: 0 1px 3px rgba(0,0,0,0.15);
transition: all 0.3s ease 0s;
padding: 8px 15px;
}
.post-share-icons a {
float: left;
margin-left: 4px;
border: 1px solid #ebebeb;
border-radius: 3px;
box-sizing: border-box;
width: 30px;
height: 30px;
color: var(--post-share-color, var(--share-icons-color));
font-size: 13px;
line-height: 29px;
text-align: center;
}
.post-share {
display: flex;
width: 100%;
justify-content: flex-end;
}
.post-share-icons i {
line-height: inherit;
color: #fff;
}
.mg-blog-post-box .small.single .nav-links {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
flex-flow: row-reverse;
}
.nav-links a, .single-nav-links a {
font-size: 1.2rem;
font-weight: 700;
letter-spacing: -.02em;
line-height: 1.2;
width: 100%;
}
.post-navigation .nav-previous {
float: right;
}
.post-navigation {
overflow: visible;
padding: 10px 0;
}
.alignwide, .alignfull {
margin-left: 0;
margin-right: 0;
position: relative;
clear: both;
left: -20px;
width: calc(100% + 40px);
max-width: calc(100% + 40px);
}
@media screen and (min-width: 570px) {
.alignwide {
left: 0px;
width: 100%;
}
}
@media screen and (min-width: 570px) {
.alignfull {
left: auto;
width: 100%;
max-width: 100%;
}
}
.m-header button[aria-expanded="false"] .fa-bars:before {
content: "\f0c9";
}
.m-header button[aria-expanded="true"] .fa-bars:before {
content: "\f00d";
}
.m-header button[aria-expanded="false"]:after {
pointer-events: none;
}
.m-header button[aria-expanded="true"]:after {
content: '';
display: block;
width: 100vw;
height: 250vh;
position: absolute;
left: 0;
}
.mg-headwidget .navbar-wp {
background: #ffffff;
}
.wrapper {
background-color: #f6f6f6;
}
.site-branding-text {
display: inline-block;
}
.mg-head-detail .info-left li span.time {
background: #2f415e;
color: #fff;
}
.mg-headwidget .mg-head-detail {
background: #202f5b;
}
.mg-head-detail .info-left li, .mg-headwidget .mg-head-detail .info-left li a , .mg-headwidget .mg-head-detail li a i, .mg-headwidget .mg-head-detail .info-right li a {
color: #fff;
}
.mg-headwidget .mg-head-detail .info-right li a:hover, .mg-headwidget .mg-head-detail .info-right li a:focus {
color: #2f415e;
}
.mg-headwidget .mg-head-detail li a i {
color: #fff;
}
.mg-headwidget .mg-head-detail .info-right li a i {
color: #fff;
}
.mg-headwidget .trans {
background: rgba(0, 0, 0, 0.0);
}
.mg-headwidget.trans .mg-head-detail {
background: rgba(0, 0, 0, 0.0);
border-color: rgba(255, 255, 255, 0.1);
}
.mg-headwidget.trans .mg-head-detail .info-left li a , .mg-headwidget.trans .mg-head-detail li a i, .mg-headwidget.trans .mg-head-detail .info-right li a {
color: #fff;
}
.mg-headwidget.trans .navbar-wp {
background: rgba(0, 0, 0, 0.7);
}
.mg-headwidget.center .navbar-wp {
background: #2f415e;
}
.mg-headwidget .navbar-header .navbar-brand {
color: #222;
float: left;
margin-top: 5px;
}
.header-widget .mg-header-box .mg-social li span.icon-soci a {
color: #999;
}
.header-widget .mg-header-box .mg-social span.icon-soci:hover a, .header-widget .mg-header-box .mg-social span.icon-soci:focus a {
color: #2f415e;
}
.mg-headwidget .navbar-wp .navbar-nav > li> a {
color: #2f415e;
}
.mg-headwidget .navbar-wp .navbar-nav > li > a:hover, .mg-headwidget .navbar-wp .navbar-nav > li > a:focus, .mg-headwidget .navbar-wp .navbar-nav > .active > a, .mg-headwidget .navbar-wp .navbar-nav > .active > a:hover, .mg-headwidget .navbar-wp .navbar-nav > .active > a:focus {
color: #2f415e;
background: #fff;
}
.mg-headwidget .navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.mg-headwidget.trans .mg-head-detail .mg-social i {
color: #fff;
}
.mg-headwidget.trans .mg-header-box-info h4, .mg-headwidget.trans .mg-header-box-info p {
color: #fff;
}
.mg-headwidget.light .mg-head-detail {
background: #fff;
border-color: #eee;
}
.mg-headwidget.light .info-left li {
color: #848582;
}
.mg-headwidget.light .mg-nav-widget-area-back .inner {
background: #fff;
}
.post-edit-link :hover {
color: #2f415e;
}
a.newsup-categories.category-color-1 {
background: #E0E6ED !important;
color: #2f415e !important;
}
a.newsup-categories.category-color-2 {
visibility: hidden;
display: none;
opacity: 0;
}
a.newsup-categories.category-color-3 {
background: #E0E6ED !important;
color: #2f415e !important;
}
a.newsup-categories.category-color-4 {
background: #82b74b;
}
.col-md-8 a.newsup-categories.category-color-2 {
visibility: visible !important;
display: inline-block !important;
opacity: 1 !important;
}
.col-md-8 a.newsup-categories.category-color-3 {
visibility: hidden;
display: none;
opacity: 0;
}
.navbar-wp .dropdown-menu {
background: #1f2024;
}
.navbar-wp .dropdown-menu > li > a {
background: #ffffff;
color: #2f415e;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
border-radius: 0 5px 5px 5px;
box-shadow: 0px 20px 25px 0 #00000030;
overflow: hidden;
margin-top: -2px;
background: white;
}
.navbar-nav li.dropdown.active a.has-submenu {
border-bottom: 2px solid #2f415e;
}
.navbar-nav li.dropdown.show {
box-shadow: 0 0 25px #00000021;
border-radius: 5px 5px 0 0px;
transition: all 0.1s ease 0s;
}
.navbar-nav li.dropdown {
padding: 0 20px;
}
.navbar-wp .dropdown-menu > .active > a, .navbar-wp .dropdown-menu > .active > a:hover, .navbar-wp .dropdown-menu > .active > a:focus {
}
.navbar-wp .dropdown-menu > li > a:hover, .navbar-wp .dropdown-menu > li > a.bg-light:hover {
background: #2f415e !important;
color: #fff !important;
}
.navbar-wp .dropdown-menu li a.bg-light:hover {
background-color: #2f415e !important;
color: #fff !important;
}
.navbar-wp .dropdown-menu > li > a:hover, .navbar-wp .dropdown-menu > li > a:focus {
background: #2f415e;
}
.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:hover, .navbar-wp .navbar-nav > .disabled > a:focus {
color: #ccc;
}
.mg-search-box .btn {
background: #2f415e;
border-color: #2f415e;
color: #fff;
}
.mg-search-box a {
color: rgba(255,255,255,0.71);
}
.mg-search-box a:hover, .mg-search-box a:focus {
color: rgba(255,255,255,0.71);
}
.mobilehomebtn {
background: #2f415e;
color: #fff;
}
.mobilehomebtn:hover {
color: #fff;
}
.btn:hover, .btn:focus, .btn.focus {
color: #fff;
}
.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
color: #fff;
}
.navbar-base .navbar-nav > li > a.dropdown-form-toggle {
color: #fff;
}
.navbar-default .navbar-toggle {
color: #fff;
}
.navbar-wp .navbar-nav > li > a.dropdown-form-toggle {
color: #fff;
}
.navbar-wp .navbar-toggle:hover, .navbar-wp .navbar-toggle:focus {
background: rgba(0,0,0,0);
color: #fff;
}
body {
color: #2F415E;
}
.mg-heading h3, .mg-heading h3 a {
color: #2F415E;
}
a {
color: #2f415e;
}
a:hover, a:focus {
color: #2F415E;
text-decoration: underline;
}
blockquote {
background: #f5f5f5;
border-color: #2f415e;
}
blockquote::before {
color: #2f415e;
}
.mg-error-404 h1 i {
color: #2f415e;
}
.grey-bg {
background: #f4f7fc;
}
.owl-controls {
display: none;
visibility: hiddden;
opacity: 0;
}
.owl-carousel .owl-controls .owl-buttons div:hover {
background: #2f415e;
border-color: #2f415e;
color: #fff;
}
.owl-carousel .owl-controls .owl-buttons div:hover i {
color: #fff;
}
.owl-carousel .owl-controls .owl-page span {
border-color: #fff;
}
.owl-carousel .owl-controls .owl-page.active span {
border-color: #2f415e;
}
.mg-social li a, .mg-social li span.icon-soci a {
color: #fff !important;
}
.mg-tpt-tag-area {
background: #fff;
}
.mg-tpt-txnlst strong {
color: #383b42;
}
.mg-tpt-txnlst ul li a {
color: #2f415e;
background: #f3eeee;
}
.mg-tpt-txnlst ul li a:hover, .mg-tpt-txnlst ul li a:focus {
color: #fff;
background: #2f415e;
}
.mg-latest-news .bn_title span {
border-left-color: #2f415e;
border-color: transparent transparent transparent #2f415e;
}
.mg-latest-news .bn_title {
background-color: #2f415e;
}
.mg-latest-news .mg-latest-news-slider a {
color: #222;
}
.mg-latest-news .mg-latest-news-slider a::before {
color: #2f415e;
}
.mg-latest-news .mg-latest-news-slider a span {
color: #2f415e;
}
.top-right-area .nav-tabs > li > a {
color: #8295b3;
border-color: #dee2e6 #dee2e6;
background: white;
}
}
.title_small_post h5 a {
color: #2F415E;
}
.title_small_post h5 a:hover {
color: #2F415E;
}
.mg-blog-inner h4, .mg-blog-inner h4 a {
color: #fff;
font-size: 18px;
}
.mg-blog-inner .mg-blog-date, .mg-blog-inner .mg-blog-meta i, .mg-blog-inner .mg-blog-meta a {
color: #8E8E8E;
}
.mg-viewmr-btn {
color: #2f415e;
}
.mg-posts-sec .small-post-content h5 a:hover, .featured_cat_slider a:hover {
color: #2f415e;
}
.small-list-post h5.title, .small-list-post h5.title a {
color: #2F415E;
}
.mg-posts-sec-post {
background: #2F415E;
}
.mg-posts-modul-6 .mg-sec-top-post .title a {
color: #2F415E;
}
.mg-post-box .title a {
color: #2F415E;
}
.mg-post-box .title a:hover {
color: #2f415e;
}
.mg-post-box .latest-meta {
color: #2F415E;
}
.mg-post-box .latest-meta .latest-date {
color: #2F415E;
}
.mg-post-box .latest-content {
color: #fff;
}
.mg-post-bottom .mg-share-icons .mg-share span a {
background-color: #2F415E;
color: #fff;
}
.mg-post-bottom .mg-share-icons .mg-share span a:hover {
background-color: #2F415E;
color: #fff;
}
.mg-post-bottom .mg-share-icons .mg-share-toggle {
background-color: #2F415E;
}
.mg-post-bottom .mg-share-icons .mg-share-toggle i {
color: #fff;
}
.mg-post-bottom .mg-share-icons .mg-share-toggle:hover {
background-color: #2f415e;
color: #fff;
}
.mg-subscriber .overlay {
background: #2F415E;
}
.mg-breadcrumb-section .overlay {
background: #fff;
}
.mg-blog-post-box .mg-header h1 a {
color: #000;
}
.mg-blog-post .bottom h4, .mg-blog-post .bottom h4 a {
color: #fff;
}
.mg-blog-post .bottom h4:hover, .mg-blog-post .bottom h4 a:hover, .mg-posts-modul-6 .mg-sec-top-post .title a:hover, .mg-blog-inner h4 a:hover {
text-decoration: underline;
}
.mg-blog-post-box .small {
color: #2F415E;
}
.mg-blog-post-box h4.title, .mg-blog-post-box h4.title a {
color: #2F415E;
text-decoration: none;
}
.mg-blog-post-box h4.title:hover, .mg-blog-post-box h4.title a:hover, .mg-blog-post-box h4.title:focus, .mg-blog-post-box h4.title a:focus {
color: #2f415e;
}
.mg-blog-category a {
color: #2f415e;
background: #E0E6ED;
}
.mg-blog-category a:hover {
color: #E0E6ED;
background: #2f415e;
}
.mg-blog-meta {
color: #bdbdbd;
}
.mg-blog-meta a {
color: #333;
}
.mg-blog-meta a:hover {
color: #2f415e;
}
.mg-blog-meta i {
color: #333;
}
.mg-blog-post.lg .mg-blog-meta i, .mg-blog-post.lg .mg-blog-meta a , .mg-blog-post.lg .mg-blog-meta span {
color: #fff;
}
.mg-blog-post.lg .mg-blog-meta a:hover , .mg-blog-post.lg .mg-blog-meta a:focus {
color: #2f415e;
}
.mg-comments h4 {
color: #2F415E;
}
.comments-area .comment-meta .comment-author img {
border-color: #2f415e;
}
.comment-body .reply a {
color: #fff;
background: #2f415e;
}
.comment-body .reply a:hover, .comment-body .reply a:focus {
color: #fff;
background: #202f5b;
}
.comment-metadata .edit-link:before {
color: #2f415e;
}
.mg-blog-author {
background: #e8e8e8;
}
.bsf-rt-display-time, .bsf-rt-display-postfix {
font-weight: 700;
}
.mg-sidebar .mg-widget {
}
.mg-sidebar .mg-widget ul li {
border-color: #eee;
}
.mg-sidebar .mg-widget ul li a {
color: #222;
}
.mg-sidebar .mg-widget ul li a:hover, .mg-sidebar .mg-widget ul li a:focus {
color: #2f415e;
}
.mg-sidebar .mg-widget ul li .mg-blog-category a, .mg-sidebar .mg-widget ul li .mg-blog-category a:hover {
color: #fff;
}
.mg-sidebar .mg-widget .mg-blog-post h3 a {
color: #212121;
}
.mg-sidebar .mg-widget .mg-blog-post h3 a:hover {
color: #2f415e;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
color: #2F415E;
}
.btn {
background: #2f415e;
color: #fff;
}
.btn-theme, .more_btn, .more-link {
background: #2f415e;
color: #fff;
border-color: #2f415e;
}
.btn-theme:hover, .btn-theme:focus, .more_btn:hover, .more_btn:focus, .more-link:hover, .more-link:focus {
color: #fff;
opacity: 0.8;
}
.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a, .single-nav-links a, .single-nav-links span {
background: #fff;
color: #2F415E;
}
.nav-next a, .nav-previous a {
color: #2F415E;
}
.nav-next a:hover, .nav-next a:focus, .nav-previous a:hover, .nav-previous a:focus {
color: #2f415e;
}
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers:focus, .navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers.current:hover, .navigation.pagination .nav-links .page-numbers.current:focus, .single-nav-links a.current, .single-nav-links span.current, .single-nav-links a:hover, .single-nav-links span:hover, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
border-color: #2f415e;
background: #2f415e;
color: #fff;
}
#searchform {
max-width: 190px;
display: inline-block;
border: 1px solid #E0E6ED;
box-sizing: border-box;
border-radius: 5px;
margin-right: 15px;
}
#searchform .btn {
background-image: url(//www.tippland.de/magazin/res/uploads/search-icon.svg);
height: 30px;
background-color: #fff;
background-repeat: no-repeat;
width: 24px;
margin-top: 10px;
padding: 0px 12px 0px 20px;
border: none;
box-shadow: none;
background-size: 20px;
}
#searchform input {
font-size: 14px;
color: #2F415E;
padding: 0px 10px;
}
.jetztbtn {
border: none;
background-color: #27c229;
width: auto;
position: relative;
padding: 0 8px;
display: inline-block;
border-radius: 5px;
color: #fff !important;
height: 42px;
line-height: 42px;
font-size: 14px;
outline: none;
text-align: center;
cursor: pointer;
white-space: nowrap;
transition: background-color .25s ease,border .25s ease;
font-weight: 700;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
color: #2b3b56 !important;
background-color: #fff;
border-color: #E5E5E5 #E5E5E5 #fff #E5E5E5;
}
.gridmeta {
font-size: 14px;
}
.bsf-rt-reading-time {
float: right;
}
.gridmeta .bsf-rt-reading-time {
margin-top: -30px;
}
.gridhr {
width: 110%;
margin-left: -5%;
}
.ejwidget:hover, .lottosyswidget:hover, .lottowidget:hover, .gluckswidget:hover, #grid .mg-blog-post-box:hover {
box-shadow: 0px 20px 25px 0 #00000021;
transition: all 0.3s ease 0s;
}
.ejwidget {
text-align: center;
border-radius: 5px;
padding: 15px 30px;
font-size: 10px;
display: block;
background: linear-gradient(180deg,#f0e6cd,#f3d077);
color: #825a00 !important;
text-decoration: none !important;
}
#text-2 {
margin-bottom: 5px !important;
}
.jackpot_status_2 .lottowidget, .jackpot_status_2 .ejwidget, .jackpot_status_2 .gluckswidget, .jackpot_status_2 .lottosyswidget {
padding: 15px 10px !important;
margin-bottom: 30px;
max-width: 500px;
}
.jackpot_status_2 .gluckswidget .gamejackpot {
margin-top: 7px !important;
font-size: 20px !important;
max-height: 30px;
overflow: hidden;
}
.jackpot_status_2 .lottosyswidget .gamejackpot {
margin-top: 10px;
}
.jackpot_status_2 .lottosyswidget .chance {
margin-bottom: -2px;
}
.jackpot_status_2 .gamejackpot {
font-size: 29px;
font-weight: 700;
margin-top: 10px;
letter-spacing: -1px;
}
.lottowidget {
text-align: center;
border-radius: 5px;
padding: 15px 30px;
font-size: 10px;
display: block;
background: linear-gradient(180deg, #FFD800 0%, #FFC700 100%);
text-decoration: none !important;
color: #d0021b !important;
}
.lottosyswidget {
text-align: center;
border-radius: 5px;
padding: 15px 30px;
font-size: 10px;
display: block;
background: linear-gradient(180deg, #FFD800 0%, #FFC700 100%);
text-decoration: none !important;
color: #d0021b !important;
}
.gluckswidget {
text-align: center;
border-radius: 5px;
padding: 15px 30px;
font-size: 10px;
display: block;
background: #d0021b;
text-decoration: none !important;
color: #fff !important;
}
.jackpot_status img {
margin: 0 auto;
box-shadow: 0px 2.42722px 12.1361px rgb(0 0 0 / 10%);
border-radius: 60.6806px;
padding: 8px 25px;
width: 190px;
margin-bottom: 5px;
}
.chance {
margin-top: -8px;
}
.gamejackpot {
font-size: 34px;
font-weight: 700;
margin-top: 10px;
letter-spacing: -1px;
}
.gluckswidget .gamejackpot {
font-size: 24px;
}
.jackpot_status {
background: white;
margin-bottom: 30px;
padding: 30px 0px 0px 0px;
display: flex;
}
.w100 {
width: 100%;
padding-right: 15px;
}
.d-md-block {
margin: 0 auto;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
padding-right: 0px !important;
padding-left: 0px !important;
}
.small-list-post {
padding: 0;
}
.partner {
float: left;
padding-left: 15px;
}
.partner-logo {
margin-left: 10px
}
.hotline {
float: right;
padding-right: 15px;
}
.sub-arrow {
display: none !important;
visibility: hidden;
}
#grid .mg-blog-post-box {
background: #fff;
border-radius: 5px;
border: 1px solid #E0E6ED;
padding: 0;
}
.mg-blog-post-box .mg-blog-category {
margin-top: 0px;
position: relative;
margin-left: 0px;
margin-bottom: 5px;
}
.tab-recent {
padding-left: 0 !important;
padding-right: 0 !important;
padding-bottom: 10px !important;
}
.tab-popular {
padding-bottom: 10px !important;
}
ul.paymentIcons {
display: flex;
flex-wrap: wrap;
margin: 0 auto 40px auto;
list-style-type: none;
justify-content: space-between;
max-width: 900px;
padding: 0 15px;
}
.paymentIcons__icon {
padding: calc(5px * 3) 17px;
display: flex;
align-items: center;
justify-content: center;
}
ul.paymentIcons img {
width: auto;
height: auto;
max-width: 100px;
}
.contactWrapper {
background-color: #f6f6f6;
}
.contactWrapper .contactFlex {
display: flex;
max-width: calc(1170px + 30px);
justify-content: center;
margin: auto;
}
.contactWrapper .contactFlex .contactInnerFlex {
display: flex;
padding: 25px 10px;
}
.contactWrapper .contactFlex .contactInnerFlex .leftContact {
align-items: center;
align-self: center;
padding: 20px;
}
.contactWrapper .contactFlex .contactInnerFlex .rightContact {
display: flex;
flex-direction: column;
justify-content: center;
}
.contactWrapper .contactFlex .contactInnerFlex .rightContact .contactTitle {
font-size: 16px;
font-weight: bold;
}
.footerMenu {
display: flex;
flex-wrap: wrap;
background-color: #fff;
padding: 25px 0;
margin: 0 auto;
width: auto;
max-width: 1185px;
}
.footerMenuBlock {
width: auto;
padding-right: 20px;
}
.footerMenuHeader {
padding: calc(5px * 3) calc(5px * 3);
font-weight: 700;
font-family: "Inter";
display: flex;
justify-content: space-between;
align-items: center;
font-size: 18px;
}
.footerLinks {
list-style-type: none;
padding: 0;
margin: 0;
;}
.footerLinks .footerLink {
display: block;
text-decoration: none;
color: #2f415e;
font-size: 18px;
padding: 5px calc(5px * 3);
}
.footer-bottom {
margin: 0 auto;
max-width: 1170px;
font-size: 15px;
line-height: 25px;
border-top: solid 1px #e0e6ed;
}
.footer__text {
padding: calc(5px * 3);
font-size: 15px;
text-align: left;
line-height: 25px;
}
.footer-logo {
margin: calc(5px * 4) 0 calc(5px * 4) 0;
height: auto;
width: 190px;
}
.footer__text:after {
content: "";
display: block;
height: 1px;
width: 100%;
background-color: #e0e6ed;
position: relative;
top: 15px;
}
.footer__hint--image {
display: flex;
justify-content: flex-start;
align-items: center;
margin: calc(5px * 4) 0;
}
.footer__text-copyright {
font-weight: 700;
display: block;
margin-bottom: 5px;
}
.footer__hint--image img {
margin-right: calc(5px * 3);
}
.footer__hint {
padding: 0 calc(5px * 3);
font-size: 15px;
}
@media only screen and (max-width: 727px) {
.paymentIcons__icon {
width:50%;
}
}
#custom_html-6 {
margin-bottom: -15px !important;
}
.breadcrumb {
background-color: transparent !important;
padding: 15px;
margin-bottom: 0 !important;
list-style: none !important;
}
.breadcrumb li a, .breadcrumb li strong {
font-size: 18px;
}
.fb-icon {
margin-right: 5px;
height: 35px;
width: 35px;
display: inline-block;
}
.twit-icon {
height: 35px;
width: 35px;
display: inline-block;
}
.mail-icon {
margin-left: 5px;
height: 35px;
width: 35px;
display: inline-block;
background: #2f415e;
border-radius: 50px;
}
.bread-span {
margin: 0 10px;
font-size: 18px;
}
.img-fluid {
border-radius: 5px;
margin: 1em 0;
}
.quicktipp, .quicktipp * {
animation : none;
animation-delay : 0;
animation-direction : normal;
animation-duration : 0;
animation-fill-mode : none;
animation-iteration-count : 1;
animation-name : none;
animation-play-state : running;
animation-timing-function : ease;
backface-visibility : visible;
background : 0;
background-attachment : scroll;
background-clip : border-box;
background-color : transparent;
background-image : none;
background-origin : padding-box;
background-position : 0 0;
background-position-x : 0;
background-position-y : 0;
background-repeat : repeat;
background-size : auto auto;
border : 0;
border-style : none;
border-width : medium;
border-color : inherit;
border-bottom : 0;
border-bottom-color : inherit;
border-bottom-left-radius : 0;
border-bottom-right-radius : 0;
border-bottom-style : none;
border-bottom-width : medium;
border-collapse : separate;
border-image : none;
border-left : 0;
border-left-color : inherit;
border-left-style : none;
border-left-width : medium;
border-radius : 0;
border-right : 0;
border-right-color : inherit;
border-right-style : none;
border-right-width : medium;
border-spacing : 0;
border-top : 0;
border-top-color : inherit;
border-top-left-radius : 0;
border-top-right-radius : 0;
border-top-style : none;
border-top-width : medium;
bottom : auto;
box-shadow : none;
box-sizing : content-box;
caption-side : top;
clear : none;
clip : auto;
color : inherit;
columns : auto;
column-count : auto;
column-fill : balance;
column-gap : normal;
column-rule : medium none currentColor;
column-rule-color : currentColor;
column-rule-style : none;
column-rule-width : none;
column-span : 1;
column-width : auto;
content : normal;
counter-increment : none;
counter-reset : none;
cursor : auto;
direction : ltr;
display : inline;
empty-cells : show;
float : none;
font : normal;
font-family : inherit;
font-size : medium;
font-style : normal;
font-variant : normal;
font-weight : normal;
height : auto;
hyphens : none;
left : auto;
letter-spacing : normal;
line-height : normal;
list-style : none;
list-style-image : none;
list-style-position : outside;
list-style-type : disc;
margin : 0;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
margin-top : 0;
max-height : none;
max-width : none;
min-height : 0;
min-width : 0;
opacity : 1;
orphans : 0;
outline : 0;
outline-color : invert;
outline-style : none;
outline-width : medium;
overflow : visible;
overflow-x : visible;
overflow-y : visible;
padding : 0;
padding-bottom : 0;
padding-left : 0;
padding-right : 0;
padding-top : 0;
page-break-after : auto;
page-break-before : auto;
page-break-inside : auto;
perspective : none;
perspective-origin : 50% 50%;
position : static;
quotes : '\201C' '\201D' '\2018' '\2019';
right : auto;
tab-size : 8;
table-layout : auto;
text-align : inherit;
text-align-last : auto;
text-decoration : none;
text-decoration-color : inherit;
text-decoration-line : none;
text-decoration-style : solid;
text-indent : 0;
text-shadow : none;
text-transform : none;
top : auto;
transform : none;
transform-style : flat;
transition : none;
transition-delay : 0s;
transition-duration : 0s;
transition-property : none;
transition-timing-function : ease;
unicode-bidi : normal;
vertical-align : baseline;
visibility : visible;
white-space : normal;
widows : 0;
width : auto;
word-spacing : normal;
z-index : auto;
all: initial;
all: unset;
}
.quicktipp {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 734px;
min-width: 270px;
background: #FFFFFF;
box-sizing: border-box;
border-radius: 5px;
font-size: 16px;
padding-bottom: 20px;
margin: 20px auto 30px auto;
}
.quicktipp * {
box-sizing: border-box;
-webkit-appearance: none;
}
.quicktipp-header {
display: flex;
justify-content: space-between;
color: black;
padding: 30px;
border-radius: 5px 5px 0 0;
position: relative;
}
.quicktipp-headerLeft {
display: flex;
flex-direction: column;
align-items: center;
align-self: center;
}
.quicktipp-headerRight {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
align-self: center;
}
.quicktipp-headerRightTop {
font-weight: bold;
font-size: 0.8em;
position: relative;
margin-bottom: -5px;
margin-top: 0;
}
.quicktipp-headerRightBot {
font-size: 0.8em;
margin-bottom: 0px;
margin-top: -5px;
}
.quicktipp-logo {
height: 30px;
max-width: 190px;
}
.quicktipp-jackpotDate {
text-align: left;
font-size: 0.9em;
display: block;
top: 0px;
position: absolute;
left: 50%;
transform: translateX(-50%);
border-radius: 0 0 5px 5px;
padding: 0 20px;
}
.quicktipp-jackpot {
font-size: 2.9em;
text-align: right;
padding-top: 5px;
font-family: 'Inter', sans-serif;
line-height: 0.9em;
font-weight: 700;
}
.quicktipp-timeLeft {
text-align: right;
font-size: 0.9em;
}
.quicktipp-greeting {
display: none;
visibility: hidden;
}
.quicktipp-row {
display: flex;
padding: 10px;
border-radius: 5px;
margin: 10px auto -15px auto !important;
justify-content: flex-start;
background: white;
position: relative;
max-width: 450px;
}
.quicktipp-number-container {
border: 1px solid #A0A0A0;
background: white;
width: 40px;
height: 40px;
margin-right: 10px;
transition: .2s ease;
}
@media only screen and (max-width: 600px) {
.quicktipp-greeting {
padding-bottom: 5px;
}
.quicktipp-number-container {
width: 20px;
height: 20px;
}
}
.quicktipp-number {
display: block;
position: relative;
top: 50%;
margin: auto;
padding: 0 !important;
text-align: center;
font-size: 14px;
transform: translateY(-50%);
border: none;
border-color: transparent!important;
width: 100%;
height: 100%;
border: 0;
background-color: transparent!important;
}
.quicktipp-number:focus {
outline: 0;
}
input[type=number].quicktipp-number::-webkit-inner-spin-button, input[type=number].quicktipp-number::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.quicktipp-random {
background: white;
width: 40px;
height: 40px;
border: 0;
padding: 0;
transform: rotate(-15deg);
margin-left: 0px;
margin-top: -3px;
}
.quicktipp-random:hover {
cursor: pointer;
background: #00000000;
border-color: #00000000;
color: #fff;
}
.quicktipp-random:focus {
border: 0;
outline: 0;
background: transparent;
}
.quicktipp-remove {
display: block;
box-sizing: content-box;
transform: translateY(-50%) translateX(50%);
background: transparent !important;
padding: 10px 10px 0 10px;
border-radius: 100%;
margin: 20px 0 -20px -15px;
}
.quicktipp-remove img {
width: 24px;
height: 24px;
}
.quicktipp-remove:hover {
cursor: pointer;
}
.quicktipp-remove:focus {
outline: 0;
}
.quicktipp-addRow {
border: 1px solid #2e415d !important;
border-radius: 5px;
font-size: 16px;
text-align: center;
transition: .2s ease;
display: flex;
align-items: center;
max-width: 220px;
margin: 40px auto 0 auto !important;
box-shadow: 1px 1px 5px #bfbfbfcf;
}
.quicktipp-addRow:hover {
background-color: #F6F6F6;
cursor: pointer;
}
.quicktipp-addRow img {
width: 40px !important;
height: 40px !important;
}
.timebox-container {
display: flex;
background: white;
position: relative;
justify-content: center;
align-items: center;
}
.timebox {
border: 1px #b3b3b3 solid;
display: flex;
border-radius: 5px;
flex-direction: column;
text-align: center;
width: 4em;
margin: 0 5px;
height: 4em;
justify-content: space-evenly;
}
.quicktipp-timeLeftBar {
display: block;
margin: 20px!important;
}
.timebox-line {
flex-grow: 1;
background: #b3b3b3;
height: 1px;
}
.timebox-time {
padding-top: 5px;
font-size: 16px;
font-weight: bold;
}
.timebox-name {
font-stretch: condensed;
color: #505050;
font-size: 0.7em;
}
.quicktipp-submit {
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 1.5em;
margin: 0px auto 10px auto !important;
border-radius: 5px;
text-align: center;
transition: .2s ease;
border: 0;
color: white;
padding: 10px;
background-color: #27c229 !important;
border-color: #27c229;
max-width: 430px;
display: block !important;
}
.quicktipp-submit:focus {
outline: 0;
}
.quicktipp-submit:hover {
filter: brightness(150%);
cursor: pointer;
}
@-webkit-keyframes rotateCubeOne {
100% {
-webkit-transform: rotateX(360deg) rotateY(360deg);
transform: rotateX(360deg) rotateY(360deg)
}
}
@keyframes rotateCubeOne {
100% {
-webkit-transform: rotateX(360deg) rotateY(360deg);
transform: rotateX(360deg) rotateY(360deg)
}
}
@-webkit-keyframes rotateCubeFlatOne {
100% {
-webkit-transform: rotateX(360deg) rotateY(0);
transform: rotateX(360deg) rotateY(0)
}
}
@keyframes rotateCubeFlatOne {
100% {
-webkit-transform: rotateX(360deg) rotateY(0);
transform: rotateX(360deg) rotateY(0)
}
}
@-webkit-keyframes rotateCubeTwo {
100% {
-webkit-transform: rotateX(360deg) rotateY(-90deg);
transform: rotateX(360deg) rotateY(-90deg)
}
}
@keyframes rotateCubeTwo {
100% {
-webkit-transform: rotateX(360deg) rotateY(-90deg);
transform: rotateX(360deg) rotateY(-90deg)
}
}
@-webkit-keyframes rotateCubeFlatTwo {
100% {
-webkit-transform: rotateX(0) rotateY(-90deg);
transform: rotateX(0) rotateY(-90deg)
}
}
@keyframes rotateCubeFlatTwo {
100% {
-webkit-transform: rotateX(0) rotateY(-90deg);
transform: rotateX(0) rotateY(-90deg)
}
}
@-webkit-keyframes rotateCubeThree {
100% {
-webkit-transform: rotateX(-90deg) rotateY(360deg);
transform: rotateX(-90deg) rotateY(360deg)
}
}
@keyframes rotateCubeThree {
100% {
-webkit-transform: rotateX(-90deg) rotateY(360deg);
transform: rotateX(-90deg) rotateY(360deg)
}
}
@-webkit-keyframes rotateCubeFlatThree {
100% {
-webkit-transform: rotateX(-90deg) rotateY(0);
transform: rotateX(-90deg) rotateY(0)
}
}
@keyframes rotateCubeFlatThree {
100% {
-webkit-transform: rotateX(-90deg) rotateY(0);
transform: rotateX(-90deg) rotateY(0)
}
}
@-webkit-keyframes rotateCubeFour {
100% {
-webkit-transform: rotateX(-270deg) rotateY(360deg);
transform: rotateX(-270deg) rotateY(360deg)
}
}
@keyframes rotateCubeFour {
100% {
-webkit-transform: rotateX(-270deg) rotateY(360deg);
transform: rotateX(-270deg) rotateY(360deg)
}
}
@-webkit-keyframes rotateCubeFlatFour {
100% {
-webkit-transform: rotateX(-270deg) rotateY(0);
transform: rotateX(-270deg) rotateY(0)
}
}
@keyframes rotateCubeFlatFour {
100% {
-webkit-transform: rotateX(-270deg) rotateY(0);
transform: rotateX(-270deg) rotateY(0)
}
}
@-webkit-keyframes rotateCubeFive {
100% {
-webkit-transform: rotateX(360deg) rotateY(-270deg);
transform: rotateX(360deg) rotateY(-270deg)
}
}
@keyframes rotateCubeFive {
100% {
-webkit-transform: rotateX(360deg) rotateY(-270deg);
transform: rotateX(360deg) rotateY(-270deg)
}
}
@-webkit-keyframes rotateCubeFlatFive {
100% {
-webkit-transform: rotateX(360deg) rotateY(90deg);
transform: rotateX(360deg) rotateY(90deg)
}
}
@keyframes rotateCubeFlatFive {
100% {
-webkit-transform: rotateX(360deg) rotateY(90deg);
transform: rotateX(360deg) rotateY(90deg)
}
}
@-webkit-keyframes rotateCubeSix {
100% {
-webkit-transform: rotateX(360deg) rotateY(540deg);
transform: rotateX(360deg) rotateY(540deg)
}
}
@keyframes rotateCubeSix {
100% {
-webkit-transform: rotateX(360deg) rotateY(540deg);
transform: rotateX(360deg) rotateY(540deg)
}
}
@-webkit-keyframes rotateCubeFlatSix {
100% {
-webkit-transform: rotateX(360deg) rotateY(180deg);
transform: rotateX(360deg) rotateY(180deg)
}
}
@keyframes rotateCubeFlatSix {
100% {
-webkit-transform: rotateX(360deg) rotateY(180deg);
transform: rotateX(360deg) rotateY(180deg)
}
}
.quicktipp-random .cube {
font-size: 2em;
position: relative;
padding: 0;
width: 2em;
height: 2em;
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transform: scale(.7);
margin: -5px;
transform-style: preserve-3d;
}
.quicktipp-random .cube__body {
position: absolute;
width: 100%;
height: 100%;
-webkit-perspective: 320em;
perspective: 320em;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(0) rotateY(0);
transform: rotateX(0) rotateY(0);
cursor: pointer;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards
}
.quicktipp-random .cube__body.hover:not(.cube__body--clicked), .quicktipp-random .cube__body:hover:not(.cube__body--clicked) {
-webkit-animation-name: rotateCubeOne;
animation-name: rotateCubeOne
}
.quicktipp-random .cube__body--clicked {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-name: rotateCubeFlatOne;
animation-name: rotateCubeFlatOne
}
.quicktipp-random .cube__wall {
position: absolute;
width: 2em;
height: 2em;
background-repeat: no-repeat;
background-position: center center;
background-size: 90% 90%;
border-radius: .2em
}
.quicktipp-random .cube__wall--front {
-webkit-transform: translateZ(1em);
transform: translateZ(1em);
background-color: #fe9;
background-color: var(--cube-color--front, #fe9);
}
.quicktipp-random .cube__wall--back {
-webkit-transform: rotateX(180deg) translateZ(1em);
transform: rotateX(180deg) translateZ(1em);
background-color: #ffe666;
background-color: var(--cube-color--back, #ffe666);
}
.quicktipp-random .cube__wall--left {
-webkit-transform: rotateY(-90deg) translateZ(1em);
transform: rotateY(-90deg) translateZ(1em);
background-color: #fd3;
background-color: var(--cube-color--left, #fd3);
}
.quicktipp-random .cube__wall--right {
-webkit-transform: rotateY(90deg) translateZ(1em);
transform: rotateY(90deg) translateZ(1em);
background-color: #ffd500;
background-color: var(--cube-color--right, #ffd500);
}
.quicktipp-random .cube__wall--top {
-webkit-transform: rotateX(90deg) translateZ(1em);
transform: rotateX(90deg) translateZ(1em);
background-color: #ffd500;
background-color: var(--cube-color--top, #ffd500);
}
.quicktipp-random .cube__wall--bottom {
-webkit-transform: rotateX(-90deg) translateZ(1em);
background-color: #ffd500;
background-color: var(--cube-color--bottom, #ffd500);
transform: rotateX(-90deg) translateZ(1em);
}
.quicktipp-random .cube--two .cube__body {
-webkit-transform: rotateX(0) rotateY(270deg);
transform: rotateX(0) rotateY(270deg)
}
.quicktipp-random .cube--two .cube__body.hover:not(.cube__body--clicked), .cube--two .cube__body:hover:not(.cube__body--clicked) {
-webkit-animation-name: rotateCubeTwo;
animation-name: rotateCubeTwo
}
.quicktipp-random .cube--two .cube__body--clicked {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-name: rotateCubeFlatTwo;
animation-name: rotateCubeFlatTwo
}
.quicktipp-random .cube--three .cube__body {
-webkit-transform: rotateX(270deg) rotateY(0);
transform: rotateX(270deg) rotateY(0)
}
.quicktipp-random .cube--three .cube__body.hover:not(.cube__body--clicked), .cube--three .cube__body:hover:not(.cube__body--clicked) {
-webkit-animation-name: rotateCubeThree;
animation-name: rotateCubeThree
}
.quicktipp-random .cube--three .cube__body--clicked {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-name: rotateCubeFlatThree;
animation-name: rotateCubeFlatThree
}
.quicktipp-random .cube--four .cube__body {
-webkit-transform: rotateX(90deg) rotateY(0);
transform: rotateX(90deg) rotateY(0)
}
.quicktipp-random .cube--four .cube__body.hover:not(.cube__body--clicked), .cube--four .cube__body:hover:not(.cube__body--clicked) {
-webkit-animation-name: rotateCubeFour;
animation-name: rotateCubeFour
}
.quicktipp-random .cube--four .cube__body--clicked {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-name: rotateCubeFlatFour;
animation-name: rotateCubeFlatFour
}
.quicktipp-random .cube--five .cube__body {
-webkit-transform: rotateX(0) rotateY(90deg);
transform: rotateX(0) rotateY(90deg)
}
.quicktipp-random .cube--five .cube__body.hover:not(.cube__body--clicked), .cube--five .cube__body:hover:not(.cube__body--clicked) {
-webkit-animation-name: rotateCubeFive;
animation-name: rotateCubeFive
}
.quicktipp-random .cube--five .cube__body--clicked {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-name: rotateCubeFlatFive;
animation-name: rotateCubeFlatFive
}
.quicktipp-random .cube--six .cube__body {
-webkit-transform: rotateX(0) rotateY(180deg);
transform: rotateX(0) rotateY(180deg)
}
.quicktipp-random .cube--six .cube__body.hover:not(.cube__body--clicked), .cube--six .cube__body:hover:not(.cube__body--clicked) {
-webkit-animation-name: rotateCubeSix;
animation-name: rotateCubeSix
}
.quicktipp-random .cube--six .cube__body--clicked {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-name: rotateCubeFlatSix;
animation-name: rotateCubeFlatSix
}
#exTab2 > ul > li:nth-child(3) {
display: none;
}
.hideContent {
overflow: hidden;
max-height: 5.5em;
transition: max-height .2s linear;
margin-bottom: 0.2em;
}
.showContent {
max-height: 32em;
margin-bottom: 2em;
transition: max-height .7s linear;
transition: margin-bottom .3s linear;
}
.mg-content table, .single table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
word-wrap: break-word;
}
table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
}
table {
border: 1px solid #e9e9e9;
}
th {
padding: 12px 11px;
text-align: left;
color: white;
background: #2F415E;
}
td {
padding: 8px 11px;
}
.mg-content th, .single th, .wp-block-calendar table th {
padding: 8px 11.2px;
text-align: left;
font-weight: 700;
}
.mg-content td, .single td {
padding: 8px 11.2px;
}
.table-resp {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
table.magazinTable {
background-color: #e0e6ed;
width: 100%;
text-align: left;
border-collapse: collapse;
border: none !important;
}
table.magazinTable tr:nth-child(odd) {
background: #fff;
}
.voucher-button {
background-color: #27c229;
width: auto;
position: relative;
padding: 0 calc(5px * 3);
display: inline-block;
border-radius: 5px;
color: #fff !important;
line-height: 42px;
font-size: 14px;
outline: none;
text-align: center;
cursor: pointer;
white-space: nowrap;
transition: background-color .25s ease,border .25s ease;
font-weight: 700;
border: none;
width: 100%;
}
.tabik.active {
background: #30415e;
color: #ffffff !important;
}
.tabik {
padding: 10px 10px;
background: #e0e6ec;
display: inline-block;
float: left;
font-weight: bold;
max-width: 50%;
}
.tabik-content {
display: none;
clear: both;
}
.tabik-content.active {
display: block;
}
.ccpages_more a {
text-decoration: underline;
}
.media-body {
font-size: 14px;
}
.wikilist {
column-count: 2;
}
.ccchildpage {
display: inline-block;
}
.teilen-div {
max-width: 928px;
display: inline-block;
margin-top: -15px;
}
.vouchers {
display: flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
justify-content: space-evenly;
-webkit-justify-content: space-evenly;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
margin-top: 20px;
}
.voucher-details {
padding-bottom: 20px;
width: 100%;
}
.voucher-side {
width: auto !important;
}
.voucher-box {
background: linear-gradient(0deg,#fff,#fff);
border-radius: 5px;
box-sizing: border-box;
display: flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
justify-content: flex-start;
-webkit-justify-content: flex-start;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
min-width: 285px;
width: 48%;
margin: 15px 1% 40px 1%;
max-width: 450px;
margin-bottom: 20px;
box-shadow: 2px 2px 12px #9999996e;
overflow: hidden;
}
.lotto-voucher {
background: linear-gradient(180deg,#ffd800 0,#ffc700 100%);
}
.voucher-prices {
width: 50%;
}
.voucher-priceafter {
color: #03d543;
font-size: 24px;
font-weight: 700;
}
.voucher-pricebefore {
text-decoration-line: line-through;
}
.voucher-top {
height: 170px;
border-radius: 3px 3px 0 0;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding: 25px 0;
}
.voucher-discount {
background: #d50303;
border-radius: 4px;
padding: 5px 10px;
color: #fff;
font-size: 14px;
text-transform: none;
font-weight: 700;
margin: 145px 0 0 20px;
position: absolute;
}
.voucher-title {
margin-top: 0;
width: 100%;
padding: 20px 20px 0 20px;
}
.voucher-bottom {
display: flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
justify-content: flex-start;
-webkit-justify-content: flex-start;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
align-content: flex-end;
padding: 0 20px 20px 20px;
}
.eurojackpot-voucher {
background: linear-gradient(180deg,#f0e6cd 0,#f3d077 100%);
}
.voucher-buttonarea {
width: 50%;
text-align: right;
}
.quickmenu ul {
list-style: none;
margin-bottom: -28px;
display: inline-block;
padding-left: 0;
}
.quickmenu ul li {
padding: 7px 26px;
border-radius: 5px 5px 0px 0px;
float: left;
max-width: 47%;
border-bottom: none;
margin-left: 2%;
box-shadow: 0px -1px 6px rgb(0 0 0 / 10%);
}
footer .overlay {
background: #fff;
padding: 40px 0;
}
#text-3 a, .the-excerpt a {
text-decoration: underline;
}
.wiki-box p a {
text-decoration: underline;
}
.ovflw {
overflow: hidden;
}
.mg-blog-post-box img {
box-shadow: 1px 1px 5px #d7d7d766;
}
#nav_menu-2,#nav_menu-3 {
padding: 30px 0px 0px 30px;
}
#custom_html-9,#custom_html-10,#menu-neu-tl {
padding-left: 30px;
}
#nav_menu-2 h3,#nav_menu-3 h3, #custom_html-10 h3, #custom_html-9 h3 {
line-height: 22px;
padding: 0 0 0px 10px;
width: auto;
display: inline-block;
position: relative;
font-size: 18px;
border-left: 3px solid #2f415e;
margin-bottom: 25px;
}
#menu-recomended-pages-ej,#menu-recomended-pages-lotto {
list-style: none;
padding-left: 13px;
line-height: 32px;
margin-top: -10px;
}
@media screen and (min-width: 768px) {
.show-more {
display:none !important;
visibility: hidden !important
}
.hideContent {
max-height: 20em !important
}
}
.small-post {
margin-top: 25px;
}
.homemain {
max-height: calc(100% - 21px);
overflow: hidden;
}
1