.close-button {
    border: 0;
    background-color: transparent;
    font-size: x-large;
    color: #767676;
    opacity: 1;
    margin-left: auto;
}
.close-button:focus,
.close-button:hover {
    color: #000;
    opacity: 1;
}

.modal-header {
    color: #245f7a;
    background-color: #d9edf7;
    border-color: #5b9db3;
    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;
}
