/*----- NamelessMC Core Custom CSS ----- */


/*---------- Profile Timeline ----------*/

.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .separator {
    border-top: 1px solid currentColor;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}

.timeline .line::before {
    top: -4px;
}

.timeline .line::after {
    bottom: -4px;
}

.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: currentColor;
}

.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}

.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * {
    font-size: 20px;
    vertical-align: middle;
    line-height: 40px;
}

.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -59px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}


/*---------- Social Media Icons ----------*/

.social {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


/*---------- Frames ----------*/

.frame {
    height: 50px;
    width: 100%;
    position: relative;
}

.frame-sidebar {
    height: 50px;
    width: 100%;
    position: relative;
}

a {
    text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
    .table-responsive {
        overflow-x: hidden;
    }
}

.forum_post {
    word-wrap: break-word;
}

.forum_post img {
    overflow: auto;
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .mobile_only {
        display: none;
    }
}


/*-------- CSS for Skyfall Theme for NamelessMC ----------*/


/*---------- Made by Coldfire ----------*/


/*------- https://coldfiredzn.com ----------*/


/*---------- Forum ----------*/

.forum-col {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.forum-table tr:first-child td {
    border-top: none;
}


/*---------- Transitions ----------*/

a,
.btn,
.cf-footer,
.spoiler-toggle,
.spoiler-title,
.alert-dismissible .close {
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}


/*---------- Scrollbar ----------*/

 ::-webkit-scrollbar {
    width: 10px;
}

 ::-webkit-scrollbar-thumb {
    background: #C0C0C0;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #B8B8B8;
}


/*---------- Chatbox ----------*/

.chat-list {
    height: 250px;
    max-width: 100%;
    padding: 1rem;
    overflow-y: scroll;
}

.chat-item {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 2px solid #f7f7f7;
}

.chat-item:first-child {
    border-top: none;
}

#chatbox .float-right a {
    color: black !important;
}

.disabled {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    cursor: default !important;
}

.card-chatbox>.card-footer #chatForm.disabled * {
    pointer-events: none;
}


/*---------- Dark Mode ----------*/

.dark {
    background-color: #000000;
    color: rgb(189, 189, 189);
}

.dark .card,
.dark .popover,
.dark .dropdown-menu,
.dark .dropdown-item:focus,
.dark .dropdown-item:active,
.dark .panel-body,
.dark .modal-body,
.dark .elr-col-right,
.dark .ui-menu-item,
.dark .ui-menu-item-wrapper,
.dark .ui-menu,
.dark .ui-menu-item:hover,
.dark .ui-menu-item-wrapper:hover {
    background-color: #202020;
    color: rgb(189, 189, 189);
}

.dark .token {
    background-color: #202020 !important;
    color: rgb(189, 189, 189);
}

.dark .dropdown-item,
.dark #chatbox .float-right a,
.dark table,
.dark .token .close {
    color: rgb(189, 189, 189) !important;
}

.dark .dropdown-item:hover,
.dark .breadcrumb,
.dark .server {
    background-color: #303030;
}

.dark .card-footer,
.dark .panel-footer,
.dark textarea,
.dark textarea:focus,
.dark input,
.dark input:focus,
.dark select,
.dark select:hover,
.dark option,
.dark option:hover,
.dark .popover,
.dark .popover-body,
.dark .btn-secondary,
.dark .modal-footer,
.dark .spoiler-text,
.dark .spoiler-content,
.dark .blockquote,
.dark .tokenfield {
    background-color: #303030 !important;
    color: rgb(189, 189, 189) !important;
}

.dark .btn-secondary,
.dark .modal-content,
.dark .ui-menu-item,
.dark .ui-menu-item-wrapper,
.dark .ui-menu,
.dark .ui-menu-item:hover,
.dark .ui-menu-item-wrapper:hover,
.dark .tokenfield,
.dark .tokenfield:focus,
.dark .tokenfield:hover,
.dark .tokenfield.focus,
.dark .token {
    border: none !important;
}

.dark .pagination .page-item .page-link {
    background-color: #303030;
    color: rgb(189, 189, 189);
}

.dark .panel-body,
.dark .panel-footer,
.dark .modal-header,
.dark .pagination .page-item .page-link,
.dark table,
.dark table tr,
.dark table tr th,
.dark table tr td,
.dark .forum-col,
.dark .dropdown-divider,
.dark .modal-footer {
    border-color: #303030;
}

