/**
 * TODO ::: Field Boxed
 */
.vpp-field-boxed {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
}

/**
 * TODO ::: Field Label
 */
.ytpl-field > label {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #9E9E9E;
    padding: 10px 14px 0 14px;
}

.ytpl-field > label .ytpl-help {
    display: inline-block;
    width: 18px;
    margin-left: 4px;
    fill: #747474;
    vertical-align: bottom;
}

/**
 * TODO ::: Title
 */
.ytpl-field .ytpl-title {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.ytpl-field .ytpl-title > span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #9E9E9E;
    margin-top: 6px;
    margin-bottom: 14px;
}

/**
 * TODO ::: TextBox Select TextArea
 */
.ytpl-field-text input,
.ytpl-field-select select,
.ytpl-field-text-area textarea {
    display: block;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 8px 14px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.ytpl-field-select select {
    width: calc(100% - 8px);
}

.ytpl-field-select {
    width: 296px;
    background-color: #fff;
}

.ytpl-field-text-area textarea {
    height: 180px;
}

/**
 * TODO ::: CheckBox
 */
.ytpl-field-checkbox {
    display: flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.ytpl-field-checkbox .ytpl-checkbox {
    flex: none;
    margin-right: 12px;
}

/**
 * TODO ::: GROUP
 */
.ytpl-field-group {
    padding: 24px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
}

.ytpl-field-group .ytpl-field:last-child {
    margin-bottom: 0;
}

/**
 * TODO ::: Radio
 */
.ytpl-field-radio {
    padding: 14px;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
}

.ytpl-field-radio .ytpl-option {
    margin: 10px 0;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
}

.ytpl-field-radio .ytpl-option:last-child {
    margin: 0;
}

.ytpl-field-radio .ytpl-option div {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #E0E0E0;
    border-radius: 100%;
    margin-right: 4px;
    vertical-align: bottom;
}

.ytpl-field-radio .ytpl-option.active div {
    border-color: #212121;
}

.ytpl-field-radio .ytpl-option.active div:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 100%;
    background-color: #212121;
}

/**
 * TODO ::: Thumbnail
 */
.ytpl-field-thumbnail .ytpl-select {
    position: relative;
    float: left;
    width: 140px;
    height: 80px;
    border: 2px dashed #E0E0E0;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}

.ytpl-field-thumbnail .ytpl-select > div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #9E9E9E;
    text-align: center;
    transform: translateY(-50%);
}

.ytpl-field-thumbnail .ytpl-select .ytpl-icon {
    width: 24px;
    height: 24px;
    fill: #747474;
    margin: 0 auto 4px auto;
}

.ytpl-field-thumbnail .ytpl-image {
    position: relative;
    float: left;
    width: 140px;
    height: 80px;
    background-color: #f4f4f4;
    border-radius: 4px;
    background-size: cover !important;
    background-position: center !important;
    cursor: pointer;
}

.ytpl-field-thumbnail .ytpl-media {
    float: left;
}

/**
 * TODO ::: Subtitle
 */
.ytpl-field-subtitle {
    padding: 14px;
    border-radius: 6px;
    background-color: #f4f4f4;
}

.ytpl-field-subtitle button {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 8px 10px;
    border: none;
    border-radius: 4px;
    background-color: #e2e2e2;
    outline: none !important;
    cursor: pointer;
}

.ytpl-field-subtitle button .ytpl-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transform: rotate(45deg);
}

.ytpl-field-subtitle .ytpl-item {
    padding: 14px 0;
    border-bottom: 1px solid #E0E0E0;
}

.ytpl-field-subtitle .ytpl-item:last-child {
    padding-bottom: 0;
    border: none;
}

.ytpl-field-subtitle .ytpl-field-select {
    margin-bottom: 14px;
}

.ytpl-field-subtitle .ytpl-subtitle-selector {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #065FD4;
    text-decoration: underline;
    padding-left: 2px;
    cursor: pointer;
}

.ytpl-field-subtitle .ytpl-subtitle-delete {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #747474;
    margin-left: 6px;
    cursor: pointer;
}

/**
 * TODO ::: Video
 */
.ytpl-field-video {
    width: 346px;
    border-radius: 6px;
    background-color: #f4f4f4;
    overflow: hidden;
}

.ytpl-field-video video {
    width: 100%;
    height: calc(346px / (16 / 9));
    background-color: #000;
    vertical-align: top;
}

.ytpl-field-video .ytpl-select {
    width: 100%;
    height: 42px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #212121;
    border: none !important;
    background-color: #e2e2e2;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
}

