/* General */
.container.main {
    background-color: white;
    padding-top: 15px;
}
.hide {
    display: none;
}

/* Header */
ul.navbar-nav li.nav-item{
    /*text-transform: uppercase;*/
}
/* Tüm ekranlarda nav-link rengini zorla 
.navbar-nav .nav-item .nav-link {
    color: #ffffff !important; /* Genel görünümde beyaz 
} */
.navbar-nav .nav-item .nav-link {
    color: #f0f0f0 !important; /* Yazı rengi */
    font-weight: bold; /* Yazıların kalın görünmesini sağlar */
    font-size: 16px; /* Yazı boyutunu ayarlayabilirsiniz */
}
.navbar-nav .nav-item .nav-link:hover {
    color: #ffffff !important; /* Üzerine gelindiğinde hafif açık bir beyaz */
    text-decoration: underline; /* Üzerine gelindiğinde altını çizer */
}
/*
.navbar-nav {
    margin-left: -300px !important; /* Sol boşluğu sıfırlayarak menüyü sola çeker 
    padding-left: -300px !important; /* Ekstra sol padding varsa sıfırlar 
}
*/
.navbar-collapse {
    justify-content: flex-start; /* Menüdeki tüm içerikleri sola hizalar */
}

/* Yazar Slider */

* { box-sizing: border-box; }

body { font-family: sans-serif; }

.carousel {
  background: #EEE;
}

/* .carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: gallery-cell;
} */

/* Yazar Hücre */
.carousel-cell:before {
  /*display: block;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  /*content: counter(gallery-cell);*/
  line-height: 100%;
  /*line-height: 200px;*/
  font-size: 10px;
  color: white;
}

/* Alternatif: Menü tamamını sola yaslamak için */
.navbar {
    padding-left: 90px; /* Menüye bir miktar sol boşluk ekleyebilirsiniz */
}
.fa-sign-in {
	color: #f0f0f0 !important; /* Yazı rengi */
    font-weight: bold; /* Yazıların kalın görünmesini sağlar */
    font-size: 26px;
	margin-left: 75px;
	margin-top:5px;

}
.top-login {
    padding-top: 7px;
    text-transform: capitalize;
}
.top-login .row {
    display: flex;
    justify-content: space-between; /* Elemanları yan yana aralıklı koymak için */
    
}
.top-login .fa-user {
    font-size: 22px;
    margin-right: 5px;
	color: #f0f0f0 !important; /* Yazı rengi */
}
#search {
    text-transform: capitalize;
}

.input-group {
	border-radius: 5px; /* Rounded corners for input area */
    border: 1px solid #ddd; /* Thin border */
    display: flex;
    align-items: center; /* Dikey hizalamayı düzgün yapar */
}

.input-group .form-control {
	border-radius: 5px; /* Rounded corners for input field */
    border: none; /* Remove default border */
    background-color: #fff; /* White background */
    font-size: 16px; /* Adjust font size as needed */
    padding: 5px 10px; /* Adjust padding for spacing */
    color: #333; /* Text color */
	
    flex: 1; /* Input alanının butonla aynı hizada genişlemesini sağlar */
	margin-bottom: 10px;
}

.input-group .form-control::placeholder {
  color: #999; /* Lighter placeholder text color */
}

.input-group-btn button {
	border: none; /* Remove default button border */
    background-color: #333; /* Customize button color */
    color: #fff; /* Button text color */
    padding: 5px 10px; /* Adjust button padding */
    border-radius: 0 5px 5px 0; /* Rounded corners for button */
    cursor: pointer; /* Indicate clickable button */
	
    margin-left: 10px; /* Buton ile input arasına boşluk ekler */
}
.input-group-btn button:hover {
  background-color: #c1c1c1; /* Darken background on hover */
}
.input-group input-group-sm {
    margin-bottom: 10px;
}

