/* Fonts ( font-family: 'Open Sans', sans-serif; ) font-family: 'Montserrat', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700,900&subset=arabic,latin-ext');
body {
    background-color: #0a0a0a; /* Darker gaming vibe with neon accents */
    color: #e0e0e0; /* Lighter text for contrast */
    font-family: 'Montserrat', sans-serif; /* Switched to Montserrat for a more modern, bold gaming feel */
    font-size: 16px; /* Slightly larger for readability */
}

pre{
    color: #fff;
}

p {
    font-size: 14px;
    color: #b0b0b0;
    text-shadow: 0px 1px 5px rgba(0, 255, 255, 0.3); /* Neon glow effect */
    font-weight: 300;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    text-shadow: 0px 2px 10px rgba(0, 255, 255, 0.5); /* Stronger neon shadow for headers */
}

a:hover {
    text-decoration: none;
    color: #00ffff; /* Cyan neon hover */
}

/* Top Nav */

.top-nav {
    background-color: #0f0f0f; /* Deeper black */
    display: flex;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 255, 255, 0.2); /* Neon glow shadow */
}

.container-fluid {
	background-color: #1a1a1a; /* Subtle gradient base */
    background-image: linear-gradient(180deg, #1a1a1a, #0a0a0a);
}

.top-nav .container-fluid {
    padding-right: 0;
}

.top-nav ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

.top-nav ul li {
    display: inline-block;
    line-height: 60px;
}

.top-nav .status-server li {
    margin-right: 20px;
    font-size: 14px; /* Slightly larger */
    font-weight: 500;
}

.top-nav .user-control li {
    font-weight: bold;
    margin-left: 20px;
    font-size: 13px;
}

.top-nav .user-control li a {
    display: block;
    color: #fff;
    text-decoration: none;
}


.top-nav .user-control li>a.bg-login {
    background-color: #1c1c1c;
    padding: 0px 20px;
    border-radius: 0 0 0 10px;
    box-shadow: inset 0 0 10px rgba(0, 255, 255, 0.1); /* Inner glow */
}

.top-nav .user-control li>a.bg-account img {
    background-color: #2a2a2a;
    padding: 3px;
    border-radius: 50px;
    margin-right: 7px;
    border: 1px solid #00ffff; /* Neon border */
}

.top-nav .user-control #notifications{
    position: relative;
    background-color: #2a2a2a;
    padding: 0px 28px;
    text-align: center !important;
    cursor: pointer;
}

.count-notifications{
    position: absolute;
    z-index: 1200;
    top: 13px;
    left: -12px;
    height: 35px;
    width: 35px;
    line-height: 31px;
    background-color: #ff4500; /* Fiery orange for action */
    border-radius: 50%;
    font-size: 80%;
    border: 2px solid #2a2a2a;
    text-align: center;
    box-shadow: 0 0 10px #ff4500; /* Glow effect */
}

.NotificationsMenu{
    background-color: #1f1f1f;
    z-index: 1000;
    position: absolute;
    text-align: left !important;
    margin: 0 !important;
    top: 59px;
    right: 0;
    padding: 8px !important;
    box-shadow: 0px 20px 30px rgba(0, 255, 255, 0.3); /* Neon shadow */
    border-radius: 5px; /* Smoother corners */
    overflow: hidden;
    min-width: max-content;
}

.NotificationsMenu li{
    display: block !important;
    line-height: unset !important;
    margin: 1px auto !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}
.NotificationsMenu li a{
    background-color: #252525;
    display: block !important;
    padding: 0px 20px;
    transition: all ease-in-out .3s; /* Faster transition */
    text-transform: capitalize;
}

.NotificationsMenu li a i{
    text-align: left;
    width: 1.40em;
}

.NotificationsMenu li a:hover{
    background-color: #00ffff; /* Neon cyan */
    color: #0a0a0a;
}

/* NavBar */

.manu-nav-bar {
    background-color: #1c1c1c;
    padding: .8rem 1rem;
    box-shadow: 0 5px 20px rgba(255, 69, 0, 0.3); /* Fiery glow */
}

.manu-nav-bar .navbar-nav .nav-item {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 5px;
}

.manu-nav-bar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 15px; /* Larger for emphasis */
    text-shadow: 0px 2px 8px rgba(0, 255, 255, 0.4);
    font-weight: 700;
    transition: all ease-in-out .3s;
}

.manu-nav-bar .navbar-nav .nav-item .nav-link:hover {
    color: #ffd700; /* Gold for luxury */
    transform: scale(1.05); /* Slight zoom on hover */
}

.nav-link-active{
    color: #ff4500 !important; /* Active fiery orange */
}
.manu-nav-bar .navbar-nav .nav-item .nav-link .fas {
    padding: 0px 5px;
}