.ytpl-field-video .ytpl-select.disable{
    pointer-events: none;
    color: #b4b4b4;
}

.ytpl-field-video .ytpl-link-select{
    width:100%;
    height:42px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    background-color:#e2e2e2;
    border:none;
    margin-top:10px;
    padding:0 6px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.ytpl-field-video .ytpl-link-select::placeholder{
    text-align: center;
}

.ytpl-field-video .ytpl-detail {
    padding: 14px;
}

.ytpl-field-video .ytpl-detail .ytpl-item {
    font-family: Roboto, sans-serif;
    margin-top: 12px;
}

.ytpl-field-video .ytpl-detail .ytpl-item:first-child {
    margin: 0;
}

.ytpl-field-video .ytpl-detail .ytpl-item div {
    font-weight: 500;
    font-size: 10px;
    color: #9E9E9E;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.ytpl-field-video .ytpl-detail .ytpl-item a {
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    color: #065FD4;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    overflow: hidden;
}

.ytpl-field-video .ytpl-detail .ytpl-item:last-child a {
    color: #212121;
}

/**
 * TODO ::: Editor
 */
.ytpl-field-edit {
    width: 100%;
    margin: 0;
    padding: 0 !important;
}

.ytpl-field-editor video {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
}

.ytpl-field-editor .ytpl-video-controller-preview {
    width: 100%;
    height: 337px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #E0E0E0;
}

.ytpl-field-editor .ytpl-video-controller-preview > div {
    float: left;
}

.ytpl-field-editor .ytpl-video-controller-preview .ytpl-video-controller {
    padding: 14px;
    width: calc(100% - 598px);
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.ytpl-field-editor .ytpl-video-controller-preview .ytpl-video-preview {
    position: relative;
    width: 598px;
    height: 100%;
    cursor: pointer;
}

.ytpl-field-editor .ytpl-video-controller-preview .ytpl-video-preview .ytpl-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.ytpl-field-editor .ytpl-video-controller-preview .ytpl-video-preview .ytpl-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    transition: all 0.16s ease;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
}

.ytpl-field-editor .ytpl-video-controller-preview .ytpl-video-preview.play .ytpl-button {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
}

.ytpl-field-editor .ytpl-video-controller-preview .ytpl-video-preview .ytpl-button .ytpl-icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    transform: translate(-50%, -50%);
    fill: #fff;
}

.ytpl-field-editor .ytpl-video-controller-preview .ytpl-video-preview:not(.play) .ytpl-button .ytpl-icon.ytpl-icon-play {
    display: block;
}

