.logo-login {
    background: url("../imgs/logo_big.png") no-repeat center center;
    background-size: contain;
    max-width: 100%;
    height: 80px;
}

.calendar-div {
    padding-left: 0px;
    margin-bottom: 0px;
}

.form-checkbox {
    max-width: 36px !important;
}

.image-gallery {
    border: 2px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

.btn-add-image {
    margin: 10px;
    border-radius: 2px;

    font-size: 14px;
}

.btn-add-image I {
    margin-left: 10PX;
}

.image-carousel {
    height: 260px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0px 10px 10px 10px;
}

.image-card {
    position: relative;
    width: 300px;
    height: 230px;
    display: inline-block;
    background-color: #000;
    overflow: hidden;
    margin-right: 4px;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.image-card .btn-remove-image {
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 2px;
    border: 1px solid #FFF;
    border-radius: 2px;
}

.tag-include {
    border: 2px solid #71D75E;
}

.tag-include option:checked {
    background-color: #449d44;
}

.tag-exclude {
    border: 2px solid #FF6161;
}

.tag-exclude option:checked {
    background-color: #FA4949;
}

.required-color {
    color: #f53131;
}

.btn-add-answer {
    margin: 10px;
    border-radius: 2px;
    font-size: 14px;
}

.btn-add-answer I {
    margin-left: 10PX;
}

.answer-carousel {
    margin: 0px 10px 10px 10px;
}

.answer-card {
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 20px;
}

.answer-card .image-box {
    height: 150px;
    width: 100%;
}

.answer-card img {
    max-height: 100%;
    max-width: 100%;
    border: 1px solid #CCC;
}

.answer-card .btn-remove-answer {
    position: absolute;
    z-index: 10;
    top: 1px;
    right: 16px;
    border: 1px solid #FFF;
    border-radius: 2px;
}

.answer-text {
    text-align: center;
    margin-top: 20px;
}

.news-aggregator-gallery {
    margin-top: 40px;
    margin-bottom: 20px;
}

.aggregator-image-carousel {
    height: 260px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0px;
}

.aggregator-image-card {
    position: relative;
    width: 300px;
    height: 230px;
    display: inline-block;
    background-color: #000;
    overflow: hidden;
    margin-right: 4px;
}

.aggregator-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.img-news-selected {
    opacity: 1;
}

.img-news-unselected {
    opacity: 0.3;
}

.news-aggregator-info-box {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 8px 12px;
}

.news-aggregator-info-title {
    color: #FFF;
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 16px;
}

.news-aggregator-info-text {
    color: #FFF;
    margin: 0px;
    font-size: 12px;
}

.aggregator-image-card .btn-toggle-news {
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 2px;
    border: none;
    background-color: transparent;
    font-size: 2em;
    color: #FFF;
}

.news-aggregator-checkbox {
    z-index: 4;
    max-width: 36px !important;
    position: relative;
    top: 2px !important;
    left: 5px !important;
}

.include {
    border: 10px;
    box-sizing: border-box;
    display: flex;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: default;
    text-decoration: none;
    margin: 4px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    z-index: 1;
    background-color: rgb(200, 230, 201);
    border-radius: 8px;
    white-space: nowrap;
    width: fit-content;
}

.include span {
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
    user-select: none;
    white-space: nowrap;
}

.exclude {
    border: 10px;
    box-sizing: border-box;
    display: flex;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: default;
    text-decoration: none;
    margin: 4px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    z-index: 1;
    background-color: rgb(248, 187, 208);
    border-radius: 8px;
    white-space: nowrap;
    width: fit-content;
}

.exclude span {
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
    user-select: none;
    white-space: nowrap;
}

.div-scheduled_message div {
    padding: 0;
    margin: 0;
}

.padding-0 {
    padding: 0;
}