       /* Дополнительные стили */
        body {
            font-family: 'Huninn', sans-serif;
            background-color: #f4f4f4;    
            margin-top: 60px; /* Высота фиксированной шапки */
        }
		h3{font-weight: 500;
   			font-size: 2em;
    		color: #0E1425;
    		font-family: 'Jost', sans-serif;
    		letter-spacing: normal;
    		line-height: 115%;
		}
        .header {
            background-color: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
        }
        .header .navbar-brand {
            font-family: 'Jost', sans-serif;
            font-size: 24px;
            font-weight: bold;
			text-transform: capitalize;
        }
        .hero-section {
            background: linear-gradient(135deg, #ffffff, #fff5fe);
            color: #fff;
            padding: 100px 0 50px 0;
        }
        .hero-section h1,
        .hero-section h2 {
            font-family: 'Jost', sans-serif;
			color:#000;
        }
        .hero-section h1 {
            font-size: 40px;
            /* margin-bottom: 20px; */
        }
        .hero-section h2 {
            font-size: 40px;
            margin-bottom: 20px;
        }
        .hero-section .main {
            font-size: 50px;            
        }		
        .hero-section .highlight {
           background: linear-gradient(270deg, #E755EC 17.51%, #FF4FB4 38.52%, #FE4E4C 71.71%, #FF823E 91.89%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			background-clip: text;
			color: transparent;
        }
        .hero-section .btn-primary {
            background-color: #ff7675;
            border-color: #ff7675;
        }
        .hero-section .btn-primary:hover {
            background-color: #fd79a8;
            border-color: #fd79a8;
        }
		.hero-section p{color:rgba(14, 20, 37, 0.5)}
        .logo-icon{width: 36px;}
        .feature-section {
            padding: 60px 0;
        }
        .feature-section h2 {
            font-family: 'Jost', sans-serif;
            font-size: 32px;
            margin-bottom: 20px;
        }
        .feature-section img {
            border-radius: 10px;
           /*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
        }
        .all-features-section {
            background-color: #f9f9f9;
            padding: 60px 0;
        }
        .qr-code-container {
            text-align: center;
        }
        .qr-code {
            width: 150px;
            height: 150px;
            margin-bottom: 10px;
        }
        .footer {
            background-color: #fff;
            box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
            padding: 20px 0;
            text-align: center;
        }
        .footer p {
            margin: 0;
        }
		sel{background-color:#b85ed430}
		
        .text-input-container {
            position: relative;
        }
        .text-input-container textarea {
            width: 100%;
            height: 250px;
            padding: 15px;
            font-size: 16px;
            border: 2px solid #ced4da;
            border-radius: 5px;
            resize: vertical;
        }
        .text-input-container textarea:focus {
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }
		
.progress-bar-container {
    width: 100%;
    height: 20px!important;
    border-radius: 5px;
    margin: 15px 0px!important;
    position: relative;
    display: none;
}

.progress-bar {
    height: 100%;
    width: 0;
	color:#aaa!important;
    background-color: #b85ed4!important;
    border-radius: 5px;
    transition: width 0.1s ease-in-out;
}

.progress-bar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
}

        .counter {
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 14px;
            color: #6c757d;
			width: 240px;
        }
		#block__wrapper{/* background-color: #FFF;border-radius: 3em;padding: 60px; */}
		.btn-m{background-color: #161616;border-radius:10px;}
		.btn-lg{padding-right: 2em;padding-left: 2em;border-radius: 1em;height: 3em;}
		.sec_white{background: #fff;}
		.result_block{padding:0}
		
		h5{font-weight: bold;}
		
		.links{overflow: auto;/* padding: 13px 0px; border-radius: 7px;height: 800px;overflow: auto; */}
		.links ul li{list-style: none;}
		#rlinks{margin-left: -40px;}
		
		.txt_res{/* max-height:600px; */ overflow: auto;}
		
        .loader {
            border: 4px solid #f3f3f3;
            border-top: 4px solid #b85ed4;
            border-radius: 50%;
            width: 50px;
            height: 50px;
			position: absolute;
			top: 40%;
			left: 50%;			
            animation: spin 2s linear infinite;
            display: none;
        }
		.loader_btn{
			border: 4px solid #f3f3f3;
			border-top: 4px solid #b85ed4;
			border-radius: 50%;
			display:none;
			/* margin: 0px 0px -5px 10px; */
			position: fixed;
			width: 50px;
			height: 50px;
			top: 40%;
			left: 50%;
			animation: spin 2s linear infinite;			
		}	
		
		.another{display:none}
		
		.body_loader{opacity: 0.6;pointer-events: none;}
		
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        .result-container {
            margin-top: 20px;
        }	
		
		@media (max-width: 768px) {  
			.hero-section{padding: 60px 0}
			.hero-section h1{font-size: 2em;text-align: center;}
			.hero-section h2{font-size: 36px;text-align: center;}
			h3{font-size: 1.7em;}
			.btn-lg{padding-right: 1em; padding-left: 1em;font-size: 16px;}
			#block__wrapper { /* border-radius: 1em; padding: 20px; */}  
			.counter{top:-76px;left:30px}
			.loader{left: 44%}
			.btns_check{padding-top: 20px;}	
		}
		@media (max-width: 392px) {
			.counter{top:-112px}
			.progress-bar-container{top: 18px}
		}
		
		#check{display:none}
		#msg{color: #b85ed4;font-weight: bold;position: absolute;top: 50%;left: 12%;display:none}
		.count_check{color:#000;width:40%;text-align:right;font-size:small;line-height: 12px;padding-top: 10px;}
		.count_check span{font-family: 'Jost', sans-serif;font-size: 34px;font-weight: 500;letter-spacing: 5px;background: linear-gradient(270deg, #E755EC 17.51%, #FF4FB4 38.52%, #FE4E4C 71.71%, #FF823E 91.89%);-webkit-background-clip: text; -webkit-text-fill-color: transparent;background-clip: text;color: transparent;}
		.rlinks td, .rlinks th{padding:0;vertical-align: middle;}	
		.rlinks td:first-child{width: 85%;}


.horizontal-bar {
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
}

.horizontal-bar-fill {
    height: 100%;
    width: 0;
    background-color: #3498db;
    border-radius: 5px;
    transition: width 0.5s ease-in-out;
}

.horizontal-bar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
}

.bar-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.bar-value {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.btn-danger1{background-color:#b85ed4;color:#fff}
.btn-danger1:hover{color:#fff}

#originalityBar{background-color:#28a745}
#plagiarismBar{background-color:#b85ed4}
#citationBar{background-color:#ffc107}
#garbageBar{background-color:#17a2b8}


    .chart-container { 
		width: 100%;
      /* margin: 0 auto;
      max-width: 600px;
      min-width: 320px;
      padding: 1em; */
    }
    
    .horizontal-bar-chart { 
      float: left; 
      width: 100%;
    }

    .horizontal-bar-chart li { 
      position: relative;
      display: block;  
      _zoom: 1;
      height: 20px;
      margin-bottom: .5em;
      background: #d00098;
	  border-radius: 5px;
    }

    .horizontal-bar-chart .ai { 
      display: block; 
      position: absolute; 
      top: 0; 
      right: 0; 
      margin: 0 1em; 
      text-align: right; 
      color: #fff; 
      font-weight: bold; 
      font-size: 0.875em; 
      /* line-height: 2em; */ 
      text-shadow: 1px 1px 0px #e8e8e8;
	  border-radius: 5px;
    }
	
	.ai span{z-index:2;position: relative;}

    .horizontal-bar-chart .human { 
      display: block; 
      position: absolute; 
      top: 0; 
      left: 0; 
      height: 100%; 
      text-indent: .6em;
      font-size: 0.875em;
      font-weight: bold;
      color: #ffffff;
      background: #0032f9;
      /* line-height: 2.2em; */
      text-shadow: 1px 1px 0px #595959;
	  border-radius: 5px;
    }


.input-file {
	position: relative;
	display: inline-block;
}
.input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 4px;
	background-color: #b85ed4;
	line-height: 22px;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
	width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover span {
	background-color: #b85ed4;
}
.input-file:active span {
	background-color: #b85ed4;
}
 
/* Disabled */
.input-file input[type=file]:disabled + span {
	background-color: #eee;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

		.reportArea{background-color:#ffffff;padding:10px}

        .inbuttons {
            display: block;
            margin-bottom: 20px;
        }
        #watermark {
 			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0.07;
			pointer-events: none;
			background: url(/theme/img/watermark1.webp) repeat;
			background-size: 20em 20em;
			z-index: 2; 
        }
        #watermark span {

        }
		
        .reportArea::before {
 /*            content: "Plagiat AI   P l a g i a t - A I Plagiat AI   P l a g i a t - A I";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(-45deg);
            color: rgba(255, 0, 0, 0.5);
            font-size: 24px;
            z-index: 1;
            white-space: nowrap;
            pointer-events: none;

            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: repeat;
            background-size: auto 100px; 
            background-position: center;
            background-clip: text;
            color: transparent;
            -webkit-background-clip: text;
            -webkit-text-fill-color: rgba(255, 0, 0, 0.5);
            font-size: 24px;
            font-weight: bold;
            transform: rotate(-45deg);
            z-index: 1;
            pointer-events: none; */			
        }		