
#dashboardContent:has(#enhancedAudioDescriptionEditorMain) {
    padding: 0 0 0 0 !important;
    max-width: 100% !important;
    margin-left: 0px !important;
}

#topBarTextWidth {
	max-width: 500px !important;
}

@media only screen and (min-width: 425px) and (max-width:768px)
{
	#topBarTextWidth{
		max-width: 300px !important;
	}
}

#enhancedAudioDescriptionEditorMain {
	color: black;
}

#enhancedAudioDescriptionEditorMain .emptyTitle {
    font-size: 20px;
    font-weight: bold;
}

#enhancedAudioDescriptionEditorMain .emptySubtext {
    font-size: 15px;
}

#ad-editor-empty-descriptions .addAtButton {
    margin-top: 20px;
}

.addAtButton img {
	height: 20px;
	margin-right: 3px;
}

.addAtButton img {
    content: url(/Dashboard/icons/audioDescription/PlusCircle.svg);
}

.addAtButton:hover img, .addAtButton:focus img {
    content: url(/Dashboard/icons/audioDescription/PlusCircleHover.svg);
}

#ad-editor-descriptions-main {
    display: grid;
    gap: 15px;
    padding: 15px;
}

#ad-editor-descriptions-main .placeholder-loading {
    height: 96px;
    width: 100%;
	border-radius: 6px !important;
}

#ad-editor-discard-changes img {
    content: url(/Dashboard/icons/audioDescription/Editor/trash-red-simple.svg)
}

#ad-editor-discard-changes:hover img,
#ad-editor-discard-changes:focus img {
    content: url(/Dashboard/icons/audioDescription/Editor/trash-red-simple-hover.svg)
}

#ad-editor-save-changes img {
    content: url(/Dashboard/icons/audioDescription/Editor/floppy-disk.svg)
}

#ad-editor-save-changes:hover img,
#ad-editor-save-changes:focus img {
    content: url(/Dashboard/icons/audioDescription/Editor/floppy-disk-hover.svg)
}

#ad-editor-empty-descriptions {
    text-align: center;
    margin-top: 20%;
    margin-bottom: 100px;
}

#ad-editor-empty-descriptions > div {
    margin-top: 20px;
}

#ad-editor-empty-descriptions > img {
	margin-bottom: 10px;
}

.ad-editor-single-description-box {
    display: grid;
    grid-template-columns: 108px 1fr;
    border-radius: 6px !important;
}

.ad-editor-single-description-box.editmode, .ad-editor-single-description-box:hover, .ad-editor-single-description-box.highlight {
    outline: 1px solid #0B6F85;
    box-shadow: 0px 0px 11.1px rgba(0, 0, 0, 0.15);
}

#ad-editor-video-player {
	position: relative;
	width: 100%;
    margin-top: 100px;
}

#ad-editor-video-player .placeholder-video {
	border-radius: 6px !important;
}

#ad-editor-video-player-iframe {
	width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 100%;
    object-fit: contain;
    display: inline-block;
    border-radius: 6px;
    pointer-events: auto;
}

#ad-editor-video-playbar {
    display: flex;
    flex-direction: column;
    gap: 2px;
	position: absolute;
	height: 47px;
	width: 95%;
	bottom: 15px;
	left:10px;
    background-color: #17171D;
    border-radius: 5px !important;
    border: 1px solid #8C8C8C;
    padding: 8px 10px;
}

#ad-editor-video-playbar .ad-video-playbar-button {
    cursor: pointer;
}

#ad-editor-video-playbar .ad-video-playbar-button img {
    height: 19px;
}

#ad-editor-video-playbar #ad-video-playbar-button-container {
    display: flex;
    gap: 11px;
    padding: 4px 0px;
    align-items: center;
}

#ad-video-player-timestamp {
    color: white;
    display: flex;
    gap: 2px;
}

#ad-editor-header {
    background: linear-gradient(to right, #F4F2F9, #F7F8FB, #F8F9FC, #F3ECF8);
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    border: 1px solid #ECECEC;
}

#ad-editor-home-button img {
    cursor: pointer;
}

