*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {
    margin-top: 150px;
}

.container h2 {
    letter-spacing: 1px;
    font-size: 30px;
    color: #6968aa;
    border: 2px dashed #272929;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    margin-top: 40px;

}

.blog-post {
    width: 100%;
    max-width: 98rem;
    padding: 5rem;
    background-color: #ffffff15;
    box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    border-radius: .8rem;
    margin: 10px;
    background-image: url("news.png");
    background-size: cover;
}

.blog-post_img {
    min-width: 35rem;
    max-width: 35rem;
    height: 25rem;
    transform: translateX(-2rem);
    position: relative;
}

.blog-post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .8rem;
    display: block;
}

.blog-post_img img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: .5rem .5rem 3rem 1px rgba(0, 0, 0, 0.5);
    border-radius: .8rem;
}

.blog-post_date span {
    display: block;
    color: #00000080;
    font-size: 1.6rem;
    font-weight: 600;
    margin: .5rem 0;
}

.blog-post_title {
    font-size: 2.5rem;
    margin: 1.5rem 0 2rem;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow:
    2px 0 0 #000,
    -2px 0 0 #000,
    0 2px 0 #000,
    0 -2px 0 #000,
    1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 5px #000;
}

.blog-post_text {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    color: #ffffff;
}

.blog-post_cta {
    display: inline-block;
    padding: 2.8rem 3.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-size-adjust:initial;
    font-size: 2.1rem;
    color: #fff;
    text-shadow:
    2px 0 0 #000,
    -2px 0 0 #000,
    0 2px 0 #000,
    0 -2px 0 #000,
    1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 5px #000;
    text-decoration: none;
    border-radius: .8rem;
    background-image: url("waiting_base.png");
    background-size: cover;
    transition: 1s ease;
    align-items: center;
    text-align: center
}

.blog-post_cta:hover {
    background-image: url("waiting_base.png");
    background-size: cover;
    -webkit-transform: rotateZ(3deg);
    -ms-transform: rotateZ(3deg);
    transform: rotateZ(3deg);
    transition: 0.5s ease;
}

@media screen and (max-width: 1068px) {
    .blog-post {
        max-width: 80rem;
    }
    .blog-post_img {
        min-width: 30rem;
        max-width: 30rem;
    }
    .container h2 {
        margin-top: 120px;
        margin-left: 275px;
    }
}

@media screen and (max-width: 868px) {
    .blog-post {
        max-width: 70rem;
    }
    .container h2 {
        margin-top: 20px;
        margin-left: 142px;
    }
}

@media screen and (max-width: 768px) {
    .blog-post {
        padding: 2.5rem;
        flex-direction: column;
    }
    .blog-post_img {
        min-width: 100%;
        max-width: 100%;
        transform: translate(0, -1rem);
    }
    .container {
        margin-top: auto;
    }
}

@media screen and (max-width: 823px) {
    .container h2 {
        margin-top: 35px;
        margin-left: 142px;
    }
}




body {
    font-family: Helvetica;
    color: #cecece;
    margin: 0px;
    padding-bottom: 30px;
    background-color: #121212;
    background-image: url("background2.png");
}

a {
	color: #80addb;;
}

div.messages {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}

div.container {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
}

div.loading {
    margin-left: 50%;
    margin-right: 50%;
    height: 24px;
}

div.navigation {
    background-color: #1f1f1f;
    padding-left: 20px;
    padding-right: 10px;
    
}

.tinynav {
    display: none;
}

@media only screen and (max-width: 600px) {
    .tinynav {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #nav {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    div.jconfirm-box-container {
        margin-left: 25%;
        margin-right: 25%;
        width: 50%;
    }
}

div.jconfirm-box {
    background: #2d2d2d ! important;
}

@media only screen and (hover: none) {
    .tinynav {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #nav {
        display: none;
    }
}

ul.messages {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.messages li {
    padding: 5px;
    margin-top: 10px;
    border-radius: 0px;
    font-size: smaller;
}

ul.messages div.close {
    font-size: smaller;
    text-decoration: none;
    display: inline-block;
    color: #eee;
    float: right;
    cursor: pointer;
    margin-right: 3px;
}

ul.messages li.error {
    border: 1px solid #976067;
    background-color: #6f454b;
    color: #eee;
}

ul.messages li.warning {
    border: 1px solid #978b49;
    background-color: #6c6333;
    color: #eee;
}

ul.messages li.success {
    border: 1px solid #608046;
    background: #475e34;
    color: #eee;
}

ul.messages li.info {
    border: 1px solid #7b7ba6;
    background-color: #565673;
    color: #eee;
}

ul.navigation {
    list-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    background-color: #1f1f1f;
    position: relative;
    text-align: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

ul.navigation li {
    display: inline-block;
    padding: 0px;
}

ul.navigation_sub {
    display: none;
    position: absolute;
    background-color: #2d2d2d;
    padding: 10px;
    margin: 0;
    padding: 0;
    min-width: 150px;
    text-align: left;
    border-bottom: 2px solid #8705f1;;
  border-radius: 0px 0px 15px 15px;
  padding: 5px;
}

ul.navigation_sub li {
    float: none;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
}

ul.navigation_sub li a {
    display: block;
}

a.cursor {
    cursor: default;
}

ul.navigation li:hover ul.navigation_sub {
    display: block;
}

ul.navigation li.left {
    float: left;
}

ul.navigation div.separator {
    cursor: default;
    width: 25px;
}

ul.navigation li a {
    border: 0px solid #676767;
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #b5b5b5;
}

ul.navigation li a:hover {
    background-color: #343434;
}

ul.navigation li a:active {
    background-color: #343434;
}

ul.navigation > li > a.current {
    border-bottom-width: 1.6px;
    border-bottom-style: solid;
    padding-bottom: 8.4px;
}

ul.navigation > li > ul.navigation_sub > li > a.current {
    border-left-width: 2px;
    border-left-style: solid;
    padding-left: 8px;
}

h1, h2, h3, h4, h5 {
    padding-top: 0px;
    margin-top: 0px;
}

img.loading {
    vertical-align: text-bottom;
}

.popn-chara-icon {
    display: block;
    width: 34px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

div.tooltip {
    position: relative;
    display: inline-block;
}

button.nav span.alert {
    padding-left: 5px;
    color: #459900;
    font-weight: bold;
}

div.tooltip span.tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    width: 300px;

    /* Position the tooltip text */
    position: absolute;
    top: -5px;
    left: 105%;
    z-index: 1;
}

div.tooltip span.tooltiptext::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

div.tooltip:hover span.tooltiptext {
    visibility: visible;
}

div.pill {
    display: inline-block;
    border: 1px solid red;
    background: pink;
    border-radius: 5px;
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 10px;
}

pre {
    white-space: pre-wrap;
}

span.sort {
    float: right;
}

span.checkbox {
    padding-right: 5px;
    cursor: default;
}

div.slider {
    display: inline-flex;
    height: 18px;
    border-radius: 10px;
}

div.slider.on {
    background: #1f649b;
    border: 1px solid #2577b9;
}

div.slider.off {
    background: #242526;
    border: 1px solid #535353;
}

div.slider span.label {
    width: 70px;
    font-weight: normal;
    font-size: small;
    height: 16px;
    display: inline-block;
}

div.slider span.label.on {
    text-align: center;
}

div.slider span.label.off {
    text-align: center;
}

div.slider span.ball {
    position: absolute;
    display: inline-block;
    border-radius: 8px;
    background: white;
    width: 14px;
    height: 14px;
    margin: 2px;
}

div.slider span.ball.off {
    margin-left: 54px;
}
