@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body {
    font-family: Open Sans;
}

main {
    font-size: 0.85rem !important;
}

.sticky-0 {
    position: sticky;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.inactive {
    opacity: 0.5;
    pointer-events: none;
}

.custom-dropdown {
    background-color: #f8f9fa;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

img.creative-image {
    width: 300px;
}

img.creative-icon {
    width: 100px;
}

.schedule-active {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: blue;
    color: white;
    text-align: center;
    line-height: 20px;
}

.schedule-inactive {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: red;
    color: white;
    text-align: center;
    line-height: 20px;
}

    /* Style for the selected options container */
.selected-options-container {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #f8f9fa;
    max-height: 150px;
    overflow-y: auto;
}

.selected-options-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
}

.selected-option-item {
    padding: 3px 8px;
    margin: 2px 0;
    background-color: #e6f2ff;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-option-remove {
    cursor: pointer;
    font-weight: bold;
    margin-left: 10px;
    color: #999;
}

.selected-option-remove:hover {
    color: #f44336;
}