.dropdown-menu {
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .8rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #1f1f1f;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px 0px 10px 10px; /* Rounder */
    border-bottom: 2px solid #ffd700; /* Gold border */
    box-shadow: 0px 6px 15px rgba(255, 215, 0, 0.4); /* Gold glow */
    border-top: 1px solid #2a2a2a;
}

.dropdown-item {
    text-shadow: 0px 2px 5px rgba(0, 255, 255, 0.3);
    color: #fff;
    padding: .5rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all ease-in-out .3s;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ff4500; /* Fiery hover */
    text-decoration: none;
    background-color: #2a2a2a;
    box-shadow: inset 0 0 10px #ff4500; /* Inner glow */
}

/* SlideShow */

.header {
    position: relative;
}

/* breadcrumb */

.breadcrumb-min {
    background-color: #0a0a0a;
}

.breadcrumb-min .breadcrumb {
    background-color: #1a1a1a;
    padding: 1.1rem 0rem;
    text-transform: uppercase;
    text-shadow: 0px 3px 8px rgba(0, 255, 255, 0.4);
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 700;
    border-radius: 0px;
    margin: 0px;
}

.breadcrumb-min .breadcrumb .breadcrumb-item a {
    color: #00ffff;
    text-decoration: none;
    font-size: 19px;
}

.breadcrumb-min .breadcrumb-item.active {
    color: #ffd700;
}

.breadcrumb-min .breadcrumb-item+.breadcrumb-item::before {
    font-family: Font Awesome\ 5 Free;
    display: inline-block;
    padding-right: 1rem;
    color: #00ffff;
    content: "\f105";
}

/* Sections General */

.pd-100 {
    padding: 100px 0px;
}

.min-section h1 {
    font-size: 25px;
    font-family: "Montserrat";
    color: #ffd700;
    text-shadow: 0px 3px 12px rgba(255, 215, 0, 0.5);
    font-weight: 800;
}

.min-section .bordered {
    border-bottom: 1px solid #00ffff;
    width: 20%;
    display: block;
    margin: 32px auto 20px;
    box-shadow: 0 0 10px #00ffff; /* Glowing border */
}

.min-section p {
    font-family: "Montserrat";
    color: #d0d0d0;
    line-height: 1.875;
    width: 60%;
    margin: 0px auto 32px;
    font-size: 17px;
}

