* {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	scrollbar-width: none;
	border: none;
	background-color: #111827;
	color: 111827;
	border-color: #111827;
}

iframe{
    z-index: 9;
    width: 100vw;
    height: 100vh;
    position: fixed;
}




.popup_wrapper{
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.popup-container {
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* z-index: 999; */
    /* background-color: #f4f4f9; */

}
.alert_card {
    /* background-color: #ffffff; */
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-55%);
        -ms-transform: translateX(-50%) translateY(-55%);
            transform: translateX(-50%) translateY(-55%);

    width: 90%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 500px;
    overflow: hidden;
    position: relative;
}
.notice_header {
    /* background-color: #ff9800; */
    color: rgb(148, 226, 165);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    margin: 0;
    font-family: var(--sm_font_18);

}
.cardBody {
    padding: 1rem 2rem 1rem 2rem;
}
.p1, .p2 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-align: left;
    /* letter-spacing: 1px; */
    word-spacing: 1px;
    /* text-align: center; */
}
.p1 {
    color: #ffffffcb;
    font-family: var(--sm_font_18);
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
}
.p2 {
    color: #ffffffcb;
    font-size: 1.1rem;
    font-family: var(--sm_font_3);

}

.credit{
    position: fixed;
    bottom: 1vh;
    background-color: transparent;
}
.credit .p2,
.p2 span{
    background-color: transparent;
    font-size: .93rem;
    color: #ffffffab;
}
