.card-body.hasta-takip {
    background: #cd5252;
}

.card-body.hasta-kabul {
    background: #009688;
}

a.back {
    color: inherit;
    margin-right: 10px;
    font-size: 18px;
}

.topnav {
    background: #005883 !important;
}

span.box {
    background: red;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-tagging {
    position: relative;
    border: 1px solid;
    padding: 30px;
    border-radius: 10px;
}

span.box:after {
    position: absolute;
    border: 2px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    border-radius: 100%;
    opacity: 0;
    animation: tagging-motion 0.5s infinite;
    border-color: #d30000;
}

@keyframes tagging-motion {
    from {
        transform: scale(0.5, 0.5);
        opacity: 1;
    }

    to {
        transform: scale(2, 2);
        opacity: 0;
    }
}
span.box.new {background: #4CAF50;}
span.box.new:after {border-color: #4caf50;}
/*.ex-over{
    background:#dedede;
}
.ex-moved {
    background: #11ca6d;
    color: #fff;
}*/
.bg-list {
    background: #f1f1f1;
    padding: 10px;
}