@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);
@import url(../../../assets/css/icons/material-design-iconic-font/css/materialdesignicons.min.css);
body {
	background-color: #fff;
	font-size: 13px;
	color: #676a6c;
	overflow-x: hidden
}

a {
	color: #6a1b9a;
	transition: .5s
}

a:active,
a:focus,
a:hover {
	color: #6a1b9a;
	outline: 0;
	text-decoration: none
}

p {
	padding: 0;
	margin: 0 0 10px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0
}

h1 {
	font-size: 28px
}

h2 {
	font-size: 24px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 16px
}

h5,
h6 {
	font-size: 12px
}

.page-header {
	padding: 20px 0;
	text-align: center
}

img.avatar {
	border-radius: 50%
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url(../img/preloader.gif) no-repeat center center
}

.back-to-top {
	position: fixed;
	display: none;
	background: #50d8af;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background .5s
}

@media (max-width:768px) {
	.back-to-top {
		bottom: 15px
	}
}

.back-to-top:focus {
	background: #50d8af;
	color: #fff;
	outline: 0
}

.back-to-top:hover {
	background: #0c2e8a;
	color: #fff
}

#topbar {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px
}

#topbar .contact-info a {
	line-height: 1;
	color: #555
}

#topbar .contact-info a:hover {
	color: #50d8af
}

#topbar .contact-info i {
	color: #50d8af;
	padding: 4px
}

#topbar .contact-info .fa-phone {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e9e9e9
}

#topbar .social-links a {
	color: #555;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	border-left: 1px solid #e9e9e9
}

#topbar .social-links a:hover {
	color: #50d8af
}

#topbar .social-links a:first-child {
	border-left: 0
}

#header {
	padding: 0;
	transition: all .5s;
	z-index: 997;
	background: linear-gradient(to bottom, #f9f9f9 0, #777 100%);
	width: 100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06)
}

#header #logo {
	padding: 20px 0
}

#header #logo h1 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 500
}

#header #logo h1 a {
	color: #f90;
	line-height: 1;
	display: inline-block
}

#header #logo h1 a span {
	color: #50d8af
}

#header #logo h1 a sup {
	background: green;
	border-radius: 6px;
	font-size: 10px;
	color: #fff;
	padding: 5px;
	margin-top: 10px;
	top: -15px
}

#header #logo img {
	padding: 0;
	margin: 0
}

@media (max-width:768px) {
	#header {
		padding: 20px 0;
		height: 74px
	}
	#header #logo {
		padding: 0
	}
	#header #logo h1 {
		font-size: 34px
	}
	#header #logo img {
		max-height: 40px
	}
}

#main {
	min-height: 300px;
    background-image: url('https://warcrimesdatabase.net/public/frontend/default/img/logo-detail-page.png'); 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#intro {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover
}

.home-logo {
	width: 100%;
	height: 191px;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	margin-bottom: 20px;
	margin-top: 40px;
	left: 50%;
	background: url(../img/home-logo.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 50% 50%
}

.hide-table {
	display: none;
	width: 50%
}

#intro .intro-content {
	min-height: 600px;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center
}

#intro .intro-content h2 {
	color: #f90;
	margin-bottom: 30px;
	font-size: 64px;
	font-weight: 400
}

#intro .intro-content h2 span {
	color: #64b5f6;
	text-decoration: underline
}

@media (max-width:767px) {
	#intro .intro-content h2 {
		font-size: 34px
	}
}

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99
}

.nav-menu li {
	position: relative;
	white-space: nowrap
}

.nav-menu>li {
	float: left
}

.nav-menu li.sfHover>ul,
.nav-menu li:hover>ul {
	display: block
}

.nav-menu ul ul {
	top: 0;
	left: 100%
}

.nav-menu ul li {
	min-width: 180px
}

.sf-arrows .sf-with-ul {
	padding-right: 22px
}

#nav-menu-container {
	float: right;
	margin: 0
}

@media (max-width:768px) {
	#nav-menu-container {
		display: none
	}
}