.ytpl-field-editor .ytpl-video-controller-preview .ytpl-video-preview.play .ytpl-button .ytpl-icon.ytpl-icon-pause {
    display: block;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-add {
    position: relative;
    display: block;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #065FD4;
    text-align: left;
    box-shadow: none !important;
    background: none !important;
    outline: none !important;
    border: none !important;
    margin-bottom: 8px;
    cursor: pointer;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-add .ytpl-icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    fill: #065FD4;
    margin-right: 10px;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-add .ytpl-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    border-radius: 4px;
    background-color: #fff;
    padding: 6px 0;
    margin: 0;
    z-index: 2;
    box-shadow: -4px 4px 24px -4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-add .ytpl-list li {
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #212121;
    padding: 6px 8px;
    margin: 0;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-options {
    padding: 14px 8px;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-options .ytpl-empty {
    padding: 14px;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-options .ytpl-heading {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #212121;
    background-color: #e2e2e2;
    text-transform: capitalize;
    border-radius: 2px;
    padding: 10px 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-options .ytpl-heading .ytpl-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
    padding: 8px;
    fill: #747474;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-options .ytpl-content label {
    display: block;
    margin-bottom: 12px;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-options .ytpl-content label span {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 4px;
    color: #212121;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-options .ytpl-content label button {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #212121;
    border-radius: 2px;
    background-color: #e2e2e2;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    margin-left: 10px;
    padding: 4px 6px;
    cursor: pointer;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-options .ytpl-content label input {
    width: 100%;
    height: 42px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    border: 1px solid #E0E0E0 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 4px !important;
}

.ytpl-field-editor .ytpl-video-controller .ytpl-options .ytpl-content {
    margin-bottom: 32px;
}

.ytpl-field-editor .ytpl-time-line {
    overflow-x: auto;
}

.ytpl-field-editor .ytpl-time-line .ytpl-time-line-content {
    min-width: 100%;
    width: fit-content;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #E0E0E0;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row .ytpl-detail {
    width: 240px;
    height: 100%;
    min-width: 240px;
    flex: 0 0 240px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #9E9E9E;
    padding: 23px 14px;
    border-right: 1px solid #E0E0E0;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row .ytpl-graphic-render {
    position: relative;
    flex: auto;
    margin-left: 4px;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row .ytpl-graphic-render .ytpl-section {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 50%;
    border-radius: 4px;
    border: 2px solid #f3f3f3;
    background-color: #fbfbfb;
    transform: translateY(-50%);
    overflow: hidden;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row .ytpl-graphic-render .ytpl-section .ytpl-label {
    position: absolute;
    top: 6px;
    left: 6px;
    max-width: calc(100% - 12px);
    white-space: nowrap;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row .ytpl-detail .ytpl-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    fill: #747474;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row:first-child > div:last-child {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row:first-child .ytpl-time {
    display: inline-block;
    width: 120px;
    padding: 4px 0 4px 6px;
    border-left: 1px solid #E0E0E0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #9E9E9E;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row:first-child .ytpl-time:first-child {
    border: none;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row:first-child .ytpl-current-pointer {
    display: none;
    position: absolute;
    top: -43px;
    left: 0;
    height: 279px;
    width: 1px;
    border-left: 1px solid #212121;
    z-index: 9;
    pointer-events: none;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row:first-child .ytpl-current-pointer:last-child {
    z-index: 8;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row:first-child .ytpl-current-pointer:before {
    position: absolute;
    content: '';
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: #212121 transparent transparent transparent;
    transform: translateX(-50%);
}

.ytpl-field-editor .ytpl-time-line .ytpl-row:first-child .ytpl-current-pointer span {
    position: absolute;
    top: 13px;
    left: 100%;
    padding: 2px 5px;
    background-color: #212121;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row:first-child .ytpl-current-pointer.ytpl-left-screen span {
    right: 100%;
    left: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ytpl-field-editor .ytpl-time-line .ytpl-row:first-child .ytpl-event-layer {
    position: absolute;
    top: -43px;
    left: 0;
    width: 100%;
    height: 68px;
    z-index: 99;
}

/**
 * TODO ::: Element
 */
.ytpl-field-edit {
    width: 100%;
    margin: 0;
    padding: 0 !important;
}

.ytpl-accordion .ytpl-field-edit {
    width: calc(100% + 48px);
    margin: -24px -24px 0 -24px;
}

.ytpl-field-edit .ytpl-preview {
    width: 100%;
    height: 280px;
    text-align: center;
    background-color: #f9f9f9;
}

.ytpl-field-edit .ytpl-preview video {
    height: 100%;
    margin: auto;
}

.ytpl-field-edit .ytpl-options {
    display: flex;
    padding: 24px;
}

.ytpl-field-edit .ytpl-options > div {
    flex: auto;
}

.ytpl-field-edit .ytpl-options > div:first-child {
    flex: none;
}

.ytpl-field-edit .ytpl-options .ytpl-option {
    position: relative;
    width: 280px;
    padding: 8px;
    border-radius: 2px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.ytpl-field-edit .ytpl-options .ytpl-option span {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 4px;
    display: inline-block;
}

.ytpl-field-edit .ytpl-options .ytpl-option .ytpl-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: #747474;
    margin-right: 4px;
}

.ytpl-field-edit .ytpl-options .ytpl-option .ytpl-icon:last-child {
    position: absolute;
    top: 8px;
    right: 4px;
    fill: #065FD4;
}

.ytpl-field-edit .ytpl-element {
    padding-left: 24px;
}

.ytpl-field-edit .ytpl-element .ytpl-element-option {
    padding: 14px;
    border-radius: 2px;
    margin-bottom: 14px;
    background-color: #f4f4f4;
}

.ytpl-field-edit .ytpl-element .ytpl-element-option:last-child {
    margin-bottom: 0;
}

.ytpl-field-edit .ytpl-element .ytpl-title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #9E9E9E;
    padding-bottom: 12px;
    border-bottom: 1px solid #E0E0E0;
}

.ytpl-field-edit .ytpl-element .ytpl-options {
    display: block !important;
    padding: 0;
}

.ytpl-field-edit .ytpl-element .ytpl-options > div {
    display: block;
    margin: 14px 0 0 0;
}

.ytpl-field-edit .ytpl-element .ytpl-options .ytpl-time {
    display: flex;
}

.ytpl-field-edit .ytpl-element .ytpl-options .ytpl-time .ytpl-field {
    margin-bottom: 0 !important;
}

.ytpl-field-edit .ytpl-element .ytpl-options .ytpl-time button {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 8px 10px;
    border: none;
    border-radius: 3px;
    background-color: #e2e2e2;
    outline: none !important;
    margin-left: 10px;
    cursor: pointer;
}

.ytpl-field-edit .ytpl-element .ytpl-options .ytpl-field {
    background-color: #fff;
}

/**
 * TODO ::: QUALITY
 */
.ytpl-field-quality {
    background-color: #f4f4f4;
    border-radius: 6px;
}

.ytpl-field-quality .ytpl-title {
    padding: 14px 14px 0 14px;
    border-bottom: 1px solid #E0E0E0;
}

.ytpl-field-quality .ytpl-item {
    display: flex;
    padding: 14px;
    border-bottom: 1px solid #E0E0E0;
}

.ytpl-field-quality .ytpl-item > div {
    flex: none;
}

.ytpl-field-quality .ytpl-item > div:nth-child(2) {
    flex: auto;
}

.ytpl-field-quality .ytpl-item:last-child {
    border-bottom: none !important;
}

.ytpl-field-quality .ytpl-item button {
    width: 108px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #212121;
    line-height: 20px;
    margin-right: 14px;
    border-radius: 2px;
    background-color: #e2e2e2;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    padding: 6px 0;
    cursor: pointer;
}

.ytpl-field-quality .ytpl-item button div {
    font-weight: 500;
}

.ytpl-field-quality .ytpl-item:hover .ytpl-icon {
    visibility: visible;
}

.ytpl-field-quality .ytpl-icon {
    width: 24px;
    height: 24px;
    fill: #747474;
    cursor: pointer;
    visibility: hidden;
}

.ytpl-field-quality .ytpl-item > div:nth-child(2) div {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #212121;
    margin: 4px 0 4px 0;
}

.ytpl-field-quality .ytpl-item > div:nth-child(2) a {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #065FD4;
}

/**
 * TODO ::: Tags
 */
.ytpl-field-tags {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
}

.ytpl-field-tags .ytpl-title {
    padding: 14px 14px 0 14px;
}

.ytpl-field-tags .enter-tag {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    padding: 0 14px 14px 14px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #E0E0E0 !important;
}

.ytpl-field-tags .ytpl-options {
    padding: 5px 5px 14px 10px;
}

.ytpl-field-tags .ytpl-item {
    float: left;
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    background-color: #f4f4f4;
    border-radius: 999px;
    height: 36px;
    line-height: 36px;
    margin: 9px 0 0 9px;
    padding: 0 42px 0 12px;
}

.ytpl-field-tags .ytpl-item button {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #e2e2e2;
    cursor: pointer;
}

/**
 * TODO ::: Statistics
 */
.ytpl-field-chart {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 0;
}

.ytpl-field-chart .ytpl-inner-content {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 4px;
}

.ytpl-field-chart .ytpl-heading {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9E;
    border-bottom: 1px solid #E0E0E0;
    padding: 14px 14px 4px 14px;
    margin-bottom: 4px;
}

.ytpl-field-chart .ytpl-heading .ytpl-stc {
    padding: 14px 0;
}

.ytpl-field-chart .ytpl-stc {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #212121;
    padding: 14px;
}

.ytpl-field-chart .ytpl-stc > div:first-child {
    flex: auto;
}

.ytpl-field-chart .ytpl-stc > div:last-child {
    flex: none;
    text-align: right;
}

.ytpl-field-chart .ytpl-stc span {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}

.ytpl-field-chart .ytpl-stc .ytpl-line {
    width: 140px;
    height: 6px;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.ytpl-field-chart .ytpl-heading .ytpl-stc .ytpl-line {
    width: 200px;
    height: 8px;
}

.ytpl-field-chart .ytpl-stc .ytpl-line > div {
    position: relative;
    float: left;
    height: 100%;
    background-color: #747474;
    transition: all 0.16s ease;
    z-index: 1;
}

.ytpl-field-chart .ytpl-heading .ytpl-stc .ytpl-line > div {
    box-shadow: 0 0 0 2px #fff;
}

.ytpl-field-chart .ytpl-stc .ytpl-line > div:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ytpl-field-chart .ytpl-stc .ytpl-line > div:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ytpl-field-chart .ytpl-stc .ytpl-line > div:hover {
    transform: scale(1.1);
    z-index: 2;
}

.ytpl-field-chart .ytpl-stc .ytpl-color {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 4px;
}