body.tccu-branch-selector-locked {
    overflow: hidden;
}

.tccu-branch-selector-modal[hidden] {
    display: none;
}

.tccu-branch-selector-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.tccu-branch-selector-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .62);
}

.tccu-branch-selector-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    padding: 26px;
    border-radius: 8px;
    background: #fff;
    color: #222;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .26);
}

.tccu-branch-selector-modal__dialog h2 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
}

.tccu-branch-selector-modal__dialog p {
    margin: 0 0 18px;
}

.tccu-branch-selector-modal__dialog label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.tccu-branch-selector-modal__dialog select {
    width: 100%;
    margin-bottom: 16px;
}

.tccu-branch-selector-modal__dialog button {
    width: 100%;
}

.tccu-branch-selector-modal__message {
    min-height: 20px;
    margin-top: 10px;
    font-size: 14px;
}