.nav-menu a {
	padding: 5px 4px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	outline: 0
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
	color: #fff;
	background-color: #777;
	outline: 0;
	text-decoration: none
}

.nav-menu>li {
	margin-left: 10px
}

.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0 0 30px rgba(127, 137, 161, .25);
	background: #fff
}

.nav-menu ul li {
	transition: .3s
}

.nav-menu ul li a {
	padding: 10px;
	color: #333;
	transition: .3s;
	display: block;
	font-size: 13px;
	text-transform: unset
}

.nav-menu ul li:hover>a {
	color: #50d8af
}

.nav-menu ul ul {
	margin: 0
}

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: 0 0;
	font-size: 24px;
	display: none;
	transition: all .4s;
	outline: 0;
	cursor: pointer
}

#mobile-nav-toggle i {
	color: #555
}

@media (max-width:768px) {
	#mobile-nav-toggle {
		display: inline
	}
}

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(52, 59, 64, .9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: .4s
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}

#mobile-nav ul li {
	position: relative
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: 0
}

#mobile-nav ul li a:hover {
	color: #fff
}

#mobile-nav ul li li {
	padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #50d8af
}

#mobile-nav ul .menu-item-active {
	color: #50d8af
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, .9);
	display: none
}

body.mobile-nav-active {
	overflow: hidden
}

body.mobile-nav-active #mobile-nav {
	left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff
}

.section-header {
	margin-bottom: 30px
}

.section-header h2 {
	font-size: 22px;
	color: #0c2e8a;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px
}

.section-header h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #50d8af;
	bottom: 0;
	left: 0
}

.section-header p {
	padding: 0;
	margin: 0
}

.bg-grey {
	background: #f9f9f9
}

.bg-black {
	background: #111;
	color: #fff
}

.bg-dark-blue {
	background: #1a3e5d;
	color: #fff
}

.block-section {
	padding: 30px 0 30px 0;
	text-align: center
}

.block-section.no-padding {
	padding: 0!important
}

.block-section h1,
.block-section h2,
.block-section h3,
.block-section h4,
.block-section h5,
.block-section h6 {
	color: #222;
	font-weight: 500;
	margin-bottom: 10px
}

.gridder {
	border-top: solid 1px #eee;
	border-right: solid 1px #eee
}

.gridder .box {
	padding: 20px;
	border-left: solid 1px #eee;
	border-bottom: solid 1px #eee
}

.gridder .box i {
	font-size: 64px;
	font-weight: 500
}

.gridder .box:hover {
  background-color: #f9f9f9;
}


#about {
	padding: 60px 0 30px 0;
	text-align: center
}

#about img {
	width: 100px
}

#about .social-icon a {
	background: #1ab394;
	color: #fff;
	padding: 4px 8px;
	height: 28px;
	width: 28px;
	display: block;
	border-radius: 50px
}

#services {
	padding: 30px 0 0 0
}

.big-icon {
	font-size: 56px!important;
	color: #1ab394!important;
	padding: 0 0 20px 20px
}

#clients {
	padding: 30px 0
}

#clients img {
	max-width: 100%;
	opacity: .5;
	transition: .3s;
	padding: 15px 0
}

#clients img:hover {
	opacity: 1
}

#clients .owl-dots,
#clients .owl-nav {
	margin-top: 5px;
	text-align: center
}

#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd
}

#clients .owl-dot.active {
	background-color: #50d8af
}

#portfolio {
	background: #fff;
	padding: 30px 0
}

#portfolio .portfolio-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all ease-in-out .4s;
	transition: all ease-in-out .4s
}

#portfolio .portfolio-item {
	overflow: hidden;
	position: relative;
	padding: 0;
	vertical-align: middle;
	text-align: center
}

#portfolio .portfolio-item h2 {
	color: #fff;
	font-size: 24px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 700
}

#portfolio .portfolio-item img {
	-webkit-transition: all ease-in-out .4s;
	transition: all ease-in-out .4s;
	width: 100%
}

#portfolio .portfolio-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

#portfolio .portfolio-item:hover .portfolio-overlay {
	opacity: 1;
	background: rgba(0, 0, 0, .7)
}

