﻿.nhsuk-heading-xs {
    margin-bottom: 0px;
}


.nhsuk-button--red {
    background-color: #D5281B;
    box-shadow: 0 4px 0 #263139;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nhsuk-button--red:hover {
    background-color: #880015
}
.nhsuk-button--red:focus {
    background: #ffeb3b;
    box-shadow: 0 4px 0 #212b32;
    color: #212b32;
    outline: 4px solid transparent
}
.nhsuk-button--red:active {
    background: #263139;
    box-shadow: none;
    color: #fff;
    top: 4px
}
.nhsuk-button--red.nhsuk-button--disabled {
    background: #4c6272
}

.nhs-conditional-info {
    position: relative;
    border: 2px solid #005EB8;
    background-color: #E0F0FF;
    color: #005EB8;
    padding: 15px 15px 15px 55px;
    border-radius: 4px;
}
.nhs-conditional-info::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 24 24%22%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%2212%22 fill=%22%23005EB8%22/%3E%3Cpath d=%22M12 17v-6%22 stroke=%22%23fff%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3Ccircle cx=%2212%22 cy=%228%22 r=%221%22 fill=%22%23fff%22/%3E%3C/svg%3E');
    background-size: cover;
}
.nhs-conditional-info p {
    margin: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-buttons {
    margin-top: 20px;
}
.modal-buttons button {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#continueSession {
    background-color: #4CAF50;
    color: white;
}

#logoutSession {
    background-color: #f44336;
    color: white;
}