@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.mn-tuba-stripe {
    background-color:#F82691;
    width:100%;
    height:50px;
    max-height:50px;
    justify-content:center;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    display:flex;
    position:static;
    top:0;
    z-index:888888;
    cursor:pointer;
}
.mn-tuba-stripe-inner {
    width:100%;
    max-width:1150px;
    height:50px;
    max-height:50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
	gap:20px;
    color:#ffffff;
	padding:0 15px;
}
.mn-tuba-stripe-txt1,
.mn-tuba-stripe-inner a {
    text-decoration:none;
	line-height:1em;
	font-weight:700;
	color:#ffffff;
}

.mn-tuba-stripe-sticky {
    position:fixed;
    top:0;
    z-index:99998;
}



@media (min-width:1025px) and (max-width:1115px) {
	.mn-tuba-stripe-txt1,
	.mn-tuba-stripe-inner a {
		font-size:16px !important;
	}
}


@media (min-width:1025px) {
    .mn-tuba-stripe-txt-mobile {
        display:none;
    }
}
@media (max-width:1024px) {
    .mn-tuba-stripe-txt1,
    .mn-tuba-stripe-txt2 {
        display:none;
    }
	.mn-tuba-stripe-inner {
        justify-content:center;
    }
}
@media (max-width:767px) {
    .mn-tuba-stripe-popup-steps,
    .mn-tuba-stripe-popup-steps-after {
        max-width:100%;
        text-align:left;
    }
}