﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    font-size: 16px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
    font-family: 'Lato',sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    font-size: 13px;
    line-height: 30px; /* Vertically center the text there */
}

    .footer a:link, .footer a:visited {
        color: lightgray;
        text-decoration: underline;
    }


.fa-2x {
    vertical-align: middle;
    padding-right: 10px;
    color: #9eab51;
}


.head-icon {
    text-align: center;
}

    .head-icon img {
        width: 110px;
    }

.card {
    border: 0;
}

.card-title {
    text-align: center;
    color: #9eab51;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.card-subtitle {
    margin-bottom: 0;
    text-align: center;
    padding-top: 0.25rem;
}

.card-body {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.card-footer {
    text-align: center;
    background-color: white;
    border: 0;
    margin-top: 1rem;
}

.card-content {
    margin-left: 1rem;
    margin-right: 1rem;
}


.control-label {
    font-weight: bold;
}

#__8x8-chat-button-container-script_13457514035e7ccd245c0603\.34954344 {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 1000 !important;
    display: none !important;
}

#__8x8-chat-button-container-script_13457514035e7ccd245c0603\.34954344.show-chat-button {
    display: block !important;
}

#__8x8-chat-button-container-script_13457514035e7ccd245c0603\.34954344 button {
    background: #007bff !important;
    border: none !important;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#__8x8-chat-button-container-script_13457514035e7ccd245c0603\.34954344 button:hover {
    background: #0056b3 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4) !important;
}

#__8x8-chat-button-container-script_13457514035e7ccd245c0603\.34954344 button img {
    display: none !important;
}

#__8x8-chat-button-container-script_13457514035e7ccd245c0603\.34954344 button .chat-icon {
    font-size: 24px !important;
    color: white !important;
}

#endChatButton {
    display: none !important;
}

#endChatButton.show {
    display: inline-block !important;
}