.academia_website_avalanche_fees_structure_styles_tabwrapper {
display: flex;
justify-content: center;
margin-top: 1.5em;
.desktop {
@media (width <= 576px) {
display: none;
}
}
.mobile {
@media (width >= 576px) {
display: none;
}
}
}
.academia_website_avalanche_fees_structure_styles_filterwrapper {
margin-bottom: 2rem;
display: flex;
justify-content: center;
}
.academia_website_avalanche_fees_structure_styles_switchwrapper {
display: flex;
align-items: center;
margin-top: 2rem;
}
.academia_website_avalanche_fees_structure_styles_switchinput {
display: none;
}
.academia_website_avalanche_fees_structure_styles_switchlabel {
position: relative;
display: block;
background-color: rgba(110, 31, 115, 0.8);
cursor: pointer;
height: 1.5em;
width: 4em;
border-radius: 2em;
margin-right: 1em;
margin-left: 1em;
&::before {
content: '';
position: absolute;
left: calc(1.5em * 0.05);
top: calc(1.5em * 0.05);
width: calc(1.5em * 0.9);
height: calc(1.5em * 0.9);
border-radius: 50%;
background-color: white;
transition-duration: 0.2s;
}
}
.academia_website_avalanche_fees_structure_styles_pricinglevel {
margin-right: 1.2em;
margin-bottom: 1.2em;
margin-left: 1.2em;
}
@media (width > 576px) {
.academia_website_avalanche_fees_structure_styles_pricinglevel {
display: none;
}
.academia_website_avalanche_fees_structure_styles_pricingmobile {
display: none;
}
.academia_website_avalanche_fees_structure_styles_innerwrapper {
justify-content: start;
}
.academia_website_avalanche_fees_structure_styles_cardwrapper {
min-width: 220px;
}
}
.academia_website_avalanche_fees_structure_styles_btnlevel {
display: inline-flex;
width: fit-content;
background-color: rgba(110, 31, 115, 0.1);
color: #6E1F73;
font-size: 1em;
text-decoration: none;
font-weight: bold;
padding: 0.5em 1em;
border-radius: 1em;
margin-right: 0.5em;
margin-bottom: 1em;
margin-left: 0.5em;
}
.academia_website_avalanche_fees_structure_styles_btnlevelactive {
background-color: #6E1F73;
color: white;
}
.academia_website_avalanche_fees_structure_styles_pricingmobile {
}
.academia_website_avalanche_fees_structure_styles_innerwrapper {
display: flex;
flex-wrap: wrap;
gap: 1em;
margin-right: 1.2em;
margin-bottom: 4em;
margin-left: 1.2em;
.multi-card {
@media (width <= 576px) {
border: 1px solid #6E1F73;
}
}
}
@media (width <= 576px) {
.academia_website_avalanche_fees_structure_styles_innerwrapper {
justify-content: center;
}
.academia_website_avalanche_fees_structure_styles_cardwrapper {
width: 100%;
}
.academia_website_avalanche_fees_structure_styles_pricingdesktop {
display: none;
}
}
.academia_website_avalanche_fees_structure_styles_cardwrapper {
display: flex;
flex-direction: column;
box-shadow: 0 5px 20px 0 rgba(110, 31, 115, 0.05);
gap: 1em;
padding: 30px;
background-color: white;
border-radius: 20px;
}
.academia_website_avalanche_fees_structure_styles_cardtitle {
width: fit-content;
background-color: rgba(110, 31, 115, 0.1);
color: #6E1F73;
font-size: 1em;
font-weight: bold;
padding: 0.3em 0.5em;
border-radius: 1em;
margin-bottom: 1em;
}
.academia_website_avalanche_fees_structure_styles_price {
font-size: 1em;
color: rgba(0, 0, 0, 0.5);
margin-bottom: 1em;
.price-text {
font-size: 1.5em;
color: black;
font-weight: bold;
}
.year-text {
color: #6E1F73;
}
}
.academia_website_avalanche_fees_structure_styles_includetitle {
color: rgba(0, 0, 0, 0.5);
}
.academia_website_avalanche_fees_structure_styles_includewrapper {
display: flex;
flex-direction: column;
gap: 0.5em;
margin-top: 1em;
.item {
display: flex;
align-items: center;
color: rgba(0, 0, 0, 0.5);
gap: 0.8em;
}
}
.academia_website_avalanche_fees_structure_styles_checkmark {
width: 22px;
}
.academia_website_avalanche_fees_structure_styles_buttonwrapper {
display: flex;
margin-top: auto;
}
.academia_website_avalanche_fees_structure_styles_moredetail {
width: fit-content;
background-color: rgba(110, 31, 115, 0.1);
padding: 0.8em 1.2em;
border-radius: 26px;
border: 0 none transparent;
margin-top: 1em;
cursor: pointer;
a {
text-decoration: none;
font-size: 1em;
font-weight: bold;
color: #6E1F73;
}
}
.academia_website_avalanche_fees_structure_styles_pricingdesktop {
}
.academia_website_avalanche_fees_structure_styles_title {
width: 100%;
text-align: center;
font-weight: 700;
font-size: 2em;
margin-bottom: 1em;
}
