@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&display=swap');

html, body {
	height: 100%;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: rgb(33, 37, 41);
	background-image: url('../img/asylum_aerial2.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

* :focus {
    outline: none !important;
    box-shadow: none !important;
	border-color: #450e54 !important;
}

.div-blur {
    background-image: url('/slwl/img/cf2.png');
    border-radius: 5px;
    backdrop-filter: blur(10px);
    padding: 10px 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    background-size: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.div-blur > .card-body {
    padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
}

.dashboard-header {
	position:relative;
	text-transform: uppercase;
	color: #ffd500;
	text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333,
		1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
    1px 10px 6px rgba(16,16,16,0.4),
    1px 15px 10px rgba(16,16,16,0.2),
    1px 20px 35px rgba(16,16,16,0.2),
    1px 25px 60px rgba(16,16,16,0.4);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid;
}

.home-logo {
	max-height: 300px;
}

.reghere {
	color: rgb(220, 53, 69);
	font-weight: 700;
}

.deadline {
    background: #f00;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 700;
}

.footer {
    height: 45px;
    background-color: rgb(33, 37, 41);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    line-height: 14px;
}

.footer a {
	color: #ba1fda;
	font-weight: 700;
}

.wrapper {
	min-height: calc(100% - 45px);
}

.container-fluid a,
.container-fluid .btn-link {
	color: #333;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.container-fluid a:hover,
.container-fluid .btn-link:hover {
	color: #450e54;
}

.btn {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.btn-slwl {
	font-family: "Poppins", sans-serif;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	background-color: #450e54;
	border-color: #450e54;
	color: #fff !important;
}

.btn-slwl:hover {
	background-color: #fff;
	border-color: #fff;
	color: #450e54 !important;
}

.btn-close {
	font-family: "Poppins", sans-serif;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	background-image: none;
	background-color: rgb(108, 117, 125);
	border-color: rgb(108, 117, 125);
	color: #fff !important;
	width: fit-content;
	height: fit-content;
	padding: 9px 16px;
}

.roster-delete,
.user-delete,
.event-delete,
.match-delete,
.article-delete{
	border: 0;
	background-color: transparent;
}

.clearbtn {
    border: 1px solid #212529;
}

.btn-light,
.form-select{
	border: 1px solid #212529;
}

.btn.btn-toggle {
	background-color: #fff;
	border-left: 1px solid #6c757d;
	border-color: #212529;
}

.btn.btn-toggle:hover {
	background-color: #450e54;
	color: #fff;
}

.password-toggle .showpw {
	display: block;
}

.password-toggle .hidepw {
	display: none;
}

.password-toggle.toggle-on .showpw {
	display: none;
}

.password-toggle.toggle-on .hidepw {
	display: block;
}

.masthead .navbar-dark {
	background-color: rgb(33,37,41);
}

.nav-text {
	text-transform: uppercase;
}

.form-control {
    border-color: #212529;
}

.form-control.disabled {
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(33, 37, 41, 0.6);
    font-weight: 600;
    border-color: rgba(33, 37, 41, 0.6);
	pointer-events: none;
}

.form-control.read-only {
	pointer-events: none;
	background: none;
	border-color: rgba(33, 37, 41, 0.3);
	color: rgb(33, 37, 41);
	font-weight: 600;
}

.form-text {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    text-align: left;
    font-style: italic;
    line-height: normal;
    display: block;
}

.preview {
	overflow: hidden;
	margin: 1rem;
	border: 1px solid #000;
	pointer-events: none;
}

.preview.preview-avatar {
	width: 200px;
	height: 200px;
}

.account-settings .account-section {
	display: flex;
	flex-direction: column;
}

.account-section .collapse .card-body,
.account-section .collapsing .card-body,
.account-section .collapse.show .card-body {
	background: rgba(255, 255, 255, 0.2);
}

a.nav-link {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #999;
	border-bottom: 3px solid rgb(33,37,41);
    padding-bottom: 2px;
    margin-bottom: 8px;
    margin-right: 5px;
}

a.nav-link.current {
	border-bottom: 3px solid #ba1fda;
}

a.nav-link:hover,
a.nav-link.current:hover{
	color: #ba1fda;
	border-bottom: 3px solid #ba1fda;
}

.nav-text {
	color: #fff;
	margin-right: 2rem;
}

.nav-tabs .nav-link {
    color: #212529;
    font-weight: 700;
	background-color: transparent;
	border: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	color: #450e54;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    color: #000;
    font-weight: 700;
    background-color: #fff;
}

.dropdown-users {
	right: 10px !important;
}

.link-logout {
	font-weight: 700;
	text-align: right;
}

.alert {
	margin-top: 10px;
}

.alert-hide {
	display: none;
}

.recent-articles {
	opacity: 0;
	transition: opacity 1s;
}

.recent-articles.slick-initialized {
	opacity: 1;
}

.recent-article .carousel-slide {
	display: flex !important;
	justify-content: center;
	align-items: baseline;
	position: relative;
	overflow: hidden;
	height: 200px;
	margin: 0 15px;
}

.recent-article .carousel-slide .meta-bg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    backdrop-filter: blur(5px);
	z-index: 0;
}

.recent-article .carousel-slide .img-billboard {
    width: calc(100% - 30px);
    position: relative;
    top: 50%;
    transform: translateY(-50%) scale(1.2);
    z-index: -1;
}

.recent-article .carousel-slide span {
	position: absolute;
	color: #fff;
	text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000;
}

.recent-article .carousel-slide .carouselDesc {
	left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	text-overflow: ellipsis;
	line-height: 18px;
}

.recent-article .carousel-slide .carouselTitle {
	left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    overflow: hidden;
    white-space: nowrap;
    font-size: 24px;
    text-overflow: ellipsis;
    line-height: 28px;
}

.recent-article .carousel-slide .carousel-meta {
    left: 30px;
    bottom: 7px;
    display: block;
    width: calc(100% - 60px);
    font-size: 15px;
    position: absolute;
    height: 15px;
}

.recent-article .carousel-slide .carousel-meta > div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
}

.recent-article .carousel-slide .carousel-meta span {
	position: relative;
}

.slick-next,
.slick-prev {
	width: 40px;
	height: 40px;
	z-index	5;
}

.slick-next::before {
    content: url(../img/caret-right-fill.svg);
}

.slick-prev::before {
	content: url(../img/caret-left-fill.svg);
}

.table-champions thead tr th:first-child, 
.table-champions tbody tr td:first-child {
    width: 35%;
}

.table-champions tbody tr td .belt-name {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pretty.p-round .state label:after, 
.pretty.p-round .state label:before {
	display: none;
}

.pretty .state {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
    padding: 5px;
}

.pretty .state label {
	width: 100%;
	text-indent: 0;
	padding: 3px;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.pretty.p-default input:checked~.state {
	background: #3b074a;
}

.pretty.p-default input:checked~.state label {
	color: #fff;
}

.current-record {
    position: absolute;
    top: auto;
    bottom: 35px;
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    color: #ffd500;
    text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 5px #000, 0 0 7px #000;
}

.p-review {
	pointer-events: none;
}

.match-results .pretty.p-default input:checked~.state {
	background: rgba(59, 7, 74, 0.4);
}

.match-results .pretty.p-default input:checked~.state.winner {
	background: #008000;
}

.match-results .pretty.p-default input~.state.winner {
	background: #800000;
}

.match-results .pretty.p-default input:checked~.state.winner label,
.match-results .pretty.p-default input~.state.winner label {
    color: #fff;
}

.results-key .swatch {
    position: relative;
    width: 30px;
    height: 30px;
    border:1px dotted #666;
    margin-right: 0.5rem;
}

.results-key .swatch.purple {
	background-color: rgba(59, 7, 74, 0.4);
}

.results-key .swatch.green {
	background-color: #008000;
}

.results-key .swatch.red {
	background-color: #800000;
}

.results-key label {
	font-weight: 700;
	text-transform: uppercase;
}


.container-800 {
	max-width: 800px;
}

.img-slls {
    max-width: 400px;
}

.img-roster {
	max-height: 75px;
}

.img-pick {
	display: block;
	max-height: 75px;
}

.img-match {
	max-width: inherit;
    width: 150px;
    height: auto;
}

.img-bio {
    display: block;
    width: auto;
    height: 750px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(25%);
}

.img-avatar {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #000;
	width: 350px;
}

.img-avatar.img-avatar-table {
	width: 75px;
}

.img-avatar.img-avatar-nav {
    width: 30px;
    padding: 2px;
    border: 1px solid #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    display: inline-block;
    position: relative;
    top: -2px;
    left: 4px;
}

.img-avatar.img-avatar-settings {
	width: 150px;
}

.bio-card {
    min-height: 750px;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
}

.bio-card .backLink {
	position: absolute;
	bottom: 15px;
}

.bio-card .bio-name {
	font-size: 50px;
	margin-bottom: 0;
}

.bio-card .bio-social {
    font-size: 26px;
    margin-bottom: 1rem;
}

.bio-line {
    display: flex;
	flex-direction: row;
    justify-content: flex-start;
	font-size: 20px;
}

.bio-bio {
	flex-direction: column;
}

.bio-label {
    font-weight: 700;
    min-width: 165px;
    text-align: right;
    padding-right: 15px;
}

.bio-bio .bio-label {
	text-align: left;
	margin-top: 2rem;
}

.bio-career {
	flex-direction: column;
	margin-bottom: 5rem;
}

.match-won td {
    background-color: rgba(25, 135, 84, 0.4);
}

.match-lost td {
    background-color: rgba(220, 53, 69, 0.4);
}

.currentStats {
	margin-bottom: 1rem;
}

.currentStats .statTitle {
	font-size: 20px;
    font-weight: 900;
    margin-bottom: .75rem;
    display: block;
    width: 60%;
    border-bottom: 1px dotted #333;
}

.currentStats .theStats {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 60%;
}

.currentStats .theStats .stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 0 7px;
	text-align: center;
}

.currentStats .theStats .stats .theNumber {
    font-size: 42px;
    font-weight: 900;
    line-height: 42px;
}

.currentStats .theStats .stats .stat-label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.currentStats .theStats .stats.stats-stars .star-rating {
    margin-bottom: 12px;
}

.bio-win-stats .bio-label,
.bio-career .bio-label{
    width: 60%;
    display: block;
    text-align: left;
    font-size: 20px;
    border-bottom: 1px dotted #333;
    margin-bottom: .75rem;
}

.table.table-career.dataTable,
.table.table-win-stats {
	width: 60% !important;
}

.table.table-career .dt-column-order {
	display: none;
}

.table.table-career.dataTable th,
.table.table-win-stats th {
    font-size: 14px;
    line-height: 14px;
	background-color: transparent;
}

.table.table-career.dataTable td,
.table.table-win-stats td {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.2);
}

.belt-name {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}

.champion-block {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.img-belt {
    width: 400px;
}

.label-champion {
    font-size: 45px;
    line-height: normal;
    padding: 0 10px 10px;
    font-weight: 800;
    margin-top: -75px;
	color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow:   0px -2px 0 #212121,  
                 0px -2px 0 #212121,
                 0px  2px 0 #212121,
                 0px  2px 0 #212121,
                -2px  0px 0 #212121,  
                 2px  0px 0 #212121,
                -2px  0px 0 #212121,
                 2px  0px 0 #212121,
                -2px -2px 0 #212121,  
                 2px -2px 0 #212121,
                -2px  2px 0 #212121,
                 2px  2px 0 #212121,
                -2px  6px 0 #212121,
                 0px  6px 0 #212121,
                 2px  6px 0 #212121,
                 0 6px 2px rgba(0,0,0,.1),
                 0 0 2px rgba(0,0,0,.1),
                 0 2px 1px rgba(0,0,0,.3),
                 0 4px 2px rgba(0,0,0,.2),
                 0 6px 6px rgba(0,0,0,.25),
                 0 8px 8px rgba(0,0,0,.2),
                 0 10px 10px rgba(0,0,0,.15);
}

.pretty .state label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pretty .state.gender label {
    flex-direction: row;
    justify-content: center;
	font-size: 24px !important;
}

.pretty .state.poster-display label {
	flex-direction: row;
    justify-content: center;
	font-size: 24px !important;
}

.dt-container .row {
	margin-bottom: 1rem;
}

.dt-container .dt-search {
	text-align: left !important;
}

.dt-container .dt-search label {
	font-weight: 700 !important;
}

.dt-container .dt-paging .pagination {
	justify-content: flex-end;
}

.dt-container .dt-paging .pagination .dt-paging-button a.page-link {
    margin: 0 .25rem;
    border-radius: 100% !important;
    padding: 0 9px;
    line-height: normal;
}

.dt-container .dt-paging .pagination .dt-paging-button.active .page-link {
	background-color: #450e54 !important;
    border-color: #450e54 !important;
    color: #fff !important;
}

.dt-container .dt-paging .pagination .dt-paging-button.active a.page-link:hover {
	background-color: #fff !important;
	border-color: #fff !important;
	color: #450e54 !important;
}

.card-header {
    background: transparent;
    margin-bottom: 1rem;
    padding: 8px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}

.card-header .username {
	font-weight: 500;
	font-size: 18px;
}

.star-rating {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.star-rating > span {
	width: 25px;
	height: 25px;
	position: relative;
	font-size: 29px;
	margin: 0 5px;
}

.star-rating > span::before {
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffd500;
}

.star-rating > span::after {
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
	content: "\f588";
	z-index: 1;
	color: #000;
}

.star-rating .full-star::before {
	content: "\f586";
}

.star-rating .half-star::before {
	content: "\f587";
}

.star-rating .star::before {
	content: "\f588";
}

.table.table-career.dataTable .star-rating > span {
    width: 15px;
    height: 15px;
    font-size: 19px;
    margin: -5px 3px 0;
}

.table.dataTable {
	width: 100% !important;
}

.dt-container .dt-info {
    text-align: left !important;
}

.table tr {
    vertical-align: middle;
}

.table td{
    font-weight: 700;
    font-size: 18px;
    text-align: center !important;
    position: relative;
}

.table td .table-tools {
	justify-content: space-around;
	align-items: center;
}

table tr.resolved td {
	opacity: 0.5;
}

table tr.resolved td a.resolved,
table tr.resolved td button.resolved {
	pointer-events: none;
}

.table td[data-label='Name'] {
    width: 20%;
}

.table td[data-label='VS'] {
    width: 40%;
}

.table td[data-label="Winner"] {
    width: 20%;
}

.table th .dt-column-title{
    text-align: center;
    display: inline-block;
    width: 100%;
}

.table th {
	text-align: center;
	line-height: 32px;
}

.table th .dt-column-order::before,
.table th .dt-column-order::after {
	line-height: 14px !important;
}

.table.table-weeks td {
	font-size: 18px;
}

.table.table-articles td{
	font-size: 18px;
	font-weight: 500;
	vertical-align: middle;
}

.table tr.current-champ td {
    font-size: 28px;
    line-height: 32px;
	background-color: rgba(255, 234, 128, 1);
    color: #000;
}

.table tr.current-champ td.champ-label {
    font-size: 16px;
    width: 20%;
}

.table tr.current-champ td > a {
    color: #000;
	text-shadow: 0 -1px 0 #ffd500, 0 1px 0 #806a00, 0 2px 2px rgba(0, 0, 0, 0.6), 0 4px 4px rgba(0, 0, 0, 0.4);
}

.table.table-articles td .img-thumb {
	width: auto;
	height: 60px;
}

.table-weeks .td-warning {
	width: 64px;
	position: relative;
}

.table a.btn.btn-success {
	color: #fff;
}

.table a.disabled,
.table button.disabled {
	pointer-events: none;
	opacity: 0.3;
	border-color: rgba(0,0,0,0);
}

.table tr td .exempt {
    position: absolute;
    top: -18px;
    transform: rotate(-90deg) translateX(-50%);
    background: repeating-linear-gradient(45deg, #ffd500, #ffd500 10px, #fff 10px, #fff 20px);
    padding: 5px 24px;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, 2px 0px 0 #fff, -2px 0px 0 #fff;
	z-index: 0;
}

.table tr td .exempt.exempt-left {
	left: -40px;
}

.table tr td .exempt.exempt-right {
	left: auto;
	right: -40px;
}

.table tr td .vs-cell {
	position: relative;
	z-index: 1;
}

.pick-resolver {
	align-items: center;
	justify-content: space-between;
}

.wrestler-picks {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.exp-warn {
    position: relative;
    color: #ff6060;
    width: 100%;
    height: 26px;
    display: block;
}

.exp-warn i {
	position: absolute;
	top: 50%;
    left: 50%;
	animation: heartbeat 1s ease-in-out infinite both;
}

@keyframes heartbeat {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.img-poster {
	max-height: 300px;
	width: auto;
	margin: 10px 0 1.5rem 0;
	display: block;
}

.expired td {
	color: #ccc;
}

.expired td a {
	color: #ccc;
}

.wrestler-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
	position: relative;
}

.match-single {
    width: calc((100% / 2) - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dotted #666;
    margin: 5px 5px 1rem;
    border-radius: 5px;
    padding: 15px 10px 10px;
	position: relative;
}

.match-single.match-exempt:after {
    content: 'PICK EXEMPT';
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    border: 2px solid #ffd500;
    border-radius: 5px;
    padding: 2px 6px;
    font-weight: 700;
    background: #ffd500;
    font-size: 14px;
    line-height: 14px;
    transform: translateX(-50%);
}

.match-single.missing {
    border: 1px solid rgba(255, 0, 0, 0.5);
    background: rgba(255, 0, 0, 0.1);
}

.match-wrestlers {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.resolve-match-number {
    font-size: 22px;
    font-weight: 700;
    width: 125px;
    display: block;
    text-align: center;
}

.resolve-wrestler {
	width: 200px;
	text-align: center;
}

.slwl-champ {
    font-size: 16px;
    position: absolute;
	color: #ffd500;
}

.section-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.section-header span {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    font-style: italic;
}

.table-blog {
	opacity: 0;
	transition: opacity 0.4s;
}

.table-blog.loaded {
	opacity: 1;
}

.table-blog thead {
	display: none;
}

.table-blog tbody {
	display: flex;
	justify-content: start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.table-blog tbody tr {
	width: calc((100% / 4) - 5px);
	display: flex;
}

.blog-grid .blog-card {
    width: 100%;
    background-color: transparent !important;
    backdrop-filter: blur(5px);
	margin-right: 15px;
	margin-bottom: 1rem;
	padding: 0;
	overflow: hidden;
	display: flex;
	text-align: left !important;
}

.blog-card .featured-image {
	overflow: hidden;
	position: relative;
	width: calc(100%);
	height: 150px;
}

.blog-card .featured-image .card-img-top {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%) scale(1.5);
}

.blog-card .meta,
.blog-post .meta {
	font-size: 12px;
	font-style: italic;
}

.blog-card .card-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
}

.header-meta {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
}

.header-meta > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.badge-post,
.badge-post:hover {
    border: none;
    background-color: #450e54;
    font-size: 14px !important;
    padding: 6px 12px;
    margin-bottom: 0.5rem;
    color: #fff !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
	margin-right: 10px;
}

.badge-post.badge-liked,
.badge-post.badge-liked:hover {
	background-color: #9962a8;
}

.post-date {
	font-size: 12px;
}

.article-comments {
	padding-top: 0;
}

.posted-comments {
	margin-bottom: 5rem;
}

.comment {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.comment .comment-body, .reply {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.reply {
	padding-left: 43px;
}

.comment .gravatar {
	width: 100px;
	height: auto;
	margin-right: 15px;
}

.reply .gravatar{
	width: 60px;
	height: auto;
	margin-right: 15px;
}

.comment .comment-content,
.reply.comment-content{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.comment-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: baseline;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(33, 37, 41, 0.4);
}

.comment-meta .comment-name {
	color: #450e54;
	font-weight: 900;
}

.comment-meta .comment-time {
	font-weight: 400;
	font-size: 11px;
	font-style: italic;
}

.comment-foot {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
	align-items: baseline;
}

.comment-foot .reply-link {
	color: #450e54;
	font-weight: 900;
}

.note-editor.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.logged-as {
	font-weight: 700;
}

.modal.show {
	pointer-events: none;
}

.modal-show > .modal-dialog {
	z-index: 9999;
}

.modal .modal-content {
	pointer-events: all;
}

.modal .modal-content .modal-body,
.modal .modal-content .modal-body p{
	text-transform: uppercase;
}

.modal-body .wrestler-name {
    font-weight: 700;
    font-size: 33px;
	display: block;
}

.modal-body .user-name,
.modal-body .article-name{
    font-weight: 700;
    font-size: 26px;
	display: block;
}

.modal-body .match-name {
	font-weight: 700;
	display: block;
}

.stats-card {
    background: linear-gradient(to bottom,  rgba(186,31,218,0.5) 0%,rgba(255,255,255,0) 100%);
	border-color:  rgba(33, 37, 41, 0.6);
	color: #fff;
	text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
    1px 10px 6px rgba(16,16,16,0.4),
    1px 15px 10px rgba(16,16,16,0.2),
    1px 20px 35px rgba(16,16,16,0.2),
    1px 25px 60px rgba(16,16,16,0.4)
}

.stats-card .card-title {
    font-size: 32px;
    text-transform: uppercase;
}

.stats-card .card-text {
    font-size: 60px;
    font-weight: 900;
}

.admin-modules .stats-card {
	width: calc((100% / 3) - 20px);
	margin: 0 10px;
}

.stats-card .active-venues,
.stats-card .active-championships {
	list-style: none;
	padding-left: none;
}

.stats-card .active-venues li,
.stats-card .active-championships li{
	color: #1a1a1a;
	font-weight: 600;
	text-shadow: none;
}

.keyword {
	font-weight: 500 !important;
}

.table-search-results,
.table-search-results tbody {
    display: block;
}

.table-search-results > thead {
	display: none;
}

.table-search-results tr td {
    background-color: transparent !important;
    border: 0;
	padding: 0;
	width: 100%;
    text-align: left !important;
}

.table-search-results tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
	width: 100%;
	border-bottom: 1px dotted #666;
	margin-bottom: 1rem;
}

.table-search-results td[data-label="Title"] {
	font-size: 24px;
}

.table-search-results td[data-label="Date Posted"] {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0.5rem;
}

.table-search-results td[data-label="Excerpt"] {
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

.table-email td[data-label="Subject"] {
	width: 25%;
}
 
.table-email td[data-label="Excerpt"] {
	width: 35%;
	font-size: 14px;
}

.table-email td[data-label="Created"],
.table-email td[data-label="Sent Date"] {
	width: 15;
}

.event-card {
    background: linear-gradient(to bottom, rgba(69,14,84,0.75) 0%,rgba(17,0,25,0.5) 100%);
	box-shadow: 0 2px 2px #000;
}

.event-card .card-body {
	padding: 10px;
}

.event-card .card-body .event-link {
	color: #fff;
}

.event-date,
.event-venue {
    font-weight: 400;
    font-size: 13px;
}

.event-title {
    text-transform: uppercase;
    font-size: 20px;
    text-shadow: 0 2px 0 #000;
}

.img-venue-thumb {
    background: #fff;
    padding: 2px;
    border: 1px solid #000;
}

.venue-thumb {
	border: 1px solid #000;
    width: 100px;
    height: 75px;
    overflow: hidden;
    position: relative;
    display: block;
}

.venue-thumb:after {
	border: 3px solid #fff;
    z-index: 9;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.venue-thumb > img {
    max-width: inherit;
    width: auto;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leaderboard-sidebar {
    list-style: none;
    padding: 0;
	margin-bottom: 0.5rem;
}

.leaderboard-sidebar li {
	border: 2px solid #000;
    border-bottom: 0;
	background: #fff;
}

.leaderboard-sidebar li:first-child {
	border-radius: 5px 5px 0 0;
}

.leaderboard-sidebar li:last-child {
	border-radius: 0 0 5px 5px;
	border-bottom: 2px solid #000;
}

.leaderboard-sidebar li div {
    width: 100%;
    padding: 5px;
    color: #000;
    font-weight: 600;
}

.rank-number {
    width: 15%;
    text-align: center;
}

.shoutout-link {
	position: relative;
	display: block;
	width: 100%;
}

.top-rated {
    list-style: none;
    padding-left: 0;
}

.top-rated .rank-number,
.top-rated .rank-user{
	font-size: 17px;
	font-weight: 600;
}

.top-rated .rank-number {
    max-width: 50px;
}

.top-rated .img-top-rated {
    min-width: 50px;
	width: 50px;
}

.w-portrait {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
	background: linear-gradient(to bottom, rgba(86,96,200,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(59,7,74,0.3) 51%,rgba(238,193,237,0.3) 100%);
	border: 8px solid #000;
}

.w-portrait:before {
    display: block;
    position: absolute;
    content: "";
    top: -50%;
    left: -50%;
    background-image: url(/slwl/img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 105%;
    width: 200%;
    height: 200%;
    transform: rotate(-30deg);
    z-index: -1;
    opacity: 0.5;
}

.w-portrait .img-shoutout {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
}

.shoutout-name, .shoutout-social {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 9;
    display: block;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
}

.shoutout-name {
    font-size: 38px;
    bottom: 40px;
    line-height: 35px;
	color: #ffd500;
	text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333,
		1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
    1px 10px 6px rgba(16,16,16,0.4),
    1px 15px 10px rgba(16,16,16,0.2),
    1px 20px 35px rgba(16,16,16,0.2),
    1px 25px 60px rgba(16,16,16,0.4);
}
.shoutout-social {
    font-size: 18px;
    bottom: 10px;
	color: #000;
	text-shadow: 1px 1px 0 #999, -1px 1px 0 #999, -1px -1px 0 #999, 1px -1px 0 #999;
}

.backLink a, 
.backLink button {
	color: #1a1a1a;
	text-shadow: 1px 1px 0 #7d7d7d, 1px -1px 0 #7d7d7d, -1px 1px 0 #7d7d7d, -1px -1px 0 #7d7d7d !important;
}

.post-content img {
    max-width: 100%;
    height: auto;
}

.leaderboard,
.match-card {
	background-image: none;
	background: none;
	position: relative;
}

.leaderboard .footer,
.match-card .footer {
	display: none;
}

.livestatus-sb {
    height: fit-content;
    background-image: url(/slwl/img/retrowave_city.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
    border-radius: 6px;
}

.livestatus-sb .ls-title {
	font-size: 38px;
	font-weight: 900;
    line-height: 36px;
	color: #ffd500;
	text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333,
		1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
    1px 10px 6px rgba(16,16,16,0.4),
    1px 15px 10px rgba(16,16,16,0.2),
    1px 20px 35px rgba(16,16,16,0.2),
    1px 25px 60px rgba(16,16,16,0.4);
	text-align: center;
	margin-bottom: 10px;
}

.livestatus-sb .platform-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.livestatus-sb-home {
    background-position: 0 50%;
    min-height: 132px;
    justify-content: center;
}

.livestatus-sb-home .ls-title {
    width: 100%;
    display: block;
}

.countdown {
    background: linear-gradient(to bottom,  rgba(69,14,84,1) 0%,rgba(17,0,25,1) 99%);
    padding: 10px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.countdown .until {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.countdown .until > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 65px;
}

.countdown .until .until-value {
    background: #000;
    padding: 3px;
    color: #ffd500;
    font-size: 36px;
    font-weight: 900;
    width: 60px;
    text-align: center;
    border-radius: 6px;
}

.countdown .until .until-label {
    font-weight: 700;
    color: #ffd500;
    font-size: 12px;
    margin-top: 1px;
}

.countdown .theEvent {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #000;
    text-align: center;
    line-height: 23px;
    margin-top: 10px;
}

.btn.btn-live {
    width: calc((100% / 3) - 8px);
	min-width: 95px;
    background: linear-gradient(to bottom, rgba(168, 168, 168, 1) 0%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(63, 63, 63, 1) 100%);
    white-space: nowrap;
    font-size: 13px;
    color: #666;
    border: 0;
    margin: 0 4px 0.5rem;
    pointer-events: none;
	display: flex;
    justify-content: flex-start;
	align-items: center;
	padding: 4px 7px;
}

.btn.btn-live .light {
	width: 15px;
	height: 15px;
	border: 2px solid #666;
	border-radius: 100%;
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(63,63,63,1) 100%);
	box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
	margin-right: 5px;
	position: relative;
}

.btn.btn-live.on-air {
	color: #fff;
	pointer-events: all;
}

.btn.btn-live.on-air .light{
	background: linear-gradient(to bottom,  rgba(255,63,0,1) 0%,rgba(191,0,0,1) 100%);
	box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.3);
}

.btn.btn-live.on-air .light:after {
	display: block;
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(to bottom,  rgba(255,63,0,0.5) 0%,rgba(191,0,0,0.5) 100%);
    top: -1px;
    left: -1px;
	box-shadow: 0 0 5px 0px rgba(255, 0, 0, 1);
	animation: pulse 1s ease-in-out infinite both;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 5px 0px rgba(255, 0, 0, 1);
	}

	50% {
		box-shadow: 0 0 5px 5px rgba(255, 0, 0, 0.5);
	}

	100% {
		box-shadow: 0 0 5px 0px rgba(255, 0, 0, 1);
	}
}

.btn.btn-live.on-air:hover {
	color: #808080;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	background: linear-gradient(to bottom, rgba(63, 63, 63, 1) 0%, rgba(0, 0, 0, 1 50%, rgba(44, 44, 44, 1 51%, rgba(168, 168, 168, 1) 100%);
}

.btn.btn-live.on-air:hover .light{
	background: linear-gradient(to bottom,  rgba(191,0,0,1) 0%,rgba(255,63,0,1) 100%);
	box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
}