.playlist-section-one {
    background-color: #24292E;
    color: white;
    height: 130px;
}
.playlist-info {
    margin: 20px 0 17px 0;
}
.playlist-info .playlist-label {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.34px;
    line-height: 20px;
}
.playlist-info-title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.53px;
}
.playlist-info-btns a {
    color: #4193F4;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.36px;
}
.playlist-info-btns span {
    color: #4193F4;
    padding: 0 8px;
}

.playlist-section-two {
    background-color: #fff;
}

.playlist-edit-form {
    background-color: white;
    padding: 20px;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    position: relative;
    top: -100px;
}
.playlist-edit-form .playlist-form-title {
    color: #5D697C;
    font-size: 17px;
    letter-spacing: -0.41px;
    line-height: 20px;
    margin-top: 0px;
}
.playlist-form-optional {
    font-size: 14px;
    color: #5D697C;
}
.playlist-edit-left, .playlist-edit-right {
    position: sticky;
    top: 70px;
    margin: 20px 0;
}
.playlist-form-row {
    margin-bottom: 15px;
    background-color: #fff;
}
.playlist-form-row .playlist-form-group {
    flex: 0 0 50%;
    background-color: #fff;
}
.playlist-form-row .playlist-form-group:nth-of-type(2n+1) {
    padding-right: 25px;
}
#playlist-form .playlist-form-row .playlist-row-title {
    font-size: 14px;
    color: #5D697C;
}
#playlist-form .playlist-form-row input[type="text"] {
    display: block;
    background-color: #fff;
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    font-size: 15px;
    line-height: 20px;
}
#playlist-form .playlist-form-row input[type="radio"] {
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
}
#playlist-form .playlist-form-row select {
    display: block;
    background-color: #fff;
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    font-size: 15px;
    cursor: pointer;
}
#playlist-form .playlist-form-row textarea {
    display: block;
    background-color: #fff;
    width: 100%;
    min-height: 100px;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    font-size: 15px;
    padding: 5px 25px;
}
#playlist-form .playlist-form-row .playlist-add-video,
#playlist-form .playlist-form-row .playlist-add-label,
#playlist-form .playlist-form-row .playlist-add-bulk-video {
    border: 1px dashed #E3DEDE;
    border-radius: 2px;
    background: white;
    width: 100%;
    line-height: 34px;
    color: #4193F4;
    font-size: 14px;
}
.playlist-form-row.duplicate-article {
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #f93f5e;
	position: relative;
}
.playlist-form-row.duplicate-article:before {
	content: 'Duplicated Article';
	position: absolute;
	left: -1px;
	top: -18px;
	font-size: 11px;
	background: #f93f5e;
	line-height: 14px;
	color: white;
	padding: 2px 4px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.playlist-radio-group .playlist-radio-item {
    flex: 0 0 30%;
}
.playlist-radio-group .playlist-radio-item label {
    cursor: pointer;
    font-size: 14px;
    color: #5D697C;
}
.playlist-form-error, .playlist-notify-error, .playlist-bulk-error, .playlist-share-error {
    background-color: #F93F5E;
    border-radius: 2px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18px;
    line-height: 15px;
    padding: 7px 34px;
    background-image: url(/img/time-octagon-solid-white.svg);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
#playlist-edit-content {
    max-width: 640px;
    margin: 20px auto;
    min-height: 500px;
}
.playlist-edit-header {
    color: #4193F4;
    font-weight: 500;
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
}

#playlist-form .playlist-submit {
    height: 48px;
    width: 100%;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 39px;
    padding: 0;
    color: #FFFFFF;
    background-color: #4193F4;
    box-shadow: 0 9px 18px 0 rgba(65, 147, 244, 0.39);
}
.playlist-success-message {
    display: none;
    margin: 20px 0;
}
.playlist-success-btns {
    display: flex;
    justify-content: space-between;
}
.playlist-success-btns a {
    text-decoration: none;
    height: 48px;
    width: 45%;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    padding: 0;
    margin-top: 25px;
    color: #FFFFFF;
    background-color: #4193F4;
    box-shadow: 0 9px 18px 0 rgba(65, 147, 244, 0.39);
}
.playlist-dynamic-content .remove-label {
    color: #F93F5E;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    background-color: white;
    border: none;
}
.playlist-dynamic-content .playlist-form-row-left {
    flex: 0 1 6%;
}
.playlist-dynamic-content .playlist-form-row-left i.fa-grip-lines {
    position: relative;
    top: 50%;
    transform: translateY(-100%);
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.playlist-dynamic-content .playlist-form-row-left i.fa-grip-lines:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.playlist-dynamic-content .playlist-form-row-last i.fa-minus-circle {
    position: relative;
    top: 50%;
    right: 0;
    transform: translateY(-100%);
    cursor: pointer;
    color: #F93F5E;
}
.playlist-dynamic-content .playlist-form-row-right {
    flex: 1 1 88%;

}
.playlist-dynamic-content .playlist-form-row-last {
    flex: 1 0 6%;
}
.playlist-video-card {
    align-items: center;
}
.playlist-video-card .playlist-video-image {
    position: relative;
    flex: 0 0 84px;
}
.playlist-video-card .playlist-video-image img {
    max-width: 70px;
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    border-radius: 3px;
    vertical-align: middle;
}
.playlist-video-card .playlist-video-title {
    margin: 0 20px;
    font-size: 13px;
    color: #3A3A3A;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 24px;
}
.playlist-video-card .playlist-video-title span {
    position: relative;
    display: block;
    /* top: 50%;
    transform: translateY(-50%); */
}
#playlist-form #institution_suggestions {
	display: none;
	border: 1px solid #E4E4E4;
}
#playlist-form #institution_suggestions ul li {
	cursor: pointer;
	padding: 0 5px;
}
#playlist-form #institution_suggestions ul li:hover {
	background-color: #F8F8F8;
}
.playlist-edit-instruction {
	margin: 20px 0;
    font-size: 13px;
    line-height: 18px;
}
.playlist-save-loader {
    display: none;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
}
.playlist-save-loader-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    text-align: center;
    border: 1px solid #888;
    width: 30%;
}
.playlist-save-success {
	margin: 0 auto;
}
.playlist-save-success img {
	width: 50px;
	height: 50px;
}
.playlist-loader-message {
	padding: 10px;
	color: #5D697C;
    font-size: 17px;
    letter-spacing: -0.41px;
    line-height: 20px;
	font-weight: bold;
}
/*playlist landing and playlist view page*/
.playlist-landing-header {
    margin: 20px 0 17px 0;
}
.playlist-landing-header .playlist-label {
    color: #606875;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.34px;
    line-height: 20px;
}
.playlist-info-title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.53px;
    line-height: 24px;
    padding: 5px 0;
    margin: 0;
}
.playlist-info-btns a {
    color: #4193F4;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.36px;
}
.playlist-info-btns span {
    color: #4193F4;
    padding: 0 8px;
}
.playlist-landing-wrapper{
    padding: 10px 20px;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}