#portfolio .portfolio-info {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#headline {
	padding: 0;
	margin-bottom: 20px
}

#headline .headline-item {
	box-sizing: content-box;
	text-align: center;
	min-height: 250px
}

@media (max-width:767px) {
	#headline .headline-item {
		margin: 0 0
	}
}

#headline .headline-item .headline-img {
	width: 90px;
	border: 4px solid #fff;
	margin: 0 auto
}

#headline .headline-item h3 {
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0 5px 0;
	color: #fff
}

#headline .headline-item h4 {
	font-size: 12px;
	color: #fff;
	margin: 0
}

#headline .headline-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px
}

#headline .headline-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px
}

#headline .headline-item p {
	font-style: italic;
	margin: 0 auto 15px auto
}

#headline .owl-dots,
#headline .owl-nav {
	margin-top: 5px;
	text-align: center
}

#headline .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd
}

#headline .owl-dot.active {
	background-color: #50d8af
}

.headline-info {
	margin-top: -46px;
	z-index: 999;
	background-color: rgba(0, 0, 255, .7);
	position: absolute;
	color: #fff;
	padding: 5px 20px;
	width: 100%
}

.headline-info h3 {
	font-size: 14px!important;
	margin: 0 0 5px 0!important;
	color: #fff!important
}

#call-to-action {
	background: #081e5b;
	background-size: cover;
	padding: 40px 0
}

#call-to-action .cta-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700
}

#call-to-action .cta-text {
	color: #fff
}

@media (min-width:769px) {
	#call-to-action .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end
	}
}

#call-to-action .cta-btn {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	transition: .5s;
	margin: 10px;
	border: 3px solid #fff;
	color: #fff
}

#call-to-action .cta-btn:hover {
	background: #50d8af;
	border: 3px solid #50d8af
}

#team {
	background: #fff;
	padding: 30px 0 0 0
}

#team .member {
	text-align: center;
	margin-bottom: 20px
}

#team .member .pic {
	overflow: hidden;
	text-align: center
}

#team .member .pic img {
	max-width: 100%
}

#team .member .details {
	background: #50d8af;
	color: #fff;
	padding: 15px;
	border-radius: 0 0 3px 3px
}

#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px
}

#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px
}

#team .member .social {
	margin-top: 5px
}

#team .member .social a {
	color: #fff
}

#team .member .social i {
	font-size: 16px;
	margin: 0 2px
}

#contact {
	padding: 30px 0
}

#contact .contact-info {
	margin-bottom: 20px;
	text-align: center
}

#contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #50d8af
}

#contact .contact-info address,
#contact .contact-info p {
	margin-bottom: 0;
	color: #000
}

#contact .contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #999
}

#contact .contact-info a {
	color: #000
}

#contact .contact-info a:hover {
	color: #50d8af
}

#contact .contact-address,
#contact .contact-email,
#contact .contact-phone {
	margin-bottom: 20px
}

@media (min-width:768px) {
	#contact .contact-address,
	#contact .contact-email,
	#contact .contact-phone {
		padding: 20px 0
	}
}

@media (min-width:768px) {
	#contact .contact-phone {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd
	}
}

#contact #google-map {
	height: 290px;
	margin-bottom: 20px
}

@media (max-width:576px) {
	#contact #google-map {
		margin-top: 20px
	}
}

#contact .form #sendmessage {
	color: #50d8af;
	border: 1px solid #50d8af;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px
}

#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px
}

#contact .form #errormessage.show,
#contact .form #sendmessage.show,
#contact .form .show {
	display: block
}

#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px
}

#contact .form input,
#contact .form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px
}

#contact .form button[type=submit] {
	background: #50d8af;
	border: 0;
	border-radius: 3px;
	padding: 10px 30px;
	color: #fff;
	transition: .4s;
	cursor: pointer
}

#contact .form button[type=submit]:hover {
	background: #2dc899
}

.breadcrumb {
	background: 0 0;
	font-size: 14px;
	padding: .75rem 1rem .75rem 0;
	margin-top: 10px
}

