﻿.bot-hidden {
    display: none !important;
}

.bot-icon {
    height: 80px;
    width: 80px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
}

.bot-bubble {
    position: fixed;
    bottom: 80px;
    right: 60px;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    cursor: default;
    z-index: 100;
}

    .bot-bubble:after {
        content: "";
        position: absolute;
        bottom: -10px;
        right: 10px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: white;
        border-bottom: 0;
        border-right: 0;
        z-index: 100;
    }

.bot-shadow {
    box-shadow: 0 0 10px gray;
    z-index: 90;
}

.bot-window {
    background: white;
    position: fixed;
    max-height: 70%;
    width: 362px;
    max-width: 100%;
    bottom: 100px;
    right: 30px;
    border-radius: 5px;
    box-shadow: 0 0 5px gray;
    padding: 30px;
    overflow: auto;
    z-index: 1050;
}

@media (max-width: 767px) and (orientation: landscape) {
    .bot-window {
        max-width: 30%;
        min-height: 250px;
        max-height: 70%;
        bottom: 30px;
        right: 130px;
    }
}


.bot-window a {
    padding-bottom: 1px;
    overflow: auto;
}

.bot-form-control {
    margin-top: 10px;
    font-size: 14px;
}

.bot-link {
    font-size: 0.8em;
    padding: 5px;
    cursor: pointer;
}

    .bot-link:hover {
        border-bottom: 1px solid;
    }

.bot-text-bold {
    font-weight: 600;
    color: #094879;
}

.bot-text {
    color: darkslategray;
}

.bot-btn, .bot-fake-btn {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #094879;
    color: white;
    border: 0;
    border-radius: 5px;
    text-align: left;
    font-weight: 500;
}

.bot-btn-submit {
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.bot-btn:hover {
    background-color: #003054;
}

.bot-btn-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.bot-list-title {
    padding-left: 10px;
}

.bot-list {
    padding-left: 10px;
    list-style-type: disc;
    margin-bottom: 2px;
}

    .bot-list > li {
        margin-bottom: 10px;
        list-style-type: disc !important;
    }

        .bot-list > li a {
            cursor: pointer;
        }

            .bot-list > li a:hover {
                border-bottom: 1px solid;
            }

.bot-container {
    width: 100%;
    color: darkslategray;
    overflow: hidden;
    padding-bottom: 5px;
}

.bot-left {
    float: left;
    text-align: left;
}

.bot-right {
    float: right;
    text-align: right;
}

.bot-close {
    position: absolute;
    right: 7px;
    top: 1px;
    background-color: transparent;
    cursor: pointer;
    font-size: 25px;
    color: #094879;
    font-weight: bold;
}
