.AdReadCardV2 {
    background-color: var(--white);
    border: 1px solid var(--gray-300);
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 6%);
    margin: 10px 15px;

    &-contents {
        padding: 12px;
        cursor: pointer;
    }

    &-top-contents {
        display: flex;
        justify-content: space-between;
    }

    &-podcast-image {
        height: 30px;
        margin-right: 13px;
        width: 30px;
    }

    &-image-and-title {
        width: 75%;
    }

    &-ad-title {
        font-size: 16px;
        font-weight: 500;
    }

    &-ad-subtitle {
        font-size: 12px;
        color: var(--gray-500);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 20px;
        width: 100%;
    }

    &-podcast-title {
        color: var(--gray-500);
        font-size: 14px;
    }

    &-episode-title {
        color: var(--gray-500);
        font-size: 12px;
    }

    &-right-section {
        display: flex;
        justify-content: space-between;
        text-align: right;
    }

    &-collapse-glyph {
        cursor: pointer;

        .Glyph {
            margin-top: 8px;
        }
    }

    &-expanded-section:not(:last-child) {
        margin-bottom: 13px;
    }

    &-expanded-campaign,
    &-expanded-reporter,
    &-expanded-assignee {
        display: inline-block;
        max-width: 160px;
    }

    &-asset-section {
        padding: 5px;

        &-details {
            max-width: 500px;
            word-wrap: break-word;
        }

        &-upload-area {
            margin-top: 10px;
            margin-left: 10px;
            display: flex;

            .UploadGlyph {
                margin-top: 10px;
                fill: var(--gray-500);
            }

            label {
                color: var(--blue);
                cursor: pointer;
                font-weight: 500;
            }

            &-description {
                margin-left: 10px;
            }
        }

        &-content {
            display: flex;
            justify-content: space-between;
            padding: 10px;
            border: 1px solid var(--gray-300);

            .UploadGlyph {
                fill: var(--blue);
                margin-left: 5px;
                cursor: pointer;
            }

            .Download {
                cursor: pointer;
            }
        }

        &-title {
            color: var(--gray-500);
        }

        &-upload-date {
            color: var(--gray-500);
            font-size: 12px;
        }
    }

    &-files {
        display: flex;

        .btn {
            padding: 5px;
            margin-right: 10px;
        }

        .PaperclipGlyph {
            fill: var(--blue);
        }

        .Waves {
            fill: var(--blue);
        }

        .Upload-Glyph {
            margin-right: 5px;

            .UploadGlyph {
                fill: var(--blue);
            }
        }

        .Download-Glyph {
            margin-right: 5px;
        }

        .Loading-spinner {
            padding: 10px;
            margin-right: 20px;
            height: 20px;
            width: 20px;
        }
    }

    .CommentGlyph {
        cursor: default;
        fill: var(--blue);
        height: 24px;
        margin-right: 3px;
        width: 24px;
    }

    &-comment-count {
        font-size: 14px;
        font-weight: normal;
        vertical-align: middle;

        &-section-submitted {
            margin-top: 5px;
        }
    }

    &-modal {

        .ReactModal-content {
            width: 700px;
        }

        .ReactModal-header {
            align-items: center;
            border: none;
            display: flex;
            margin-left: 7px;
            padding: 10px;
        }

        .ReactModal-header-text {
            color: var(--gray-800);
            font-size: 14px;
            font-weight: 400;
        }

        .ReactModal-close {
            display: none;
        }

        .ReactModal-body {
            padding: 10px 20px 20px;
        }

        .table {

            td {
                border: none;
            }

            tr:hover td {
                background-color: inherit;
                opacity: 1;
            }
        }

        &-roll-info {
            display: inline-block;
            padding-top: 10px;
        }

        &-advertisement-name {
            padding-left: 10px;
            padding-top: 10px;
        }

        .AdReadCardV2-dot {
            display: inline-block;
            height: 12px;
            margin-right: 10px;
            vertical-align: middle;
            width: 12px;
        }

        &-subtitle {
            color: var(--gray-500);
            font-size: 14px;
            overflow: hidden;
            max-height: 20px;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
        }

        &-title {
            margin-bottom: 10px;
            margin-left: 5px;
        }

        &-ad-title {
            color: var(--gray-800);
            font-size: 20px;
        }

        &-label {
            color: var(--gray-500);
            padding-left: 5px;
        }

        &-commenter-name {
            color: var(--gray-800);
            font-size: 14px;
            font-weight: 500;
            margin-top: 5px;
        }

        &-comment-date {
            color: var(--gray-500);
            font-weight: 400;
            margin-left: 15px;
        }

        &-profile {
            display: flex;
            margin-bottom: 15px;
        }

        #modal-assignee {
            padding-left: 6px;
        }

        &-assignee {
            width: 40%;

            .Select {
                font-size: 14px;
            }

            &-hover {
                border: 1px solid var(--gray-300);
                padding: 5px 0 0 5px;
            }

            &-view {
                border: 1px solid var(--white);
                padding: 5px 0 0 5px;
            }

            &-names {
                padding: 0 0 0 15px;
            }

            &-edit-icon {
                align-items: center;
                display: flex;
                padding-left: 10px;
            }
        }

        &-due-date {
            width: 40%;

            &-hover {
                border: 1px solid var(--gray-300);
                max-width: 80%;
                padding: 10px 5px;
            }

            &-view {
                border: 1px solid var(--white);
                padding: 10px 5px;
            }

            &-edit-icon {
                padding-left: 5px;
            }

            &-time {
                display: flex;
            }

            &-input {

                .row {
                    margin-left: 0;
                    margin-right: 0;
                }
            }

            .AdReadCardV2-modal-due-day {
                width: 60%;
            }

            .DayPicker {

                &-Caption {
                    margin: 0 auto 10px;
                    display: inline-block;
                }

                &-Day {
                    line-height: 50%;
                }

                &-Year-Picker,
                &-Month-Picker {
                    display: inline-block;
                    height: 35px;
                }
            }

            .TimeInput {
                margin-left: 5px;
                width: 45%;

                .Select {
                    font-size: 14px;
                }
            }
        }

        &-comments-container {
            overflow-x: auto;
            max-height: 200px;
        }

        #modal-comments-section {
            padding-top: 0;

            .Loading-spinner {
                height: 30px;
                margin-bottom: 20px;
                width: 30px;
            }
        }

        &-comments-label {
            color: var(--gray-800);
            font-size: 18px;
            margin-bottom: 20px;
        }

        &-comment {
            padding-top: 5px;
        }

        &-comment-buttons {

            .btn-link {
                color: var(--gray-500);
                font-size: 12px;
                padding: 0;
                text-transform: capitalize;
            }
        }

        &-comment-area {
            width: 100%;
        }

        &-new-comment-buttons {

            .btn-link {
                color: var(--gray-500);
                margin-right: 10px;
            }

            .btn-primary {
                margin-left: 35px;
                margin-right: 20px;
            }
        }

        &-buttons {

            .btn-primary {
                margin-right: 10px;
            }
        }

        #modal-hr {
            padding: 0 10px;
        }

        .DayPickerInput-OverlayWrapper {
            position: fixed;
            z-index: 9999;
        }

        .text-muted {
            font-size: 12px;
        }

        &-item {
            background-color: var(--gray-200);
            border-radius: 8px;
            display: inline-block;
            font-size: 14px;
            margin-right: 5px;
            margin-bottom: 5px;
            max-width: 180px;
            padding: 5px 8px;
            width: fit-content;
        }

        &-item-text {
            flex-shrink: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }

    &-label {
        color: var(--gray-500);
    }

    &-profile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    &-profile-initials {
        background-color: var(--midnight-5);
        border-radius: 15px;
        color: white;
        display: inline-block;
        line-height: 30px;
        height: 30px;
        min-width: 30px;
        margin-right: 5px;
        text-align: center;
        text-transform: uppercase;
    }

    &-script {
        color: var(--blue);

        .PaperclipGlyph {
            fill: var(--blue);
        }
    }

    &-separator {
        border: solid 1px var(--gray-200);
        margin-bottom: 8px;
        margin-top: 10px;
    }

    .UploadArea {
        border: 0;
        cursor: pointer;
    }

    &-delete {
        color: var(--red);
    }

    &-bottom {
        align-items: center;
        cursor: pointer;
        display: flex;
        font-weight: bold;
        justify-content: space-between;
        padding: 7px 12px;

        label {
            margin-bottom: 0;
        }
    }

    &-approve-reject {
        display: flex;
        text-transform: uppercase;
        margin: 5px;
    }

    &-approve {
        color: var(--green);
        cursor: pointer;
    }

    &-reject {
        color: var(--red);
        cursor: pointer;
        margin-right: 12px;
    }

    &-reject-modal {
        text-align: left;
    }

    &-reject-modal-header {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    &-error-or-player {
        background-color: var(--gray-100);
        border-top: 1px solid var(--gray-300);
        cursor: pointer;
        padding: 6px 0;
    }

    &-error {
        color: var(--red);
        padding: 6px 12px;
    }

    &-error-rejection-reason {
        font-weight: bold;
    }

    &-audio-player {
        height: 15px;
        outline: none;
        position: relative;
        top: 2px;
        width: 100%;
    }

    &-uploading {
        font-size: 10px;
        font-weight: bold;
    }

    &-sub-section {
        align-items: flex-end;
        color: var(--gray-800);
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    &-assignee-name {
        margin-right: 8px;
    }

    &-warn-modal-header {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }
}