#footer {
	padding: 0;
	transition: all .5s;
	z-index: 997;
	background: linear-gradient(to bottom, #f9f9f9 0, #777 100%);
	width: 100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06)
}

#footer .links>a {
	color: #636b6f;
	padding: 0 25px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .1rem;
	text-decoration: none;
	text-transform: uppercase
}

#footer .copyright {
    font-size:14px;
	text-align: center;
	padding-top: 30px;
    padding-bottom: 30px;
}

#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #555
}

#footer .credits a {
	color: #0c2e8a
}

.pull-left {
	float: left
}

#blog .blog-item-wrapper {
	background: #fff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	margin-bottom: 20px
}

#blog .blog-item-img {
	position: relative;
	overflow: hidden
}

#blog .blog-item-img img {
	width: 100%
}

#blog .blog-item-text h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500
}

#blog .blog-item-text h3 a {
	color: #555
}

#blog .blog-item-text .blog-one-footer {
	padding: 5px 0 0
}

#blog .blog-item-text .blog-one-footer a {
	font-size: 12px;
	padding-right: 15px
}

#blog .blog-item-text .blog-one-footer i {
	margin-right: 5px
}

#blog .section-tool {
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	color: #666
}

#blog .section-tool span {
	margin-right: 10px
}

#blog .blog-item-comment-title {
	margin: 15px 0
}

#blog .blog-item-comments {
	margin: 5px 0 10px
}

#blog .blog-item-comments .box-avatar {
	float: left;
	width: 100px
}

.avatar {
	border-radius: 50%
}

#blog .blog-item-comments .content {
	margin-left: 80px;
	padding: 15px;
	font-weight: 300
}

#blog .blog-item-comments .content .info {
	border-bottom: solid 1px #e9e9e9;
	margin-bottom: 10px;
	font-weight: 500
}

#blog .widget .widget-title {
	display: block;
	padding: 10px 0 0
}

#blog .widget .widget-title .title {
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase
}

#blog .widget .widget-title .title::after {
	background-color: #0494b1
}

#blog .widget .w-lists .image-thumb img {
	width: 100%
}

#blog .widget .w-lists h3 {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px
}

#blog .widget .w-lists .info {
	font-size: 12px;
	color: #888
}

#blog .widget ul.w-list-categories {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px
}

#blog .widget .w-list-categories li {
	border-bottom: dotted 1px #ddd
}

#blog .widget .w-list-categories a {
	padding: 5px 0 5px 0;
	padding: 0;
	list-style: none;
	display: block;
	line-height: 35px
}

.parsley-error-list {
	margin-top: 4px;
	padding: 0;
	background: #c00;
	border-radius: 4px;
	font-weight: 600
}

.parsley-error-list li {
	padding: 0;
	list-style: none;
	color: #fff;
	padding: 2px 0 0 15px
}

.parsley-error {
	border-color: #c00!important
}

ul.parsley-errors-list {
	list-style: none;
	padding: 0;
	margin: 0
}

ul.parsley-errors-list li {
	color: #c00;
	font-size: 11px;
	font-style: italic
}

.toolbar-nav {
	padding: 5px 20px;
	background: #f9f9f9;
	margin-bottom: 0;
	border-radius: 0;
	border-bottom: solid 1px #ddd
}

.toolbar-nav .btn.btn-sm {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	color: #666
}

.toolbar-nav .display-type .fa-icon {
	color: #666
}

.table-crud {
	border: solid 1px #ddd
}

table.table {
	margin-bottom: 0;
	background: #fff;
	font-size: 12px!important
}

table.table-striped tbody tr:nth-of-type(odd) {
	background: rgba(0, 0, 0, .01)
}

table.table thead th {
	cursor: pointer;
	background: #eee;
	font-size: 12px;
	font-weight: 500;
	border-right: solid 1px #ddd;
	padding: .45rem .75rem
}

table.table td {
	font-size: 11px
}

table.table tr:hover td {
	background: #eee!important
}

table.table tr td.sortBy {
	background: #eee
}

table.table tr td.info {
	background: #f9f9f9;
	border-bottom: solid 1px #ddd!important
}

