.list-wrapper .completed {
    text-decoration: none;
}
.list-wrapper .completed .form-check-label{
    text-decoration: line-through;
    text-decoration-color: #1F3BB3;
}

.todo-list > li:last-child {
    border-bottom: none;
}

.select2-container {
    width: 100% !important;
}
.select2-container--open {
    z-index: 9999999
}
.select2-container--default .select2-selection--single {
    padding: 8px!important;
}

.select2-selection__choice {
    color:#FFF !important;
    font-size:13px !important;;
}

.select2-selection__choice__remove {
    margin-right: 8px;
    color:#F00!important;
}


.todo-list-rounded .form-check {
    margin-top: 7px;
}

#AnasayfaIcerikleri .tab-content {
    padding-top: 0px;
    margin-top: 0px;
}

.btn-sm {
    padding: 6px 10px !important;
}
tr .sadeceIkonlar {
    display: none;
}

tr:active td {
    background-color: #DDD;
}
@media (min-width: 480px) {
    tr .sadeceIkonlar {
        display: inline;
    }
}
#widgetPaneli .card {
    background-color: #eef6f0;
}
#widgetPaneli .card.active {
    background-color: #FFF;
}

.sidebar-icon-only .brand-logo-mini {
    display: none !important;
}
@media (max-width: 991px) {
    .sidebar-icon-only .brand-logo-mini {
        display: block !important;
    }
}

@media (max-width: 480px)
{
    .navbar .navbar-brand-wrapper {
        width: 100px;
    }
}
#resepsiyonSecimi {
    width: 240px;
}