﻿body {
    background-color: #003F88!important;
}

.tab-card {
    max-width: 900px !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
}

.nav-tabs .nav-link {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    border: none !important;
}

.nav-tabs .nav-link.active {
    background-color: white !important;
    color: #003F88 !important;
    font-weight: bold !important;
}

.form-control:focus {
    border-color: #003F88 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 63, 136, 0.25) !important;
}

.utilipay-logo {
    height: 6rem !important;
}

{
    box-sizing: border-box;
}

.open-button {
    background-color: #003F88 !important;
    color: #fff;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.2); */
    box-shadow: 0 4px 8px #000;
}

/* The popup chat - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 0px solid #f1f1f1;
    background-color: #fff !important;
    z-index: 9;
    border-radius: 20px 20px 20px 20px;
    padding: 0px !important;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 0px;
    padding-bottom: 0px;
    background-color: white !important;
    border-radius: 15px 15px 15px 15px;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    /*margin: 5px 0 22px 0;*/
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 110px;
}

.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    /* background-color: red; */
    color: black;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}