#ad-editor-top-buttons {
    margin-right: 25px;
    display: flex;
    gap: 16px;
}

#ad-editor-top-buttons button > img {
    margin-right: 5px;
}

#ad-editor-left-sideview {
    background-color: #F8F8F8;
    padding: 15px;
    width: 100%;
    height: calc(100vh - 55px);
    overflow: auto;
    position: relative;
}

#ad-editor-right-sideview {
    overflow: auto;
    background-color: white;
    height: calc(100vh - 55px);
}

#ad-editor-main-content {
	display: grid;
    grid-template-columns: 4fr 5fr;
    height: fit-content;
}

#ad-editor-video-playbar .button-holder {
    width: 0px;
    height: 120%;
    position: relative;
    left: 100%;
}

#ad-editor-video-playbar .progress {
    width: 100%;
    height: 6px;
    background: #676767;
    float: left;
    cursor: pointer;
    padding: 0;
    position: relative;
    font-variant: normal;
    margin: auto 0;
    border-radius: 5px !important;
    overflow: visible;
}

#ad-editor-video-playbar #volume-bar .progress {
    height: 5px;
}

#ad-editor-video-playbar .progress-bar {
    background: rgb(61, 180, 223);
    border-radius: 5px !important;
    height: 100%;
    position: relative;
    transition: none;
    background-color: white;
}

#ad-editor-video-playbar .progress-button {
    background: white;
    border-radius: 30px !important;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 100;
    text-decoration: overline;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ad-editor-video-playbar #volume-bar .progress-button {
    width: 11px;
    height: 11px;
}

#ad-editor-video-playbar .progress-time-wrapper {
    display: inline-flex;
    height: 100%;
    outline: none;
    margin: 0 2%;
    flex: 7;
    position: relative;
    cursor: pointer;
}

#ad-editor-video-playbar #volume-bar {
    transition: width 0.2s ease;
    width: 70px;
}

.ad-editor-single-description-box .single-description-left-view {
    text-align: center;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    padding: 8px;
}

.ad-editor-single-description-box .single-description-left-view .streamNumberIcon {
    border-radius: 50% !important;
    background-color: white;
    cursor: pointer;
    line-height: 36px;
    height: 36px;
    aspect-ratio: 1;
    font-weight: bold;
    font-size: 14px;
}

.ad-editor-single-description-box .single-description-left-view .streamNumberIconContainer {
    margin: 5px auto auto;
    width: fit-content;
}

.ad-editor-single-description-box .single-description-left-view:not(.aiGenerated) {
    color: #445F9B;
    background-color: #D3DDF2;
}

.ad-editor-single-description-box .single-description-left-view:not(.aiGenerated) img {
    content: url(/Dashboard/icons/audioDescription/Editor/Manual-Edit-Icon.svg);
}

.ad-editor-single-description-box .single-description-left-view.aiGenerated {
    color: #0B6F85;
    background-color: #EDF4F6;
}

.ad-editor-single-description-box .single-description-left-view.aiGenerated img {
    content: url(/Dashboard/icons/audioDescription/Editor/AI-Generated-Icon.svg);
}

.ad-editor-single-description-box .single-description-left-view div:hover > img {
    cursor: pointer;
}

