﻿.psm-anchor-bottom {
    float: left;
    bottom: 20px;
    position: fixed;
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgb(189 0 0) 100%);
    color: white;
    font-size: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 70%);
    transition: .3s;
    z-index:9999;
}

    .psm-anchor-bottom:hover,
    .psm-welcome-back-other-options div:hover,
    #btnPSMWelcomeBack:hover,
    .psm-wb-vehicle-link a:hover {
        transform: scale(1.05);
    }

.psm-wb-vehicle-link a {
    color: white;
    text-decoration: none;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5px;
    background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgb(189 0 0) 100%);
    transition: .3s;
}

.psm-welcome-back-bubble {
    margin: 20px;
    display: inline-block;
    height: auto;
    background-color: white;
    display: none;
    padding-bottom: 15px;
    bottom: 0;
    position: fixed;
    margin-bottom: 20px;
    margin-left: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
    border-radius: 6px;
    color: black;
    z-index: 999999;
}

.psm-welcome-back-start-close,
.psm-welcome-back-close {
    color: #9d9d9d;
    font-size: 21px;
    margin: 8px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    cursor: pointer;
}

.psm-welcome-back-close {
    line-height: 92%;
}

.psm-welcome-back-text {
    padding: 1em 0.5em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
}

.psm-welcome-back-header {
    font-size: 28px;
    text-align: center;
    margin-bottom: 8px;
    display: block;
    font-family: 'Bebas Neue', sans-serif;
}

#btnPSMWelcomeBack {
    background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgb(189 0 0) 100%);
    color: white;
    font-size: 20px;
    transition: .3s;
}

.psm-welcome-back-button {
    border-radius: 6px;
    padding: 8px 20px;
    cursor: pointer;
    width: auto;
    margin: auto;
}

.psm-welcome-back-other-options {
    box-sizing: content-box;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

    .psm-welcome-back-other-options div {
        background: linear-gradient(to bottom, rgb(209 209 209) 0%,rgba(237,237,237,1) 50%,rgb(209 209 209) 100%);
        margin: 0 6px;
        transition: .3s;
    }







.psm-welcome-back {
    display: none;
    position: fixed;
    padding-top: 4%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgb(0 0 0 / 60%);
    max-height: 100vh;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    padding-bottom: 4%;
    z-index: 99999999 !important;
}


.psm-welcome-back-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 600px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
    max-height: 80vh;
    overflow: scroll;
    position: relative;
    color: black;
}

.psm-welcome-back-vehicles table tr {
    justify-content: space-around;
    align-items: center;
    display: flex;
}

    .psm-welcome-back-vehicles table tr:nth-child(odd) {
        background-color: #ededed;
        border-color: #ededed;
    }

.psm-welcome-back-vehicles table td {
    padding: 5px;
}

    .psm-welcome-back-vehicles table td:nth-child(2) {
        flex: 0 0 70%;
        padding-left: 12px;
    }


    .psm-welcome-back-vehicles table td:nth-child(1) {
        flex: 0 0 30%;
    }


.psm-welcome-back-vehicles tr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 767px) {
    .psm-welcome-back-other-options {
        flex-flow: column;
        align-items: center;
    }

        .psm-welcome-back-other-options div {
            margin: 10px;
        }

    .psm-welcome-back-text {
        padding: 1.5em 0.5em;
    }

    .psm-welcome-back-content {
        width: 95%;
        padding-bottom: 0;
    }

    .psm-welcome-back-content .psm-welcome-back-other-options {
        position: sticky;
        bottom: 0;
        background-color: white;
        padding: 20px;
    }
}