﻿.scheduledContentDashboard .umb-box-header_scheduledcontent {
    padding-bottom: 20px;
}

.scheduledContentDashboard .btn-dashboard {
    border: 1px solid #bbbabf;
    color: #1b264f;
    height: 32px;
    width: 32px;
    border-radius: 0;
    background-color: transparent !important;
    padding: 6px !important;
}

.scheduledContentDashboard .btn-dashboard:active {
    box-shadow: none !important;
}

.scheduledContentDashboard .btn-dashboard:hover {
    border-color: #2152a3;
    color: #2152a3;
}

.scheduledContentDashboard .btn-dashboard .umb-button__icon {
    margin-right: 0;
}

.refresh .umb-button__progress {
    border-color: hsla(0,0%,100%,.4) hsla(0,0%,100%,.4) hsla(0,0%,100%,.4) #2152a3;
}

.spinner-container {
    position: relative;
    min-height: 200px;
}

.record-count .count-label{
    font-weight: bold;
    margin-right: 0.5em;
}

.bold {
    font-weight: bold;
}


.scheduledContentDashboard .umb-dropdown {
    margin-bottom: 0;
}

.scheduledContentDashboard .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    width: 250px;
}

.scheduledContentDashboard .dropdown {
    display: flex;
    flex-direction: column;
    gap: 4px; /* space between items */
}

.scheduledContentDashboard .checkbox-option {
    display: flex;
    align-items: center; 
    cursor: pointer;
}

.scheduledContentDashboard .checkbox-option input[type="checkbox"] {
    margin: 0 8px 0 0; 
    width: 16px; 
    height: 16px;
    vertical-align: middle;
}

.scheduledContentDashboard .checkbox-option span {
    line-height: 1.4; 
}
