#auth-side-strip {
    width: 240px;
    left: -250px;
    top: 150px;
    background-color: #353535;
    transition: left 800ms;
    display: flex;
    z-index: 100000;
    flex-wrap: wrap;
    position: absolute;
    flex-direction: column;
    gap: 1em;
    padding: 10px;
    color: white;
}

#auth-side-strip.opened {
    left: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

#auth-side-strip a {
    color: white;
    background-size: 20px;
    background-position: left 8px center;
    background-repeat: no-repeat;
    padding: 4px 4px 4px 38px;
    border-radius: 3px;
    border: 1px solid transparent;
}
#auth-side-strip a:hover {
    border: 1px solid white;
}
#auth-side-strip a.icon-agencies {
    background-image: url("/wp-content/themes/angelsense/images/icons/icon-agencies.svg");
}

#auth-side-strip a.icon-cc {
    background-image: url("/wp-content/themes/angelsense/images/icons/icon-cc.svg");
}
#auth-side-strip a.icon-shop {
    background-image: url("/wp-content/themes/angelsense/images/icons/icon-shop.svg");
}

#auth-side-strip a.icon-amazon {
    background-image: url("/wp-content/themes/angelsense/images/icons/icon-amazon.svg");
}

#auth-side-strip a.icon-device {
    background-image: url("/wp-content/themes/angelsense/images/icons/icon-device.svg");
}


.auth-bottom-strip {
    line-height: 1.5em;
    color: black;
    text-align: center;
    background-color: #e8e8e8;
    position: fixed;
    left: 0;
    bottom: 70px;
    padding: 0;
    font-size: 1.2em;
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    overflow: hidden;
    z-index: 100000000;

}

#supportPageURL {
    z-index: -100;
    position: absolute;
    top: -100px;
    left: -100%;
}
#support-purchase-for {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#support-purchase-for div {
    width: 100%;
}
.auth-bottom-strip div {

    display: flex;
    padding: 0 5px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#support-bar-links,
#support-bar-time {
    display: flex;
    background-color: #efefef;
    justify-content: center;
    margin: 5px 0;
}

.auth-bottom-strip div.purchase-for {
    background-color: #5ab456; color: white;
}

.auth-bottom-strip div.purchase-for-no-one {
    background-color: red; color: white;
}

.auth-bottom-strip a {
    text-decoration: none;
    background-color: #3abeb0;
    border-radius: 2px;
    color: white;
    padding: 0 5px;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}
.auth-bottom-strip a.auth-logout{
    padding-left: 24px;
    background: #be0604 url('/wp-content/themes/angelsense/images/icons/logout.png') left 5px center no-repeat;
    background-size: 17px;
}
a.copy-btn,
#toggle-support-menu {
    background-size: 24px;
    margin: 0 20px 0 0;
    box-shadow: none;
    padding: 2px;
    background-color: #353535;
    background-position: center center;
    background-repeat: no-repeat;
    width: 44px;
}
.copy-btn{
    border: none;
    display: none; /* Asked to remove for now */
    background-image: url(/wp-content/themes/angelsense/images/icons/icon-copy.svg);
}
#toggle-support-menu {
    background-image: url(/wp-content/themes/angelsense/images/icons/icon-menu.png);
}

#extend-timeout{

    background: #04be70 url(/wp-content/themes/angelsense/images/icons/extra-time.png) left 7px center no-repeat;
    background-size: 20px;
    margin: 0 20px 0 0;
    box-shadow: none;
    padding: 2px 20px 2px 31px;
}
.auth-bottom-strip #time-left {
    display: inline-block;
    margin: 0;
    background-color: black;
    padding: 2px 5px;
    color: #03ff03;
    height: 33px;
    width: 120px;
}

@media all and (max-width: 990px) {
    .auth-bottom-strip {display: none;}
}