@font-face {
    font-family: Avenir;
    src: url('/resources/core/mb_assets/fonts/AvenirBook.ttf');
}

@font-face {
    font-family: AvertaPE;
    src: url('/resources/core/mb_assets/fonts/AvertaPE.otf');
}

@font-face {
    font-family: AvertaDemoPE;
    src: url('/resources/core/mb_assets/fonts/AvertaDemoPE.otf');
}

@font-face {
    font-family: AvertaPE-ExtraBold;
    src: url('/resources/core/mb_assets/fonts/AvertaDemoPE-ExtraBold.ttf');
}

.modalID {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 3;
}

.bodyMdID {
    width: 300px;
    height: auto;
    padding: 20px;
    margin: 100px auto auto auto;
    background-color: white;
    font-family: Avenir;
    border-radius: 20px;
    text-align: center;
}

.titlemd {
    font-family: AvertaPE-ExtraBold;
    font-size: 28px;
    text-align: center;
    color: #f56f23;
    font-weight: 700;
    margin-top: 10px;
}

.textmd {
    font-size: 18px;
    margin: 15px auto 30px auto;
    color: #516478;
}

.btnmd {
    font-family: AvertaDemoPE;
    width: 180px;
    height: 40px;
    background-color: #9f5ed9;
    color: white;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 27px;
    font-size: 12px;
    letter-spacing: 0.15px;
    cursor: pointer;
}

.closeImg {
    margin-left: 90%;
    cursor: pointer;
}

.clickeable {
    cursor: pointer;
}