.alink {
    color: #007bff!important;
    text-decoration: none;
    cursor: pointer
}
.alink:hover{
    color:#0056b3!important;
    text-decoration:none
}
.todo-list>li.done .text {
    font-weight: 500;
    text-decoration: none!important;
}

.preview {
    width:100px;
    display: block
}

.btn-primary {
    color: #fff!important;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}
.btn-success {
    color: #fff!important;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
}
.btn-danger {
    color: #fff!important;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}



input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.select2-container--default .select2-results__option {
    padding: 1px 12px;
}
/*
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 0;
}
.select2-container .select2-selection--multiple {
    min-height: 38px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 26px!important;
    padding-right: 12px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
}
*/
.table.vert_center td, .table.vert_center th {
    vertical-align: middle!important;
}

.info-box {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: .25rem;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 110px;
    padding: .5rem;
    position: relative;
}

.input-group .select2-container {
    flex: 1 1 0%;
}