.editor-panel-button {
	color: #f0f0f0 !important; /* Yazı rengi */
    font-weight: bold; /* Yazıların kalın görünmesini sağlar */
    cursor: pointer;
}
.logout-button {
	display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.login-buttons div {
    margin-top: 20px;
}

.container.main {
    margin-top: 70px;
}
.header-editor {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.login-modal-button {
	color: #f0f0f0 !important; /* Yazı rengi */
    font-weight: bold; /* Yazıların kalın görünmesini sağlar */
    cursor: pointer;
    margin-left: 5px;
}

/* Homepage */

body {
    overflow-x: hidden; /* Yatay taşmayı gizle */
}

a.darken {
    display: inline-block;
    background: black;
    padding: 0;
}
.middle-content a {
    color: inherit;
}
.middle-content a:hover, a.item-popular:hover, .list-items a:hover {
    text-decoration: inherit;
}
.mi-standart .card-img-overlay h4 {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    text-shadow: 1px 1px 10px rgba(0,0,0,1);
}
.mi-standart p {
    bottom: 3%;
    display: none;
    position: absolute;
}
.mi-big {
    max-height: 255px;
}
.middle-content .card-title {
    font-size: 20px;
    line-height: 22px;
    font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
    font-weight: bold;
    color: #424242;
    margin-top: 3px;
    margin-bottom: 5px !important;
    text-transform: capitalize;
}
.middle-content .card-text {
    font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
    color: #666;
    font-size: 15px;
}
.last-two-main-news h4 {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    text-shadow: 1px 1px 10px rgba(0,0,0,1);
}
.list-items h1 {
    text-transform: capitalize;
}
.list-items.list-type-news h1 {
    border-bottom: 5px solid #d0011b;
}
.list-items.list-type-news h1 span:first-child {
    background: #d0011b;
    color: white;
    padding: 0 10px;
}
.list-items.list-type-gallery h1 {
    border-bottom: 5px solid #fba100;
}
.list-items.list-type-gallery h1 span:first-child {
    background: #fba100;
    color: white;
    padding: 0 10px;
}
.list-items.list-type-video h1 {
    border-bottom: 5px solid #00abf1;
}
.list-items.list-type-video h1 span:first-child {
    background: #00abf1;
    color: white;
    padding: 0 10px;
}
.list-items.list-type-test h1 {
    border-bottom: 5px solid #8cc933;
}
.list-items.list-type-test h1 span:first-child {
    background: #8cc933;
    color: white;
    padding: 0 10px;
}
.left-list-item {
    padding: 5px;
    margin: 15px !important;
    background: white;
    font-size: 14px;
    font-weight: 400;
    color: #333;

}
.left-list-item .bottom {
    margin: 10px;
}
.popular-item {
    padding: 15px;
    background-color: #ffffff;
    border-right: 1px solid #ab4da1;
    border-left: 1px solid #ab4da1;
}
.popular-item:last-child {
    border-bottom: 1px solid #ab4da1;
}
.popular-img-container {
    max-height: 250px;
    overflow: hidden;
}
.popular-content h3 {
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 5px;
}
.item-date{
    line-height: 30px;
}
.item-description {
    margin-top: 20px;
}
.item-contents h3 {
    margin-top: 20px;
}
.popular-bottom {
    margin-left: 0 !important;
}
.read-counter {
    height: 30px;
    background: #fff;
    color: #2d2d2d;
    font-size: 12px;
    text-align: center;
    border: 1px solid #e5e5e5;
    line-height: 26px;
}
.left-list-item img {
    margin-top: 5px;
}
.left-list-item h3 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2em;
}
.list-items h2, .item h2 {
    margin-top: 20px;
    text-align: center;
    background-color: #ab4da1;
    color: white;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

/* Categories Page */
.filter span {
    color: #404040;
    font-size: 14px;
    padding: 5px;
    border-right: 1px solid #ccc;
    cursor: pointer;
}
.filter span:last-child {
    border-right: none;
}
#category-news h2 {
    background-color: #d0011b;
}
#category-galleries h2 {
    background-color: #fba100;
}
#category-videos h2 {
    background-color: #00abf1;
}
#category-tests h2 {
    background-color: #8cc933;
}
#category-articles h2 {
    background-color: #69b7b3;
}

a.darken img {
    display: block;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
a.darken:hover img {
    opacity: 0.7;

}
button#login-button {
    text-transform: capitalize;
}
.middle-content{
    margin-bottom: 15px;
}
.middle-content .middle-header {
    border-bottom: 1px solid #e6e6e6;
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: 15px;
}
.middle-content .middle-header h2{
    line-height: 30px;
    margin-bottom: 0;
    color: #424242;
    font-size: 16px;
    font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
}
.middle-gallery h5, .middle-video h5 {
    font-size: 18px;
    line-height: 20px;
    font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
    font-weight: bold;
    color: #424242;
    margin-top: 5px;
    margin-bottom: 5px;
}
.middle-video h5 {
    font-size: 16px;
}
.middle-gallery {
    margin-bottom: 10px;
    margin-top: 10px;
}
.nav-main-category{
    padding-top: 20px;
    padding-bottom: 50px;
}
nav .main-category {
    padding: 10px 0 0 30px;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: bold;
}
nav .main-category:hover {
    color: #2778b6;
}
nav .sub-category {
    padding: 3px 0 3px 15px;
    margin-bottom: 15px;
    cursor: pointer;
    text-transform: capitalize;
    display: none;
}
nav .sub-categories {
    border-left: 1px solid #ccc;
}
nav .nav-category-item {
    display: none;
}
nav .item-category {
    width: 50%;
    float: left;
}
nav .item-category img {
	height: 50px !important;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-block-start: auto;
}
nav .item-category {
    text-transform: capitalize;
    height: 100px !important;
    overflow: hidden;
    margin-bottom: 30px;
}



