.close-button {
    border: 0;
    background-color: transparent;
    font-size: x-large;
    opacity: .2;
}

.modal-header {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 10px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.fullscreen-blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FBBC05;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#trouble-logging-modal-view .modal-content {
    height: auto;
    max-height: 700px;
}

#troubleLoggingHelpUrl {
    width: 100%;
    height: 600px;
}
