﻿.session-timeout-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1rem;
    border: 0.063rem solid black;
    background-color: white !important;
    transform: translate(-50%, -50%);
    width: 50%;
    overflow: auto;
    border-radius: 5px;
    z-index: 1002;
    display: none;
}

.continue-session-blue-btn {
    background: #2574A9 !important;
    color: white;
    font-weight: 600;
    text-align: center;
    min-width: 8.125rem;
    font-size: .9rem;
    border-radius: 0.3125rem;
    border-color: #2574A9;
    min-height: calc(1.875rem + (0.0625rem * 2));
    --bs-btn-active-color: white;
}

    .continue-session-blue-btn:hover {
        color: white
    }

.log-out-light-blue-btn {
    background: #F4F8FB !important;
    color: #3f84b0;
    font-weight: 600;
    /* font-family: Poppins-bold;*/
    text-align: center;
    font-size: .9rem;
    border-radius: 0.3125rem;
    border: 2px solid #C3D6E6;
    min-height: calc(1.875rem + (0.0625rem * 2));
}

    .log-out-light-blue-btn:hover {
        color: #3f84b0;
        border: 2px solid #C3D6E6;
    }

.hide {
    display: none;
}

.button-div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8px;
}