/* Login Modal */
.modal-content {
    padding: 15px 30px 15px 30px;
}

.modal-content h2{
    text-transform: capitalize;
    color: #0275d8;
    text-align: center;
    margin-bottom: 20px;
}

/* Footer */
.footer {
    background: url(../img/bg-footer.jpg);
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
    border-bottom: 4px solid #424242;
    padding-bottom: 25px;
    position: relative; /* Pozisyon ekleyin */
    z-index: 9999; /* Daha yüksek bir z-index değeri */
}

.footer .footer-items {
    margin-top: 15px;
}
.footer .footer-items .footer-middle-right {
    background-color: #c5c5c5;
}
.footer .footer-items .footer-right {
    background-color: #ccc;
}

/* Control Panel */
#parent-category {
    display: none;
}
.control-action {
    border: 5px dotted #ccc;
    padding: 10px;
}
ul.pagination {
    border: 1px dashed;
}

ul.pagination li {
    padding: 10px;
}

.top-login {
    color: rgba(255,255,255,.5);
}

.menu-content form {
    margin: 0;
    padding-top: 7px;
    padding-right: 31px;
    text-transform: capitalize;
}

.home-middle img {
    width: 100%;
    height: auto;
}

.home-middle hr {
    width: 650px;
}

.home-middle p {
    max-width: 700px;
}
.home-middle a h4 {
    color: #000000;
}
.home-middle a h4:hover,
.home-fitem a:hover {
    text-decoration: none !important;
}
.home-middle a:hover {
    text-decoration: none !important;
}

.fixed-right {
	position: fixed;
    background-color:#eee;
    height:100%;
    position:fixed;
    right:250px;
    width: 300px;
    padding: 15px;
	z-index: 10; 
}

.col-md-6 {
    margin-top: 50px; /* Sabit div'in boyutuna göre ayarlayın */
}
.gallery-section {
    background-color: #c6fdf5;
}
.video-section {
    background-color: #d9fdc6;
}
	
.fixed-right h5 {
    font-size: 15px !important;
    color: black;
    margin-bottom: 10px;
}

.home-fitem {
    height: 190px;
    overflow: hidden;
}

.left-categories{
    display: block;
    position: fixed;
    overflow-y: scroll;
    width: 250px;
    height: 100%;
    left: 0;
	top: 65;                            //
}
.left-menu-item {
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
}
.left-menu-item:hover {
    background-color: #eeeeee;
}
.left-menu-item a {
    color: #292b2c;
}
.left-menu-item a:hover {
    text-decoration: none;
}
.left-categories1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #cccccc;
}
.left-categories::-webkit-scrollbar
{
    width: 12px;
    background-color: #cccccc;
}
.left-categories::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.left-categories {
	background-color: #f2f2f2;
    z-index: 10; /* Ensure it's on top of the tags */
}

.home-tags-wrapper {
    overflow: hidden; /* Hide content outside the container */
    width: 100%; /* Take up full width */
    position: relative;
}

.home-tags {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    animation: slide-left 20s linear infinite; /* Continuous movement */
}

.home-tag {
    display: inline-block;
    margin-right: 8px;
}

.home-tag a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background-color: #292b2c;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 0 16px;
    border-radius: 16px;
    text-align: center;
}

.home-tag a:hover {
    color: #cbcdd1;
    text-decoration: none;
}

/* Keyframes for the horizontal movement */
@keyframes slide-left {
    0% {
        transform: translateX(100%); /* Start off-screen from the right */
    }
    100% {
        transform: translateX(-100%); /* Move off-screen to the left */
    }
}

.left-menu-item img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.middle-emo {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    margin-top: -10px;
    margin-right: -85px;
}

#top-search {
    display: none;
    position: absolute;
    margin-left: -10px;
	margin-top: -5px;
    margin-right: 0;
    padding-right: 0;
}

#top-search-container {
    display: block;
    margin-top: 10px;
    text-align: right;
    margin-right: 29px;
    color: #949596;
}
#top-search-ico {
	color: #f0f0f0 !important; /* Yazı rengi */
    font-weight: bold; /* Yazıların kalın görünmesini sağlar */
    width: 25px;
    height: 25px;
    position: absolute;
}