.dark .btn-secondary:hover {
    background-color: #404040 !important;
}

.dark hr {
    border-top: 1px solid #303030;
}

.dark-scroll ::-webkit-scrollbar-track {
    background: #000000;
}

.dark-scroll ::-webkit-scrollbar-thumb {
    background: #303030;
}

.dark-scroll ::-webkit-scrollbar-thumb:hover {
    background: #444444;
}

.dark-scroll ::-webkit-scrollbar-corner {
    background: #000000;
}

.dark .chat-item {
    border-top: 2px solid #303030;
}

.dark .chat-item:first-child {
    border-top: none;
}

.dark .white-link,
.dark .white-link:focus {
    color: #FFF !important;
}

.dark .white-link:hover {
    color: #D0D0D0 !important;
}

.dark .grey-link,
.dark .grey-link:focus,
.dark .grey-link:hover,
.dark .message-people a,
.dark .message-people a:focus,
.dark .message-people a:hover {
    color: rgb(189, 189, 189) !important;
}

.dark textarea,
.dark input,
.dark select {
    border: none !important;
    box-shadow: none !important;
}

.dark .tokenfield.focus {
    box-shadow: none !important;
}


/*---------- Popover ----------*/

.popover .arrow {
    display: none;
}

.popover-img {
    width: 50px;
}

.popover-text-btm {
    text-align: center;
}

.popover {
    max-width: 300px !important;
}

.popover-15px {
    font-size: 15px !important;
}


/*---------- General ----------*/

.ts-icon,
#scroll {
    position: fixed;
    bottom: 30px;
    z-index: 10000;
}

.btt-ts-btns #scroll {
    display: none;
}

.dropdown-item {
    color: black !important;
}

.header-theme,
.footer-theme,
.footer-text-bar,
.footer-card-theme,
.alert-theme,
.alert,
.profile-theme .nav-link,
.profile-theme .nav-link-active,
.user-theme .nav-link,
.user-theme .nav-link-active,
.card-inverse .header-theme,
.card-footer-theme,
.btn-theme,
.btn-theme:hover,
.btn-news-theme,
.btn-news-theme:hover,
.modal-title,
.news-title,
.box .btn,
.alert-dismissible .close:hover,
.discord-link,
.navbar,
.staff-header {
    color: #FFF!important
}

.news-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.custom img {
    max-width: 100%;
}

body {
    background-color: #f7f7f7;
    display: none;
}

.button-checkbox>.active {
    border: none;
}

.white-link,
.white-link:focus {
    color: #000000;
}

.white-link:hover {
    color: #505050;
}

.grey-link,
.grey-link:focus,
.grey-link:hover {
    color: #212529;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
    background: #696969;
    border: none;
}

.btn-secondary:hover {
    background: #585858;
    border: none;
}

.dropdown-item:active {
    background-color: #fff;
}

#virtualCookie {
    height: 100px;
    max-width: 90%;
}