.table-container {
	overflow: auto;
	width: 100%
}

table.table td.thead {
	background: #f5f5f5;
	font-weight: 500;
	border-right: solid 1px #ddd;
	cursor: pointer
}

table.table td {
	padding: .45rem .75rem;
	font-size: 11px!important
}

table.table td .btn {
	padding: 0!important;
	color: #7b1fa2;
	font-weight: 500
}

.th-list {
	border-right: solid 1px #ddd;
	border-top: solid 1px #ddd;
	width: 33.3333%;
	float: left;
	overflow: auto
}

.table-card {
	border: none!important
}

.table-card tr td {
	border: none!important
}

.table-card tr td.label {
	width: 40%;
	color: #666
}

.table-card tr td.value {
	width: 60%
}

.fileUpload {
	position: relative;
	overflow: hidden;
	width: 180px;
	text-align: right;
	line-height: 30px;
	display: block
}

.fileUpload.btn {
	background: #eee;
	border: solid 1px #ddd;
	padding: 0 20px 0 0;
	margin: 0 5px 5px 0
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0
}

.fileUpload .title {
	background: #fff;
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 30px;
	text-align: center;
	border-right: solid 1px #ddd
}

.preview-upload {
	width: 150px;
	text-align: center;
	padding: 5px
}


#tabledetail {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  border-collapse: collapse;
  width: 100%;
  background-image: url('https://warcrimesdatabase.net/public/frontend/default/img/logo-detail-page.png'); 
  background-repeat: no-repeat;
  background-position: 50% 50%;

}
#tabledetail td, #ttabledetail th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tabledetail tr:nth-child(even){background-color: #f2f2f2;}

#tabledetail tr:hover {background-color: #ddd;}

#tabledetail th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

 /* Osnovni stilovi za link kontejner */
.youtube-help-link {
    position: relative; /* Omogućava pozicioniranje djece unutar ovog elementa */
    display: inline-block; /* Da bi se pravilno primijenilo pozicioniranje */
}

/* Stilovi za oblačić poruke */
.help-message {
    position: absolute;
    top: -60px; /* Podesite po potrebi da bude iznad ikone i oblačić stane */
    left: 50%;
    transform: translateX(-50%); /* Centriranje poruke */
    background-color: #f44336; /* Crvena pozadina za oblačić */
    color: white;
    padding: 8px 15px; /* Više paddinga za oblačić */
    border-radius: 20px; /* Zaobljeni uglovi za oblik oblačića */
    white-space: nowrap; /* Sprečava prelamanje teksta */
    font-size: 14px;
    font-weight: bold; /* Malo podebljan tekst */
    opacity: 0; /* Sakrij poruku inicijalno */
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Glatka tranzicija za pojavljivanje/nestajanje */
    z-index: 10; /* Osigurava da je poruka iznad ostalih elemenata */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Blaga sjena za oblačić */

    /* Animacija treperenja */
    animation: blink-animation 1s infinite alternate; /* Animacija traje 1s, beskonačna, ide naprijed-nazad */
    animation-delay: 0.5s; /* Počinje sa malim kašnjenjem */
}

/* Strelica za oblačić (ispod oblačića, usmjerena prema ikoni) */
.help-message::after {
    content: '';
    position: absolute;
    top: 100%; /* Postavi strelicu na dno poruke */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent; /* Širina baze strelice */
    border-right: 10px solid transparent; /* Širina baze strelice */
    border-top: 10px solid #f44336; /* Boja strelice ista kao pozadina oblačića */
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2)); /* Sjeni strelicu za bolji izgled */
}

/* Pokaži poruku kada se pređe mišem */
.youtube-help-link:hover .help-message {
    opacity: 1; /* Pokaži poruku */
    visibility: visible;
    /* Zaustavi animaciju treperenja kada je miš na elementu, ako želite da se ne treperi dok je kursor na njemu */
    /* animation: none; */
}

/* Keyframes animacija za treperenje */
@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5; /* Smanji transparentnost na pola */
    }
    100% {
        opacity: 1;
    }
}

