.mytz0-hh-mm-ss{
    min-width:100px;
}

/* .mytz0-title{font-weight:500} */
/* SELECT2 create new list different color */
.select2-dropdown.materialize-select2-dropdown li.select2-results__option[data-select2-id*=create-new-list] {
    background: var(--amoksys-color-primary);
    color: var(--amoksys-color-on-primary);
}
.select2-dropdown.materialize-select2-dropdown li.select2-results__option[data-select2-id*=create-new-list]::before {
    content: "\F0415";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right:1rem;
}

img.icon-img, svg.icon-img{
    width:20px;
    margin-right:.5rem;
}

.card-content > h5:only-child img.icon-img,
.card-content > h5:only-child svg.icon-img{
    width:30px;
}

.mytz0-comma-separe-item:not(:last-child)::after{
    content: ", ";
    display:inline-block;
    margin-right:.5rem;
}

th{
    font-weight:500;
}

.mdi-sync-circle.mdi-wua::before,
.mdi-wua::before {
    content: "\F1378";
    -webkit-transform: scaleY(-1) rotate(135deg);
    transform: scaleY(-1) rotate(135deg);
    -ms-transform: rotate(135deg);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.color-inherit{
    color:inherit!important;
}

.text-decoration-inherit{
    text-decoration:inherit!important;
}