/* Responsive */

/*
@media (min-width: 1200px)
Açıklama: Ekran genisşliği 1200 piksel veya daha büyük olan cihazlara uygulanır. Geniş ekranlı cihazlar (büyük masaüstü monitörler ve büyük dizüsü bilgisayarlar) için uygundur.
*/
@media (min-width: 1200px) {
    nav {
        background-color: #ffffff;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow:0px 1px 1px #ccc;
        -moz-box-shadow:0px 1px 1px #ccc;
        box-shadow:0px 1px 1px #ccc;
    }
    nav .menu-content {
        width: 500px;     /* Laptop menü ayarı burada eski hali 1140px */
        max-width: 100%;
        margin: left;
    }
    nav .navbar-brand {
        float: left;
        width: 110px !important;
    }
    nav .navbar-collapse {
        float: left;
        width: 1000px !important;
    }
    .main-images {
        width: 100%;
        max-height: 252px;
    }
    .main-small-image {
        width: 100%;
        height: 122px !important;
    }
    .last-two-main-news{
        line-height: 15px;
        font-size: 14px;
    }
    .last-main-news {
        margin-top: 4px;
    }
    nav .dropdown-menu {
        width: 1140px;
        left: -485px;
		background-color: #ececee;
    }
    .mi-big img {
        height: 252px;
    }
	nav .img-fluid {
        margin-top: 40px;
    }
}
/*
@media (min-width: 992px) and (max-width: 1199px)
Açıklama: Ekran genisşliği 992 piksel ile 1199 piksel arasında olan cihazlara uygulanır. Büyük tabletler ve dizüstü bilgisayarlar için uygundur.
*/
@media (min-width: 992px) and (max-width: 1199px){
    nav {
        background-color: #ffffff;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow:0px 1px 1px #ccc;
        -moz-box-shadow:0px 1px 1px #ccc;
        box-shadow:0px 1px 1px #ccc;
    }
    nav .menu-content {
        width: 960px;
        max-width: 100%;
        margin: auto;
    }
    nav .navbar-brand {
        float: left;
        width: 110px !important;
    }
    nav .navbar-collapse {
        float: left;
        width: 830px !important;
    }
    .main-images {
        width: 100%;
        max-height: 210px;
    }
    .main-small-image {
        width: 100%;
        height: 103px !important;
    }
    .last-main-news {
        margin-top: 4px;
    }
    .mi-big img {
        height: 210px;
    }
    nav .dropdown-menu {
        width: 960px;
        left: -485px;
		background-color: #ececee;
    }
    .fixed-right {
		position: fixed;
		right:0;
		z-index: 10;       
    }	
	.col-md-6 {
    margin-top: 50px; /* Sabit div'in boyutuna göre ayarlayın */
	}
	.gallery-section {
    background-color: #c6fdf5;
	}
	.video-section {
		background-color: #d9fdc6;
	}
	.login-modal-button {
	color: #f0f0f0 !important; /* Yazı rengi */
    font-weight: bold; /* Yazıların kalın görünmesini sağlar */
    cursor: pointer;
    margin-left: 100px;
	}
}
/*
@media (min-width: 768px) and (max-width: 991px)
Açıklama: Ekran genisşliği 768 piksel ile 991 piksel arasında olan cihazlara uygulanır. Orta boy tabletler ve küçük dizüstü bilgisayarlar için uygundur.
*/
@media (min-width: 768px) and (max-width: 991px)  {
    nav {
        background-color: #ffffff;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow:0px 1px 1px #ccc;
        -moz-box-shadow:0px 1px 1px #ccc;
        box-shadow:0px 1px 1px #ccc;
    }
    nav .menu-content {
        width: 720px;
        max-width: 100%;
        margin: auto;
    }
    nav .navbar-brand {
        float: left;
        width: 110px !important;
    }
    nav .navbar-collapse {
        float: left;
        width: 590px !important;
    }
    .main-images {
        width: 100%;
        max-height: 154px;
    }
    .main-small-image {
        width: 100%;
        height: 75px !important;
    }
    .last-main-news {
        margin-top: 4px;
    }
    .mi-big img {
        height: 154px;
    }
}
/*
@media (max-width: 768px)
Açıklama: Ekran genisşliği 768 piksel veya daha küçük olan cihazlara uygulanır. Küçük tabletler ve mobil cihazlar için uygundur.
*/
@media	(max-width: 768px){
		.home-tags-wrapper {
		overflow: hidden; /* Hide content outside the container */
		width: 100%; /* Take up full width */
		position: relative;
	}

	.home-tags {
		display: inline-block;
		white-space: nowrap;
		position: relative;
		animation: slide-left 20s linear infinite; /* Continuous movement */
	}

	.home-tag {
		display: inline-block;
		margin-right: 8px;
	}

	.home-tag a {
		display: inline-block;
		height: 32px;
		line-height: 32px;
		background-color: #292b2c;
		color: #fff;
		font-weight: 700;
		text-decoration: none;
		padding: 0 16px;
		border-radius: 16px;
		text-align: center;
	}

	.home-tag a:hover {
		color: #cbcdd1;
		text-decoration: none;
	}

	/* Keyframes for the horizontal movement */
	@keyframes slide-left {
		0% {
			transform: translateX(100%); /* Start off-screen from the right */
		}
		100% {
			transform: translateX(-100%); /* Move off-screen to the left */
		}
	}
}
/*
@media (max-width: 768px)
Açıklama: Ekran genisşliği 768 piksel veya daha büyük olan cihazlara uygulanır. orta büyüklükte tabletler ve mobil cihazlar için uygundur.
*/
@media (min-width: 768px) {
    .right-bordered {
        border-right: 1px solid #ccc;
    }
    .menu-content {
        background-color: inherit;
    }
    .image-alligment {
        overflow: hidden;
    }
    .image-alligment img{
        margin-top: -30px;
        margin-bottom: -30px;
        border: 1px #efefef solid;
    }
}
/*
@media (max-width: 768px)
Açıklama: Ekran genisşliği 768 piksel veya daha küçük olan cihazlara uygulanır. Küçük tabletler ve mobil cihazlar için uygundur.
*/
@media (max-width: 768px) {
    .navbar.navbar-toggleable-md.navbar-light.fixed-top {
        background-color: #ffffff;
    }
    .mi-standart{
        margin-top: 20px;
    }
    .item-description img {
        height: auto !important;
        width: 100% !important;
    }
    .emotions img {
        /*width: 50px !important;*/
        /*height: 60px !important;*/
		width: 44px !important;
        height: 53px !important;
    }
}
.popular-img-container {
    max-height: 350px;
    overflow: hidden;
}

