﻿.divSearchBoxInput{
    width: 100%;
}

.divListSearchBoxInput {
    display: inline-block;
}

.listSearchValueInput {
    padding: 0.5rem;
}

.divListSearchBoxButton {
    display: inline-block;
}

.listSearchBoxButton {
    background: #205a65;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    width: 100px;
    cursor: pointer;
}
.add-external-link {
    position: relative;
}

.add-external-link a img {
    display: block !important;
}

.add-external-link a {
    position: absolute;
    right: 15px;
    bottom: 0px;
}

a.list-yt {
    display: flex;
    align-items: center;
    color: #666;
    transition: .3s ease all;
}

a.list-yt:hover {
    transform: scale(1.1);
}

a.list-yt svg {
    font-size: 50px;
}

.yt-icon.cell {
    max-width: 60px;
}