.playlist-landing-wrapper .playlist-landing-header {
    margin: 0 0 20px 0;
}
.playlist-landing-wrapper p{
    color:#B4B4B4;
    font-size:14px;
    margin: 0 20px;
}
.playlist-landing-wrapper h1{
    margin-left:20px;
}
.playlist-landing-wrapper h3{
    margin-left:20px;
    line-height: 32px;
}
.playlist-landing-item, .merge-item {
    margin: 10px 0;
    padding: 10px 10px 10px 10px;
}
.playlist-landing-item.playlist-video {
    border-bottom: 1px solid #EFEFEF;
}
.playlist-landing-item .playlist-label, .merge-item .playlist-label {
    line-height: 24px;
    color:#000;
    font-size:1.4em;
    font-weight:300;
    letter-spacing:.025em;
}
.playlist-landing-item .playlist-article, .merge-item .playlist-article {
    align-items: center;
}
.playlist-landing-item .playlist-article .thumb img, .merge-item .playlist-article .thumb img {
    height: 57px;
    width: 84px;
    object-fit: cover;
    border-radius: 3px;
    vertical-align: middle;
}
.playlist-landing-item .playlist-article .info, .merge-item .playlist-article .info {
    margin: 0 20px;
}
.playlist-landing-item .playlist-article .info .section, .merge-item .playlist-article .info .section {
    padding: 5px 0;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.18px;
    line-height: 11px;
    color: #3A3A3A;
    text-transform: capitalize;
}
.playlist-landing-item .playlist-article .info .title, .merge-item .playlist-article .info .title {
    font-size: 16px;
    font-weight: 500;
    color: #3A3A3A;
    letter-spacing: 0.08px;
    line-height: 24px;
}
.playlist-info-prof {
    padding: 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.more-info{
    margin-top:40px;
    color:#4193F4;
    font-size:.8em;
    font-weight:500;
}
/*playlist view page*/
div.playlist_wrapper{
    position:fixed;
    width:100%;
    background-color:#333838;
    bottom:0;
    z-index:10001;
    height:80px;
    padding:10px;
    padding-left:50px;
    justify-content: space-between;
}

div.playlist_wrapper .playlist_title_wrapper{
    display:inline-block;
    color:#fff;
    font-weight:600;
    width:15%;
    border-right: 1px solid #555;
    vertical-align:top;
    padding: 5px 20px;
}

div.playlist_wrapper .playlist_title_wrapper .playlist_title{
    display:block;
    color:#fff;
    font-size: 15px;
    letter-spacing: -0.06px;
    line-height: 17px;
}

div.playlist_wrapper .playlist_title_wrapper .playlist_title_label{
    display:inline-block;
    color:#D63B44;
    font-size:11px;
    font-weight: bold;
    letter-spacing: 0.06px;
    line-height: 21px;
}

div.playlist_wrapper .up_next{
    width:45%;
    padding-left:60px;
    border-right:1px solid #555;
}

div.playlist_wrapper .up_next .thumbnail{
    display:inline-block;
}

div.playlist_wrapper .up_next .thumbnail img{
    display:inline-block;
    height:45px;
    border-radius:3px;
    margin-top:10px;
}

div.playlist_wrapper .up_next .up_next_title_wrapper
{
    display:inline-block;
    vertical-align:top;
    padding-left:10px;
}

div.playlist_wrapper .up_next .label{
    display:inline-block;
    color:#777;
    font-size:10px;
    font-weight:600;
}
div.playlist_wrapper .up_next .title{
    display:block;

}
div.playlist_wrapper .up_next .title a{
    color: white;
}
div.playlist_wrapper .playlist_buttons{
    display:inline-block;
    width:40%;
    vertical-align:top;

}

div.playlist_wrapper .playlist_buttons .prev{
    display:inline-block;
    color:#fff;
    padding:20px;
    padding-top:10px;
    vertical-align:top;
    font-size:18px;
    width:30%;
    text-align: center;
}
div.playlist_wrapper .playlist_buttons .prev a{
    font-size:13px;
    color: white;
}
div.playlist_wrapper .playlist_buttons .prev .prev_arrow{
    display:inline-block;
    color:#333;
    padding:10px 13px 9px 8px;
    background-color:#fff;
    border-radius:25px;
    font-size:18px;
    margin-right:10px;
}


div.playlist_wrapper .playlist_buttons .next{
    display:inline-block;
    color:#fff;
    padding:20px;
    padding-top:10px;
    vertical-align:top;
    font-size:18px;
    width:30%;
    text-align: center;
}
div.playlist_wrapper .playlist_buttons .next a{
    font-size:13px;
    color: white;
}
div.playlist_wrapper .playlist_buttons .next .next_arrow{
    display:inline-block;
    color:#333;
    padding:10px 8px 9px 13px;
    background-color:#fff;
    border-radius:25px;
    font-size:18px;
    margin-left:10px;
}
div.playlist_wrapper .playlist_buttons .expand{
    display:inline-block;
    width:30%;
    background-color:#4193f4;
    vertical-align:middle;
    color:#fff;
    margin-top:-10px;
    padding-top:33px;
    height: 80px;
    text-align:center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 17px;
}
.playlist-view-page .playlist-landing-wrapper {
    padding: 10px 20px;
    border: none;
}
.playlist-view-page .playlist-landing-wrapper h1{
    color: white;
}
.playlist-view-page .playlist-landing-wrapper h3{
    line-height: 32px;
    color: white;
    font-size: 18px;
}

div.playlist-landing-header h3{
display:none;
}
div.playlist-landing-header p{
font-size:1em;
color:#ff5313;
font-weight:500;
margin-left:0px;
}