.ad-editor-single-description-box .single-description-right-view {
    background-color: #F8F8F8;
    display: grid;
    gap: 2px;
    padding: 10px;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.ad-editor-single-description-box .single-description-right-view.multistream {
    grid-template-rows: 24px 41px 24px;
    padding: 8px 10px 5px;
    min-height: 108px;
}

.ad-editor-single-description-box.editmode .single-description-right-view {
    background-color: white;
}

.ad-editor-single-description-box .single-description-right-view .edit-buttons {
    display: flex;
    gap: 4px;
}

.ad-editor-single-description-box .single-description-right-view .edit-buttons > div {
    cursor: pointer;
    border-radius: 3px !important;
    padding: 3px 4px;
}

.ad-editor-single-description-box .single-description-right-view .edit-buttons > div:hover,
.ad-editor-single-description-box .single-description-right-view .edit-buttons > div:focus {
    background-color: #EEEEEE;
}

.ad-editor-single-description-box:hover .single-description-right-view .edit-buttons .edit-button-Edit > img {
    content: url(/Dashboard/icons/audioDescription/Editor/PencilSimple.svg);
}

.ad-editor-single-description-box .single-description-right-view .edit-buttons .edit-button-Edit:hover > img,
.ad-editor-single-description-box .single-description-right-view .edit-buttons .edit-button-Edit:focus > img {
    content: url(/Dashboard/icons/audioDescription/Editor/PencilSimple-Hover.svg);
}

.ad-editor-single-description-box:hover .single-description-right-view .edit-buttons .edit-button-Delete > img {
    content: url(/Dashboard/icons/audioDescription/Editor/TrashSimple.svg);
}

.ad-editor-single-description-box .single-description-right-view .edit-buttons .edit-button-Delete:hover > img, 
.ad-editor-single-description-box .single-description-right-view .edit-buttons .edit-button-Delete:focus > img {
    content: url(/Dashboard/icons/audioDescription/Editor/TrashSimple-Hover.svg);
}

.ad-editor-single-description-box .single-description-right-view .text-container {
	width: 100%;
	height: 100%;
    overflow: auto;
    white-space: pre-wrap;
}

.ad-editor-single-description-box .single-description-right-view textarea,
.ad-editor-single-description-box .single-description-left-view input {
	width: 100%;
	height: 100%;
	border: 0px;
	resize: none;
}

.ad-editor-single-description-box .single-description-left-view input {
	text-align: center;
}

.ad-editor-single-description-box .single-description-right-view textarea:focus,
.ad-editor-single-description-box .single-description-right-view textarea:focus-visible,
.ad-editor-single-description-box .single-description-left-view input:focus,
.ad-editor-single-description-box .single-description-left-view input:focus-visible {
	border: 0px;
	outline: none !important;
}

.ad-editor-single-description-box .single-description-right-view .common-dropdown .selectCaret {
	right: 8px;
	top: 1px;
	height: 16px;
}

.ad-editor-single-description-box .single-description-right-view .common-dropdown {
	width: 95px;
}

.common-dropdown.select-stream-dropdown > div:first-child {
    height: 19px;
}

.common-dropdown.select-stream-dropdown .common-dropdown-menu > div {
    height: 19px;
}

.common-dropdown.select-stream-dropdown .common-dropdown-menu {
    top: 22px;
    left: -1px;
}

.modal-content {
	border-radius: 14px !important;
}

#videoPlaybackSpeed-holder{
    margin-left: auto;
    margin-right: 8px;
    position: relative;
    color: white;
}

#videoPlaybackSpeedBtn{
    cursor: pointer;
    padding: 0px 5px;
    border-radius: 2px !important;
}

#videoPlaybackSpeedBtn:hover{
    background-color: #777777;
}

#videoPlaybackSpeedMenu{
    position: absolute;
    cursor: pointer;
    background-color: #17171D;
    bottom: 25px;
    outline: 1px solid white;
}
@media only screen and (max-width:1015px)
{
	#videoPlaybackSpeedMenu{
        left: -10px;
	}
}

#videoPlaybackSpeedMenu > div {
	padding: 5px 10px;
}

#videoPlaybackSpeedMenu > div:hover {
	background-color: #535252;;
}

.timestamp-editable {
    padding: 2px 5px;
    border-radius: 2px !important;
}

input.timestamp-editable {
    font-weight: 500;
    padding: 3px 5px;
}

.timestamp-editable:not(input) {
    width: fit-content;
    cursor: pointer;
    line-height: 18px;
}

.single-description-left-view:not(.aiGenerated) .timestamp-editable:not(input):hover {
    color: #194097;
    background-color: #BFCEED;
}

.single-description-left-view.aiGenerated .timestamp-editable:not(input):hover {
    color: #0B697E;
    background-color: #D4E5EA;
}
.ad-editor-right-sideview-Demo{
	height: calc(45vh - 50px) !important;
}
.ad-editor-main-content-Demo{
	    grid-template-columns: auto !important;
}
.non-editable-demo{
	pointer-events:none !important;
}