/*!
 * Copyright 2023 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - ScheduleStatus.scss
 */
/*!
 * Copyright 2023 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - _colors.scss
 */
/*!
 * Copyright 2022 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - _animations.scss
 */
/*!
 * Copyright 2023 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - ScheduleStatus.scss
 */
/*!
 * Copyright 2023 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - _cards.scss
 */
/*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - _utils.scss
 */
.schedule-status{cursor:default;--tag-color:var(--highlight-color-rgb);background-color:#0000;border:none;flex-direction:row;flex-shrink:0;align-items:center;padding:2px 5px;transition:all .1s ease-out;display:inline-flex}.schedule-status .label{color:rgba(var(--tag-color));font-size:.89rem;font-weight:500;transition:all .1s ease-out}.schedule-status .icon{background-color:rgba(var(--tag-color));margin-left:5px;font-size:1em;transition:all .1s ease-out}.schedule-status.interactive:hover{background-color:rgba(var(--tag-color), .15)}.schedule-status.interactive:hover:active,.schedule-status.interactive:hover:focus{background-color:rgb(var(--tag-color))}.schedule-status.interactive:hover:active .label,.schedule-status.interactive:hover:focus .label{color:#fff}.schedule-status.interactive:hover:active .icon,.schedule-status.interactive:hover:focus .icon{background-color:#fff}.schedule-status.draft{--tag-color:var(--dark-grey-rgb)}.schedule-status.pending{--tag-color:var(--warning-rgb)}.schedule-status.approved,.schedule-status.broadcasting,.schedule-status.live{--tag-color:var(--success-rgb)}.schedule-status.rejected{--tag-color:var(--danger-rgb)}.schedule-status.trashed,.schedule-status.expired{--tag-color:var(--light-grey-rgb)}.schedule-status__popover{z-index:100;border:1px solid #202035;border-color:var(--light-grey);background-color:#fff;border-radius:0;width:700px;max-height:400px;padding:15px;box-shadow:0 2px 5px #20203540}.schedule-status__popover .popover-arrow{fill:var(--idle-grey)}.schedule__reviews{flex-direction:column;height:100%;display:flex}.schedule__reviews__infos{grid-auto-columns:1fr;gap:15px;display:grid}.schedule__reviews__infos__datum{background-color:var(--ultralight-grey);border-radius:5px;grid-row:1;padding:10px 15px;line-height:1rem}.schedule__reviews__infos__datum .title{color:var(--dark-grey);font-size:.79rem}.schedule__reviews__infos__datum .value{font-size:.79rem;font-weight:500}.schedule__reviews__new-review{border:2px solid var(--ultralight-grey);background-color:#fff;border-radius:5px;margin:15px 0 0;padding:5px 10px 10px}.schedule__reviews__new-review.success{border-color:var(--success)}.schedule__reviews__new-review.danger{border-color:var(--danger)}.schedule__reviews__new-review__title{color:var(--dark-blue);margin-bottom:5px;font-size:.889rem;font-weight:500}.schedule__reviews__new-review__head-row{flex-direction:row;gap:25px;width:100%;display:flex}.schedule__reviews__new-review__decision{flex-direction:row;flex-shrink:0;gap:10px;display:flex}.schedule__reviews__new-review__templates{background-color:var(--ultralight-grey);border:none;border-radius:3px;margin-left:auto;padding-left:5px;font-family:Poppins,sans-serif}.schedule__reviews__new-review .field-row:after{border:none}.schedule__reviews__new-review .field-row,.schedule__reviews__new-review form{background-color:#0000}.schedule__reviews__new-review textarea{border:1px solid var(--light-grey);border-radius:3px;margin:10px 0;padding:10px}.schedule__reviews__new-review textarea:focus{border-color:var(--highlight-color);box-shadow:0 0 0 1px var(--highlight-color) inset}.schedule__reviews__new-review .actions{border:none;flex-direction:row;justify-content:flex-end;display:flex}.schedule__reviews__reviews-list{height:100%;margin-top:15px;overflow:auto}.schedule__reviews__reviews-list__empty-label{text-align:center;color:var(--dark-grey);margin:15px 0;font-size:.889rem}.schedule__reviews__reviews-list__review{--review-color:var(--dark-grey);--review-color-rgb:var(--dark-grey-rgb);background-color:rgba(var(--review-color-rgb), .15);border-radius:5px;width:100%;margin-top:15px;padding:5px 15px;font-size:.79rem}.schedule__reviews__reviews-list__review:first-child{margin-top:0}.schedule__reviews__reviews-list__review.success{--review-color:var(--success);--review-color-rgb:var(--success-rgb)}.schedule__reviews__reviews-list__review.danger{--review-color:var(--danger);--review-color-rgb:var(--danger-rgb)}.schedule__reviews__reviews-list__review__title{flex-direction:row;display:flex}.schedule__reviews__reviews-list__review__reviewer-name{color:#000;font-weight:500}.schedule__reviews__reviews-list__review__decision{color:var(--review-color);padding:0 10px;font-weight:600}.schedule__reviews__reviews-list__review__date{margin-left:auto}.schedule__reviews__reviews-list__review p{color:#000;margin:0}.schedule__reviews__reviews-list__review p.auto-approved{color:var(--dark-grey);padding-left:10px;font-style:italic}
