.lcars-modal-frame {
	display: flex;
	height: 95%;
    max-width: 100%;
	position: relative;
}

.internal-sensor-modal {
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: rgba(0, 0, 0, 1);
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.lcars-modal-content {
    background: black;
}

.lcars-modal-header,
.lcars-modal-body,
.lcars-modal-footer {
    border: none;
}

.modal-frame-col-3 {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
}

.modal-backdrop {
    opacity: 0.75;
}

.lcars-modal-dialog {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.lcars-modal-header {
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
}