.leftmenuitem i {
    margin-right: 8px;
    font-size: 13px;
    color: #69ABAE;
}

.leftmenuitem {
    display: block;
    text-decoration: none;
    margin-left: 0;
    color: #fff;
    font-size: 13.5px;
    display: flex;
    width: 200px;
    height: 40px;
    align-items: center;
    transition: 0.3s;
    opacity: 1;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.015em;
}
.side_menu_item {
    cursor: pointer;
}

.side_menu_item:hover {
    font-weight: bold;
}

#filter_button {
    position: fixed;
    top: 10%;
    transform: translateY(-50%);
    left: 0;
    width: 40px; 
    height: 50px; 
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9998; 
}

.yarim-daire {
    overflow: hidden;
}

.offcanvas{
    z-index: 9999;
}

.phone_qr{
    height: 75px;
}

.modal-body {
    min-height: 400px;
}

#check_brands, #check_memories, #check_status{
    max-height: 250px !important;
    overflow-y: auto;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Yarı saydam siyah arka plan */
    justify-content: center;
    align-items: center;
    z-index: 2100; /* Diğer öğelerin önünde olması için yüksek bir z-index değeri */
  }
  
  .loader {
    border: 10px solid #f3f3f3; /* light grey */
    border-top: 10px solid #3498db; /* blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }