.remove-button {
    display: inline-block;
    height: 38px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    position: absolute;
    margin-top: -38px;
    width: 120px;
    z-Index: 100;
}

.remover {
    display: inline-block;
    text-align: center;
    margin-top: -31px;
    z-Index: 100;
}

.clicky {
    cursor: pointer;
}

.svgicon:hover {
    stroke: white;
}

.chopit {
    white-space: nowrap;
    overflow: hidden;
}

.chopit:hover {
    white-space: normal;
    /*overflow: visible;*/
    z-index: 1;
}

/*.chopit:hover+.hideme {
    color: transparent;
}
*/

.page-item.active .page-link {
    color: #fff !important;
}

.small-links>a {
    color: #6c757d !important;
    text-decoration: underline;
    background-color: transparent;
}

/* If the screen size is 576px wide or less, reduce the font-size */
@media screen and (max-width: 575.98px) {
    .text-responsive {
        font-size: 0.75rem;
    }
}

.picker {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.picker svg {
    display: block;
    height: 2.25em;
    margin: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.25em
}

