﻿.atcb_list {
    box-sizing: border-box;
    color: #fff;
    display: block;
    max-width: 100%;
    padding: 0 4px;
    position: absolute;
    transform: translateZ(0px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    min-width: 10em;
    z-index: 150;
}

.atcb_list_item {
    align-items: center;
    background: #BA0E42;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    left: 50%;
    margin-top: -1px; /* ugly, but prevents a glitch in some cases */
    position: relative;
    padding: 13px 15px;
    text-align: left;
    transform: translate(-50%);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.atcb_icon {
    height: 16px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 10px;
}

    .atcb_icon svg {
        height: 100%;
        color: rgb(51, 51, 51);
        width: auto;
    }

.atcb_list:not(.atcb_generated_button) .atcb_list_item:first-child {
    border-top: 1px solid #fff;
    border-radius: 15px 15px 0 0;
}

.atcb_list_item:last-child {
    border-bottom: 1px solid #fff;
    border-radius: 0 0 15px 15px;
}

.atcb_list_item .atcb_icon {
    margin-right: 8px;
    width: 18px;
}

.atcb_bgoverlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 120;
}
