body {
    font-family: system-ui;
}

.tooltip {
    z-index: 9;
}

.side-menu__item {
    font-size: 14.5px;
    padding: 4px 10px;
}

.side-badge {
    top: 13px;
}

.img-card h5 {
    font-weight: 600;
}

.side-menu {
    height: calc(100% - 101px);
    overflow-y: auto;
}

.side-menu__item.active>.side-menu__label {
    font-weight: 600;
}

.btn {
    font-family: sans-serif;
}

.mw-300 {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cursor-pointer {
    cursor: pointer;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

.customer_label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#mobileAppNotification {
    left: 0;
    bottom: 0;
    z-index: 10000;
    width: 100%;
}

#kvkk {
    background-color: rgba(0, 0, 0, .8);
    left: 10px;
    bottom: 70px;
    z-index: 10000;
    width: 350px;
    max-width: calc(100% - 20px);
}

#kvkk .kvkkclose {
    top: 5px;
    right: 10px;
}

#datatable td {
    white-space: normal;
}

.smartphoto-arrows li {
    padding: 0;
    width: 45px;
    height: 45px;
}

.smartphoto-arrows a {
    margin: 0;
    width: 100% !important;
    height: 100% !important;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}