﻿.FormCard-title {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

.highlighted-item:hover, .highlighted-item:hover > td a {
    background-color: var(--bs-secondary-bg-subtle);
}

.no-href {
    color: black;
    text-decoration: none;
}

    .no-href:hover {
        color: black;
    }

.card-block {
    padding: 12px 16px;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #222222;
    background: #F8F8F8;
    margin: 5px;
}

.square-container {
    position: relative;
}

    .square-container::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .square-container > img {
        position: absolute;
        padding: 3px;
        width: 100%;
        height: 100%;
    }

.dxbl-btn-standalone.dxbl-btn-primary.dxbl-btn-icon-only.square-btn {
    --dxbl-btn-padding-x: 0.5rem;
    --dxbl-btn-padding-y: 0.375rem;
}

.pill-badges {
    border: 1px solid;
    border-radius: 50rem;
    color: white;
    white-space: nowrap !important;
    font-size: unset !important;
    margin-right: 0.5rem;
    padding: 0 0 0 0.5rem !important;
    width: auto;
}

.pill-badges-value {
    border: 1px solid;
    border-radius: 50rem;
    background-color: white;
    font-weight: 700 !important;
    margin: 0.25rem;
    padding: 0 0.25rem 0 0.25rem !important;
}

.videosetting-float {
    margin-bottom: 65px !important;
    margin-right: -60px !important;
}

.dxbl-dropdown > .videosetting-float {
    --dxbl-dropdown-box-shadow: 0px 1px 3px 0px rgba(54, 45, 36, 0.5);
}

.videosetting-float > .dxbl-menu.dxbl-menu-vertical .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item > .dxbl-btn > .dxbl-menu-item-text-container {
    width: 100%;
}

.dxbl-fl .row-item > .dxbl-fl-ctrl {
    display: flex !important;
    align-items: center !important;
    height: 100%;
    padding: 0.25rem;
}

.tags-element {
    color: #B05A20;
    background: #F6DBC9;
    border-radius: 3rem;
    padding: 0.125rem 0.375rem;
    margin: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 80%;
}