@media only screen and (max-width: 991px) {
    .cps-overflow {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.members-btns {
    margin-bottom: 10px;
}

.alert-container {
    padding-top: 2rem;
}

.agree-terms {
    font-size: 13px;
}

.btn-rules {
    margin-left: 5px;
    margin-right: 5px
}

.staff-img {
    display: block;
    margin: 0 auto .5rem;
    width: 60px;
    height: 60px;
}

.text-center {
    text-align: center;
}

.vote-col {
    padding-bottom: 20px;
}

.btn:focus {
    box-shadow: none !important;
}

.friends-list {
    margin-top: 1.5rem;
    margin-bottom: -1rem;
}

.friend-img {
    display: block;
    margin: 0 auto .5rem;
    width: 60px;
    height: 60px;
}

.store-nav {
    margin-bottom: 10px;
}

.store-text-large {
    font-size: 25px;
}

.store-sale {
    color: #dc3545;
    text-decoration: line-through;
}

.forum-icon-col {
    font-size: 40px;
}

.forum-btns {
    margin-bottom: 10px;
}

.star-rating .fa-star {
    color: gold !important;
}


/*---------- Update Button ----------*/

.update-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 10000;
}


/*---------- Error, Login, and Register Pages ----------*/

.elr-text {
    font-size: 30px;
}

.elr-container {
    margin-top: 100px;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .elr-container {
        margin-top: 0px;
    }
}

.elr-col-right {
    background-color: #F0F0F0;
}


/*---------- Cookie Popup ----------*/

.toast {
    font-size: 15px;
    opacity: 1 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.toast:hover {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/*---------- Welcome Box ----------*/

.welcome-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.welcome-avatar {
    position: absolute;
    width: auto;
    height: 180px;
}

.av-right {
    transform: scaleX(-1);
}

.welcome-card {
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    .av-inv {
        display: none;
    }
}

.welcome-container {
    padding-bottom: 2rem;
}

.av-80px {
    margin-left: 80px;
}

.av-160px {
    margin-left: 160px;
}


/*---------- News ----------*/

.news-title-text,
.news-title-text:focus {
    color: #FFF !important;
}

.news-title-text:hover {
    color: #D0D0D0 !important;
}

.news-info {
    font-size: 15px;
    color: #D0D0D0
}

.btn-news-theme {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-older-news {
    text-transform: uppercase;
    font-weight: bold;
    border: 0 !important;
    margin-bottom: 20px;
}

.btn-older-news-large {
    width: 70%;
}

@media only screen and (max-width: 768px) {
    .btn-older-news-large {
        width: 90%;
        font-size: 15px;
    }
}


/*---------- Blockquote ----------*/

.blockquote {
    background-color: #F0F0F0;
    margin: 0;
    border: none;
    padding: 0;
}

.blockquote p {
    padding: 1.25rem;
}

.blockquote>a:first-child {
    display: block;
    padding: .75rem 1.25rem;
    color: #FFFFFF;
}

.blockquote>a:first-child+br {
    display: none
}


/*---------- Navbar ----------*/

.navbar {
    width: 100%;
    z-index: 150;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}

button:focus {
    outline: none !important;
}

.navbar-nav {
    margin: 0
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
}

.nav-link {
    margin: 0.5em 1.7em !important;
    display: inline-block;
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .navbar-double-bottom .nav-link {
        margin: 0.5em 1em !important;
    }
}

.nav-item {
    margin-left: 0!important
}

.navbar-toggler {
    font-size: 18px;
}

.nav-link-active {
    border-bottom: 2px solid #FFF;
    color: #FFF !important;
}

@media only screen and (max-width: 768px) {
    .navbar-double .mobile_only {
        display: none;
    }
    .navbar-double {
        text-align: left !important;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-double .mobile_only {
        display: initial;
    }
}

.msg-alert {
    margin: -10px 0px;
    font-size: 16px;
}

#pms,
#alerts {
    display: inline;
}


/*---------- Header ----------*/

.header {
    background-size: cover;
    width: 100%
}

.color-overlay {
    z-index: 3;
}

@keyframes pulse {
    0% {
        transform: translateY(0px) translateX(-50%);
    }
    50% {
        transform: translateY(5px) translateX(-50%);
    }
    100% {
        transform: translateY(0px) translateX(-50%);
    }
}

.logo {
    position: absolute;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}

.animated-logo {
    transform: scale(1);
    animation: pulse 3s infinite;
}


/*---------- Discord and Server Status Texts ----------*/

.box {
    color: #FFF;
    position: relative;
    z-index: 100;
    display: inline-block;
    text-align: center;
}

.box1 {
    margin-left: 5%;
    float: left;
}

.box2 {
    margin-right: 5%;
    float: right;
}

.box span {
    font-size: 13px
}

.box h1 {
    font-size: 20px;
    padding-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.creeper {
    width: 20px;
}

.discord-txt {
    cursor: default !important;
}


/*---------- Spoiler ----------*/

.spoiler {
    background: none!important;
    border: none!important;
    padding: 0!important
}

.spoiler .show-icon,
.spoiler .hide-icon {
    display: none !important;
}

.spoiler .spoiler-toggle,
.spoiler .spoiler-title {
    display: inline-block;
    background-color: #D0D0D0;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff
}

.spoiler .spoiler-toggle:hover,
.spoiler-title:hover {
    cursor: pointer;
    color: #fff
}

.spoiler .spoiler-text,
.spoiler .spoiler-content {
    background-color: #F5F5F5;
    padding: 10px;
    margin-top: 10px;
    border: none
}


/*---------- Alert ----------*/

.alert-title {
    font-weight: bold;
    text-transform: uppercase;
}

.alert-theme {
    background-color: #dc3545;
    border: none;
}

.alert-success {
    background-color: #28a745;
    border: none;
}

.alert-primary {
    background-color: #007bff;
    border: none;
}

.alert-secondary {
    background-color: #6c757d;
    border: none;
}

.alert-warning {
    background-color: #ffc107;
    border: none;
}

.alert-danger {
    background-color: #dc3545;
    border: none;
}

.alert-info {
    background-color: #17a2b8;
    border: none;
}


/*---------- Breadcrumb ----------*/

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: .25rem
}

.breadcrumb::after {
    display: table;
    clear: both;
    content: ""
}

.breadcrumb>li {
    float: left
}

.breadcrumb>li+li::before {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #818a91;
    content: "/"
}

.breadcrumb>.active {
    color: #818a91
}


/*---------- Profile ----------*/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
}

.panel-body {
    padding: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.panel-heading {
    padding: 10px 15px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.panel-theme .panel-heading {
    color: #fff
}

.panel-title-inline {
    display: inline;
}

.reply-spacer {
    height: 15px;
}

.inline-form {
    display: inline;
}

.upload-banner-btn {
    margin-top: 10px;
}


/*---------- Footer ----------*/

.footer-text-bar {
    width: 100%;
    z-index: 7;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}

.footer-text-bar {
    margin: 0
}

.footer-text {
    margin: 0.5em 0 !important;
    font-size: 15px;
}

.footer-text-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.footer-link:hover {
    color: #D0D0D0 !important;
}

.footer-link,
.footer-link:focus {
    color: #FFF;
}

.social {
    margin-top: 0.2em !important;
    color: #FFF;
}

.social:hover {
    color: #D0D0D0 !important;
}

.cf-footer {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 1;
}

.cf-footer:hover {
    opacity: 0.75;
}

.footer-theme .container>.row {
    clear: both;
}

.other-btn {
    border: none !important;
    color: white !important;
}

.footer-col {
    padding-top: 20px;
}

.footer-icons-row {
    padding: 0 15px !important;
}


/*---------- Cards ----------*/

.card-header {
    text-transform: uppercase;
    font-weight: bold;
}

.card {
    margin-bottom: 10px;
}

.card-header .btn {
    text-transform: none;
}

.card-header a {
    color: #fff
}

.card-footer,
.modal-footer {
    background-color: #F0F0F0;
}

.server {
    background-color: #F0F0F0;
}

.card-header .btn-sm {
    padding: 0rem .5rem !important;
}


/*---------- Other ----------*/

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.nav-tabs .nav-link {
    border: none;
    padding: .5em 1em !important;
    margin: 0 !important;
    color: #FFF !important;
}

.nav-tabs {
    border: none;
}

.tokenfield.form-control {
    cursor: text;
}

.badge {
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px
}

.modal-header {
    text-transform: uppercase;
    font-weight: bold;
}

.news-right {
    float: right
}

.news-right-br {
    display: none;
}

@media (max-width: 1100px) {
    .box {
        display: none;
    }
    .news-right {
        float: none
    }
    .news-right-br {
        display: inherit;
    }
}

.box-inv {
    display: none
}

@media (max-width: 767px) {
    .toast-message {
        font-size: 10px
    }
    .col-inv {
        display: none
    }
}

.header-bottom-theme {
    height: 100px;
    z-index: 1
}

.profile-theme .nav-link,
.profile-theme .nav-link-active,
.user-theme .nav-link,
.user-theme .nav-link-active {
    border: 2px solid #fff
}

.no-caret::after {
    border: none
}

.emojione {
    height: 24px;
    width: 24px
}

.tag {
    max-width: 100%;
    white-space: normal
}

ul.thumbnails.image_picker_selector li .thumbnail {
    border: none !important;
}


/*---------- Some Color Stuff ----------*/

.toast,
.toast:hover,
.nav-tabs .active {
    background-color: rgba(0, 0, 0, 0.15) !important
}

.navbar,
.footer-text-bar {
    border-bottom: 4px solid rgba(0, 0, 0, 0.15);
    border-top: 4px solid rgba(0, 0, 0, 0.15);
}

.other-btn,
.card-header .btn-theme {
    background-color: rgba(0, 0, 0, 0.15) !important
}

.other-btn:hover,
.card-header .btn-theme:hover {
    background-color: rgba(0, 0, 0, 0.25) !important;
    filter: brightness(1) !important
}