﻿

/* === MODAL OVERLAY FOR SERVER === */
.modal-server-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.modal-backdrop-custom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal.modal-static.d-block {
    display: block !important;
    z-index: 1055;
}

/*  <div class="modal-dialog modal-dialog-centered modal-wide" role="document"> */
/* === Modal extra wide === */
.modal-wide {
    max-width: 95vw;
    width: 100%;
}

/* === ID Label in the corner === */
.modal-id-label {
    position: absolute;
    bottom: 10px;
    left: 16px;
    font-size: 0.75rem;
    color: #999;
}

.text-dark-blue {
  color: #003B80 !important;
  font-weight: 600;
}
