/* BOOTSTRAP ALERTS CSS */

.alertContainer {
	width: 800px;
	position: fixed;
	left: calc(50% - 400px);
	top: calc(50% - 25px);
	margin: 0;
	z-index: -1;
}


.tab-content > .tab-pane .backgroundElement {
    position: relative;
}

.tab-content > .tab-pane .backgroundElement span {
    text-transform: uppercase;
    font-family: "Courier";
    -webkit-mask-size: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-mask-position: center;
    z-index: 4;
    position: absolute;
    top: 30px;
    right: 40px;
    color: #5B884A;
    font-weight: bold;
    border: 8px solid #5B884A;
    width: 130px;
    height: 130px;
    text-align: center;
    vertical-align: middle;
    line-height: 144px;
    border-radius: 80px;
    transform: rotate(40deg);
    user-select: none;
    -webkit-user-select: none;
    font-size: 19px;
    padding: 0;
    display: flex;
    background: #fff !important;
    display: flex;
}