@font-face {
    font-family: 'mcfont';
    src:url('../fonts/Minecraft-Regular.ttf.woff') format('woff'),
        url('../fonts/Minecraft-Regular.ttf.svg#Minecraft-Regular') format('svg'),
        url('../fonts/Minecraft-Regular.ttf.eot'),
        url('../fonts/Minecraft-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "Medium";
  src: url("../fonts/ArticulatCF-Medium.ttf");
}

@font-face {
  font-family: "DemiBold";
  src: url("../fonts/ArticulatCF-DemiBold.otf");
}

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    background-color: #222222;
}

a {
    text-decoration: none;
}
.mainpage ul.pagination {
    list-style: none;
}
.prs-logo-holder {
    display: inline-block;
    float: left;
}

#prs-logo {
    text-transform: uppercase;
    font-family: 'Baloo Thambi 2', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transition: .3s all;
    line-height: 75px;
    display: block;
}
.prs-site-credits #prs-logo {
    line-height: 50px;
}

#prs-logo span {
    color: #F25600;
    font-weight: 800;
}

#prs-logo:hover {
    color: #F25600;
}
.prs-navbar ul {
    list-style: none;
}

.prs-nav-inner>ul>li>a {
    display: block;
    color: #f3f3f3;
    height: 75px;
    line-height: 75px;
    box-sizing: border-box;
    padding: 0 0.6em;
    transition: background-color 0.2s ease;
}

.prs-nav-inner>ul>li>a.active {
    background-color: #292a2f;
    border-bottom: 2px solid #F25600;
}

.prs-nav-inner>ul>li:hover>a {
    background-color: #323339;
    border-bottom: 2px solid #F25600;
}


.prs-nav-dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    left: 10px;
    padding: 0;
    background-color: #26272B;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.4), -10px 8px 15px rgba(0, 0, 0, 0.4), 10px 8px 15px rgba(0, 0, 0, 0.4);
}

.prs-second-nav-dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    left: 100%;
    top: 0;
    padding: 0;
    background-color: #26272B;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.4), -10px 8px 15px rgba(0, 0, 0, 0.4), 10px 8px 15px rgba(0, 0, 0, 0.4);
}

.prs-nav-dropdown>li>a {
    display: block;
    color: #f3f3f3;
    height: 50px;
    line-height: 50px;
    border-left: 2px solid transparent;
    padding: 0 1rem;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}
.prs-nav-dropdown>li {
    display: block;
}

.prs-nav-dropdown li:hover .prs-nav-dropdown-link {
    background-color: #323339;
    border-left: 2px solid #F25600;
    border-bottom: 0;
}

.prs-dropdown {
    position: relative;
}

.prs-dropdown-list a {
    margin: 0;
    padding: 1em;
    height: 0;
    line-height: 0;
    box-sizing: border-box;
}

.prs-dropdown-list a:hover {
    background-color: #e9e8e8;
    border-bottom: 0;
    color: #26272b;
}

.prs-second-nav-dropdown>li>a {
    display: block;
    color: #f3f3f3;
    height: 50px;
    line-height: 50px;
    border-left: 2px solid transparent;
    padding: 0 1rem;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}
.prs-second-nav-dropdown>li {
    display: block;
}

.prs-second-nav-dropdown li:hover a {
    background-color: #323339;
    border-left: 2px solid #F25600;
    border-bottom: 0;
}

.prs-second-dropdown {
    position: relative;
}

.prs-second-dropdown-list a {
    margin: 0;
    padding: 1em;
    height: 0;
    line-height: 0;
    box-sizing: border-box;
}

