.modal__header-bottom-line {
    height: 45px;
    padding-top: 10px;
    border-bottom: 1px solid #c1c0c2;
}

.modal__close-button {
    position: absolute;
    right: 10px;
    top: 3px;
}


/*** screen playlist modal ***/
.modal-playlists-wrapper .modal__header-bottom-line {
    line-height: 1.6;
}

.modal__playlist-content .modal-body {
    padding: 0;
}

.modal__playlist-content .modal-button-wrapper>.block-button {
    font-size: 18px;
    height: 27px;
    font-weight: normal;
    line-height: 0;
    text-transform: none;
    padding: 0 10px;
}

.modal-playlists-title {
    text-transform: uppercase;
    font-size: 22px;
    color: #353b42;
    font-weight: bold;
    margin-left: 42px;
}

.modal__playlist-content {
    width: 480px;
    max-height: 440px;
    padding-bottom: 20px;
    color: #353b42;
    border-radius: 0;
    font-weight: bold;
}

.modal-playlists-list {
    max-height: 270px;
    overflow: auto;
    margin: 30px 30px 0px 43px;
}

.modal-checkbox-container {
    color: #000000;
}

.modal-checkbox-container {
    line-height: 22px;
    padding: 2px;
}

.modal-checkbox-container span {
    padding-left: 10px;
    min-width: 233px;
    display: inline-block;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}

.modal__playlist-content {
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal__playlist-content .modal-button-wrapper {
    padding-top: 45px;
    line-height: 1.6;
    display: flex;
    justify-content: space-evenly;
}

.close {
    text-shadow: 0 0px 0 #fff;
    position: absolute;
    right: 15px;
    top: 10px;
}

.block-button {
    margin-left: 30px;
}

.playlist_selected {
    background-color: #e3e3e3;
}

.playlist-checkbox:checked ~ span {
    background-color: #e3e3e3;
}

.editable{
    color:black;
    font-weight: 900;
}
.container_tags{
    border: 1px solid #b2b4b7;
    border-radius: 3px;
    color: #555;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
}
.add-new-tags{
    padding-top: 20px; width: 100%;
}
.tag-cross:hover{
    color: red;
    cursor: pointer;
}
.tag-name:hover{
    color: black;
    text-decoration: underline;
    cursor: pointer;
}
/*** screen playlist modal ***/