﻿/*ICON CONTAINER*/

.iconContainerMove, .iconContainerRemove {
    position: relative;
    height: 23px;
    width: 20px;
    transform: scale(var(--ggs,0.75));
    margin-top: 6px;
}

.iconContainerMove {
    margin-left: -25px;
}


.iconContainerRemove {
    margin-right: -25px;
}


.iconContainer {
    position: relative;
    width: 22px;
    height: 20px;
    padding: 0px;
    transform: scale(var(--ggs,1.5));
    margin-right: 6px;
    margin-top: 8px;
}

    .iconContainer a {
        display: block;
        padding: 0px;
        margin: 0px;
        text-decoration: none;
    }

        .iconContainer a:hover {
            background-color: #1c1c1c;
        }

        .iconContainer a:active {
            background-color: #1c1c1c;
            color: transparent;
        }


/*ICON TYPES*/

.iconLink {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}

    .iconLink:focus {
        outline: none;
    }

    .iconLink::-moz-focus-inner {
        border: 0;
    }

    .iconLink:hover {
        background-color: #1c1c1c;
    }

    .iconLink:active {
        background-color: #1c1c1c;
    }


/*ICONS*/

.moveIcon {
    box-sizing: border-box;
    position: absolute;
    display: block;
    transform: scale(1.5, 1);
    width: 10px;
    height: 20px;
    background: linear-gradient( to left, currentColor 16px,transparent 0) no-repeat 4px 2px/2px 16px;
    top: 1.5px;
    left: 4.75px;
    color: #3E3E40;
}

    .moveIcon::after,
    .moveIcon::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 6px;
        height: 6px;
        transform: rotate(-45deg);
        left: 2px
    }

    .moveIcon::after {
        border-bottom: 2px solid;
        border-left: 2px solid;
        bottom: 1px
    }

    .moveIcon::before {
        border-top: 2px solid;
        border-right: 2px solid;
        top: 1px
    }

.removeIcon {
    color: #3E3E40;
    position: absolute;
    left: 1.5px;
    top: 10px;
    transform: scale(var(--ggs,2.1));
}

    .removeIcon:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 1.5px;
        background-color: currentColor;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .removeIcon:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 1.5px;
        background-color: currentColor;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


.addInputIcon {
    color: #3E3E40;
    position: absolute;
    left: 4.5px;
    top: 9px;
    transform: scale(var(--ggs,1.5));
}

    .addInputIcon:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 1.5px;
        background-color: currentColor;
    }

    .addInputIcon:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 1.5px;
        background-color: currentColor;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.clearPlaylistIcon {
    box-sizing: border-box;
    position: absolute;
    display: block;
    transform: scale(var(--ggs,1));
    width: 12px;
    height: 6px;
    border-top: 0 solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
    color: #3E3E40;
    top: 6px;
    left: 3px
}

    .clearPlaylistIcon::after,
    .clearPlaylistIcon::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 8px;
        height: 2px;
        background: #E90000;
        transform: rotate(-45deg);
        top: 8px;
        right: -4px
    }

    .clearPlaylistIcon::before {
        width: 2px;
        height: 8px;
        top: 5px;
        right: -1px
    }


.generatePlaylistIcon {
    box-sizing: border-box;
    position: absolute;
    display: block;
    transform: scale(var(--ggs,1));
    width: 12px;
    height: 6px;
    border-top: 0 solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
    color: #3E3E40;
    top: 6px;
    left: 2px
}

    .generatePlaylistIcon::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 5px;
        height: 8px;
        border-right: 2px solid;
        border-bottom: 2px solid;
        transform: rotate(45deg);
        top: 2px;
        right: -4px;
        color: #169a2a;
    }


.newPlaylistIcon {
    box-sizing: border-box;
    position: absolute;
    display: block;
    transform: scale(var(--ggs,0.9));
    width: 12px;
    height: 6px;
    border-top: 0 solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
    color: #3E3E40;
    top: 5px;
    left: 1px
}

    .newPlaylistIcon::after,
    .newPlaylistIcon::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 2px;
        background: currentColor;
        top: 6px;
        right: -8px;
        color: #E88104;
    }

    .newPlaylistIcon::before {
        width: 2px;
        height: 10px;
        top: 2px;
        right: -4px;
        color: #E88104;
    }


.loadPlaylistIcon {
    box-sizing: border-box;
    position: absolute;
    display: block;
    transform: scale(var(--ggs,0.8));
    width: 16px;
    height: 6px;
    border: 2px solid #3E3E40;
    border-top: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    top: 12px;
    left: 3px;
    color: #169a2a
}

    .loadPlaylistIcon::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 8px;
        height: 8px;
        border-left: 2px solid;
        border-top: 2px solid;
        transform: rotate(45deg);
        left: 2px;
        bottom: 4px
    }

    .loadPlaylistIcon::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        width: 2px;
        height: 10px;
        background: #169a2a;
        left: 5px;
        bottom: 3px
    }


.backIcon {
    box-sizing: border-box;
    position: absolute;
    display: block;
    transform: scale(var(--ggs,0.8));
    width: 3px;
    height: 10px;
    background: #3E3E40;
    top: 5px;
    left: 3px;
    color: #E88104;
}

    .backIcon::after,
    .backIcon::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 0;
        height: 10px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 6px solid;
        right: -7px
    }

    .backIcon::before {
        right: -14px
    }


@media (max-width: 481px) {

    .iconContainerMove, .iconContainerRemove {
        transform: scale(var(--ggs,1.25));
        /*background: green;*/
        margin-top: 6.25px;
    }

    .iconContainerMove {
        margin-left: 0px;
    }

    .iconContainerRemove {
        margin-right: 0px;
    }

    .iconContainer {
        transform: scale(var(--ggs,1.7));
    }

}