.prs-second-dropdown-list a:hover {
    background-color: #e9e8e8;
    border-bottom: 0;
    color: #26272b;
}
.prs-progress-section{text-align: center; padding: 80px 0px; background-image: "src/img/3.png";}
.prs-progress-section h1{ margin-bottom:70px; color:#fff;}
.prs-progress-bars{ margin: auto; background: #fff; width: 120px; height: 120px; transform: rotate(45deg); position: relative;}
.prs-progress-bars h2 { line-height: 120px; text-align: center; transform: rotate(-45deg);}
.prs-progress-bars:before{position: absolute; content: ""; border: solid 5px #595959; border-width: 5px 0px 0px 5px; width: 30px; height: 30px; top: -9px; left: -9px; bottom: -9px; right: -9px; z-index: 10;}
.prs-progress-bars:after{position: absolute; content: ""; border: solid 5px #2bb0ef; border-width: 5px 5px 5px 5px; width: 140px; height: 140px; top: -9px; left: -9px; bottom: -9px; right: -9px;}

.prs-progress-bars-four{ margin: auto; background: #fff; width: 120px; height: 120px; transform: rotate(45deg); position: relative;}
.prs-progress-bars-four h2 { line-height: 120px; text-align: center; transform: rotate(-45deg);}
.prs-progress-bars-four:before{position: absolute; content: ""; border: solid 5px #595959; border-width: 5px 0px 0px 5px; width: 120px; height: 120px; top: -9px; left: -9px; bottom: -9px; right: -9px; z-index: 10;}
.prs-progress-bars-four:after{position: absolute; content: ""; border: solid 5px #2bb0ef; border-width: 5px 5px 5px 5px; width: 140px; height: 140px; top: -9px; left: -9px; bottom: -9px; right: -9px;}



.prs-progress-bars-six{ margin: auto; background: #fff; width: 120px; height: 120px; transform: rotate(45deg); position: relative;}
.prs-progress-bars-six h2 { line-height: 120px; text-align: center; transform: rotate(-45deg);}
.prs-progress-bars-six:before{position: absolute; content: ""; border: solid 5px #595959; border-width: 5px 0px 0px 5px; width: 90px; height: 90px; top: -9px; left: -9px; bottom: -9px; right: -9px; z-index: 10;}
.prs-progress-bars-six:after{position: absolute; content: ""; border: solid 5px #2bb0ef; border-width: 5px 5px 5px 5px; width: 140px; height: 140px; top: -9px; left: -9px; bottom: -9px; right: -9px;}


.prs-progress-bars-seven{ margin: auto; background: #fff; width: 120px; height: 120px; transform: rotate(45deg); position: relative;}
.prs-progress-bars-seven h2 { line-height: 120px; text-align: center; transform: rotate(-45deg);}
.prs-progress-bars-seven:before{position: absolute; content: ""; border: solid 5px #595959; border-width: 5px 0px 0px 5px; width: 70px; height: 70px; top: -9px; left: -9px; bottom: -9px; right: -9px; z-index: 10;}
.prs-progress-bars-seven:after{position: absolute; content: ""; border: solid 5px #2bb0ef; border-width: 5px 5px 5px 5px; width: 140px; height: 140px; top: -9px; left: -9px; bottom: -9px; right: -9px;}



.prs-dropdown-list {
    display: none;
    position: absolute;
    background-color: #efefef;
    margin-left: 40px;
}

.prs-dropdown:hover .prs-dropdown-list {
    display: block;
}

.prs-nav-links-dropdown:hover i {
    display: inline-block;
}

.prs-nav-links-dropdown i {
    padding: 0;
    margin: 0;
    line-height: 0;
    display: none;
}

.prs-title {
    font-size: 28px;
    font-weight: 600;
}

.prs-navbar {
    display: block;
    padding-bottom: 0;
    height: 75px;
    align-items: center;
    padding: 0;
    position: sticky;
    border-bottom: 1px solid #222222;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #26272B;
    font-size: 18px;
}
.prs-nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1em;
}

.prs-main-nav>li, .prs-nav-right>li {
    margin: 0;
    float: left;
    margin-left: 5px;
}
.pull-right {
    float: right;
}
.prs-main-nav {
    margin-bottom: 0;
    display: inline-block;
}

.prs-nav-links {
    margin-left: 10px;
}

.prs-logo {
    margin-top: 0;
}


.prs-navbar-toggle {
    display: none;
    position: absolute;
    right: 3em;
    line-height: 75px;
    color: #fff;
}

.prs-page-introduction {
    background-image: url('../img/header.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 3em 2em;
    background-position: 10%;
}

.prs-page-introduction p, .prs-server-monitor p {
    margin-bottom: 0;
    line-height: 1.15;
}

.prs-page-introduction h1 {
    font-size: 32px;
    font-weight: 600;
    text-shadow: 1px 1px 5px #26272b;
}

.prs-page-introduction h1 span {
    color: #F25600;
}

.prs-page-introduction a {
    margin-top: 2em;
    display: block;
}

.prs-page-introduction hr {
    margin: 0.5rem 0;
    color: inherit;
    opacity: 1;
}

/*.page-introduction a {
color: #fff;
background: #5C6BC0;
padding: 0.5em;
text-align: center;
border-radius: 5px;
display: block;
margin: 2em auto 0 auto;
width: 200px;
border-bottom: 3px solid #4251a3;
transition: .3s all;
}

.page-introduction a img {
margin-right: 0.7em;
}

.page-introduction a:hover {
background: #4251a3;
border-color: #5C6BC0;
}*/

.prs-server-monitor {
    font-weight: 500;
    background-color: #26272b;
    color: #fff;
    padding: 1em;
}

.prs-server-monitor span {
    font-weight: 600;
    color: #F25600;
}

.prs-page-content {
    padding: 2em 1em;
    background: #222222;
    max-width: 1400px;
    margin: 0 auto;
}

.prs-page-content-container {
    width: 80%;
    display: flex;
    margin: 0 auto;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}

.prs-page-content .container-fluid {
    padding: 0;
}
.prs-new-sidebar {
    background: #26272B;
    vertical-align: top;
}
.prs-new-sidebar ul {
    padding: 0;
    list-style: none;
}
.prs-new-content {
    vertical-align: top;
}

.prs-content-title-box {
    background-color: #26272b;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 3em 0;
    font-weight: bold;
    border-bottom: 2px solid #000;
    text-align: center;
    margin-bottom: 0;
}

.prs-new-selector, .prs-new-selector a {
    background-color: #26272b;
    text-align: center;
    color: #f3f3f3;
    box-sizing: border-box;
}

.prs-new-selector ul li {
    padding: 16px;
    padding-left: 21px;
}

.prs-new-selector ul li a {
    color: #f3f3f3;
    cursor: pointer;
}

.prs-new-selector ul li:not(.active-tab):not(:last-child) {
    border-bottom: 1px solid #000;
}

.prs-new-selector ul li:hover:not(.active-tab) {
    background-color: #323339;
}

.prs-active-tab {
    border-left: 5px solid #F25600;
    background-color: #323339;
}

.prs-new-text {
    background-color: #fff;
    padding: 1em;
    line-height: 1.5;
    text-align: justify;
    position: relative;
    min-height: 12rem;
}
.prs-new-text-loader, .prs-main-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222222;
    z-index: 9;
}
.prs-main-loader {
    position: fixed;
    z-index: 99;
}

.prs-new-text p:not(:last-child) {
    margin-bottom: 1em;
}

.prs-new-text img {
    max-width: 100%;
    max-height: 80vh;
}

.prs-new-content,
.prs-new-info,
.prs-new-info-inner,
.prs-new-text {
  background: #fff !important;
}

.prs-new-content { 
  min-height: 600px !important; 
  border-radius: .8em;
  overflow: hidden;
}

.prs-new-info,
.prs-new-info-inner {
  min-height: 600px !important;
}

.prs-new-info:empty::before,
.prs-new-info-inner:empty::before {
  content: "";
  display: block;
  min-height: 600px;
  background: #fff;
}

.prs-new-text-loader {
  background: #fff !important;
}


.prs-new-header {
    height: 122px;
    margin-top: 120px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.prs-main-links {
    align-items: center;
    height: 200px;
    border: 1px solid #000;
}

.prs-new-title-container {
    color: #fff;
    font-weight: bold;
    padding: 1.2em 0.5em;
    text-transform: uppercase;
    min-width: 200px;
    max-width: 75%;
    text-align: center;
}

.prs-new-author {
    display: block;
}
.prs-new-author img {
    margin-top: -5px;
    margin-left: 4px;
}
.prs-new-author b {
    margin-left: 4px;
}

.prs-new-title-container .prs-new-title, .prs-new-title-container .prs-new-date {
    margin-bottom: 0;
}
.prs-new-date {
    font-weight: 500;
    font-size: 12px;
}

.prs-project-administration,
.prs-server-tops {
    text-align: center;
    padding: 2em;
}

.prs-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 50%;
    border: 1px solid #ddd;
    margin: 1em auto;
    overflow-x: scroll;
}

.prs-th,
.prs-td {
    text-align: left;
    padding: 8px;
}

.prs-tr:nth-child(even) {
    background-color: #f2f2f2
}

.prs-administration-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 2em;
}

.prs-administration-container div {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
    padding: 1em;
    color: #26272b;
    margin-bottom: 4em;
    width: 280px;
}

.prs-admin-username {
    margin-top: 0.4em;
}

.aprs-dmin-duties {
    margin-bottom: 1em;
}

.prs-admin-head {
    width: 128px;
}

.prs-admin-discord img {
    width: 32px;
    margin-right: 0.5em;
}

.prs-admin-discord {
    background: #000;
    color: #fff;
    border-radius: 7px;
    padding: 0.5em 1em;
    font-weight: 600;
}

.prs-page-footer {
    color: #737373;
    background-color: #26272b;
    text-align: justify;
}
.prs-site-credits {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2em 1em;
}

.prs-footer-flex {
    display: flex;
    justify-content: space-between;
}

.prs-page-footer a {
    color: #737373;
    text-decoration: none;
}

.prs-page-footer p {
    margin-bottom: 0;
}

.prs-page-footer h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1em;
}

.prs-footer-about {
    width: 33%;
}

.prs-site-credits span {
    font-weight: bold;
}

.prs-top-selector {
    margin-bottom: 1em;
    display: inline-block;
    border-radius: 5px;
    border: 1.5px solid #efefef;
}

.prs-top-selector ul {
    display: flex;
}
.prs-nav-right {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding-left: 0;
}

.prs-top-selector .tab-link {
    padding: 1em;
    cursor: pointer;
    margin: -2px;
    border-radius: 5px;
}

.prs-top-selector .prs-tab-link:hover,
.prs-punish-controls .prs-controls-active:hover {
    background-color: #efefef;
}

.prs-top-selector .prs-active-tab,
.prs-punish-controls .prs-controls-active {
    background-color: #efefef;
    border: none;
}

.prs-server-punish-table table {
    width: 75%;
}

.prs-punish-controls {
    display: inline;
    margin-bottom: 1em;
    display: inline-block;
    padding: 2px;
    border-radius: 5px;
    border: 1.5px solid #efefef;
}

.prs-punish-controls button {
    border: none;
    outline: none;
    background-color: #fff;
    font-family: 'Baloo Thambi 2', cursive;
    margin: -2px;
    padding: 7px 16px;
}

.prs-punish-controls button:hover {
    background: #efefef;
}

#punish-bans span,
#punish-mutes span {
    font-weight: bold;
}

.new-content {
    width: 100%;
    overflow: hidden;
}
.new-title-container {
    transform: translate(-50%);
}
.navbar-toggle {
    margin-top: 29px;
}
.mig{
    padding: 0.5em 1em;
    color: #fff !important;
    background: #26272b !important;
    border-radius: 5px;
}
.mig:hover {
    background: #3e4046 !important;
}

.prs-new-selector ul li.prs-active-new {
    border-left: 5px solid #F25600;
    padding-left: 16px;
}

.mainpage ul {
    list-style-type: initial;
    list-style: initial;
}
.mainpage ol {
    list-style-type: decimal;
    list-style: decimal;
}
.customart {
    padding-top: 2em;
}
.prs-nav-mobile-toggle {
    display: none;
}
.pdescas {
    line-height: 1.5em;
    min-height: 3em;
}

.service-name {
    font-family: 'mcfont', sans-serif;
}

.pagination .disabled>.page-link, .pagination .page-link.disabled {
    background: initial;
}
.minvh {
    min-height: 100vh;
}
.minvhcalc {
    min-height: calc(100vh - 47px);
}
.tableholder {
    width: 100%;
    overflow-x: auto;
}

.mcpr-privcompare {
    width: 50% !important;
}
.prs-new-footer {
    text-align: right;
    margin-top: 2em;
}
.prs-new-footer a {
    background-color: #26272b;
    transition: background-color 0.3s;
    color: #fff;
    padding: 1em 2em;
}
.prs-new-footer a:hover {
    background-color: #4D4E53;

}