/* Telefon (mobil) görünümünde beyaz yap */
@media (max-width: 768px) {
    .navbar-nav .nav-item .nav-link {
        color: #ffffff !important; /* Yazı rengini mobilde de beyaz yap */
    }

    .navbar-nav .nav-item .nav-link:hover {
        color: #f0f0f0 !important; /* Üzerine gelindiğinde hafif açık bir beyaz */
    }
}

@media (max-width: 1650px) {
    .fixed-right {
		position: fixed;
        right:0px;
		top:0px;
		z-index: 10; 
    }
	.col-md-6 {
    margin-top: 50px; /* Sabit div'in boyutuna göre ayarlayın */
	}
	.gallery-section {
    background-color: #c6fdf5;
	}
	.video-section {
		background-color: #d9fdc6;
	}
}
/*
@media (min-width: 1650px)
Açıklama: Ekran genisşliği 1650 piksel veya daha büyük olan cihazlara uygulanır. Çok geniş ekranlar (örneğin, ultra geniş monitörler) için uygundur.
*/
@media (min-width: 1650px) {
    .fixed-right {
		position: fixed;
        right:0px;
		top:0px;
		z-index: 10; 
    }
	.col-md-6 {
    margin-top: 50px; /* Sabit div'in boyutuna göre ayarlayın */
	}
	.gallery-section {
    background-color: #c6fdf5;
	}
	.video-section {
		background-color: #d9fdc6;
	}
}
/*
@media (max-width: 1350px)
Açıklama: Ekran genisşliği 1350 piksel veya daha küçük olan cihazlara uygulanır. Daha dar masaüstü ekranları ve büyük tabletler için uygundur.
*/
@media (max-width: 1350px) {
    .left-categories, .fixed-right{
        display: none;
    }
}
/*
@media (min-width: 1950px)
Açıklama: Ekran genisşliği 1950 piksel veya daha büyük olan cihazlara uygulanır. Çok büyük ekranlar ve özel geniş monitörler için uygundur.
*/
@media (min-width: 1950px) {
    .fixed-right {
		position: fixed;
        right:0px;
		top:0px;
		z-index: 10; 
    }
	.col-md-6 {
    margin-top: 50px; /* Sabit div'in boyutuna göre ayarlayın */
	}
	.gallery-section {
    background-color: #c6fdf5;
	}
	.video-section {
		background-color: #d9fdc6;
	}
}

.left-menu div:hover:not(:nth-child(1)) {
    background-color: #dadada;
    cursor: pointer;
}
