.mundi-bold {
    font-weight: bold !important;
}

.mundi-error {
    color: red !important;
}

.mundi-banner-wrap {
    border-radius: 10px;
    border: 1px solid rgba(2, 3, 31, 0.10);
    background: #FFF;
    height: 100%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

iframe.mundi-plugin-wrap {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: calc(100% - 16px);
}

.mundi-modal {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

.mundi-modal-content {
    position: relative;
    margin: auto;
    border-radius: 10px;
    margin-top: 40px;
    background-color: #fefefe;
    border: 1px solid #888;
    max-width: 60vw;
    max-height: 80vh;
    width: 100%;
    height: 100%;
}

.mundi-close {
    width: 27px;
    height: 27px;
    background: black;
    border-radius: 100%;
    color: white;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    position: relative;
    text-align: center;
    font-size: 19px;
    z-index: 2;
    font-weight: bold;
}

.mundi-close:hover,
.mundi-close:focus {
    color: rgb(105, 105, 105);
    text-decoration: none;
    cursor: pointer;
}

.mundi-plugin-wrap {
    z-index: 1;
    width: 100%;
}

