UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

2,040 lines 489 kB
/* stylelint-disable max-line-length */ /* create columns */ /* create columns */ /* create custom named columns with custom content */ .mc-accordion[data-v-77efc550] { border-bottom: 1px solid #666666; font-family: "Roboto", sans-serif; font-weight: 400; } .mc-accordion .mc-accordion__icon[data-v-77efc550] { height: 2rem; width: 2rem; } .mc-accordion .mc-accordion__label[data-v-77efc550] { font-size: 1.125rem; line-height: 1.3333333333; background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%272rem%27 width=%272rem%27 fill=%27%23191919%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M19.09,11h-6V5a1,1,0,0,0-2,0v6h-6a1,1,0,0,0,0,2h6v6a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2Z%27/%3E%3C/svg%3E"); background-size: 1.5rem; padding-top: 1.25rem; padding-right: 3rem; padding-bottom: 1.25rem; } .mc-accordion .mc-accordion__title[data-v-77efc550] { font-size: 1.125rem; line-height: 1.3333333333; } .mc-accordion button.mc-accordion__trigger[data-v-77efc550] { padding-top: 1.25rem; padding-right: 3rem; padding-bottom: 1.25rem; } .mc-accordion button.mc-accordion__trigger[data-v-77efc550]::before { content: ""; position: absolute; top: calc(50% - 0.75rem); right: 0.5rem; background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%272rem%27 width=%272rem%27 fill=%27%23191919%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M19.09,11h-6V5a1,1,0,0,0-2,0v6h-6a1,1,0,0,0,0,2h6v6a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2Z%27/%3E%3C/svg%3E"); background-size: 1.5rem; width: 1.5rem; height: 1.5rem; } .mc-accordion button.mc-accordion__trigger[data-v-77efc550]:disabled::before { background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%272rem%27 width=%272rem%27 fill=%27%23666666%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M19.09,11h-6V5a1,1,0,0,0-2,0v6h-6a1,1,0,0,0,0,2h6v6a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2Z%27/%3E%3C/svg%3E"); } .mc-accordion.is-open > .mc-accordion__header button.mc-accordion__trigger[data-v-77efc550]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%272rem%27 width=%272rem%27 fill=%27%23191919%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M17.09,13h-10a1,1,0,0,1,0-2h10a1,1,0,0,1,0,2Z%27/%3E%3C/svg%3E"); } .mc-accordion.is-open > .mc-accordion__header button.mc-accordion__trigger[data-v-77efc550]:disabled::before { background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%272rem%27 width=%272rem%27 fill=%27%23666666%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M17.09,13h-10a1,1,0,0,1,0-2h10a1,1,0,0,1,0,2Z%27/%3E%3C/svg%3E"); } .mc-accordion__header[data-v-77efc550] { padding-left: 0.5rem; position: relative; } .mc-accordion__header[data-v-77efc550]:hover { background-color: #e6e6e6; } .mc-accordion__header[data-v-77efc550], .mc-accordion button.mc-accordion__trigger[data-v-77efc550] { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 0.5rem; } .mc-accordion__title[data-v-77efc550] { font-weight: 700; color: #191919; width: 100%; margin-top: 0; margin-bottom: 0; } .mc-accordion button.mc-accordion__trigger[data-v-77efc550] { margin: 0; -webkit-box-shadow: none; box-shadow: none; text-decoration: none; outline: none; border: none; cursor: pointer; background-color: transparent; color: currentColor; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; padding-left: 0; text-align: left; width: 100%; } .mc-accordion button.mc-accordion__trigger[data-v-77efc550]::after { border-radius: 2px; -webkit-box-shadow: 0 0 0 0 transparent; box-shadow: 0 0 0 0 transparent; content: ""; display: block; pointer-events: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition: -webkit-box-shadow 200ms ease; transition: -webkit-box-shadow 200ms ease; transition: box-shadow 200ms ease; transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease; top: -0.125rem; right: -0.125rem; bottom: -3px; left: -0.125rem; } .mc-accordion button.mc-accordion__trigger[data-v-77efc550]:focus::after { -webkit-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #758992; box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #758992; -webkit-box-shadow: 0 0 0 0.125rem #758992; box-shadow: 0 0 0 0.125rem #758992; } .mc-accordion button.mc-accordion__trigger[data-v-77efc550]:disabled { background-color: #e6e6e6; color: #666666; cursor: not-allowed; } .mc-accordion__icon[data-v-77efc550] { fill: #808080; } .mc-accordion__content[data-v-77efc550] { font-size: 1rem; line-height: 1.375; color: #333333; height: auto; max-height: 0; overflow: hidden; padding-right: 0.5rem; padding-left: 0.5rem; -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out; visibility: hidden; } .mc-accordion.is-open > .mc-accordion__content[data-v-77efc550] { max-height: 10000vh; padding-top: 0.5rem; padding-bottom: calc(1.5rem - 1px); visibility: visible; } .mc-accordion.is-disabled > .mc-accordion__header[data-v-77efc550] { background-color: #e6e6e6; } .mc-accordion.is-disabled > .mc-accordion__content[data-v-77efc550] { color: #666666; cursor: not-allowed; } .mc-accordion--no-padding .mc-accordion__header[data-v-77efc550] { padding-left: 0; } .mc-accordion--no-padding .mc-accordion__content[data-v-77efc550] { padding-left: 0; padding-right: 0; } .mc-accordion--no-padding button.mc-accordion__trigger[data-v-77efc550]::before { right: 0; } .mc-accordion--s .mc-accordion__icon[data-v-77efc550] { height: 1.5rem; width: 1.5rem; } .mc-accordion--s .mc-accordion__label[data-v-77efc550] { font-size: 1rem; line-height: 1.375; background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%271rem%27 width=%271rem%27 fill=%27%23191919%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M13 7H9V3a1 1 0 00-2 0v4H3a1 1 0 000 2h4v4a1 1 0 002 0V9h4a1 1 0 000-2z%27/%3E%3C/svg%3E"); background-size: 1rem; padding-top: 1rem; padding-right: 2.5rem; padding-bottom: 1rem; } .mc-accordion--s .mc-accordion__title[data-v-77efc550] { font-size: 1rem; line-height: 1.375; } .mc-accordion--s button.mc-accordion__trigger[data-v-77efc550] { padding-top: 1rem; padding-right: 2.5rem; padding-bottom: 1rem; } .mc-accordion--s button.mc-accordion__trigger[data-v-77efc550]::before { content: ""; position: absolute; top: calc(50% - 0.5rem); right: 0.5rem; background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%271rem%27 width=%271rem%27 fill=%27%23191919%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M13 7H9V3a1 1 0 00-2 0v4H3a1 1 0 000 2h4v4a1 1 0 002 0V9h4a1 1 0 000-2z%27/%3E%3C/svg%3E"); background-size: 1rem; width: 1rem; height: 1rem; } .mc-accordion--s button.mc-accordion__trigger[data-v-77efc550]:disabled::before { background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%271rem%27 width=%271rem%27 fill=%27%23666666%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M13 7H9V3a1 1 0 00-2 0v4H3a1 1 0 000 2h4v4a1 1 0 002 0V9h4a1 1 0 000-2z%27/%3E%3C/svg%3E"); } .mc-accordion--s.is-open > .mc-accordion__header button.mc-accordion__trigger[data-v-77efc550]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%271rem%27 width=%271rem%27 fill=%27%23191919%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M12 9H4a1 1 0 010-2h8a1 1 0 010 2z%27/%3E%3C/svg%3E"); } .mc-accordion--s.is-open > .mc-accordion__header button.mc-accordion__trigger[data-v-77efc550]:disabled::before { background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%271rem%27 width=%271rem%27 fill=%27%23666666%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M12 9H4a1 1 0 010-2h8a1 1 0 010 2z%27/%3E%3C/svg%3E"); } /* stylelint-disable max-line-length */ /* create columns */ /* create columns */ /* create custom named columns with custom content */ .ml-container { -webkit-box-sizing: border-box; box-sizing: border-box; margin-right: auto; margin-left: auto; padding-right: 1rem; padding-left: 1rem; width: 100%; } @media screen and (min-width: 680px) { .ml-container { padding-right: 2rem; padding-left: 2rem; } } @media screen and (min-width: 1024px) { .ml-container { padding-right: 3rem; padding-left: 3rem; max-width: 64rem; } } @media screen and (min-width: 1280px) { .ml-container { padding-right: 2rem; padding-left: 2rem; max-width: 80rem; } } @media screen and (min-width: 1920px) { .ml-container { padding-right: 2.5rem; padding-left: 2.5rem; max-width: 120rem; } } .ml-container--fluid { max-width: none; } @media screen and (min-width: 680px) { .ml-container--fluid\@from-m { max-width: none; } } @media screen and (min-width: 1024px) { .ml-container--fluid\@from-l { max-width: none; } } @media screen and (min-width: 1280px) { .ml-container--fluid\@from-xl { max-width: none; } } @media screen and (min-width: 1920px) { .ml-container--fluid\@from-xxl { max-width: none; } } .mu-mt-025 { margin-top: 0.25rem !important; } .mu-mt-050 { margin-top: 0.5rem !important; } .mu-mt-075 { margin-top: 0.75rem !important; } .mu-mt-100 { margin-top: 1rem !important; } .mu-mt-125 { margin-top: 1.25rem !important; } .mu-mt-150 { margin-top: 1.5rem !important; } .mu-mt-200 { margin-top: 2rem !important; } .mu-mt-250 { margin-top: 2.5rem !important; } .mu-mt-300 { margin-top: 3rem !important; } .mu-mt-350 { margin-top: 3.5rem !important; } .mu-mt-400 { margin-top: 4rem !important; } .mu-mt-500 { margin-top: 5rem !important; } .mu-mt-600 { margin-top: 6rem !important; } .mu-mt-700 { margin-top: 7rem !important; } .mu-mt-800 { margin-top: 8rem !important; } .mu-mt-900 { margin-top: 9rem !important; } .mu-mt-1000 { margin-top: 10rem !important; } .mu-mr-025 { margin-right: 0.25rem !important; } .mu-mr-050 { margin-right: 0.5rem !important; } .mu-mr-075 { margin-right: 0.75rem !important; } .mu-mr-100 { margin-right: 1rem !important; } .mu-mr-125 { margin-right: 1.25rem !important; } .mu-mr-150 { margin-right: 1.5rem !important; } .mu-mr-200 { margin-right: 2rem !important; } .mu-mr-250 { margin-right: 2.5rem !important; } .mu-mr-300 { margin-right: 3rem !important; } .mu-mr-350 { margin-right: 3.5rem !important; } .mu-mr-400 { margin-right: 4rem !important; } .mu-mr-500 { margin-right: 5rem !important; } .mu-mr-600 { margin-right: 6rem !important; } .mu-mr-700 { margin-right: 7rem !important; } .mu-mr-800 { margin-right: 8rem !important; } .mu-mr-900 { margin-right: 9rem !important; } .mu-mr-1000 { margin-right: 10rem !important; } .mu-ml-025 { margin-left: 0.25rem !important; } .mu-ml-050 { margin-left: 0.5rem !important; } .mu-ml-075 { margin-left: 0.75rem !important; } .mu-ml-100 { margin-left: 1rem !important; } .mu-ml-125 { margin-left: 1.25rem !important; } .mu-ml-150 { margin-left: 1.5rem !important; } .mu-ml-200 { margin-left: 2rem !important; } .mu-ml-250 { margin-left: 2.5rem !important; } .mu-ml-300 { margin-left: 3rem !important; } .mu-ml-350 { margin-left: 3.5rem !important; } .mu-ml-400 { margin-left: 4rem !important; } .mu-ml-500 { margin-left: 5rem !important; } .mu-ml-600 { margin-left: 6rem !important; } .mu-ml-700 { margin-left: 7rem !important; } .mu-ml-800 { margin-left: 8rem !important; } .mu-ml-900 { margin-left: 9rem !important; } .mu-ml-1000 { margin-left: 10rem !important; } .mu-mb-025 { margin-bottom: 0.25rem !important; } .mu-mb-050 { margin-bottom: 0.5rem !important; } .mu-mb-075 { margin-bottom: 0.75rem !important; } .mu-mb-100 { margin-bottom: 1rem !important; } .mu-mb-125 { margin-bottom: 1.25rem !important; } .mu-mb-150 { margin-bottom: 1.5rem !important; } .mu-mb-200 { margin-bottom: 2rem !important; } .mu-mb-250 { margin-bottom: 2.5rem !important; } .mu-mb-300 { margin-bottom: 3rem !important; } .mu-mb-350 { margin-bottom: 3.5rem !important; } .mu-mb-400 { margin-bottom: 4rem !important; } .mu-mb-500 { margin-bottom: 5rem !important; } .mu-mb-600 { margin-bottom: 6rem !important; } .mu-mb-700 { margin-bottom: 7rem !important; } .mu-mb-800 { margin-bottom: 8rem !important; } .mu-mb-900 { margin-bottom: 9rem !important; } .mu-mb-1000 { margin-bottom: 10rem !important; } .mu-m-025 { margin: 0.25rem !important; } .mu-m-050 { margin: 0.5rem !important; } .mu-m-075 { margin: 0.75rem !important; } .mu-m-100 { margin: 1rem !important; } .mu-m-125 { margin: 1.25rem !important; } .mu-m-150 { margin: 1.5rem !important; } .mu-m-200 { margin: 2rem !important; } .mu-m-250 { margin: 2.5rem !important; } .mu-m-300 { margin: 3rem !important; } .mu-m-350 { margin: 3.5rem !important; } .mu-m-400 { margin: 4rem !important; } .mu-m-500 { margin: 5rem !important; } .mu-m-600 { margin: 6rem !important; } .mu-m-700 { margin: 7rem !important; } .mu-m-800 { margin: 8rem !important; } .mu-m-900 { margin: 9rem !important; } .mu-m-1000 { margin: 10rem !important; } .mu-mv-025 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .mu-mv-050 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .mu-mv-075 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } .mu-mv-100 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .mu-mv-125 { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; } .mu-mv-150 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .mu-mv-200 { margin-top: 2rem !important; margin-bottom: 2rem !important; } .mu-mv-250 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } .mu-mv-300 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .mu-mv-350 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } .mu-mv-400 { margin-top: 4rem !important; margin-bottom: 4rem !important; } .mu-mv-500 { margin-top: 5rem !important; margin-bottom: 5rem !important; } .mu-mv-600 { margin-top: 6rem !important; margin-bottom: 6rem !important; } .mu-mv-700 { margin-top: 7rem !important; margin-bottom: 7rem !important; } .mu-mv-800 { margin-top: 8rem !important; margin-bottom: 8rem !important; } .mu-mv-900 { margin-top: 9rem !important; margin-bottom: 9rem !important; } .mu-mv-1000 { margin-top: 10rem !important; margin-bottom: 10rem !important; } .mu-mh-025 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mu-mh-050 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mu-mh-075 { margin-left: 0.75rem !important; margin-right: 0.75rem !important; } .mu-mh-100 { margin-left: 1rem !important; margin-right: 1rem !important; } .mu-mh-125 { margin-left: 1.25rem !important; margin-right: 1.25rem !important; } .mu-mh-150 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mu-mh-200 { margin-left: 2rem !important; margin-right: 2rem !important; } .mu-mh-250 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; } .mu-mh-300 { margin-left: 3rem !important; margin-right: 3rem !important; } .mu-mh-350 { margin-left: 3.5rem !important; margin-right: 3.5rem !important; } .mu-mh-400 { margin-left: 4rem !important; margin-right: 4rem !important; } .mu-mh-500 { margin-left: 5rem !important; margin-right: 5rem !important; } .mu-mh-600 { margin-left: 6rem !important; margin-right: 6rem !important; } .mu-mh-700 { margin-left: 7rem !important; margin-right: 7rem !important; } .mu-mh-800 { margin-left: 8rem !important; margin-right: 8rem !important; } .mu-mh-900 { margin-left: 9rem !important; margin-right: 9rem !important; } .mu-mh-1000 { margin-left: 10rem !important; margin-right: 10rem !important; } .mu-pt-025 { padding-top: 0.25rem !important; } .mu-pt-050 { padding-top: 0.5rem !important; } .mu-pt-075 { padding-top: 0.75rem !important; } .mu-pt-100 { padding-top: 1rem !important; } .mu-pt-125 { padding-top: 1.25rem !important; } .mu-pt-150 { padding-top: 1.5rem !important; } .mu-pt-200 { padding-top: 2rem !important; } .mu-pt-250 { padding-top: 2.5rem !important; } .mu-pt-300 { padding-top: 3rem !important; } .mu-pt-350 { padding-top: 3.5rem !important; } .mu-pt-400 { padding-top: 4rem !important; } .mu-pt-500 { padding-top: 5rem !important; } .mu-pt-600 { padding-top: 6rem !important; } .mu-pt-700 { padding-top: 7rem !important; } .mu-pt-800 { padding-top: 8rem !important; } .mu-pt-900 { padding-top: 9rem !important; } .mu-pt-1000 { padding-top: 10rem !important; } .mu-pr-025 { padding-right: 0.25rem !important; } .mu-pr-050 { padding-right: 0.5rem !important; } .mu-pr-075 { padding-right: 0.75rem !important; } .mu-pr-100 { padding-right: 1rem !important; } .mu-pr-125 { padding-right: 1.25rem !important; } .mu-pr-150 { padding-right: 1.5rem !important; } .mu-pr-200 { padding-right: 2rem !important; } .mu-pr-250 { padding-right: 2.5rem !important; } .mu-pr-300 { padding-right: 3rem !important; } .mu-pr-350 { padding-right: 3.5rem !important; } .mu-pr-400 { padding-right: 4rem !important; } .mu-pr-500 { padding-right: 5rem !important; } .mu-pr-600 { padding-right: 6rem !important; } .mu-pr-700 { padding-right: 7rem !important; } .mu-pr-800 { padding-right: 8rem !important; } .mu-pr-900 { padding-right: 9rem !important; } .mu-pr-1000 { padding-right: 10rem !important; } .mu-pl-025 { padding-left: 0.25rem !important; } .mu-pl-050 { padding-left: 0.5rem !important; } .mu-pl-075 { padding-left: 0.75rem !important; } .mu-pl-100 { padding-left: 1rem !important; } .mu-pl-125 { padding-left: 1.25rem !important; } .mu-pl-150 { padding-left: 1.5rem !important; } .mu-pl-200 { padding-left: 2rem !important; } .mu-pl-250 { padding-left: 2.5rem !important; } .mu-pl-300 { padding-left: 3rem !important; } .mu-pl-350 { padding-left: 3.5rem !important; } .mu-pl-400 { padding-left: 4rem !important; } .mu-pl-500 { padding-left: 5rem !important; } .mu-pl-600 { padding-left: 6rem !important; } .mu-pl-700 { padding-left: 7rem !important; } .mu-pl-800 { padding-left: 8rem !important; } .mu-pl-900 { padding-left: 9rem !important; } .mu-pl-1000 { padding-left: 10rem !important; } .mu-pb-025 { padding-bottom: 0.25rem !important; } .mu-pb-050 { padding-bottom: 0.5rem !important; } .mu-pb-075 { padding-bottom: 0.75rem !important; } .mu-pb-100 { padding-bottom: 1rem !important; } .mu-pb-125 { padding-bottom: 1.25rem !important; } .mu-pb-150 { padding-bottom: 1.5rem !important; } .mu-pb-200 { padding-bottom: 2rem !important; } .mu-pb-250 { padding-bottom: 2.5rem !important; } .mu-pb-300 { padding-bottom: 3rem !important; } .mu-pb-350 { padding-bottom: 3.5rem !important; } .mu-pb-400 { padding-bottom: 4rem !important; } .mu-pb-500 { padding-bottom: 5rem !important; } .mu-pb-600 { padding-bottom: 6rem !important; } .mu-pb-700 { padding-bottom: 7rem !important; } .mu-pb-800 { padding-bottom: 8rem !important; } .mu-pb-900 { padding-bottom: 9rem !important; } .mu-pb-1000 { padding-bottom: 10rem !important; } .mu-p-025 { padding: 0.25rem !important; } .mu-p-050 { padding: 0.5rem !important; } .mu-p-075 { padding: 0.75rem !important; } .mu-p-100 { padding: 1rem !important; } .mu-p-125 { padding: 1.25rem !important; } .mu-p-150 { padding: 1.5rem !important; } .mu-p-200 { padding: 2rem !important; } .mu-p-250 { padding: 2.5rem !important; } .mu-p-300 { padding: 3rem !important; } .mu-p-350 { padding: 3.5rem !important; } .mu-p-400 { padding: 4rem !important; } .mu-p-500 { padding: 5rem !important; } .mu-p-600 { padding: 6rem !important; } .mu-p-700 { padding: 7rem !important; } .mu-p-800 { padding: 8rem !important; } .mu-p-900 { padding: 9rem !important; } .mu-p-1000 { padding: 10rem !important; } .mu-pv-025 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .mu-pv-050 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .mu-pv-075 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .mu-pv-100 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .mu-pv-125 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; } .mu-pv-150 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .mu-pv-200 { padding-top: 2rem !important; padding-bottom: 2rem !important; } .mu-pv-250 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .mu-pv-300 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .mu-pv-350 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } .mu-pv-400 { padding-top: 4rem !important; padding-bottom: 4rem !important; } .mu-pv-500 { padding-top: 5rem !important; padding-bottom: 5rem !important; } .mu-pv-600 { padding-top: 6rem !important; padding-bottom: 6rem !important; } .mu-pv-700 { padding-top: 7rem !important; padding-bottom: 7rem !important; } .mu-pv-800 { padding-top: 8rem !important; padding-bottom: 8rem !important; } .mu-pv-900 { padding-top: 9rem !important; padding-bottom: 9rem !important; } .mu-pv-1000 { padding-top: 10rem !important; padding-bottom: 10rem !important; } .mu-ph-025 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; } .mu-ph-050 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; } .mu-ph-075 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; } .mu-ph-100 { padding-left: 1rem !important; padding-right: 1rem !important; } .mu-ph-125 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; } .mu-ph-150 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } .mu-ph-200 { padding-left: 2rem !important; padding-right: 2rem !important; } .mu-ph-250 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; } .mu-ph-300 { padding-left: 3rem !important; padding-right: 3rem !important; } .mu-ph-350 { padding-left: 3.5rem !important; padding-right: 3.5rem !important; } .mu-ph-400 { padding-left: 4rem !important; padding-right: 4rem !important; } .mu-ph-500 { padding-left: 5rem !important; padding-right: 5rem !important; } .mu-ph-600 { padding-left: 6rem !important; padding-right: 6rem !important; } .mu-ph-700 { padding-left: 7rem !important; padding-right: 7rem !important; } .mu-ph-800 { padding-left: 8rem !important; padding-right: 8rem !important; } .mu-ph-900 { padding-left: 9rem !important; padding-right: 9rem !important; } .mu-ph-1000 { padding-left: 10rem !important; padding-right: 10rem !important; } /* stylelint-disable max-line-length */ /* create columns */ /* create columns */ /* create custom named columns with custom content */ .mc-bottom-bar[data-v-1f868cb2] { -webkit-box-shadow: 0px 1px 5px 0px rgba(25, 25, 25, 0.2); box-shadow: 0px 1px 5px 0px rgba(25, 25, 25, 0.2); -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; height: 4rem; } .mc-bottom-bar--fixed[data-v-1f868cb2] { bottom: 0; left: 0; position: fixed; right: 0; width: 100%; } /* stylelint-disable max-line-length */ /* create columns */ /* create columns */ /* create custom named columns with custom content */ .mc-button[data-v-230cc4fe] { margin: 0; -webkit-box-shadow: none; box-shadow: none; text-decoration: none; outline: none; border: none; cursor: pointer; padding: 0; color: #ffffff; background-color: #007f8c; font-family: "Roboto", sans-serif; font-weight: 700; font-size: 1rem; line-height: 1.375; padding: 0.6875rem 1.5rem; min-height: 3rem; min-width: 3rem; cursor: pointer; border-radius: 4px; text-align: center; border: 2px solid transparent; -webkit-transition: all ease 200ms; transition: all ease 200ms; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; vertical-align: middle; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-sizing: border-box; box-sizing: border-box; fill: currentColor; } .mc-button[data-v-230cc4fe]:hover { background-color: #006974; color: #ffffff; } .mc-button[data-v-230cc4fe]:active { background-color: #006974; } .mc-button[data-v-230cc4fe]:disabled, .mc-button.is-disabled[data-v-230cc4fe], .mc-button[aria-disabled=true][data-v-230cc4fe] { background-color: #cccccc; border-color: transparent; color: #666666; cursor: not-allowed; } .mc-button .mc-button__icon[data-v-230cc4fe] { width: 1.5rem; height: 1.5rem; } .mc-button .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -1px; margin-top: -1px; } .mc-button .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 2rem; height: 2rem; } .mc-button[data-v-230cc4fe]:focus { -webkit-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #758992; box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #758992; } .mc-button--s[data-v-230cc4fe] { font-size: 0.875rem; line-height: 1.2857142857; padding: 0.3125rem 1rem; min-height: 2rem; min-width: 2rem; } .mc-button--s .mc-button__icon[data-v-230cc4fe] { width: 1.5rem; height: 1.5rem; } .mc-button--s .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--s .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -0.1875rem; margin-top: -0.1875rem; } .mc-button--s .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 1.5rem; height: 1.5rem; } .mc-button--m[data-v-230cc4fe] { font-size: 1rem; line-height: 1.375; padding: 0.6875rem 1.5rem; min-height: 3rem; min-width: 3rem; } .mc-button--m .mc-button__icon[data-v-230cc4fe] { width: 1.5rem; height: 1.5rem; } .mc-button--m .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--m .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -1px; margin-top: -1px; } .mc-button--m .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 2rem; height: 2rem; } .mc-button--l[data-v-230cc4fe] { font-size: 1.125rem; line-height: 1.3333333333; padding: 0.875rem 1.5rem; min-height: 3.5rem; min-width: 3.5rem; } .mc-button--l .mc-button__icon[data-v-230cc4fe] { width: 2rem; height: 2rem; } .mc-button--l .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--l .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -0.25rem; margin-top: -0.25rem; } .mc-button--l .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 2rem; height: 2rem; } .mc-button--fit[data-v-230cc4fe] { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: auto; } .mc-button--full[data-v-230cc4fe] { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } @supports ((width: -webkit-fill-available) or (width: -moz-available) or (width: stretch)) { .mc-button--full[data-v-230cc4fe] { width: -webkit-fill-available; width: -moz-available; width: stretch; } } .mc-button--square[data-v-230cc4fe] { -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 0; padding: 0; } .mc-button__icon[data-v-230cc4fe] { -ms-flex-negative: 0; flex-shrink: 0; } .mc-button__icon[data-v-230cc4fe]:last-child { margin-left: 0.5rem; margin-right: -0.25rem; } .mc-button__icon[data-v-230cc4fe]:first-child { margin-right: 0.5rem; margin-left: -0.25rem; } .mc-button__icon[data-v-230cc4fe]:only-child { margin: 0; } .mc-button__label[data-v-230cc4fe] { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; pointer-events: none; } a.mc-button[data-v-230cc4fe]:disabled, a.mc-button.is-disabled[data-v-230cc4fe] { pointer-events: none; } .mc-button--solid-primary-02[data-v-230cc4fe] { background-color: #6a7081; } .mc-button--solid-primary-02[data-v-230cc4fe]:hover { background-color: #242938; } .mc-button--solid-primary-02[data-v-230cc4fe]:active { background-color: #171b26; } .mc-button--solid-primary-02[data-v-230cc4fe]:disabled, .mc-button--solid-primary-02.is-disabled[data-v-230cc4fe], .mc-button--solid-primary-02[aria-disabled=true][data-v-230cc4fe] { background-color: #cccccc; border-color: transparent; color: #666666; cursor: not-allowed; } .mc-button--solid-neutral[data-v-230cc4fe] { background-color: #333333; } .mc-button--solid-neutral[data-v-230cc4fe]:hover { background-color: #191919; } .mc-button--solid-neutral[data-v-230cc4fe]:active { background-color: #333333; } .mc-button--solid-neutral[data-v-230cc4fe]:disabled, .mc-button--solid-neutral.is-disabled[data-v-230cc4fe], .mc-button--solid-neutral[aria-disabled=true][data-v-230cc4fe] { background-color: #cccccc; border-color: transparent; color: #666666; cursor: not-allowed; } .mc-button--solid-danger[data-v-230cc4fe] { background-color: #c61112; } .mc-button--solid-danger[data-v-230cc4fe]:hover { background-color: #8c0003; } .mc-button--solid-danger[data-v-230cc4fe]:active { background-color: #8c0003; } .mc-button--solid-danger[data-v-230cc4fe]:disabled, .mc-button--solid-danger.is-disabled[data-v-230cc4fe], .mc-button--solid-danger[aria-disabled=true][data-v-230cc4fe] { background-color: #cccccc; border-color: transparent; color: #666666; cursor: not-allowed; } .mc-button--bordered[data-v-230cc4fe] { color: #007f8c; border-color: #007f8c; background-color: #ffffff; } .mc-button--bordered[data-v-230cc4fe]:hover { background-color: #d9f0f3; color: #006974; } .mc-button--bordered[data-v-230cc4fe]:active { background-color: #91d5db; color: #004e57; } .mc-button--bordered[data-v-230cc4fe]:active { background-color: #91d5db; color: #004e57; } .mc-button--bordered[data-v-230cc4fe]:disabled, .mc-button--bordered.is-disabled[data-v-230cc4fe], .mc-button--bordered[aria-disabled=true][data-v-230cc4fe] { background-color: #cccccc; border-color: transparent; color: #666666; cursor: not-allowed; } .mc-button--bordered-primary-02[data-v-230cc4fe] { color: #6a7081; border-color: #6a7081; background-color: #ffffff; } .mc-button--bordered-primary-02[data-v-230cc4fe]:hover { background-color: #eeeff1; color: #6a7081; } .mc-button--bordered-primary-02[data-v-230cc4fe]:active { background-color: #cfd2d8; } .mc-button--bordered-primary-02[data-v-230cc4fe]:disabled, .mc-button--bordered-primary-02.is-disabled[data-v-230cc4fe], .mc-button--bordered-primary-02[aria-disabled=true][data-v-230cc4fe] { background-color: #cccccc; border-color: transparent; color: #666666; cursor: not-allowed; } .mc-button--bordered-neutral[data-v-230cc4fe] { color: #333333; border-color: #333333; background-color: #ffffff; } .mc-button--bordered-neutral[data-v-230cc4fe]:hover { background-color: #e6e6e6; color: #333333; } .mc-button--bordered-neutral[data-v-230cc4fe]:active { background-color: #cccccc; } .mc-button--bordered-neutral[data-v-230cc4fe]:disabled, .mc-button--bordered-neutral.is-disabled[data-v-230cc4fe], .mc-button--bordered-neutral[aria-disabled=true][data-v-230cc4fe] { background-color: #cccccc; border-color: transparent; color: #666666; cursor: not-allowed; } .mc-button--bordered-danger[data-v-230cc4fe] { color: #c61112; border-color: #c61112; background-color: #ffffff; } .mc-button--bordered-danger[data-v-230cc4fe]:hover { background-color: #fdeaea; color: #8c0003; } .mc-button--bordered-danger[data-v-230cc4fe]:active { background-color: #f8bcbb; color: #530000; } .mc-button--bordered-danger[data-v-230cc4fe]:active { background-color: #f8bcbb; color: #530000; } .mc-button--bordered-danger[data-v-230cc4fe]:disabled, .mc-button--bordered-danger.is-disabled[data-v-230cc4fe], .mc-button--bordered-danger[aria-disabled=true][data-v-230cc4fe] { background-color: #cccccc; border-color: transparent; color: #666666; cursor: not-allowed; } @media screen and (min-width: 680px) { .mc-button--s\@from-m[data-v-230cc4fe] { font-size: 0.875rem; line-height: 1.2857142857; padding: 0.3125rem 1rem; min-height: 2rem; min-width: 2rem; } .mc-button--s\@from-m .mc-button__icon[data-v-230cc4fe] { width: 1.5rem; height: 1.5rem; } .mc-button--s\@from-m .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--s\@from-m .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -0.1875rem; margin-top: -0.1875rem; } .mc-button--s\@from-m .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 1.5rem; height: 1.5rem; } .mc-button--m\@from-m[data-v-230cc4fe] { font-size: 1rem; line-height: 1.375; padding: 0.6875rem 1.5rem; min-height: 3rem; min-width: 3rem; } .mc-button--m\@from-m .mc-button__icon[data-v-230cc4fe] { width: 1.5rem; height: 1.5rem; } .mc-button--m\@from-m .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--m\@from-m .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -1px; margin-top: -1px; } .mc-button--m\@from-m .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 2rem; height: 2rem; } .mc-button--l\@from-m[data-v-230cc4fe] { font-size: 1.125rem; line-height: 1.3333333333; padding: 0.875rem 1.5rem; min-height: 3.5rem; min-width: 3.5rem; } .mc-button--l\@from-m .mc-button__icon[data-v-230cc4fe] { width: 2rem; height: 2rem; } .mc-button--l\@from-m .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--l\@from-m .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -0.25rem; margin-top: -0.25rem; } .mc-button--l\@from-m .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 2rem; height: 2rem; } .mc-button--fit\@from-m[data-v-230cc4fe] { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: auto; } .mc-button--full\@from-m[data-v-230cc4fe] { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } @supports ((width: -webkit-fill-available) or (width: -moz-available) or (width: stretch)) { .mc-button--full\@from-m[data-v-230cc4fe] { width: -webkit-fill-available; width: -moz-available; width: stretch; } } } @media screen and (min-width: 1024px) { .mc-button--s\@from-l[data-v-230cc4fe] { font-size: 0.875rem; line-height: 1.2857142857; padding: 0.3125rem 1rem; min-height: 2rem; min-width: 2rem; } .mc-button--s\@from-l .mc-button__icon[data-v-230cc4fe] { width: 1.5rem; height: 1.5rem; } .mc-button--s\@from-l .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--s\@from-l .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -0.1875rem; margin-top: -0.1875rem; } .mc-button--s\@from-l .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 1.5rem; height: 1.5rem; } .mc-button--m\@from-l[data-v-230cc4fe] { font-size: 1rem; line-height: 1.375; padding: 0.6875rem 1.5rem; min-height: 3rem; min-width: 3rem; } .mc-button--m\@from-l .mc-button__icon[data-v-230cc4fe] { width: 1.5rem; height: 1.5rem; } .mc-button--m\@from-l .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--m\@from-l .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -1px; margin-top: -1px; } .mc-button--m\@from-l .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 2rem; height: 2rem; } .mc-button--l\@from-l[data-v-230cc4fe] { font-size: 1.125rem; line-height: 1.3333333333; padding: 0.875rem 1.5rem; min-height: 3.5rem; min-width: 3.5rem; } .mc-button--l\@from-l .mc-button__icon[data-v-230cc4fe] { width: 2rem; height: 2rem; } .mc-button--l\@from-l .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--l\@from-l .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -0.25rem; margin-top: -0.25rem; } .mc-button--l\@from-l .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 2rem; height: 2rem; } .mc-button--fit\@from-l[data-v-230cc4fe] { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: auto; } .mc-button--full\@from-l[data-v-230cc4fe] { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } @supports ((width: -webkit-fill-available) or (width: -moz-available) or (width: stretch)) { .mc-button--full\@from-l[data-v-230cc4fe] { width: -webkit-fill-available; width: -moz-available; width: stretch; } } .mc-button--square[data-v-230cc4fe] { padding: 0; } } @media screen and (min-width: 1280px) { .mc-button--s\@from-xl[data-v-230cc4fe] { font-size: 0.875rem; line-height: 1.2857142857; padding: 0.3125rem 1rem; min-height: 2rem; min-width: 2rem; } .mc-button--s\@from-xl .mc-button__icon[data-v-230cc4fe] { width: 1.5rem; height: 1.5rem; } .mc-button--s\@from-xl .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--s\@from-xl .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -0.1875rem; margin-top: -0.1875rem; } .mc-button--s\@from-xl .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 1.5rem; height: 1.5rem; } .mc-button--m\@from-xl[data-v-230cc4fe] { font-size: 1rem; line-height: 1.375; padding: 0.6875rem 1.5rem; min-height: 3rem; min-width: 3rem; } .mc-button--m\@from-xl .mc-button__icon[data-v-230cc4fe] { width: 1.5rem; height: 1.5rem; } .mc-button--m\@from-xl .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--m\@from-xl .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -1px; margin-top: -1px; } .mc-button--m\@from-xl .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 2rem; height: 2rem; } .mc-button--l\@from-xl[data-v-230cc4fe] { font-size: 1.125rem; line-height: 1.3333333333; padding: 0.875rem 1.5rem; min-height: 3.5rem; min-width: 3.5rem; } .mc-button--l\@from-xl .mc-button__icon[data-v-230cc4fe] { width: 2rem; height: 2rem; } .mc-button--l\@from-xl .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--l\@from-xl .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -0.25rem; margin-top: -0.25rem; } .mc-button--l\@from-xl .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 2rem; height: 2rem; } .mc-button--fit\@from-xl[data-v-230cc4fe] { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: auto; } .mc-button--full\@from-xl[data-v-230cc4fe] { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } @supports ((width: -webkit-fill-available) or (width: -moz-available) or (width: stretch)) { .mc-button--full\@from-xl[data-v-230cc4fe] { width: -webkit-fill-available; width: -moz-available; width: stretch; } } } @media screen and (min-width: 1920px) { .mc-button--s\@from-xxl[data-v-230cc4fe] { font-size: 0.875rem; line-height: 1.2857142857; padding: 0.3125rem 1rem; min-height: 2rem; min-width: 2rem; } .mc-button--s\@from-xxl .mc-button__icon[data-v-230cc4fe] { width: 1.5rem; height: 1.5rem; } .mc-button--s\@from-xxl .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--s\@from-xxl .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -0.1875rem; margin-top: -0.1875rem; } .mc-button--s\@from-xxl .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 1.5rem; height: 1.5rem; } .mc-button--m\@from-xxl[data-v-230cc4fe] { font-size: 1rem; line-height: 1.375; padding: 0.6875rem 1.5rem; min-height: 3rem; min-width: 3rem; } .mc-button--m\@from-xxl .mc-button__icon[data-v-230cc4fe] { width: 1.5rem; height: 1.5rem; } .mc-button--m\@from-xxl .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--m\@from-xxl .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -1px; margin-top: -1px; } .mc-button--m\@from-xxl .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 2rem; height: 2rem; } .mc-button--l\@from-xxl[data-v-230cc4fe] { font-size: 1.125rem; line-height: 1.3333333333; padding: 0.875rem 1.5rem; min-height: 3.5rem; min-width: 3.5rem; } .mc-button--l\@from-xxl .mc-button__icon[data-v-230cc4fe] { width: 2rem; height: 2rem; } .mc-button--l\@from-xxl .mc-button__icon[data-v-230cc4fe]:first-child, .mc-button--l\@from-xxl .mc-button__icon[data-v-230cc4fe]:last-child { margin-bottom: -0.25rem; margin-top: -0.25rem; } .mc-button--l\@from-xxl .mc-button__icon[data-v-230cc4fe]:only-child { margin-bottom: 0; margin-top: 0; width: 2rem; height: 2rem; } .mc-button--fit\@from-xxl[data-v-230cc4fe] { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: auto; } .mc-button--full\@from-xxl[data-v-230cc4fe] { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } @supports ((width: -webkit-fill-available) or (width: -moz-available) or (width: stretch)) { .mc-button--full\@from-xxl[data-v-230cc4fe] { width: -webkit-fill-available; width: -moz-available; width: stretch; } } } /* stylelint-disable max-line-length */ /* create columns */ /* create columns */ /* create custom named columns with custom content */ .mc-loader { color: #007f8c; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .mc-loader .mc-loader__spinner { height: 2rem; width: 2rem; } .mc-loader .mc-loader__path { stroke-width: 4; } .mc-loader .mc-loader__path { stroke: currentColor; } .mc-loader__spinner:not(:only-child) { margin-bottom: 1rem; } .mc-loader__icon { -webkit-animation: rotate-loader 2s linear infinite; animation: rotate-loader 2s linear infinite; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } .mc-loader__path { fill: none; stroke-dasharray: 1, 200; stroke-dashoffset: 0; stroke-linecap: round; -webkit-animation: animate-dash-loader 2s ease-in-out infinite; animation: animate-dash-loader 2s ease-in-out infinite; } .mc-loader__text { font-size: 1rem; line-height: 1.375; color: currentColor; } .mc-loader--s .mc-loader__spinner { height: 1.5rem; width: 1.5rem; } .mc-loader--s .mc-loader__path { stroke-width: 4; } .mc-loader--l .mc-loader__spinner { height: 4rem; width: 4rem; } .mc-loader--l .mc-loader__path { stroke-width: 8; } .mc-loader--dark { color: #191919; } .mc-loader--dark .mc-loader__path { stroke: currentColor; } .mc-loader--light { color: #ffffff; } .mc-loader--light .mc-loader__path { stroke: currentColor; } @-webkit-keyframes rotate-loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(270deg); transform: rotate(270deg); } } @keyframes rotate-loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(270deg); transform: rotate(270deg); } } @-webkit-keyframes animate-dash-loader { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; } } @keyframes animate-dash-loader { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; } } /* stylelint-disable max-line-length */ /* create columns */ /* create columns */ /* create custom named columns with custom content */ .mc-action-bar[data-v-e055838e] { gap: 1rem; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .mc-action-bar__status[data-v-e055838e] { font-size: 1rem; line-height: 1.375; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 0.25rem; } .mc-action-bar__icon.is-warning[data-v-e055838e] { fill: #c65200; } .mc-action-bar__icon.is-success[data-v-e055838e] { fill: #188803; } /* stylelint-disable max-line-length */ /* create columns */ /* create columns */ /* create custom named columns with custom content */ .mc-tag-text { font-family: "Roboto", sans-serif; font-weight: 400; font-size: 0.875rem; line-height: 1.2857142857; border-radius: 1.25rem; padding: 0.6875rem 1.5rem; position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background: #ffffff; color: #191919; -webkit-box-shadow: inset 0 0 0 1px #808080; box-shadow: inset 0 0 0 1px #808080; } .mc-tag-text::after { border-radius: 2px; -webkit-box-shadow: 0 0 0 0 transparent; box-shadow: 0 0 0 0 transparent; content: ""; display: block; pointer-events: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition: -webkit-box-shadow 200ms ease; transition: -webkit-box-shadow 200ms ease; transition: box-shadow 200ms ease; transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease; border-radius: 1.375rem; top: -0.125rem; right: -0.125rem; bottom: -0.125rem; left: -0.125rem; } .mc-tag-text--s { font-family: "Roboto", sans-serif; font-weight: 400; font-size: 0.875rem; line-height: 1.2857142857; border-radius: 0.75rem; padding: 0.1875rem 1rem; position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .mc-tag-text--s::after { border-radius: 2px; -webkit-box-shadow: 0 0 0 0 transparent; box-shadow: 0 0 0 0 transparent; content: ""; display: block; pointer-events: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition: -webkit-box-shadow 200ms ease; transition: -webkit-box-shadow 200ms ease; transition: box-shadow 200ms ease; transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease; border-radius: 0.875rem; top: -0.125rem; right: -0.125rem; bottom: -0.125rem; left: -0.125rem; } .mc-tag-text--dark { background: #191919; color: #ffffff; -webkit-box-shadow: inset 0 0 0 1px #ffffff; box-shadow: inset 0 0 0 1px #ffffff; } .mc-tag-link { font-family: "Roboto", sans-serif; font-weight: 400; font-size: 0.875rem; line-height: 1.2857142857; border-radius: 1.25rem; padding: 0.6875rem 1.5rem; position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; text-decoration: none; outline: none; background: #ffffff; -webkit-box-shadow: inset 0 0 0 1px #808080; box-shadow: inset 0 0 0 1px #808080; color: #191919; } .mc-tag-link::after { border-radius: 2px; -webkit-box-shadow: 0 0 0 0 transparent; box-shadow: 0 0 0 0 transparent; content: ""; display: block; pointer-events: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition: -webkit-box-shadow 200ms ease; transition: -webkit-box-shadow 200ms ease; transition: box-shadow 200ms ease; transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease; border-radius: 1.375rem; top: -0.125rem; right: -0.125rem; bottom: -0.125rem; left: -0.125rem; } .mc-tag-link:hover { background: #e6e6e6; } .mc-tag-link:active { background: #cccccc; } .mc-tag-link:focus::after { -webkit-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #758992; box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #758992; -webkit-box-shadow: 0 0 0 0.125rem #758992; box-shadow: 0 0 0 0.125rem #758992; } .mc-tag-link--s { font-family: "Roboto", sans-serif; font-weight: 400; font-size: 0.875rem; line-height: 1.2857142857; border-radius: 0.75rem; padding: 0.1875rem 1rem; position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .mc-tag-link--s::after { border-radius: 2px; -webkit-box-shadow: 0 0 0 0 transparent; box-shadow: 0 0 0 0 transparent; content: ""; display: block; pointer-events: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition: -webkit-box-shadow 200