@font-face {
    font-family: 'Noto-Regular';
    src: url('/templates/enduremu/fonts/Noto-Regular.woff2') format('woff2');
}


@font-face {
    font-family: 'Noto-Bold';
    src: url('/templates/enduremu/fonts/Noto-Bold.woff2') format('woff2');
}

html[lang="ge"] body a { font-family:'Noto-Regular'; font-weight: 500 !important;}


.modal-content h2 span {
    font-family:'Noto-Regular';
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    font-feature-settings: 'case' on;
    background: linear-gradient(#ffaf43, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    
}



html[lang="ge"] .panel-title { font-family: 'Noto-Regular'; font-weight: 500; font-feature-settings: 'case' on;}
html[lang="ge"] .panel-title a { font-feature-settings: normal; font-weight: 500;}


html[lang="ge"] body p {
    font-family: 'Noto-Regular';
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}



html[lang="ge"] .flex-c-c a {
    font-family: 'Noto-Regular';
    font-weight: 500;
    font-feature-settings: 'case' on;
}


html[lang="ge"] .topPanel__buttons a { font-family: 'Noto-Regular'; }
html[lang="ge"] .buttonDark { padding: 17px 0; }
html[lang="ge"] button, .button { padding: 19px 13px;}
html[lang="en"] button, .button { padding: 19px 13px;}
html[lang="ge"] button, .button a { font-family: 'Noto-Regular'; font-feature-settings: 'case' on;}


html[lang="ge"] .download-block span { padding: 0 1px; font-weight: 500; font-feature-settings: 'case' on;}






.status-block{
	margin-bottom:15px;
}

.flex-s-c{ display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; } 
.server-title-wrap{ display:flex; align-items:center; min-width:0; }


.server-status-wrap{ margin-top: -2px; display:flex; align-items:center; justify-content:flex-end; gap:8px; min-width:95px; text-align:right; }
.status-online, .status-offline{ font-size:14px; font-weight:700; letter-spacing:.5px; line-height:1; white-space:nowrap; } 
.status-online{ color:#ccfa6a; }
.status-offline{ color:#ff4d4d; }
.server-footer{ display:flex; align-items:center; justify-content:space-between; margin-top:10px; } 
.server-stats{ display:flex; align-items:center; justify-content:flex-end; gap:5px; min-width:70px; text-align:right; }
.server-stats .status-online, .server-stats .status-offline { display:inline-flex; align-items:center; }
.server-name { font-size: 14px; font-weight: 700;}


.pulse-dot{
	width:10px;
	height:10px;
	border-radius:50%;
}

.pulse-dot.status-online{
    margin-top: -1px;
	background:#ccfa6a;
	box-shadow:0 0 10px #ccfa6a;
	animation:pulse 1.5s infinite;
}

.pulse-dot.status-offline{
    margin-top: -1px;
	background:#ff4d4d;
	box-shadow:0 0 10px #ff4d4d;
}

@keyframes pulse{

	0%{
		transform:scale(1);
		opacity:1;
	}

	50%{
		transform:scale(1.4);
		opacity:.5;
	}

	100%{
		transform:scale(1);
		opacity:1;
	}
}

/* LOAD COLORS */

.progress-bar-webengine{ width:100%; height:8px; background:rgba(255,255,255,.06); border-radius:30px; overflow:hidden; margin-bottom:12px; } 
.progress-bar-webengine span{ display:block; height:100%; border-radius:30px; transition:width .4s ease; }

.progress-bar-webengine span.progress-green{ background:#00ff88; box-shadow:0 0 10px rgba(0,255,136,.35); } 

.progress-bar-webengine span.progress-yellow{ background:#ffd000; box-shadow:0 0 10px rgba(255,208,0,.35); } 

.progress-bar-webengine span.progress-red{ background:#ff4d4d; box-shadow:0 0 10px rgba(255,77,77,.35); }

.server-capacity{ font-size:14px; font-weight:700; }



.server-info-text{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; font-size:12px; color:rgba(255,255,255,.55); } .server-info-text b{ color:#f7ddbf; font-weight:700; }



.panel-b {
    background:
    radial-gradient(
        circle at top,
        rgba(255,150,70,0.16),
        transparent 36%
    ),
    radial-gradient(
        circle at bottom right,
        rgba(120,25,15,0.10),
        transparent 45%
    ),
    linear-gradient(
        180deg,
        #3a2521 0%,
        #2a1b1b 48%,
        #1b1414 100%
    );
	border-radius: 0;
	border: 1px solid transparent;
    border-image:
    linear-gradient(
        to right,
        rgba(255,175,67,0),
        rgba(255,175,67,0.95),
        rgba(255,175,67,0)
    ) 1;
    box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 -12px 24px rgba(0,0,0,0.22);
    
    
}


.p-header {
	padding: 15px 15px;
	  background:
            radial-gradient(
        circle at top,
        rgba(255,140,50,0.18) 0%,
        rgba(255,120,40,0.10) 22%,
        transparent 58%
    ),
    linear-gradient(
        180deg,
        rgba(28,18,18,0.96) 0%,
        rgba(14,10,10,0.98) 55%,
        rgba(8,6,6,1) 100%
    );
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 0 15px rgba(0,0,0,0.45);
}


.p-body {
	padding: 15px;
	font-size: 14px;
}

html[lang="ge"] .p-body, th {
    font-family: 'Noto-Regular';
    font-size: 12px;
    font-weight: 500;
}




.form-input {
    width: 100%;
    height: 38px;
    padding: 0 16px;
    border-radius: 4px;
    font-family: Noto-Regular;
    font-size: 13px;
    font-weight: 500;
    box-sizing: border-box;
    background:
        linear-gradient(
            180deg,
            rgba(10,10,10,0.95),
            rgba(5,5,5,0.98)
        );
    border:
        1px solid rgba(255,140,50,0.18);

    color: #f3e2d1;

    box-shadow:
        inset 0 0 10px rgba(0,0,0,0.55);

    transition: .3s ease;
}

.form-input:focus {
    border-color:
        rgba(255,140,50,0.45);

    box-shadow:
        0 0 12px rgba(255,120,40,0.15),
        inset 0 0 10px rgba(255,120,40,0.05);
}

.form-input::placeholder {
    text-align: left;
    opacity: 0.4;
    font-family: Noto-Regular;
    font-size: 13px;
}




.panel-u {
	background: url('../img/usercp_bg.jpg') no-repeat;
	background-size: cover;
}

.panel-u ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-u ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

.panel-u ul li a {
	color: #f7ddbf !important;
}
.panel-u ul li a:active, .panel-u ul li a:hover {
	color: #ffffff !important;
}

.panel-u ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
}


.panel-btn {
    margin-top: -2px;
    padding: 2px 5px 2px 5px;
    color: #ffb347 !important;
    background:
        linear-gradient(
            to bottom,
            rgba(255,140,0,0.10),
            rgba(255,90,0,0.04)
        ) !important;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.panel-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
    transform: skewX(-25deg);
    transition: .7s;
}

.panel-btn:hover::before {
    left: 140%;
}



.table { margin: 0; }

.panel-b .table td {
    padding:13px 0;
    border-bottom:1px solid rgba(255,255,255,.03);
}

.panel-b .table td img {
    margin: -5px 7px 0 0;
}

.panel-b .table td:first-child {
    color:#9d8a78;
    font-size:13px;
}

.panel-b .table td:last-child {
    text-align:right;
    color:#f5e4cf;
}


.panel-b .table tr:last-child td {
    border-bottom:none;
}


.live-online-count {
    font-family: 'Noto-Bold';
    color:#7cff7c !important;
    text-shadow:
        0 0 8px rgba(124,255,124,.7),
        0 0 18px rgba(124,255,124,.4);
}


a,
a:focus,
a:active,
a:visited {
    outline: none !important;
    box-shadow: none !important;
}