.bt-section {
    font-size: 15px;
    font-family: "Montserrat";
    color: #0a0a0a !important;
    border-radius: 5px; /* Rounder */
    background: linear-gradient(45deg, #ff4500, #ffd700); /* Fiery gold gradient */
    box-shadow: 0px 5px 15px rgba(255, 69, 0, 0.5);
    width: 200px;
    height: 55px;
    display: block;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.bt-section:hover {
    background: linear-gradient(45deg, #ffd700, #ff4500); /* Reverse gradient */
    color: #fff !important;
    box-shadow: 0px 10px 25px rgba(255, 215, 0, 0.7); /* Stronger glow */
}

/* About Server */

.about-server {
    background-color: #0a0a0a;
}

.features{
    margin-top: 90px;
}
.features .single-feature{
    background-color: #1a1a1a;
    padding: 15px;
    border-left: 1px solid rgba(0, 255, 255, 0.2);
    transition: all ease-in-out 300ms;
    border-radius: 10px; /* Rounder */
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);
}
.features .single-feature:hover{
    background-color: #2a2a2a;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.5); /* Neon hover glow */
}
.features .single-feature .icon-feature{
    font-size: 65px;
    margin-bottom: 10px;
    color: #ff4500; /* Fiery icons */
}
.features .single-feature .title-feature{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffd700;
}
.features .single-feature .desc-feature{
    font-size: 85%;
    color: #a0a0a0;
}



/* latest News */

.latest-server {
    background-color: #0a0a0a;
}

.latest-server a {
    color: #fff;
}

.latest-server .last-news:first-child {
    background-color: #121212 !important;
    padding: 15px;
    transition: all ease-in-out 300ms;
    border-bottom: 3px solid #00ffff;
    position: relative;
    box-shadow: 0 0 15px #00ffff; /* Neon border glow */
}

.latest-server .last-news:first-child::after {
    content: "NEW";
    background-color: #1a1a1a;
    color: #ffd700;
    padding: 10px 25px;
    position: absolute;
    top: 90px;
    left: 15px;
    border-left: 2px solid #ffd700;
    border-radius: 0px 0px 10px 0px;
    box-shadow: 4px 4px 10px rgba(255, 215, 0, 0.3);
}

.latest-server .last-news {
    background-color: #1a1a1a;
    padding: 15px;
    transition: all ease-in-out 300ms;
    border-bottom: 3px solid #ff4500;
    box-shadow: 0 0 10px #ff4500; /* Fiery glow */
}

.latest-server .last-news .img-news {
    height: 210px;
    width: 330px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.3);
}

.latest-server .last-news .img-news img {
    background-size: cover;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    transition: transform 0.3s; /* Zoom on hover */
}

.latest-server .last-news .img-news img:hover {
    transform: scale(1.1);
}

.latest-server .last-news .text-news {
    margin-top: 35px;
}

.latest-server .last-news .text-news .title-news h1 {
    font-size: 19px;
    color: #ffd700;
    text-shadow: 1px 1px 3px #000;
    text-align: left;
    margin: 15px auto 10px;
}

.latest-server .last-news .text-news .body-news p {
    color: #a0a0a0;
    text-shadow: 0px 1px 3px #0000007a;
    width: auto;
    margin: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}

.latest-server .last-news .text-news .time-news {
    color: #00ffff;
    text-shadow: 1px 1px 3px #00000047;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    margin-top: 15px;
}

.latest-server .last-news .text-news .time-news i {
    padding-right: 5px;
}

.latest-server .last-news .text-news .tools-news {
    color: #c0c0c0;
    margin-top: 22px;
    font-weight: 700;
}

.latest-server .last-news .text-news .tools-news ul {
    margin: 0;
    padding: 0;
}

.latest-server .last-news .text-news .tools-news ul li {
    display: inline-block;
    margin-left: 0px;
    font-size: 15px;
    background: linear-gradient(45deg, #ff4500, #ffd700);
    padding: 8px 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    color: #0a0a0a;
}

.latest-server .last-news .text-news .tools-news ul li:hover {
    background: linear-gradient(45deg, #ffd700, #ff4500);
    box-shadow: 0 0 15px #ffd700;
}

.latest-server .last-news .text-news .tools-news ul li a {
    color: #0a0a0a;
}

.all_news {
    background-color: #1a1a1a;
}

.all_news .last-news:first-child {
    background-color: #121212 !important;
    padding: 15px;
    transition: all ease-in-out 300ms;
    border-bottom: 3px solid #00ffff;
    position: relative;
    box-shadow: 0 0 15px #00ffff;
}

.all_news .last-news:first-child::after {
    content: "NEW";
    background-color: #1f1f1f;
    color: #ffd700;
    padding: 10px 25px;
    position: absolute;
    top: 90px;
    left: 15px;
    border-left: 2px solid #ffd700;
    border-radius: 0px 0px 10px 0px;
    box-shadow: 4px 4px 10px rgba(255, 215, 0, 0.3);
}

.all_news .last-news {
    background-color: #1f1f1f;
    padding: 15px;
    transition: all ease-in-out 300ms;
    border-bottom: 3px solid #ff4500;
}

/* Global Section */

.global-section {
    background-color: #0a0a0a;
}

.global-section p {
    width: 100%;
    font-family: "Montserrat";
    color: #a0a0a0;
    text-shadow: 0px 1px 5px rgba(0, 255, 255, 0.3);
    font-size: 14px;
    text-align: center;
}

.global-section .bordered {
    border-bottom: .6px solid #00ffff;
    width: 100%;
    border-top: .5px solid rgba(0, 255, 255, 0.1);
    display: block;
    margin: 0px auto 45px;
    box-shadow: 0 0 10px #00ffff;
}

.global-section h1 {
    margin-bottom: 12px;
    color: #ffd700;
}

.global-section .form-control {
    background-color: #1a1a1a;
    border: 1px solid #00ffff;
    padding: 10px 15px;
    transition: all ease-in-out .3s;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 255, 255, 0.2);
}

.global-section .form-icon {
    padding: 10px 30px 10px 60px !important;
}

.global-section .icon-link {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 7px;
    background-color: rgba(0, 255, 255, 0.1);
    width: 45px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px 0px 0px 4px;
    border-right: 1px solid rgba(0, 255, 255, 0.3);
    color: #00ffff;
}

.global-section .icon-link.login-icon {
    left: 16px;
}

.global-section textarea.form-control {
    max-height: 187px;
    min-height: 187px;
}

.global-section .form-control:focus {
    box-shadow: 0px 0px 20px rgba(0, 255, 255, 0.5);
    outline: none;
    background-color: #121212;
    border-color: #ffd700;
}

.global-section select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.global-section .btn-custom {
    padding: 10px;
    background: linear-gradient(45deg, #ff4500, #ffd700);
    color: #0a0a0a;
    transition: all ease-in-out .3s;
}

.global-section .btn-custom:hover {
    background: linear-gradient(45deg, #ffd700, #ff4500);
    box-shadow: 0 0 15px #ffd700;
}

.global-section .btn-custom:focus {
    box-shadow: 0px 0px 20px rgba(255, 215, 0, 0.5);
    outline: none;
    background: #121212;
}

.global-section .box-download {
    margin: 0px;
    padding: 30px;
    background-color: #1f1f1f;
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.3);
}

.global-section .box-download .icon-download {
    margin-bottom: 30px;
    color: #ffffff;
}

.global-section .box-download .icon-download i {
    background-color: #2a2a2a;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    font-size: 110px;
    border: 6px solid #00ffff;
    box-shadow: 0 0 20px #00ffff;
}

.global-section .box-download h1 {
    text-transform: uppercase;
    color: #ffd700;
}

.global-section .box-download ul {
    margin: 30px 0px;
    padding: 0px;
}

.global-section .box-download li {
    display: block;
    margin-bottom: 0px;
}

.global-section .box-download li a {
    display: block;
    padding: 10px;
    background-color: #252525;
    color: #c0c0c0;
    border-bottom: 1px solid rgba(0, 255, 255, 0.1);
    transition: all ease-in-out .3s;
    text-shadow: 0px 2px 3px rgba(0, 255, 255, 0.2);
}

.global-section .box-download li a:hover {
    text-decoration: none;
    background-color: #00ffff;
    color: #0a0a0a;
}

.global-section .box-download small {
    color: #b0b0b0;
    text-shadow: 0px 2px 3px rgba(0, 255, 255, 0.2);
}

.global-section .box-download small span {
    color: #ff4500;
}

.global-section .top-box {
    background-color: #1a1a1a;
    padding: 30px;
    border-bottom: 2px solid #00ffff;
    border-top: 2px solid #00ffff;
    position: relative;
    margin-bottom: 35px;
    box-shadow: 0 0 15px #00ffff;
}

.global-section .top-box .rank {
    position: absolute;
    top: -20px;
    left: -15px;
    background-color: #121212;
    height: 60px;
    width: 60px;
    line-height: 55px;
    font-size: 22px;
    font-weight: bold;
    color: #ffd700;
    border-radius: 50%;
    border: 2px solid #00ffff;
    box-shadow: 0 0 10px #ffd700;
}

.global-section .top-box .rank2 {
    position: absolute;
    top: -20px;
    right: -6px;
    background-color: #121212;
    height: 60px;
    width: 60px;
    line-height: 55px;
    font-size: 22px;
    font-weight: bold;
    color: #ffd700;
    border-radius: 50%;
    border: 2px solid #00ffff;
    box-shadow: 0 0 10px #ffd700;
}

.global-section .top-box .img-face img {
    background-color: #121212;
    padding: 15px;
    border-radius: 60px;
    overflow: hidden;
    border: 1px solid #00ffff;
    box-shadow: 0 0 10px #00ffff;
}

.global-section .top-box h1 {
    margin-top: 15px;
    margin-bottom: 7px;
    color: #ffd700;
}

.global-section .top-box .class-char {
    color: #ff4500;
}

.global-section .top-box ul {
    color: #c0c0c0;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative;
}

.global-section .top-box ul li {
    position: relative;
    list-style: none;
    background-color: #1f1f1f;
    padding: 7px;
    margin-bottom: 2px;
    font-size: 13px;
    color: #c0c0c0;
    transition: all ease-in-out .3s;
}

.global-section .top-box ul li:hover {
    background-color: #00ffff;
    color: #0a0a0a;
}

.global-section .top-box ul li i {
    position: absolute;
    left: -4px;
    top: 0px;
    background-color: #2a2a2a;
    height: 100%;
    width: 33px;
    line-height: 32px;
    border-radius: 5px;
    color: #ffd700;
}

.global-section .pd-l-r {
    padding: 0px 10px;
}

.global-section .pd-l-r-alert {
    padding: 0px 28px;
}

.global-section .user-info ul {
    padding: 0;
    margin: 0;
}

.global-section .user-info ul li {
    position: relative;
    font-family: "Montserrat";
    list-style: none;
    height: 35px;
    margin: 0;
    font-size: 13px;
    text-transform: capitalize;
    color: #d0d0d0;
    line-height: 36px;
    background-color: #1f1f1f;
    margin-bottom: 1px;
    transition: all ease-in-out .3s;
    text-align: left !important;
    padding: 0px 50px;
}

.global-section .user-info ul li:hover {
    background-color: #00ffff;
    color: #0a0a0a;
}

.global-section .user-info ul li i {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    line-height: 35px;
    background-color: #2a2a2a;
    width: 35px;
    color: #ff4500;
}

.global-section .about-text > p,
.global-section .about-text > ul{
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}

.user-info .my-pic {
    height: 215px;
    display: block;
    background-color: #1f1f1f;
    position: relative;
    box-shadow: 0 0 10px #00ffff;
}

.user-info .my-pic img {
    position: absolute;
    top: 30%;
    left: 20%;
    background-color: #121212;
    padding: 15px;
    border-radius: 50px;
    border: 2px solid #ffd700;
}

.box-change {
    background-color: #1f1f1f;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    transition: all ease-in-out .3s;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.normal-table td {
    background-color: #1a1a1a;
    color: #c0c0c0;
    text-shadow: 0px 1px 3px rgba(0, 255, 255, 0.2);
    transition: all ease-in-out .3s;
    padding: 10px 15px;
    border-bottom: 1px solid #00ffff;
}

.normal-table td:hover {
    background-color: #2a2a2a;
    box-shadow: 0 0 10px #00ffff;
}

.normal-table tr:first-child td {
    background-color: #121212;
    font-size: 15px;
    color: #ffd700;
    padding: 15px 20px !important;
}

.normal-table .img-thumbnail {
    padding: .25rem;
    background-color: #0a0a0a;
    border: 0px solid #dee2e6;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 10px #ffd700;
}

.normal-table a {
    color: #00ffff;
}

/* End Table Edit */

/* Start General Class's */

.se-alert {
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    position: relative;
    margin-bottom: 6px;
    padding: 10px 50px;
    text-shadow: 1px 2px 10px rgba(0, 255, 255, 0.3);
    text-align: left;
}

.error {
    background-color: #ff4500;
    box-shadow: 0 0 15px #ff4500;
}

.success {
    background-color: #32cd32; /* Lime green for success */
    box-shadow: 0 0 15px #32cd32;
}

.se-alert i {
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
}

.page-alert {
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    position: relative;
    margin-bottom: 6px;
    padding: 20px 75px;
    text-shadow: 1px 2px 10px rgba(0, 255, 255, 0.3);
    text-align: left;
    font-weight: 700;
}

.page-alert i {
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 20px;
    border-radius: 5px;
}

.pd-20 {
    padding: 20px !important;
}

.view{
    position: relative;
}
.view:hover .view-profile{
    height: 25px;
}
.view-profile{
    position: absolute;
    overflow: hidden;
    height: 0px;
    line-height: 23px;
    width: 88px;
    font-size: 15px;
    background-color: #ff4500;
    border-radius: 10px;
    left: -100px;
    top: -2px;
    transition: all ease-in-out .1s;
    box-shadow: 0 0 10px #ff4500;
}
.view-profile small{
    font-size: 72%;
    font-weight: 400;
}
.message-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    color: #ffd700;
}
.message-group {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #1f1f1f;
    border: 1px solid #00ffff;
    border-radius: 5px;
    box-shadow: 0px 4px 15px rgba(0, 255, 255, 0.2);
}
.info-message {
    color: #ffd700;
    font-weight: bold;
}

.message-box p {
    margin: 0px 0px;
    color: #d0d0d0;
    font-weight: 300;
    text-align: left;
}

.toolbar-view h5{
    background-color: #1f1f1f;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    color: #00ffff;
}
.toolbar-view h1{
    margin: 0;
    padding: 11px 20px;
    background-color: #1f1f1f;
    border-radius: 5px;
    font-size: 100%;
    text-shadow: none;
    font-weight: normal;
    color: #ffd700;
}
.toolbar-view .btn-pd{
    padding: 8px 0 !important;
}
.toolbar-view .pd-left{
    padding: 0px 0px 0px 15px;
}
.toolbar-view h1 small{
    float: right;
    color: #ff4500;
}

.post-reply{
    margin: 0;
    padding: 0;
    background-color: #1f1f1f;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
}

.bg-close{
    background-color: #1a1a1a!important;
    margin-top: 7px;
    border-radius: 5px;
}

.bg-close > small{
    line-height: 40px;
}

#availability-username span{
    position: absolute;
    top: -30px;
    left: 7px;
    font-size: 83%;
    background-color: #121212;
    padding: 5px 10px;
    border-radius: 5px;
    color: #00ffff;
}
.label-custom{
    background-color: #1f1f1f;
    padding: 11px 20px;
    border-radius: 5px;    
}
.label-custom input{margin-left: 0;}
.label-custom label{
    margin-left: 20px;
    color: #c0c0c0;
}

.label-tele{
    padding: 11px 20px;
    width: 100%;
}

/* End General Class's */

/* Start Store */

.product_container{
    background-color: #1f1f1f;
    padding: 10px;
    box-shadow: 0px 6px 20px rgba(255, 69, 0, 0.3);
    border-top: 5px solid #ffd700;
    border-bottom: 5px solid #ffd700;
    margin-bottom: 20px;
    border-radius: 10px;
}
.product_container .product_img{
    background-color: #121212;
    padding: 15px;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    box-shadow: 0 0 10px #ffd700;
}
.product_container .product_img > img{
	height: 200px;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.product_container .product_name{
    background-color: #121212;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}
.product_container .product_name > h1{
    font-size: 19px;
    font-weight: bold;
    color: #00ffff;
    margin: 0;
}
.product_container .product_price{
    background-color: #121212;
    padding: 15px;
}
.product_container .product_price > span{
    font-weight: 700;
    color: #ff4500;
}
.product_container .product_desc{
    background-color: #121212;
    padding: 20px;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
}
.product_container .product_desc > p{
    margin: 0;
    text-shadow: 0px 2px 4px rgba(0, 255, 255, 0.3);
    color: #b0b0b0;
    font-weight: 400;
    font-size: 85%;
}
.product_container .product_buy{
    background-color: #121212;
    padding: 20px;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
}
.product_container .product_buy > .product_btn{
    background: linear-gradient(45deg, #00ffff, #ffd700);
    display: block;
    padding: 15px 0px;
    color: #0a0a0a;
    text-transform: capitalize;
    font-weight: 700;
    outline: none;
    transition: all ease-in-out .3s;
    width: 100%;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 10px #00ffff;
}

.product_container .product_buy > .bg-danger{
    margin-top: 3px;
    background-color: #ff4500;
}

.product_container .product_buy > .product_btn:hover{
    background: linear-gradient(45deg, #ffd700, #00ffff);
    box-shadow: 0 0 20px #ffd700;
}




/* End Store */

/* Start Editor */

.trumbowyg-box, .trumbowyg-editor {
    border: none;
}

.trumbowyg-button-pane {
    background: #1a1a1a;
    min-height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    border: none;
    box-shadow: 0 0 10px #00ffff;
}

.trumbowyg-button-pane::after {
    content: " ";
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #00ffff;
}

.trumbowyg-button-pane .trumbowyg-button-group::after {
    content: " ";
    display: inline-block;
    width: 1px;
    background: transparent;
    margin: 0 5px;
    height: inherit;
    vertical-align: top;
}

.trumbowyg-button-pane button {
    color: #fff;
}

.trumbowyg-button-pane button.trumbowyg-active, .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
    background-color: rgba(0, 255, 255, 0.2);
    outline: 0;
    box-shadow: 0 0 10px #00ffff;
}

.trumbowyg-box svg, .trumbowyg-modal svg {
    width: 17px;
    height: 100%;
    fill: #ffd700;
}

.trumbowyg-editor.trumbowyg-reset-css h1, .trumbowyg-editor.trumbowyg-reset-css h2, .trumbowyg-editor.trumbowyg-reset-css h3, .trumbowyg-editor.trumbowyg-reset-css h4 {
    color: #ffd700;
    text-shadow: none;
    font-weight: 600;
}
.trumbowyg-editor.trumbowyg-reset-css blockquote, .trumbowyg-editor.trumbowyg-reset-css div, .trumbowyg-editor.trumbowyg-reset-css ol, .trumbowyg-editor.trumbowyg-reset-css p, .trumbowyg-editor.trumbowyg-reset-css ul {
    font-family: 'Montserrat', Helvetica, Verdana, sans-serif !important;
}

.trumbowyg-editor.trumbowyg-reset-css {
    background: #0a0a0a !important;
    font-family: 'Montserrat', Helvetica, Verdana, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.45em !important;
    color: #fff !important;
    text-transform: capitalize;
}

.trumbowyg-editor.trumbowyg-reset-css p{
    text-shadow: none;
    text-align: left;
    color: #fff;
    font-family: 'Montserrat', Helvetica, Verdana, sans-serif !important;
    font-size: 15px !important;
    line-height: 9px !important;
    font-weight: 400;
}

.trumbowyg-editor, .trumbowyg-textarea {
    box-shadow: 0px 0px 15px rgba(0, 255, 255, 0.3);
}

/* End Editor */

/* Start Event Page */

.event-box{
    background-color: #1f1f1f;
    box-shadow: 0px 5px 15px rgba(0, 255, 255, 0.3);
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    position: relative;
    height: 50px;
}
.event-box .title-event{
    margin: 0;
    text-align: left;
    font-size: 19px;
    font-weight: 700;
    position: absolute;
    line-height: 50px;
    left: 20px;
    color: #ffd700;
}
.event-box .info-event{
    font-size: 90%;    
}
.event-box .off-event{
    color: #ff4500;
}
.event-box .on-event{
    color: #32cd32; 
}

.event-box .time-event ul{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    font-size: 85%;
    line-height: 50px;
}
.event-box .time-event ul li{
    display: inline-block;
    color: #ffffff;
    margin-left: -4px;
    background-color: rgba(0, 255, 255, 0.1);
    padding: 0 15px;
}

/* End Event Page */


/* Start Single Post */

.single-post-box{
    background-color: #121212;
    padding: 15px;    
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.3);
}
.single-post-box .post-header{
    background-color: #1a1a1a;
    margin-bottom: 15px;
    height: 50px;
    padding: 0 20px;    
}
.single-post-box .post-header .post-title{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Montserrat";
    color: #ffd700;
    text-shadow: 0px 3px 10px rgba(255, 215, 0, 0.3);
    font-weight: 600;
    line-height: 50px;    
}
.single-post-box .post-header .post-time{
    line-height: 50px;
    font-size: 85%;
    color: #00ffff;
}
.single-post-box .post-image{
    max-height: 210px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 15px;
    box-shadow: 0 0 10px #00ffff;
}
.single-post-box .post-image img{
    background-size: cover;
    width: 100%;
    height: auto;
    transition: all ease-in-out 2s;
    transform: scale(1);  
}
.single-post-box .post-content{
    background-color: #1a1a1a;
    padding: 15px;
    text-align: left;
}
.single-post-box .post-content p{
    font-weight: normal !important;
    font-size: 15px !important;
    color: #c0c0c0;
}
.single-post-box .post-content .full-content{
    color: #a0a0a0;
    font-size: 95%;
    font-weight: 500;
    text-shadow: 1px 2px 10px rgba(0, 255, 255, 0.3);   
}

.single-post-box .post-content .full-content p{
    font-weight: normal !important;
}

.single-post-box .post-content .share-social{
    background-color: #121212;
    padding: 0px 40px;
    min-height: 80px;
    line-height: 80px;
}
.single-post-box .post-content .share-social ul{
    margin: 0;
    padding: 0;
}
.single-post-box .post-content .share-social ul > li{
    display: inline-block;
    margin-left: 7px;
}
.single-post-box .post-content .share-social ul > li > a > i{
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: rgba(0, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px rgba(0, 255, 255, 0.3);
    transition: all linear .3s;
}

.single-post-box .post-content .share-social ul > li > a > i:hover{
    box-shadow: 0px 2px 70px rgba(0, 255, 255, 0.5);
}

.single-post-box .post-content .share-social .share-text{
    font-size: 95%;
    color: #ffd700;
}


.comments-container .header-feedback{
    background-color: #1f1f1f;
    height: 50px;
    padding: 0 20px;    
}
.comments-container .header-feedback .title-feedback{
    margin: 0;
    padding: 0;
    color: #ffd700;
    text-shadow: 0px 3px 10px rgba(255, 215, 0, 0.3);
    font-weight: 700;
    line-height: 50px;   
}
.comments-container .user-feedback{padding: 0px;}
.comments-container .user-feedback .opps-comments{
    background-color: #121212;
    height: 50px;
    line-height: 50px;
    color: #a0a0a0;
}
.comments-container .user-feedback .comment-box-user{
    position: relative;
    background-color: #121212;
    border-radius: 10px;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    min-height: 190px;
    box-shadow: 0 0 10px #00ffff;
}
.comments-container .user-feedback .comment-box-user .info-user-comment{
    position: absolute;
    left: 20px;
    display: block;
    background-color: #0a0a0a;
    padding: 14px;
    border-radius: 10px;
    min-width: 124px;
}
.comments-container .user-feedback .comment-box-user .info-user-comment .img-face{
    height: 64px;
    width: 64px;
    border-radius: 50px;
    overflow: hidden;
    border: 5px solid #00ffff;
    margin: 0 auto;
    box-shadow: 0 0 10px #00ffff;
}
.comments-container .user-feedback .comment-box-user .info-user-comment .player-name{
    font-size: 85%;
    padding-top: 8px;
    color: #ffd700;
    display: block;
}

.comments-container .user-feedback .comment-box-user .info-user-comment .comment-time{
    font-size: 74%;
    color: #a0a0a0;
}
.comments-container .user-feedback .comment-box-user .info-user-comment .player-class{
    font-size: 74%;
    color: #a0a0a0;
    padding: 5px 0;
}

.comments-container .user-feedback .comment-box-user .comment-user{
    font-family: 'Cairo', 'Montserrat'!important;
    font-size: 95%;
    line-height: 23px;
    text-align: left;
    right: 0;
    display: block;
    width: 85%;
    float: right;
    color: #b0b0b0;
    position: relative;
    top: 2px;
    background-color: rgba(0, 255, 255, 0.05);
    padding: 15px 30px;
    border-radius: 12px;
    overflow: hidden;
}

.box-sharing{
    display: none;
    background-color: #0a0a0a;
    padding: 40px;
    margin: 0 auto;
    margin-top: 15px;
    box-shadow: 0 0 15px #ffd700;
}
.comments-container .user-feedback .comment-box-user .comment-user .comment-text p{
    font-size: inherit;
    color: #c0c0c0;
    text-shadow: none;
    font-weight: normal;
    margin: 0px;
}


.comments-container .user-feedback .comment-box-user .comment-user .comment-text ul,
.comments-container .user-feedback .comment-box-user .comment-user .comment-text ol{
    margin: 0;
    padding: 0px 10px;
}

.comments-container .user-feedback .comment-box-user .comment-user::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 15px solid #0a0a0a;
    display: block;
    position: absolute;
    left: -28px;
    top: 10px;
}

.single-post-box .comments-container{margin: 15px auto 0px 0px;}
.single-post-box .comments-container .reply-header{
    background-color: #1f1f1f;
    height: 50px;
    padding: 0 20px;
}
.single-post-box .comments-container .reply-header .reply-title{
    margin: 0;
    padding: 0;
    color: #ffd700;
    text-shadow: 0px 3px 10px rgba(255, 215, 0, 0.3);
    font-weight: 700;
    line-height: 50px; 
}





/* End Single Poist */

/* Start pagination */

.pagination-edit{
display: -webkit-inline-box;
}
.pagination-edit .page-link{
    padding: 10px 15px;
    color: #c0c0c0;
    background-color: #121212;
    border: none;
    transition: all ease-in-out .2s;
}

.pagination-edit .page-link:hover{
    color: #fff;
    background-color: #00ffff;
    border-color: transparent;
    box-shadow: 0 0 10px #00ffff;
}

.pagination-edit .page-item.active .page-link{
    color: #0a0a0a;
    background-color: #ffd700;
    border-color: transparent;
    box-shadow: 0 0 10px #ffd700;
}

/* End pagination */

/* Start Modal Edit */

.modal-content{
    background-color: #0a0a0a;
    border: none;
    box-shadow: 0px 0px 50px rgba(0, 255, 255, 0.5);
}

.modal-header{
    border-bottom: 1px solid rgba(0, 255, 255, 0.2);
    color: #ffd700;
}

.modal-footer{
    border-top: 1px solid rgba(0, 255, 255, 0.2);
}

.close{
    color: #fff;
    text-shadow: none;
}

/* End Modal Edit */


/* Start Paypal Style */

.message-details{
    background-color: #00ffff;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 0 10px #00ffff;
}
.message-details h5{
    font-size: 110%;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    color: #0a0a0a;
}

/* End Paypal Style */

/* footer-content */

.footer-content {
    background-color: #0a0a0a;
}

.footer-content .bordered-footer {
    background: url(../images/border.png) center center repeat-x;
    height: 5px;
    width: 100%;
    box-shadow: 0 0 10px #ffd700;
}

.footer-content h4 {
    font-size: 18px;
    font-family: "Montserrat";
    color: #ff4500;
    font-weight: bold;
    text-shadow: 0px 3px 0px rgba(255, 69, 0, 0.3);
    margin-bottom: 10px;
}

.footer-content p {
    font-size: 13px;
    font-family: "Montserrat";
    color: #b0b0b0;
    line-height: 1.8;
    text-shadow: 1px 1px 3px rgba(0, 255, 255, 0.3);
    font-weight: 400;
}

.footer-content .social-media-ft {
    margin: 20px 0px 0px -40px;
}

.footer-content .social-media-ft li {
    display: inline-block;
    margin-right: 15px;
}

.footer-content .social-media-ft li a i {
    height: 50px;
    width: 50px;
    border-radius: 50%; /* Full circle */
    border: 2px solid #00ffff;
    text-align: center;
    font-size: 22px;
    color: #00ffff;
    line-height: 50px;
    transition: all ease-in-out .3s;
    box-shadow: 0 0 10px #00ffff;
}

.footer-content .social-media-ft li a i:hover {
    border: 1px solid #ffd700;
    color: #ffd700;
    box-shadow: 0 0 20px #ffd700;
}

.footer-content .links-ft {
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-content .links-ft li {
    padding: 0px;
    display: inline-flex;
}

.footer-content .links-ft li a {
    font-size: 15px;
    font-family: "Montserrat";
    color: #0a0a0a;
    font-weight: 500;
    text-decoration: none;
    width: 120px;
    height: fit-content;
    background: linear-gradient(45deg, #ff4500, #ffd700);
    text-align: center;
    margin: 15px 5px 0px 0px;
    border-radius: 10px;
    line-height: 30px;
    display: block;
    transition: all ease-in-out .3s;
    padding: 9px;
}

.footer-content .links-ft li a:hover {
    background: linear-gradient(45deg, #ffd700, #ff4500);
    box-shadow: 0 0 15px #ffd700;
}

/* Footer */

.footer {
    background-color: #050505;
    padding: 25px;
    box-shadow: 0 -5px 20px rgba(0, 255, 255, 0.3);
}

.footer p {
    font-size: 15px;
    font-family: "Montserrat";
    color: #c0c0c0;
    font-weight: 700;
}

.footer p a {
    color: #ffd700;
    text-decoration: none
}

.footer p a:nth-last-child(1) {
    color: transparent;
    text-decoration: none
}
.navbar-light .navbar-toggler {
    background: #ffd700 !important;
    border-color: #00ffff;
}