@import url("../assets/fonts/inter/inter-ui.css");

@font-face {
    font-family: 'LCDDot TR';
    src: url('LCDDot-TR.woff2') format('woff2'),
        url('LCDDot-TR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Inter UI", sans-serif; 
    background-color: #272b2f;
    color: #fff;
    font-size: 16px;
}

.project-name {
	margin-bottom: 3px;
}

.date {
	line-height: 1.2;
	color: #8a8a8a;
	margin-bottom: 5px;
}
.city {
    line-height: 1.2;
    color: #8a8a8a;
}

.h1, h1 {
    color: #fff;
    letter-spacing: -0.3pt;
}
.h3, h3 {
    color: #fff;
    letter-spacing: -0.3pt;
    font-size: 21px;
}

.progressGradient{
    background: rgb(184,250,141);
    background: linear-gradient(90deg, rgba(184,250,141,1) 0%, rgba(3,194,158,1) 100%);
    color: #24462c;
}

.card {
    background-color: #212121;
    border-radius: 10px;
    margin-bottom: 15px;
}
.card-body {
    padding: 10px;
}

.login-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}
.progress {
    background-color: #384553;
}

.text-muted {
    color: #848484 !important;
}

.pagerbox {
    background-color: #212121;
    border-radius: 10px;
    padding: 15px;
    background: linear-gradient(173deg, rgba(69, 69, 69, 1) 0%, rgba(0, 0, 0, 1) 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.pagertextarea {
    background: #05F98A;
    background: linear-gradient(0deg, rgba(5, 249, 138, 1) 0%, rgba(0, 199, 109, 1) 100%);
    border: 2px solid #515151; 
    color: #345948;
    font-size: 45px; 
    font-family: 'LCDDot TR', monospace;
    line-height: 32px;
    width: 100%;
}
.pagertextarea:focus {
    background: #05F98A;
    background: linear-gradient(0deg, rgba(5, 249, 138, 1) 0%, rgba(0, 199, 109, 1) 100%);
    border: 2px solid #515151; 
    color: #345948;
    font-size: 45px; 
    font-family: 'LCDDot TR', monospace;
    line-height: 32px;
    box-shadow: none;
}

.text-danger {
    color: #ff4242 !important;
}
.text-sent {
    color: #2b2b2b; 
    background: #717a72;
    background: linear-gradient(0deg, rgba(113, 122, 114, 1) 0%, rgba(96, 112, 112, 1) 100%);
}
.counting {
    color: #5b5b5b;
}

.newsDate {
    font-size: 13px;
    color: #7e96a2;
    margin-bottom: -3px;
    font-weight: bold;
    background-color: #000;
    display: inline-block;
    padding: 0 5px;
    border-radius: 3px;
}

.newBadge {
	background-color: #ff4242;
	color: white;
	font-size: 11px;
	padding: 1px 6px 0 6px;
	border-radius: 12px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 3px;
}
.newsText {
	font-size: 17px;
	color: #9ca8b3;
	margin: 0 5px;
}
.postInfo {margin-bottom: 1px;}

.alert-danger {
	--bs-alert-color: #06c39e;
	--bs-alert-bg: #212121;
	--bs-alert-border-color: #06c39e;
	--bs-alert-link-color: #06c39e;
}
.alert-info {
	--bs-alert-color: #06c39e;
	--bs-alert-bg: #212121;
	--bs-alert-border-color: #06c39e;
	--bs-alert-link-color: #06c39e;
}
.siteNews {
	color: #06c39e;
	background-color: #212121;
	border: 1px solid #06c39e;
	padding: 13px;
	border: 1px solid #06c39e;
	border-radius: 9px;
}

.postText {color: #fff;font-size: 19px;}
hr {margin-top: 36px;margin-bottom: 30px;}
.sysField {color: #899095;}

img[src="logo.png"] {margin-top: 22px;}

.footerText {color:#6f7477;font-size: 13px;}

/*----------------------------------------------------------------*/























@media screen and (max-width: 991px) {
    .container {
        max-width: 100%;
        padding: 10px;
    }
    
    .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
        padding: 5px;
    }

    .card {
        margin-bottom: 15px;
    }

    .login-container {
        width: 100%;
        padding: 10px;
    }

    h1, .h1 {
        font-size: 24px;
    }
    
    h2, .h2 {
        font-size: 32px;
    }

    h3, .h3 {
        font-size: 18px;
    }
    
    .pagertextarea, .pagertextarea:focus {
        font-size: 32px;
        line-height: 28px;
    }
    
    .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }
    
    .header-controls {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .header-controls > div {
        margin-bottom: 10px;
        width: 100%;
    }
    
    .header-controls .btn {
        margin-bottom: 5px;
        display: block;
        width: 100%;
        margin-left: 0 !important;
        margin-top: 5px;
    }
}

@media screen and (max-width: 576px) {
    .container {
        padding: 8px;
    }
    
    h1, .h1 {
        font-size: 22px;
    }
    
    h2, .h2 {
        font-size: 29px;
    }
    
    .card-body {
        padding: 8px;
    }
    
    .pagerbox {
        padding: 10px;
    }
}