@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;
}