@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300&family=Open+Sans:wght@300&display=swap');

#map {
    height: 100%;
    
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}



ul,
#myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

.caret {

    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}


/* .caret-down::before {
-ms-transform: rotate(90deg);
/* IE 9 */
-webkit-transform: rotate(90deg);
/* Safari */
'
transform: rotate(90deg);
}

*/ .nested {
    padding-left: 0px;
    display: none;
}


.active {
    display: block;
}

.logo-div {
    background-color: #231f20;
    height: 5em;
    position: relative;
}

.logo {
    width: 11em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    border: 1px solid #fff;
}

/* .all-btn {
    border-radius: 5px;
    right: 1em;
    transform: translateY(-50%);
    background-color: #fff;
    color: #3c3c3c;
    width: 6rem;
    margin-top:1.5rem;
} */

.click-menu {
    padding: 10px;
    border-bottom: 1px solid #cdcdcd;
}




.img-div {
    width: 2rem;
    height: 2rem;

    display: inline-block;
    vertical-align: middle;
    float: left;
    border-radius: 100%;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 7px;
    margin-left: 20px;
    margin-right: 10px;
}

.cat_name:hover {
    cursor: pointer;
}

.left-div {
    max-height: 90%;
}

.lang-div {
    height: 12%;
    background: #231f20
}

.active-li {
    background-color: #3c3c3c;
    color: #fff;
}

.rotate-90::before {
    transform: rotate(90deg);
}

.rotate-0::before {
    transform: rotate(0deg);
}

@media only screen and (max-width: 600px) {
    .left-div {
        height: 90% !important;
    }

    .lang-div {
        display: none;
    }

    .m-lang-div {
        margin-top: 15px;
        display: block !important;
    }
    #category-tree{
        height: 73% !important;
    }
    
.all-btn{
    margin-top: 5px;
}
}


* {
    font-family: 'Nunito', sans-serif;
}


ul {
    list-style-type: none;
    padding-left: 0;
}

li {
    margin-bottom: 5px;
    position: relative;
}

.caret {
    cursor: pointer;
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 14px;
    font-size: 0.85em;
    border-bottom: 1px solid #dddee3;
    /* Çizgi rengi ve kalınlığını isteğinize göre ayarlayabilirsiniz */
    position: relative;
}

.caret::before {
    content: "\25B8";
    position: absolute;
    right: 10px;
    font-size: 31px;
    top: 0px;
    color: #767676;
}


.nested {
    display: none;
    background: #F5F6FA;
    margin-left: 0;
    /* Alt kategorilerin içeride hizalanması için */
}

.nested li {
    margin-bottom: 5px;
    border-bottom: none;
    /* Alt kategoriler arasındaki çizgiyi kaldırır */
}

.no-caret {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 0.85em;
    padding: 14px;
    border-bottom: 1px solid #dddee3;
    /* Çizgi rengi ve kalınlığını isteğinize göre ayarlayabilirsiniz */
}

.m-lang-div {
    display: none;
}

#category-tree{
    height: 82%;
    overflow: auto;
    width:100%;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.row{
    margin: 0px !important;
}