.mud-slider .mud-slider-track-tick-label {
    font-size: .75rem;
    font-family: monospace;
}

.resizable-vertically textarea
{
    resize: vertical !important;
}

.money-amount{
    font-family: monospace;
    text-align : right;
}

.monetizable
{
    /*background-color: #8B0000;*/
}


.faq-item p {
    margin-bottom: 1rem;
}


.mud-input-slot img
{
    width: calc(1.1876em + 10.5px + 10.5px);
    height: calc(1.1876em + 10.5px + 10.5px);
    margin-top: -10.5px;
    margin-bottom: -10.5px;   
}


.explainer-image {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1rem;
    
    max-width: 100%;
}

.explainer-caption
{
    max-width: 310px;

    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0;
}


.mud-table-toolbar
{
    /*Otherwise it's too small on mobile*/
    height: auto !important;
}

.raw-text
{
    white-space: pre-wrap;
}



.slider-thumb-hidden input::-moz-range-thumb {
    visibility: hidden;
}

.slider-thumb-hidden input::-webkit-slider-thumb {
    visibility: hidden;
}

.disabled-price {
    text-decoration: line-through;
    color: #aaa;     
    opacity: 0.6;         
    cursor: not-allowed;   
}


#dezgo_standalone_video
{
    max-width:512px;
    margin:auto;
    height: auto !important;
    transition: height 0.5s ease-out;
}
#dezgo_standalone_video iframe
{
    /* override mudblazor */
    /*width: auto !important;
    height: auto !important;*/
}


.thumb-container {
    width: 128px;
    height: 128px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;

    /*
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);*/
}

.thumb-container img {
    max-width: 100%;
    max-height: 100%;
}

.text-bool-true {
    color: lime;
}

.text-bool-false {
    color: red;
}

.filter-gray
{
    filter: grayscale(100%);
}

.debug {
    border: 1px solid red;
}

